[ci] release (#2975)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
efc63bfd0f
commit
2552db0d09
39 changed files with 127 additions and 126 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix edge case where default slots could be rendered too early for Astro components. Slots are now only rendered on demand.
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Updates the @docs default value listed for config.publicDir and config.outputDir
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/markdown-remark': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Escape expressions when mode == 'md'
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'astro': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Prevent CLI from hanging
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/vercel': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add a Vercel adapter for SSR
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.0.2",
|
"@astrojs/preact": "^0.0.2",
|
||||||
"astro": "^0.26.0",
|
"astro": "^0.26.1",
|
||||||
"sass": "^1.49.11"
|
"sass": "^1.49.11"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.0.2",
|
"@astrojs/preact": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.0"
|
"preact": "^10.7.0"
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@example/my-component": "workspace:*",
|
"@example/my-component": "workspace:*",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
"serve": "astro --root demo preview"
|
"serve": "astro --root demo preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.0.2",
|
"@astrojs/preact": "^0.0.2",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/lit": "^0.0.2",
|
"@astrojs/lit": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"@astrojs/solid-js": "^0.0.3",
|
"@astrojs/solid-js": "^0.0.3",
|
||||||
"@astrojs/svelte": "^0.0.2",
|
"@astrojs/svelte": "^0.0.2",
|
||||||
"@astrojs/vue": "^0.0.2",
|
"@astrojs/vue": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.0.2",
|
"@astrojs/preact": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.0"
|
"preact": "^10.7.0"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/solid-js": "^0.0.3",
|
"@astrojs/solid-js": "^0.0.3",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"solid-js": "^1.3.13"
|
"solid-js": "^1.3.13"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/svelte": "^0.0.2",
|
"@astrojs/svelte": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"svelte": "^3.46.6"
|
"svelte": "^3.46.6"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/vue": "^0.0.2",
|
"@astrojs/vue": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^3.2.31"
|
"vue": "^3.2.31"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"@astrojs/sitemap": "^0.1.0",
|
"@astrojs/sitemap": "^0.1.0",
|
||||||
"@astrojs/tailwind": "^0.1.0",
|
"@astrojs/tailwind": "^0.1.0",
|
||||||
"@astrojs/turbolinks": "^0.0.2",
|
"@astrojs/turbolinks": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webcomponents/template-shadowroot": "^0.1.0",
|
"@webcomponents/template-shadowroot": "^0.1.0",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/preact": "^0.0.2",
|
"@astrojs/preact": "^0.0.2",
|
||||||
"astro": "^0.26.0",
|
"astro": "^0.26.1",
|
||||||
"sass": "^1.49.11"
|
"sass": "^1.49.11"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/node": "^0.0.2",
|
"@astrojs/node": "^0.0.2",
|
||||||
"@astrojs/svelte": "^0.0.2",
|
"@astrojs/svelte": "^0.0.2",
|
||||||
"astro": "^0.26.0",
|
"astro": "^0.26.1",
|
||||||
"concurrently": "^7.1.0",
|
"concurrently": "^7.1.0",
|
||||||
"lightcookie": "^1.0.25",
|
"lightcookie": "^1.0.25",
|
||||||
"unocss": "^0.15.6",
|
"unocss": "^0.15.6",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"astro": "^0.26.0",
|
"astro": "^0.26.1",
|
||||||
"sass": "^1.49.11"
|
"sass": "^1.49.11"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.8.0",
|
"@astrojs/markdown-remark": "^0.8.1",
|
||||||
"astro": "^0.26.0",
|
"astro": "^0.26.1",
|
||||||
"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",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.8.0",
|
"@astrojs/markdown-remark": "^0.8.1",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^0.8.0",
|
"@astrojs/markdown-remark": "^0.8.1",
|
||||||
"@astrojs/preact": "^0.0.2",
|
"@astrojs/preact": "^0.0.2",
|
||||||
"@astrojs/react": "^0.1.0",
|
"@astrojs/react": "^0.1.0",
|
||||||
"@astrojs/svelte": "^0.0.2",
|
"@astrojs/svelte": "^0.0.2",
|
||||||
"@astrojs/vue": "^0.0.2",
|
"@astrojs/vue": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"preact": "^10.7.0",
|
"preact": "^10.7.0",
|
||||||
|
|
|
@ -25,6 +25,6 @@
|
||||||
"@astrojs/solid-js": "^0.0.3",
|
"@astrojs/solid-js": "^0.0.3",
|
||||||
"@astrojs/svelte": "^0.0.2",
|
"@astrojs/svelte": "^0.0.2",
|
||||||
"@astrojs/vue": "^0.0.2",
|
"@astrojs/vue": "^0.0.2",
|
||||||
"astro": "^0.26.0"
|
"astro": "^0.26.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/tailwind": "^0.1.0",
|
"@astrojs/tailwind": "^0.1.0",
|
||||||
"astro": "^0.26.0",
|
"astro": "^0.26.1",
|
||||||
"autoprefixer": "^10.4.4",
|
"autoprefixer": "^10.4.4",
|
||||||
"canvas-confetti": "^1.5.1",
|
"canvas-confetti": "^1.5.1",
|
||||||
"postcss": "^8.4.12",
|
"postcss": "^8.4.12",
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.26.0",
|
"astro": "^0.26.1",
|
||||||
"vite-plugin-pwa": "0.11.11",
|
"vite-plugin-pwa": "0.11.11",
|
||||||
"workbox-window": "^6.5.2"
|
"workbox-window": "^6.5.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,18 @@
|
||||||
# astro
|
# astro
|
||||||
|
|
||||||
|
## 0.26.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2978](https://github.com/withastro/astro/pull/2978) [`3f0bc5af`](https://github.com/withastro/astro/commit/3f0bc5af57550ee28697ba4910208276bd23fb3f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix edge case where default slots could be rendered too early for Astro components. Slots are now only rendered on demand.
|
||||||
|
|
||||||
|
* [#2973](https://github.com/withastro/astro/pull/2973) [`75919537`](https://github.com/withastro/astro/commit/75919537be17f3c11991d5bfc24a7d75b7c32e36) Thanks [@tony-sull](https://github.com/tony-sull)! - Updates the @docs default value listed for config.publicDir and config.outputDir
|
||||||
|
|
||||||
|
- [#2974](https://github.com/withastro/astro/pull/2974) [`82445879`](https://github.com/withastro/astro/commit/824458790a45e9b476e8acf6c406c49d28740dea) Thanks [@JuanM04](https://github.com/JuanM04)! - Prevent CLI from hanging
|
||||||
|
|
||||||
|
- Updated dependencies [[`ad3c3916`](https://github.com/withastro/astro/commit/ad3c391696c5b9cc350a22831717682e73e25776)]:
|
||||||
|
- @astrojs/markdown-remark@0.8.1
|
||||||
|
|
||||||
## 0.26.0
|
## 0.26.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@ -99,7 +112,7 @@
|
||||||
import netlify from '@astrojs/netlify/functions';
|
import netlify from '@astrojs/netlify/functions';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
adapter: netlify(),
|
adapter: netlify(),
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -119,7 +132,7 @@
|
||||||
import nodejs from '@astrojs/node';
|
import nodejs from '@astrojs/node';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
adapter: nodejs(),
|
adapter: nodejs(),
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -179,7 +192,7 @@
|
||||||
import nodejs from '@astrojs/node';
|
import nodejs from '@astrojs/node';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
adapter: nodejs(),
|
adapter: nodejs(),
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -275,7 +288,7 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
renderers: [],
|
renderers: [],
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -313,9 +326,9 @@
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "astro build --legacy-build"
|
"build": "astro build --legacy-build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -335,7 +348,7 @@
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
if (Astro.slots.has('default')) {
|
if (Astro.slots.has('default')) {
|
||||||
const content = await Astro.slots.render('default');
|
const content = await Astro.slots.render('default');
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -419,7 +432,7 @@
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
if (Astro.slots.has('default')) {
|
if (Astro.slots.has('default')) {
|
||||||
const content = await Astro.slots.render('default');
|
const content = await Astro.slots.render('default');
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -443,9 +456,9 @@
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "astro build --legacy-build"
|
"build": "astro build --legacy-build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -557,12 +570,12 @@
|
||||||
```typescript
|
```typescript
|
||||||
// src/pages/company.json.ts
|
// src/pages/company.json.ts
|
||||||
export async function get() {
|
export async function get() {
|
||||||
return {
|
return {
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
name: 'Astro Technology Company',
|
name: 'Astro Technology Company',
|
||||||
url: 'https://astro.build/',
|
url: 'https://astro.build/',
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -724,12 +737,12 @@
|
||||||
```typescript
|
```typescript
|
||||||
// src/pages/company.json.ts
|
// src/pages/company.json.ts
|
||||||
export async function get() {
|
export async function get() {
|
||||||
return {
|
return {
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
name: 'Astro Technology Company',
|
name: 'Astro Technology Company',
|
||||||
url: 'https://astro.build/',
|
url: 'https://astro.build/',
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -2084,10 +2097,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
||||||
|
|
||||||
```js
|
```js
|
||||||
export default {
|
export default {
|
||||||
markdownOptions: {
|
markdownOptions: {
|
||||||
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
||||||
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -2107,10 +2120,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
|
||||||
|
|
||||||
```js
|
```js
|
||||||
export default {
|
export default {
|
||||||
name: '@matthewp/my-renderer',
|
name: '@matthewp/my-renderer',
|
||||||
server: './server.js',
|
server: './server.js',
|
||||||
client: './client.js',
|
client: './client.js',
|
||||||
hydrationPolyfills: ['./my-polyfill.js'],
|
hydrationPolyfills: ['./my-polyfill.js'],
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "0.26.0",
|
"version": "0.26.1",
|
||||||
"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",
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^0.14.1",
|
"@astrojs/compiler": "^0.14.1",
|
||||||
"@astrojs/language-server": "^0.13.3",
|
"@astrojs/language-server": "^0.13.3",
|
||||||
"@astrojs/markdown-remark": "^0.8.0",
|
"@astrojs/markdown-remark": "^0.8.1",
|
||||||
"@astrojs/prism": "0.4.1",
|
"@astrojs/prism": "0.4.1",
|
||||||
"@astrojs/webapi": "^0.11.0",
|
"@astrojs/webapi": "^0.11.0",
|
||||||
"@babel/core": "^7.17.8",
|
"@babel/core": "^7.17.8",
|
||||||
|
|
7
packages/integrations/vercel/CHANGELOG.md
Normal file
7
packages/integrations/vercel/CHANGELOG.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# @astrojs/vercel
|
||||||
|
|
||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2915](https://github.com/withastro/astro/pull/2915) [`e30aa4df`](https://github.com/withastro/astro/commit/e30aa4dfef2bbe874e2fe7f07232bf8a3c092317) Thanks [@JuanM04](https://github.com/JuanM04)! - Add a Vercel adapter for SSR
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/vercel",
|
"name": "@astrojs/vercel",
|
||||||
"description": "Deploy your site to Vercel",
|
"description": "Deploy your site to Vercel",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/markdown-remark
|
# @astrojs/markdown-remark
|
||||||
|
|
||||||
|
## 0.8.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2971](https://github.com/withastro/astro/pull/2971) [`ad3c3916`](https://github.com/withastro/astro/commit/ad3c391696c5b9cc350a22831717682e73e25776) Thanks [@JuanM04](https://github.com/JuanM04)! - Escape expressions when mode == 'md'
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
@ -193,10 +199,10 @@
|
||||||
|
|
||||||
```js
|
```js
|
||||||
export default {
|
export default {
|
||||||
markdownOptions: {
|
markdownOptions: {
|
||||||
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
|
||||||
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/markdown-remark",
|
"name": "@astrojs/markdown-remark",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
62
pnpm-lock.yaml
generated
62
pnpm-lock.yaml
generated
|
@ -44,7 +44,7 @@ importers:
|
||||||
examples/blog:
|
examples/blog:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.0.2
|
'@astrojs/preact': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
dependencies:
|
dependencies:
|
||||||
preact: 10.7.0
|
preact: 10.7.0
|
||||||
|
@ -55,7 +55,7 @@ importers:
|
||||||
examples/blog-multiple-authors:
|
examples/blog-multiple-authors:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.0.2
|
'@astrojs/preact': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
sass: ^1.49.11
|
sass: ^1.49.11
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -67,14 +67,14 @@ importers:
|
||||||
|
|
||||||
examples/component:
|
examples/component:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
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: ^0.26.0
|
astro: ^0.26.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@example/my-component': link:../packages/my-component
|
'@example/my-component': link:../packages/my-component
|
||||||
astro: link:../../../packages/astro
|
astro: link:../../../packages/astro
|
||||||
|
@ -90,7 +90,7 @@ importers:
|
||||||
'@docsearch/css': ^3.0.0
|
'@docsearch/css': ^3.0.0
|
||||||
'@docsearch/react': ^3.0.0
|
'@docsearch/react': ^3.0.0
|
||||||
'@types/react': ^17.0.43
|
'@types/react': ^17.0.43
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
|
@ -109,13 +109,13 @@ importers:
|
||||||
|
|
||||||
examples/env-vars:
|
examples/env-vars:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/framework-alpine:
|
examples/framework-alpine:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/lit': ^0.0.2
|
'@astrojs/lit': ^0.0.2
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
lit: ^2.2.1
|
lit: ^2.2.1
|
||||||
dependencies:
|
dependencies:
|
||||||
'@webcomponents/template-shadowroot': 0.1.0
|
'@webcomponents/template-shadowroot': 0.1.0
|
||||||
|
@ -141,7 +141,7 @@ importers:
|
||||||
'@astrojs/svelte': ^0.0.2
|
'@astrojs/svelte': ^0.0.2
|
||||||
'@astrojs/vue': ^0.0.2
|
'@astrojs/vue': ^0.0.2
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
lit: ^2.2.1
|
lit: ^2.2.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
@ -170,7 +170,7 @@ importers:
|
||||||
examples/framework-preact:
|
examples/framework-preact:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.0.2
|
'@astrojs/preact': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
dependencies:
|
dependencies:
|
||||||
preact: 10.7.0
|
preact: 10.7.0
|
||||||
|
@ -181,7 +181,7 @@ importers:
|
||||||
examples/framework-react:
|
examples/framework-react:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -194,7 +194,7 @@ importers:
|
||||||
examples/framework-solid:
|
examples/framework-solid:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/solid-js': ^0.0.3
|
'@astrojs/solid-js': ^0.0.3
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
solid-js: ^1.3.13
|
solid-js: ^1.3.13
|
||||||
dependencies:
|
dependencies:
|
||||||
solid-js: 1.3.13
|
solid-js: 1.3.13
|
||||||
|
@ -205,7 +205,7 @@ importers:
|
||||||
examples/framework-svelte:
|
examples/framework-svelte:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/svelte': ^0.0.2
|
'@astrojs/svelte': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
svelte: ^3.46.6
|
svelte: ^3.46.6
|
||||||
dependencies:
|
dependencies:
|
||||||
svelte: 3.46.6
|
svelte: 3.46.6
|
||||||
|
@ -216,7 +216,7 @@ importers:
|
||||||
examples/framework-vue:
|
examples/framework-vue:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/vue': ^0.0.2
|
'@astrojs/vue': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
vue: ^3.2.31
|
vue: ^3.2.31
|
||||||
dependencies:
|
dependencies:
|
||||||
vue: 3.2.31
|
vue: 3.2.31
|
||||||
|
@ -233,7 +233,7 @@ importers:
|
||||||
'@astrojs/tailwind': ^0.1.0
|
'@astrojs/tailwind': ^0.1.0
|
||||||
'@astrojs/turbolinks': ^0.0.2
|
'@astrojs/turbolinks': ^0.0.2
|
||||||
'@webcomponents/template-shadowroot': ^0.1.0
|
'@webcomponents/template-shadowroot': ^0.1.0
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
lit: ^2.2.1
|
lit: ^2.2.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
@ -261,20 +261,20 @@ importers:
|
||||||
|
|
||||||
examples/minimal:
|
examples/minimal:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/non-html-pages:
|
examples/non-html-pages:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/portfolio:
|
examples/portfolio:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/preact': ^0.0.2
|
'@astrojs/preact': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
sass: ^1.49.11
|
sass: ^1.49.11
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -288,7 +288,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/node': ^0.0.2
|
'@astrojs/node': ^0.0.2
|
||||||
'@astrojs/svelte': ^0.0.2
|
'@astrojs/svelte': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
concurrently: ^7.1.0
|
concurrently: ^7.1.0
|
||||||
lightcookie: ^1.0.25
|
lightcookie: ^1.0.25
|
||||||
svelte: ^3.46.6
|
svelte: ^3.46.6
|
||||||
|
@ -307,14 +307,14 @@ importers:
|
||||||
|
|
||||||
examples/starter:
|
examples/starter:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
|
||||||
examples/subpath:
|
examples/subpath:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
sass: ^1.49.11
|
sass: ^1.49.11
|
||||||
|
@ -328,12 +328,12 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown:
|
examples/with-markdown:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.8.0
|
'@astrojs/markdown-remark': ^0.8.1
|
||||||
'@astrojs/preact': ^0.0.2
|
'@astrojs/preact': ^0.0.2
|
||||||
'@astrojs/react': ^0.1.0
|
'@astrojs/react': ^0.1.0
|
||||||
'@astrojs/svelte': ^0.0.2
|
'@astrojs/svelte': ^0.0.2
|
||||||
'@astrojs/vue': ^0.0.2
|
'@astrojs/vue': ^0.0.2
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
react-dom: ^18.0.0
|
react-dom: ^18.0.0
|
||||||
|
@ -355,8 +355,8 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown-plugins:
|
examples/with-markdown-plugins:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.8.0
|
'@astrojs/markdown-remark': ^0.8.1
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
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
|
||||||
|
@ -373,8 +373,8 @@ importers:
|
||||||
|
|
||||||
examples/with-markdown-shiki:
|
examples/with-markdown-shiki:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/markdown-remark': ^0.8.0
|
'@astrojs/markdown-remark': ^0.8.1
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
'@astrojs/markdown-remark': link:../../packages/markdown/remark
|
||||||
astro: link:../../packages/astro
|
astro: link:../../packages/astro
|
||||||
|
@ -389,7 +389,7 @@ importers:
|
||||||
'@nanostores/preact': ^0.1.3
|
'@nanostores/preact': ^0.1.3
|
||||||
'@nanostores/react': ^0.1.5
|
'@nanostores/react': ^0.1.5
|
||||||
'@nanostores/vue': ^0.4.1
|
'@nanostores/vue': ^0.4.1
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
nanostores: ^0.5.12
|
nanostores: ^0.5.12
|
||||||
preact: ^10.7.0
|
preact: ^10.7.0
|
||||||
react: ^18.0.0
|
react: ^18.0.0
|
||||||
|
@ -417,7 +417,7 @@ importers:
|
||||||
examples/with-tailwindcss:
|
examples/with-tailwindcss:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/tailwind': ^0.1.0
|
'@astrojs/tailwind': ^0.1.0
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
autoprefixer: ^10.4.4
|
autoprefixer: ^10.4.4
|
||||||
canvas-confetti: ^1.5.1
|
canvas-confetti: ^1.5.1
|
||||||
postcss: ^8.4.12
|
postcss: ^8.4.12
|
||||||
|
@ -432,7 +432,7 @@ importers:
|
||||||
|
|
||||||
examples/with-vite-plugin-pwa:
|
examples/with-vite-plugin-pwa:
|
||||||
specifiers:
|
specifiers:
|
||||||
astro: ^0.26.0
|
astro: ^0.26.1
|
||||||
vite-plugin-pwa: 0.11.11
|
vite-plugin-pwa: 0.11.11
|
||||||
workbox-window: ^6.5.2
|
workbox-window: ^6.5.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -444,7 +444,7 @@ importers:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@astrojs/compiler': ^0.14.1
|
'@astrojs/compiler': ^0.14.1
|
||||||
'@astrojs/language-server': ^0.13.3
|
'@astrojs/language-server': ^0.13.3
|
||||||
'@astrojs/markdown-remark': ^0.8.0
|
'@astrojs/markdown-remark': ^0.8.1
|
||||||
'@astrojs/prism': 0.4.1
|
'@astrojs/prism': 0.4.1
|
||||||
'@astrojs/webapi': ^0.11.0
|
'@astrojs/webapi': ^0.11.0
|
||||||
'@babel/core': ^7.17.8
|
'@babel/core': ^7.17.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue