-
-
Notifications
You must be signed in to change notification settings - Fork 6
feat: Support Astro v6 #158
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8b1a502
chore: Bump Astro & related packages to v6 (beta)
louisescher 71f1667
fix: Test updated for v6
louisescher 5903cf8
chore: Lint
louisescher ea66049
chore: Add changeset
louisescher b6d95ab
chore: Bump dependencies
louisescher 53190a9
chore: More dependency work
louisescher 3ebf67a
fix: Docs
louisescher fe239e0
chore: Lint
louisescher 099626f
Update starlight.css
louisescher 9c4df65
Update docs/astro.config.mts
louisescher 4a293a7
fix knip errors
Adammatthiesen 4dbaf90
chore: remove CI workflow for Docker image publishing
Adammatthiesen 36d4655
chore: remove rehypeAutolinkHeadings from rehypePluginKit
Adammatthiesen 1d95776
chore: remove unused dependencies from package.json and pnpm-lock.yaml
Adammatthiesen 40ca27c
feat: new option, relevant docs
louisescher 1f108cc
Create 1.1-to-1.2.mdx
louisescher 32671f2
chore: Lint
louisescher 3d0e3af
Update index.ts
louisescher 877df69
Update docs/src/content/docs/docs/upgrade-guides/1.1-to-1.2.mdx
louisescher 3cbd0ee
Update index.ts
louisescher 00aba2a
Merge branch 'feat/astro-v6' of https://github.com/withstudiocms/ui i…
louisescher 47b0472
Update index.ts
louisescher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@studiocms/ui": patch | ||
| --- | ||
|
|
||
| Adds a new `noInjectResetCSS` option to disable the reset styles |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@studiocms/ui": minor | ||
| --- | ||
|
|
||
| Adds support for Astro v6. |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,51 +1,46 @@ | ||
| { | ||
| "name": "docs", | ||
| "type": "module", | ||
| "version": "0.0.1", | ||
| "scripts": { | ||
| "dev": "astro dev", | ||
| "start": "pnpm dev", | ||
| "check": "astro check", | ||
| "build": "pnpm make-changelog && astro build", | ||
| "preview": "astro preview", | ||
| "astro": "astro", | ||
| "lunaria:build": "tsm ./scripts/lunaria.mts", | ||
| "make-changelog": "tsm --require=../scripts/filter-warnings.cjs ./scripts/changelog.ts" | ||
| }, | ||
| "dependencies": { | ||
| "@11ty/eleventy-fetch": "^5.0.1", | ||
| "@astrojs/check": "catalog:", | ||
| "@astrojs/starlight": "0.30.0", | ||
| "@expressive-code/plugin-line-numbers": "^0.38.3", | ||
| "@fontsource-variable/fira-code": "^5.1.0", | ||
| "@fontsource-variable/onest": "catalog:", | ||
| "@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@4c8b9b0", | ||
| "@shikijs/colorized-brackets": "^1.24.0", | ||
| "@studiocms/ui": "workspace:*", | ||
| "@types/hast": "^3.0.4", | ||
| "@types/html-escaper": "^3.0.2", | ||
| "@types/md5": "^2.3.5", | ||
| "@types/mdast": "^4.0.4", | ||
| "@types/node": "catalog:", | ||
| "astro": "catalog:", | ||
| "astro-embed": "^0.9.0", | ||
| "expressive-code-twoslash": "^0.3.1", | ||
| "hast-util-to-string": "^3.0.1", | ||
| "hastscript": "^9.0.0", | ||
| "html-escaper": "^3.0.3", | ||
| "md5": "2.3.0", | ||
| "mdast-util-from-markdown": "^2.0.2", | ||
| "mdast-util-to-markdown": "^2.1.2", | ||
| "mdast-util-to-string": "^4.0.0", | ||
| "p-retry": "^6.2.1", | ||
| "rehype-autolink-headings": "^7.1.0", | ||
| "rehype-external-links": "^3.0.0", | ||
| "rehype-slug": "^6.0.0", | ||
| "sharp": "^0.33.5", | ||
| "starlight-package-managers": "^0.8.1", | ||
| "tsm": "^2.3.0", | ||
| "typescript": "catalog:", | ||
| "unist-util-visit": "^5.0.0", | ||
| "unified": "^11.0.5" | ||
| } | ||
| "name": "docs", | ||
| "type": "module", | ||
| "version": "0.0.1", | ||
| "scripts": { | ||
| "dev": "astro dev", | ||
| "start": "pnpm dev", | ||
| "check": "astro check", | ||
| "build": "pnpm make-changelog && astro build", | ||
| "preview": "astro preview", | ||
| "astro": "astro", | ||
| "lunaria:build": "tsm ./scripts/lunaria.mts", | ||
| "make-changelog": "tsm --require=../scripts/filter-warnings.cjs ./scripts/changelog.ts" | ||
| }, | ||
| "dependencies": { | ||
| "@11ty/eleventy-fetch": "^5.0.1", | ||
| "@astrojs/check": "catalog:", | ||
| "@astrojs/starlight": "^0.38.1", | ||
| "@expressive-code/plugin-line-numbers": "^0.41.7", | ||
| "@fontsource-variable/fira-code": "^5.1.0", | ||
| "@fontsource-variable/onest": "catalog:", | ||
| "@lunariajs/core": "https://pkg.pr.new/lunariajs/lunaria/@lunariajs/core@4c8b9b0", | ||
| "@shikijs/colorized-brackets": "^1.24.0", | ||
| "@studiocms/ui": "workspace:*", | ||
| "@types/hast": "^3.0.4", | ||
| "@types/md5": "^2.3.5", | ||
| "@types/mdast": "^4.0.4", | ||
| "@types/node": "catalog:", | ||
| "astro": "catalog:", | ||
| "astro-embed": "^0.12.0", | ||
| "expressive-code-twoslash": "^0.6.1", | ||
| "md5": "2.3.0", | ||
| "mdast-util-from-markdown": "^2.0.2", | ||
| "mdast-util-to-markdown": "^2.1.2", | ||
| "mdast-util-to-string": "^4.0.0", | ||
| "p-retry": "^6.2.1", | ||
| "rehype-external-links": "^3.0.0", | ||
| "rehype-slug": "^6.0.0", | ||
| "sharp": "^0.33.5", | ||
| "starlight-package-managers": "^0.8.1", | ||
| "tsm": "^2.3.0", | ||
| "typescript": "catalog:", | ||
| "unist-util-visit": "^5.0.0", | ||
| "unified": "^11.0.5" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.