Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Astro5.0 #950

Merged
merged 6 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 2 additions & 23 deletions THIRD_PARTY_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7025,16 +7025,6 @@ IN THE SOFTWARE.

-----------

The following npm package may be included in this product:

- [email protected]

This package contains the following license:

http://github.com/mscdex/buildcheck/raw/master/LICENSE

-----------

The following npm package may be included in this product:

- [email protected]
Expand All @@ -7045,16 +7035,6 @@ http://github.com/mscdex/ssh2/raw/master/LICENSE

-----------

The following npm package may be included in this product:

- [email protected]

This package contains the following license:

https://github.com/mscdex/cpu-features/raw/master/LICENSE

-----------

The following npm packages may be included in this product:

- [email protected]
Expand Down Expand Up @@ -7885,9 +7865,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following npm packages may be included in this product:

- @esbuild/[email protected]
- @napi-rs/[email protected]
- @napi-rs/[email protected]
- @esbuild/[email protected]
- @napi-rs/[email protected]
- @tokenizer/[email protected]
- [email protected]
- [email protected]
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.2",
"astro": "^4.16.16",
"@astrojs/starlight": "^0.30.1",
"astro": "^5.0.5",
"rehype-mermaid": "^3.0.0",
"starlight-blog": "^0.15.0",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/issue-reviewer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
keywords: pull request automation, code review, GitHub Actions, GenAIScript reviewer, PR feedback
---
import { Code } from '@astrojs/starlight/components';
import importedCode from "../../../../../packages/sample/genaisrc/issue-reviewer.genai?raw"
import importedCode from "../../../../../packages/sample/genaisrc/issue-reviewer.genai.mjs?raw"

Check warning on line 9 in docs/src/content/docs/guides/issue-reviewer.mdx

View workflow job for this annotation

GitHub Actions / build

The import statement should use the `.mjs` extension to indicate that it is a module.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The import statement should use the .mjs extension to indicate that it is a module.

generated by pr-docs-review-commit import_extension


This guide shows how to automate reviewing issues
with a GenAIScript that provides feedback and code analysis in GitHub Actions.
Expand Down
Loading
Loading