[ci] release (#4495)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5eb500468
commit
ff03313848
51 changed files with 141 additions and 213 deletions
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/react': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Uses startTransition on React roots
|
|
||||||
|
|
||||||
This prevents hydration from blocking the main thread when multiple islands are rendering at the same time.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Make Astro.url match the build.format configuration during the build
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update `astro check` to use latest version of the Astro language server
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/solid-js': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Update solid to 1.5
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'astro': minor
|
|
||||||
'@astrojs/mdx': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update Markdown type signature to match new markdown plugin,and update top-level layout props for better alignment
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'astro': minor
|
|
||||||
'@astrojs/markdown-remark': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add "extends" to markdown plugin config to preserve Astro defaults
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'astro': minor
|
|
||||||
'@astrojs/markdown-remark': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Makes remark-rehype options available in astro.config.mjs
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
'create-astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add tsconfig templates for users to extend from
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix `tsc` not being able to find Vite's import.meta types on Linux
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Production build logging - Only log `[code].html` instead of `[code]/index.html` for 404 and 500 routes
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Make type definitions available through package.json exports
|
|
|
@ -1,72 +0,0 @@
|
||||||
{
|
|
||||||
"mode": "exit",
|
|
||||||
"tag": "next",
|
|
||||||
"initialVersions": {
|
|
||||||
"@example/basics": "0.0.1",
|
|
||||||
"@example/blog": "0.0.1",
|
|
||||||
"@example/component": "0.0.1",
|
|
||||||
"@example/my-component-demo": "0.0.1",
|
|
||||||
"@example/my-component": "0.0.1",
|
|
||||||
"@example/docs": "0.0.1",
|
|
||||||
"@example/env-vars": "0.0.1",
|
|
||||||
"@example/framework-alpine": "0.0.1",
|
|
||||||
"@example/framework-lit": "0.0.1",
|
|
||||||
"@example/framework-multiple": "0.0.1",
|
|
||||||
"@example/framework-preact": "0.0.1",
|
|
||||||
"@example/framework-react": "0.0.1",
|
|
||||||
"@example/framework-solid": "0.0.1",
|
|
||||||
"@example/framework-svelte": "0.0.1",
|
|
||||||
"@example/framework-vue": "0.0.1",
|
|
||||||
"@example/minimal": "0.0.1",
|
|
||||||
"@example/non-html-pages": "0.0.1",
|
|
||||||
"@example/portfolio": "0.0.1",
|
|
||||||
"@example/ssr": "0.0.1",
|
|
||||||
"@example/subpath": "0.0.1",
|
|
||||||
"@example/with-markdown-plugins": "0.0.2",
|
|
||||||
"@example/with-markdown-shiki": "0.0.1",
|
|
||||||
"@example/with-mdx": "0.0.1",
|
|
||||||
"@example/with-nanostores": "0.0.1",
|
|
||||||
"@example/with-tailwindcss": "0.0.1",
|
|
||||||
"@example/with-vite-plugin-pwa": "0.0.1",
|
|
||||||
"@example/with-vitest": "0.0.1",
|
|
||||||
"astro": "1.0.9",
|
|
||||||
"@astrojs/prism": "1.0.1",
|
|
||||||
"@astrojs/rss": "1.0.0",
|
|
||||||
"@test/component-library-shared": "0.1.0",
|
|
||||||
"@test/custom-element-renderer": "0.1.0",
|
|
||||||
"create-astro": "1.0.0",
|
|
||||||
"@astrojs/alpinejs": "0.1.0",
|
|
||||||
"@astrojs/cloudflare": "1.0.1",
|
|
||||||
"@astrojs/deno": "1.0.0",
|
|
||||||
"@astrojs/image": "0.3.6",
|
|
||||||
"@astrojs/lit": "1.0.0",
|
|
||||||
"@astrojs/mdx": "0.10.1",
|
|
||||||
"@astrojs/netlify": "1.0.1",
|
|
||||||
"@astrojs/node": "1.0.0",
|
|
||||||
"@astrojs/partytown": "1.0.0",
|
|
||||||
"@astrojs/preact": "1.0.2",
|
|
||||||
"@astrojs/prefetch": "0.0.7",
|
|
||||||
"@astrojs/react": "1.0.0",
|
|
||||||
"@astrojs/sitemap": "1.0.0",
|
|
||||||
"@astrojs/solid-js": "1.0.0",
|
|
||||||
"@astrojs/svelte": "1.0.0",
|
|
||||||
"@astrojs/tailwind": "1.0.0",
|
|
||||||
"@astrojs/turbolinks": "0.1.4",
|
|
||||||
"@astrojs/vercel": "1.0.1",
|
|
||||||
"@astrojs/vue": "1.0.0",
|
|
||||||
"@astrojs/markdown-component": "1.0.1",
|
|
||||||
"@astrojs/markdown-remark": "1.0.0",
|
|
||||||
"@astrojs/telemetry": "1.0.0",
|
|
||||||
"@astrojs/webapi": "1.0.0",
|
|
||||||
"astro-scripts": "0.0.7"
|
|
||||||
},
|
|
||||||
"changesets": [
|
|
||||||
"angry-peaches-remember",
|
|
||||||
"beige-deers-travel",
|
|
||||||
"chilly-stingrays-play",
|
|
||||||
"cool-turtles-lay",
|
|
||||||
"giant-pandas-roll",
|
|
||||||
"healthy-kangaroos-smoke",
|
|
||||||
"perfect-melons-wonder"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -10,6 +10,6 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/mdx": "^0.10.2-next.0",
|
"@astrojs/mdx": "^0.10.2",
|
||||||
"@astrojs/rss": "^1.0.0",
|
"@astrojs/rss": "^1.0.0",
|
||||||
"@astrojs/sitemap": "^1.0.0",
|
"@astrojs/sitemap": "^1.0.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@example/my-component": "workspace:*",
|
"@example/my-component": "workspace:*",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
"serve": "astro --root demo preview"
|
"serve": "astro --root demo preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^1.0.2",
|
"@astrojs/preact": "^1.0.2",
|
||||||
"@astrojs/react": "^1.1.0-next.0",
|
"@astrojs/react": "^1.1.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"@astrojs/alpinejs": "^0.1.0",
|
"@astrojs/alpinejs": "^0.1.0",
|
||||||
"@types/alpinejs": "^3.7.0",
|
"@types/alpinejs": "^3.7.0",
|
||||||
"alpinejs": "^3.10.2",
|
"alpinejs": "^3.10.2",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^1.0.0",
|
"@astrojs/lit": "^1.0.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -11,11 +11,11 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^1.0.2",
|
"@astrojs/preact": "^1.0.2",
|
||||||
"@astrojs/react": "^1.1.0-next.0",
|
"@astrojs/react": "^1.1.0",
|
||||||
"@astrojs/solid-js": "^1.0.0",
|
"@astrojs/solid-js": "^1.1.0",
|
||||||
"@astrojs/svelte": "^1.0.0",
|
"@astrojs/svelte": "^1.0.0",
|
||||||
"@astrojs/vue": "^1.0.0",
|
"@astrojs/vue": "^1.0.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.3",
|
"preact": "^10.7.3",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^1.0.2",
|
"@astrojs/preact": "^1.0.2",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.3"
|
"preact": "^10.7.3"
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^1.1.0-next.0",
|
"@astrojs/react": "^1.1.0",
|
||||||
"@types/react": "^18.0.10",
|
"@types/react": "^18.0.10",
|
||||||
"@types/react-dom": "^18.0.5",
|
"@types/react-dom": "^18.0.5",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.1.0",
|
"react": "^18.1.0",
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/solid-js": "^1.0.0",
|
"@astrojs/solid-js": "^1.1.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"solid-js": "^1.4.3"
|
"solid-js": "^1.4.3"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/svelte": "^1.0.0",
|
"@astrojs/svelte": "^1.0.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svelte": "^3.48.0"
|
"svelte": "^3.48.0"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/vue": "^1.0.0",
|
"@astrojs/vue": "^1.0.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.2.37"
|
"vue": "^3.2.37"
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^1.0.2",
|
"@astrojs/preact": "^1.0.2",
|
||||||
"astro": "^1.1.0-next.0",
|
"astro": "^1.1.0",
|
||||||
"sass": "^1.52.2"
|
"sass": "^1.52.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/node": "^1.0.0",
|
"@astrojs/node": "^1.0.0",
|
||||||
"@astrojs/svelte": "^1.0.0",
|
"@astrojs/svelte": "^1.0.0",
|
||||||
"astro": "^1.1.0-next.0",
|
"astro": "^1.1.0",
|
||||||
"concurrently": "^7.2.1",
|
"concurrently": "^7.2.1",
|
||||||
"lightcookie": "^1.0.25",
|
"lightcookie": "^1.0.25",
|
||||||
"unocss": "^0.15.6",
|
"unocss": "^0.15.6",
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^1.1.0-next.0",
|
"@astrojs/react": "^1.1.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.1.0",
|
"react": "^18.1.0",
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^1.1.0-next.0",
|
"@astrojs/markdown-remark": "^1.1.0",
|
||||||
"astro": "^1.1.0-next.0",
|
"astro": "^1.1.0",
|
||||||
"hast-util-select": "5.0.1",
|
"hast-util-select": "5.0.1",
|
||||||
"rehype-autolink-headings": "^6.1.1",
|
"rehype-autolink-headings": "^6.1.1",
|
||||||
"rehype-slug": "^5.0.1",
|
"rehype-slug": "^5.0.1",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^1.1.0-next.0",
|
"@astrojs/markdown-remark": "^1.1.0",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/mdx": "^0.10.2-next.0",
|
"@astrojs/mdx": "^0.10.2",
|
||||||
"@astrojs/preact": "^1.0.2",
|
"@astrojs/preact": "^1.0.2",
|
||||||
"astro": "^1.1.0-next.0",
|
"astro": "^1.1.0",
|
||||||
"preact": "^10.6.5"
|
"preact": "^10.6.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^1.0.2",
|
"@astrojs/preact": "^1.0.2",
|
||||||
"astro": "^1.1.0-next.0"
|
"astro": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/tailwind": "^1.0.0",
|
"@astrojs/tailwind": "^1.0.0",
|
||||||
"astro": "^1.1.0-next.0",
|
"astro": "^1.1.0",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
"canvas-confetti": "^1.5.1",
|
"canvas-confetti": "^1.5.1",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.1.0-next.0",
|
"astro": "^1.1.0",
|
||||||
"vite-plugin-pwa": "0.11.11",
|
"vite-plugin-pwa": "0.11.11",
|
||||||
"workbox-window": "^6.5.3"
|
"workbox-window": "^6.5.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"test": "vitest"
|
"test": "vitest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^1.1.0-next.0",
|
"astro": "^1.1.0",
|
||||||
"vitest": "^0.20.3"
|
"vitest": "^0.20.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,32 @@
|
||||||
# astro
|
# astro
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#4352](https://github.com/withastro/astro/pull/4352) [`cd154e447`](https://github.com/withastro/astro/commit/cd154e447ba7883531d484deea2fd046898d749b) Thanks [@matthewp](https://github.com/matthewp)! - Make Astro.url match the build.format configuration during the build
|
||||||
|
|
||||||
|
* [#4423](https://github.com/withastro/astro/pull/4423) [`d4cd7a59f`](https://github.com/withastro/astro/commit/d4cd7a59fd38d411c442a818cfaab40f74106628) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update Markdown type signature to match new markdown plugin,and update top-level layout props for better alignment
|
||||||
|
|
||||||
|
- [#4474](https://github.com/withastro/astro/pull/4474) [`ac0321824`](https://github.com/withastro/astro/commit/ac03218247763e4782824e220a384fd20ae6d769) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add "extends" to markdown plugin config to preserve Astro defaults
|
||||||
|
|
||||||
|
* [#4138](https://github.com/withastro/astro/pull/4138) [`839097c84`](https://github.com/withastro/astro/commit/839097c84e830542c17c18d8337a88de8885c356) Thanks [@gtnbssn](https://github.com/gtnbssn)! - Makes remark-rehype options available in astro.config.mjs
|
||||||
|
|
||||||
|
- [#4182](https://github.com/withastro/astro/pull/4182) [`fcc36ac90`](https://github.com/withastro/astro/commit/fcc36ac908429733b1d9e51caddbc7590f9eeea5) Thanks [@Alxandr](https://github.com/Alxandr)! - Make type definitions available through package.json exports
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#4500](https://github.com/withastro/astro/pull/4500) [`9874c7bf4`](https://github.com/withastro/astro/commit/9874c7bf42e48e8da214b77c5eb20c0f0cdce42f) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update `astro check` to use latest version of the Astro language server
|
||||||
|
|
||||||
|
* [#4439](https://github.com/withastro/astro/pull/4439) [`77ce6be30`](https://github.com/withastro/astro/commit/77ce6be30c9cb8054ebf69a4943b984eed90152e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add tsconfig templates for users to extend from
|
||||||
|
|
||||||
|
- [#4499](https://github.com/withastro/astro/pull/4499) [`1f42c0791`](https://github.com/withastro/astro/commit/1f42c0791c342740d3650dc04a15c3610f9ab00a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix `tsc` not being able to find Vite's import.meta types on Linux
|
||||||
|
|
||||||
|
* [#4497](https://github.com/withastro/astro/pull/4497) [`78e06c8ec`](https://github.com/withastro/astro/commit/78e06c8ec01e041e3f78625cb85bcce0cf5be029) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Production build logging - Only log `[code].html` instead of `[code]/index.html` for 404 and 500 routes
|
||||||
|
|
||||||
|
* Updated dependencies [[`ac0321824`](https://github.com/withastro/astro/commit/ac03218247763e4782824e220a384fd20ae6d769), [`839097c84`](https://github.com/withastro/astro/commit/839097c84e830542c17c18d8337a88de8885c356)]:
|
||||||
|
- @astrojs/markdown-remark@1.1.0
|
||||||
|
|
||||||
## 1.1.0-next.0
|
## 1.1.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "1.1.0-next.0",
|
"version": "1.1.0",
|
||||||
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.23.4",
|
"@astrojs/compiler": "^0.23.4",
|
||||||
"@astrojs/language-server": "^0.23.0",
|
"@astrojs/language-server": "^0.23.0",
|
||||||
"@astrojs/markdown-remark": "^1.1.0-next.0",
|
"@astrojs/markdown-remark": "^1.1.0",
|
||||||
"@astrojs/telemetry": "^1.0.0",
|
"@astrojs/telemetry": "^1.0.0",
|
||||||
"@astrojs/webapi": "^1.0.0",
|
"@astrojs/webapi": "^1.0.0",
|
||||||
"@babel/core": "^7.18.2",
|
"@babel/core": "^7.18.2",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# create-astro
|
# create-astro
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#4439](https://github.com/withastro/astro/pull/4439) [`77ce6be30`](https://github.com/withastro/astro/commit/77ce6be30c9cb8054ebf69a4943b984eed90152e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add tsconfig templates for users to extend from
|
||||||
|
|
||||||
## 1.0.1-next.0
|
## 1.0.1-next.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-astro",
|
"name": "create-astro",
|
||||||
"version": "1.0.1-next.0",
|
"version": "1.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/mdx
|
# @astrojs/mdx
|
||||||
|
|
||||||
|
## 0.10.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#4423](https://github.com/withastro/astro/pull/4423) [`d4cd7a59f`](https://github.com/withastro/astro/commit/d4cd7a59fd38d411c442a818cfaab40f74106628) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update Markdown type signature to match new markdown plugin,and update top-level layout props for better alignment
|
||||||
|
|
||||||
## 0.10.2-next.0
|
## 0.10.2-next.0
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/mdx",
|
"name": "@astrojs/mdx",
|
||||||
"description": "Use MDX within Astro",
|
"description": "Use MDX within Astro",
|
||||||
"version": "0.10.2-next.0",
|
"version": "0.10.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @astrojs/react
|
# @astrojs/react
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#4478](https://github.com/withastro/astro/pull/4478) [`243525b15`](https://github.com/withastro/astro/commit/243525b1565385753ae1464c5def0d7de799f906) Thanks [@matthewp](https://github.com/matthewp)! - Uses startTransition on React roots
|
||||||
|
|
||||||
|
This prevents hydration from blocking the main thread when multiple islands are rendering at the same time.
|
||||||
|
|
||||||
## 1.1.0-next.0
|
## 1.1.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/react",
|
"name": "@astrojs/react",
|
||||||
"description": "Use React components within Astro",
|
"description": "Use React components within Astro",
|
||||||
"version": "1.1.0-next.0",
|
"version": "1.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/solid-js
|
# @astrojs/solid-js
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#4496](https://github.com/withastro/astro/pull/4496) [`824a2addd`](https://github.com/withastro/astro/commit/824a2adddd09f57ad3f4bd950a1fbf65b6f9d833) Thanks [@mzaien](https://github.com/mzaien)! - Update solid to 1.5
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/solid-js",
|
"name": "@astrojs/solid-js",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "Use Solid components within Astro",
|
"description": "Use Solid components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
# @astrojs/markdown-remark
|
# @astrojs/markdown-remark
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#4474](https://github.com/withastro/astro/pull/4474) [`ac0321824`](https://github.com/withastro/astro/commit/ac03218247763e4782824e220a384fd20ae6d769) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add "extends" to markdown plugin config to preserve Astro defaults
|
||||||
|
|
||||||
|
* [#4138](https://github.com/withastro/astro/pull/4138) [`839097c84`](https://github.com/withastro/astro/commit/839097c84e830542c17c18d8337a88de8885c356) Thanks [@gtnbssn](https://github.com/gtnbssn)! - Makes remark-rehype options available in astro.config.mjs
|
||||||
|
|
||||||
## 1.1.0-next.0
|
## 1.1.0-next.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/markdown-remark",
|
"name": "@astrojs/markdown-remark",
|
||||||
"version": "1.1.0-next.0",
|
"version": "1.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -56,16 +56,16 @@ importers:
|
||||||
|
|
||||||
examples/basics:
|
examples/basics:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/blog:
|
examples/blog:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/mdx': ^0.10.2-next.0
|
'@astrojs/mdx': ^0.10.2
|
||||||
'@astrojs/rss': ^1.0.0
|
'@astrojs/rss': ^1.0.0
|
||||||
'@astrojs/sitemap': ^1.0.0
|
'@astrojs/sitemap': ^1.0.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||||
'@astrojs/rss': link:../../packages/astro-rss
|
'@astrojs/rss': link:../../packages/astro-rss
|
||||||
|
@ -74,14 +74,14 @@ importers:
|
||||||
|
|
||||||
examples/component:
|
examples/component:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/component/demo:
|
examples/component/demo:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@example/my-component': workspace:*
|
'@example/my-component': workspace:*
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@example/my-component': link:../packages/my-component
|
'@example/my-component': link:../packages/my-component
|
||||||
astro: link:../../../packages/astro
|
astro: link:../../../packages/astro
|
||||||
|
@ -93,11 +93,11 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@algolia/client-search': ^4.13.1
|
'@algolia/client-search': ^4.13.1
|
||||||
'@astrojs/preact': ^1.0.2
|
'@astrojs/preact': ^1.0.2
|
||||||
'@astrojs/react': ^1.1.0-next.0
|
'@astrojs/react': ^1.1.0
|
||||||
'@docsearch/css': ^3.1.0
|
'@docsearch/css': ^3.1.0
|
||||||
'@docsearch/react': ^3.1.0
|
'@docsearch/react': ^3.1.0
|
||||||
'@types/react': ^17.0.45
|
'@types/react': ^17.0.45
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
preact: ^10.7.3
|
preact: ^10.7.3
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
react-dom: ^18.1.0
|
react-dom: ^18.1.0
|
||||||
|
@ -116,7 +116,7 @@ importers:
|
||||||
|
|
||||||
examples/env-vars:
|
examples/env-vars:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ importers:
|
||||||
'@astrojs/alpinejs': ^0.1.0
|
'@astrojs/alpinejs': ^0.1.0
|
||||||
'@types/alpinejs': ^3.7.0
|
'@types/alpinejs': ^3.7.0
|
||||||
alpinejs: ^3.10.2
|
alpinejs: ^3.10.2
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
|
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
|
||||||
'@types/alpinejs': 3.7.0
|
'@types/alpinejs': 3.7.0
|
||||||
|
@ -136,7 +136,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^1.0.0
|
'@astrojs/lit': ^1.0.0
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
lit: ^2.2.5
|
lit: ^2.2.5
|
||||||
dependencies:
|
dependencies:
|
||||||
'@webcomponents/template-shadowroot': 0.1.0
|
'@webcomponents/template-shadowroot': 0.1.0
|
||||||
|
@ -148,11 +148,11 @@ importers:
|
||||||
examples/framework-multiple:
|
examples/framework-multiple:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^1.0.2
|
'@astrojs/preact': ^1.0.2
|
||||||
'@astrojs/react': ^1.1.0-next.0
|
'@astrojs/react': ^1.1.0
|
||||||
'@astrojs/solid-js': ^1.0.0
|
'@astrojs/solid-js': ^1.1.0
|
||||||
'@astrojs/svelte': ^1.0.0
|
'@astrojs/svelte': ^1.0.0
|
||||||
'@astrojs/vue': ^1.0.0
|
'@astrojs/vue': ^1.0.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
preact: ^10.7.3
|
preact: ^10.7.3
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
react-dom: ^18.1.0
|
react-dom: ^18.1.0
|
||||||
|
@ -177,7 +177,7 @@ importers:
|
||||||
examples/framework-preact:
|
examples/framework-preact:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^1.0.2
|
'@astrojs/preact': ^1.0.2
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
preact: ^10.7.3
|
preact: ^10.7.3
|
||||||
dependencies:
|
dependencies:
|
||||||
preact: 10.10.6
|
preact: 10.10.6
|
||||||
|
@ -187,10 +187,10 @@ importers:
|
||||||
|
|
||||||
examples/framework-react:
|
examples/framework-react:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^1.1.0-next.0
|
'@astrojs/react': ^1.1.0
|
||||||
'@types/react': ^18.0.10
|
'@types/react': ^18.0.10
|
||||||
'@types/react-dom': ^18.0.5
|
'@types/react-dom': ^18.0.5
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
react-dom: ^18.1.0
|
react-dom: ^18.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -204,8 +204,8 @@ importers:
|
||||||
|
|
||||||
examples/framework-solid:
|
examples/framework-solid:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/solid-js': ^1.0.0
|
'@astrojs/solid-js': ^1.1.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
solid-js: ^1.4.3
|
solid-js: ^1.4.3
|
||||||
dependencies:
|
dependencies:
|
||||||
solid-js: 1.4.8
|
solid-js: 1.4.8
|
||||||
|
@ -216,7 +216,7 @@ importers:
|
||||||
examples/framework-svelte:
|
examples/framework-svelte:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/svelte': ^1.0.0
|
'@astrojs/svelte': ^1.0.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
svelte: ^3.48.0
|
svelte: ^3.48.0
|
||||||
dependencies:
|
dependencies:
|
||||||
svelte: 3.49.0
|
svelte: 3.49.0
|
||||||
|
@ -227,7 +227,7 @@ importers:
|
||||||
examples/framework-vue:
|
examples/framework-vue:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/vue': ^1.0.0
|
'@astrojs/vue': ^1.0.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
vue: ^3.2.37
|
vue: ^3.2.37
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.2.37
|
vue: 3.2.37
|
||||||
|
@ -237,20 +237,20 @@ importers:
|
||||||
|
|
||||||
examples/minimal:
|
examples/minimal:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/non-html-pages:
|
examples/non-html-pages:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/portfolio:
|
examples/portfolio:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^1.0.2
|
'@astrojs/preact': ^1.0.2
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
preact: ^10.7.3
|
preact: ^10.7.3
|
||||||
sass: ^1.52.2
|
sass: ^1.52.2
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -264,7 +264,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/node': ^1.0.0
|
'@astrojs/node': ^1.0.0
|
||||||
'@astrojs/svelte': ^1.0.0
|
'@astrojs/svelte': ^1.0.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
concurrently: ^7.2.1
|
concurrently: ^7.2.1
|
||||||
lightcookie: ^1.0.25
|
lightcookie: ^1.0.25
|
||||||
svelte: ^3.48.0
|
svelte: ^3.48.0
|
||||||
|
@ -283,8 +283,8 @@ importers:
|
||||||
|
|
||||||
examples/subpath:
|
examples/subpath:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^1.1.0-next.0
|
'@astrojs/react': ^1.1.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
react: ^18.1.0
|
react: ^18.1.0
|
||||||
react-dom: ^18.1.0
|
react-dom: ^18.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -296,8 +296,8 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown-plugins:
|
examples/with-markdown-plugins:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^1.1.0-next.0
|
'@astrojs/markdown-remark': ^1.1.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
hast-util-select: 5.0.1
|
hast-util-select: 5.0.1
|
||||||
rehype-autolink-headings: ^6.1.1
|
rehype-autolink-headings: ^6.1.1
|
||||||
rehype-slug: ^5.0.1
|
rehype-slug: ^5.0.1
|
||||||
|
@ -314,17 +314,17 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown-shiki:
|
examples/with-markdown-shiki:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^1.1.0-next.0
|
'@astrojs/markdown-remark': ^1.1.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/with-mdx:
|
examples/with-mdx:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/mdx': ^0.10.2-next.0
|
'@astrojs/mdx': ^0.10.2
|
||||||
'@astrojs/preact': ^1.0.2
|
'@astrojs/preact': ^1.0.2
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
preact: ^10.6.5
|
preact: ^10.6.5
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/mdx': link:../../packages/integrations/mdx
|
'@astrojs/mdx': link:../../packages/integrations/mdx
|
||||||
|
@ -336,7 +336,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^1.0.2
|
'@astrojs/preact': ^1.0.2
|
||||||
'@nanostores/preact': ^0.1.3
|
'@nanostores/preact': ^0.1.3
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
nanostores: ^0.5.12
|
nanostores: ^0.5.12
|
||||||
preact: ^10.7.3
|
preact: ^10.7.3
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -350,7 +350,7 @@ importers:
|
||||||
examples/with-tailwindcss:
|
examples/with-tailwindcss:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/tailwind': ^1.0.0
|
'@astrojs/tailwind': ^1.0.0
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
autoprefixer: ^10.4.7
|
autoprefixer: ^10.4.7
|
||||||
canvas-confetti: ^1.5.1
|
canvas-confetti: ^1.5.1
|
||||||
postcss: ^8.4.14
|
postcss: ^8.4.14
|
||||||
|
@ -365,7 +365,7 @@ importers:
|
||||||
|
|
||||||
examples/with-vite-plugin-pwa:
|
examples/with-vite-plugin-pwa:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
vite-plugin-pwa: 0.11.11
|
vite-plugin-pwa: 0.11.11
|
||||||
workbox-window: ^6.5.3
|
workbox-window: ^6.5.3
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -375,7 +375,7 @@ importers:
|
||||||
|
|
||||||
examples/with-vitest:
|
examples/with-vitest:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^1.1.0-next.0
|
astro: ^1.1.0
|
||||||
vitest: ^0.20.3
|
vitest: ^0.20.3
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
@ -385,7 +385,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/compiler': ^0.23.4
|
'@astrojs/compiler': ^0.23.4
|
||||||
'@astrojs/language-server': ^0.23.0
|
'@astrojs/language-server': ^0.23.0
|
||||||
'@astrojs/markdown-remark': ^1.1.0-next.0
|
'@astrojs/markdown-remark': ^1.1.0
|
||||||
'@astrojs/telemetry': ^1.0.0
|
'@astrojs/telemetry': ^1.0.0
|
||||||
'@astrojs/webapi': ^1.0.0
|
'@astrojs/webapi': ^1.0.0
|
||||||
'@babel/core': ^7.18.2
|
'@babel/core': ^7.18.2
|
||||||
|
|
Loading…
Reference in a new issue