[ci] release (next) (#2754)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-03-10 17:31:45 -06:00 committed by GitHub
parent a940354b38
commit e032e89a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 82 additions and 53 deletions

View file

@ -50,15 +50,19 @@
}, },
"changesets": [ "changesets": [
"clean-bottles-drive", "clean-bottles-drive",
"cool-ravens-occur",
"five-stingrays-collect", "five-stingrays-collect",
"fresh-ladybugs-think", "fresh-ladybugs-think",
"giant-cycles-search", "giant-cycles-search",
"khaki-humans-sort",
"modern-elephants-burn", "modern-elephants-burn",
"neat-snakes-know", "neat-snakes-know",
"new-pianos-boil", "new-pianos-boil",
"silver-foxes-bathe", "silver-foxes-bathe",
"sour-socks-enjoy", "sour-socks-enjoy",
"stupid-pots-give",
"thick-ravens-chew", "thick-ravens-chew",
"yellow-trees-clean" "yellow-trees-clean",
"young-rules-draw"
] ]
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"sass": "^1.49.8" "sass": "^1.49.8"
} }
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"@astrojs/renderer-preact": "^0.5.0" "@astrojs/renderer-preact": "^0.5.0"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@example/my-component": "workspace:*", "@example/my-component": "workspace:*",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -8,6 +8,6 @@
"serve": "astro --project-root demo preview" "serve": "astro --project-root demo preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -19,6 +19,6 @@
"devDependencies": { "devDependencies": {
"@astrojs/renderer-react": "^0.5.0", "@astrojs/renderer-react": "^0.5.0",
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-lit": "^0.4.0", "@astrojs/renderer-lit": "^0.4.0",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -15,6 +15,6 @@
"@astrojs/renderer-solid": "^0.4.0", "@astrojs/renderer-solid": "^0.4.0",
"@astrojs/renderer-svelte": "^0.5.1", "@astrojs/renderer-svelte": "^0.5.1",
"@astrojs/renderer-vue": "^0.4.0", "@astrojs/renderer-vue": "^0.4.0",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-react": "^0.5.0", "@astrojs/renderer-react": "^0.5.0",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-solid": "^0.4.0", "@astrojs/renderer-solid": "^0.4.0",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-svelte": "^0.5.1", "@astrojs/renderer-svelte": "^0.5.1",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-vue": "^0.4.0", "@astrojs/renderer-vue": "^0.4.0",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-svelte": "^0.5.1", "@astrojs/renderer-svelte": "^0.5.1",
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"sass": "^1.49.9" "sass": "^1.49.9"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"sass": "^1.49.9" "sass": "^1.49.9"
} }
} }

View file

@ -12,7 +12,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-svelte": "^0.5.1", "@astrojs/renderer-svelte": "^0.5.1",
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"unocss": "^0.15.5", "unocss": "^0.15.5",
"vite-imagetools": "^4.0.1" "vite-imagetools": "^4.0.1"
} }

View file

@ -9,6 +9,6 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/renderer-react": "^0.5.0", "@astrojs/renderer-react": "^0.5.0",
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"sass": "^1.49.9" "sass": "^1.49.9"
} }
} }

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.6.1", "@astrojs/markdown-remark": "^0.6.1",
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"hast-util-select": "5.0.1", "hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0", "rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0", "rehype-slug": "^5.0.0",

View file

@ -10,6 +10,6 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "^0.6.1", "@astrojs/markdown-remark": "^0.6.1",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -14,6 +14,6 @@
"@astrojs/renderer-svelte": "^0.5.1", "@astrojs/renderer-svelte": "^0.5.1",
"@astrojs/renderer-vue": "^0.4.0", "@astrojs/renderer-vue": "^0.4.0",
"@astrojs/markdown-remark": "^0.6.1", "@astrojs/markdown-remark": "^0.6.1",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -25,6 +25,6 @@
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-solid": "^0.4.0", "@astrojs/renderer-solid": "^0.4.0",
"@astrojs/renderer-svelte": "^0.5.1", "@astrojs/renderer-svelte": "^0.5.1",
"astro": "^0.24.0-next.1" "astro": "^0.24.0-next.2"
} }
} }

View file

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@astrojs/renderer-preact": "^0.5.0", "@astrojs/renderer-preact": "^0.5.0",
"postcss": "^8.3.8", "postcss": "^8.3.8",
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5" "tailwindcss": "^3.0.5"
} }

View file

@ -9,7 +9,7 @@
"preview": "astro preview" "preview": "astro preview"
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.24.0-next.1", "astro": "^0.24.0-next.2",
"vite-plugin-pwa": "0.11.11", "vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.0" "workbox-window": "^6.5.0"
} }

View file

@ -1,5 +1,30 @@
# astro # astro
## 0.24.0-next.2
### Patch Changes
- [#2755](https://github.com/withastro/astro/pull/2755) [`10843aba`](https://github.com/withastro/astro/commit/10843aba634c9cae663d8181b9d90d3213cb9142) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Add user-configurable `sitemapFilter` option.
This option can be used to ensure certain pages are excluded from your final sitemap.
```ts
// astro.config.ts
import type { AstroUserConfig } from 'astro'
const config: AstroUserConfig = {
sitemap: true,
sitemapFilter: (page: string) => !page.includes('secret-page')
}
export default config
```
* [#2750](https://github.com/withastro/astro/pull/2750) [`79fc3204`](https://github.com/withastro/astro/commit/79fc320480b2a638ef707079a624519bd54f1550) Thanks [@FredKSchott](https://github.com/FredKSchott)! - update esbuild@0.14.25
- [#2758](https://github.com/withastro/astro/pull/2758) [`499fb6a3`](https://github.com/withastro/astro/commit/499fb6a3356967123a7cb9b28f94d9a3bf1dff91) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Add CLI warnings when running a prerelease or outdated version of Astro
* [#2743](https://github.com/withastro/astro/pull/2743) [`a14075e2`](https://github.com/withastro/astro/commit/a14075e2a4d8897e24e2928318e653b63637ebe3) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix - show 404 for bad static paths with console message, rather than a 500
## 0.24.0-next.1 ## 0.24.0-next.1
### Minor Changes ### Minor Changes
@ -18,7 +43,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');
} }
``` ```
@ -42,9 +67,9 @@
```json ```json
{ {
"scripts": { "scripts": {
"build": "astro build --legacy-build" "build": "astro build --legacy-build"
} }
} }
``` ```
@ -156,12 +181,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/',
}), }),
}; };
} }
``` ```
@ -323,12 +348,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/',
}), }),
}; };
} }
``` ```
@ -1683,10 +1708,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' }]],
}, },
}; };
``` ```
@ -1706,10 +1731,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'],
}; };
``` ```

View file

@ -1,6 +1,6 @@
{ {
"name": "astro", "name": "astro",
"version": "0.24.0-next.1", "version": "0.24.0-next.2",
"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",