diff options
author | 2024-10-10 04:21:19 -0700 | |
---|---|---|
committer | 2024-10-10 12:21:19 +0100 | |
commit | 582f12e1f6f99b54865a0b24d804ee0924f4ef55 (patch) | |
tree | 436a14894bd0254acfb1dcf84c00ffbfd556f687 /.changeset | |
parent | b9e8e96354019c21c8b73585bea74b84b9b092ee (diff) | |
download | astro-66aee7afb5e129bdb5cb212b1825fc9fe587cc43.tar.gz astro-66aee7afb5e129bdb5cb212b1825fc9fe587cc43.tar.zst astro-66aee7afb5e129bdb5cb212b1825fc9fe587cc43.zip |
[ci] release (#12148)create-astro@4.9.2astro@4.16.0@astrojs/tailwind@5.1.2@astrojs/rss@4.0.8@astrojs/mdx@3.1.8@astrojs/markdown-remark@5.3.0@astrojs/markdoc@0.11.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/angry-ducks-kneel.md | 5 | ||||
-rw-r--r-- | .changeset/dirty-socks-sip.md | 34 | ||||
-rw-r--r-- | .changeset/mean-bags-shave.md | 5 | ||||
-rw-r--r-- | .changeset/ninety-dolls-reply.md | 5 | ||||
-rw-r--r-- | .changeset/plenty-kings-swim.md | 5 | ||||
-rw-r--r-- | .changeset/red-bugs-pump.md | 5 | ||||
-rw-r--r-- | .changeset/slimy-buses-agree.md | 7 | ||||
-rw-r--r-- | .changeset/strong-pugs-stare.md | 7 | ||||
-rw-r--r-- | .changeset/stupid-seas-roll.md | 5 | ||||
-rw-r--r-- | .changeset/ten-emus-heal.md | 25 |
10 files changed, 0 insertions, 103 deletions
diff --git a/.changeset/angry-ducks-kneel.md b/.changeset/angry-ducks-kneel.md deleted file mode 100644 index dd4b46c08..000000000 --- a/.changeset/angry-ducks-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/tailwind': patch ---- - -Adds keywords to `package.json` to improve categorization in the Astro integrations catalog diff --git a/.changeset/dirty-socks-sip.md b/.changeset/dirty-socks-sip.md deleted file mode 100644 index 1784e2031..000000000 --- a/.changeset/dirty-socks-sip.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -'@astrojs/markdown-remark': minor -'astro': minor ---- - -Adds a `markdown.shikiConfig.langAlias` option that allows [aliasing a non-supported code language to a known language](https://shiki.style/guide/load-lang#custom-language-aliases). This is useful when the language of your code samples is not [a built-in Shiki language](https://shiki.style/languages), but you want your Markdown source to contain an accurate language while also displaying syntax highlighting. - -The following example configures Shiki to highlight `cjs` code blocks using the `javascript` syntax highlighter: - -```js -import { defineConfig } from 'astro/config'; - -export default defineConfig({ - markdown: { - shikiConfig: { - langAlias: { - cjs: 'javascript', - }, - }, - }, -}); -``` - -Then in your Markdown, you can use the alias as the language for a code block for syntax highlighting: - -````md -```cjs -'use strict'; - -function commonJs() { - return 'I am a commonjs file'; -} -``` -```` diff --git a/.changeset/mean-bags-shave.md b/.changeset/mean-bags-shave.md deleted file mode 100644 index 88263fa05..000000000 --- a/.changeset/mean-bags-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where `astro.config.mts` and `astro.config.cts` weren't reloading the dev server upon modifications. diff --git a/.changeset/ninety-dolls-reply.md b/.changeset/ninety-dolls-reply.md deleted file mode 100644 index ae7990b56..000000000 --- a/.changeset/ninety-dolls-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': patch ---- - -Fixes an error that occurred when the optional `pubDate` property was missing in an item. diff --git a/.changeset/plenty-kings-swim.md b/.changeset/plenty-kings-swim.md deleted file mode 100644 index 3a4c896aa..000000000 --- a/.changeset/plenty-kings-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/rss': patch ---- - -Fixes an error where docs incorrectly stated the `title`, `link` and `pubDate` properties of RSS items was required. diff --git a/.changeset/red-bugs-pump.md b/.changeset/red-bugs-pump.md deleted file mode 100644 index 3dcc9d260..000000000 --- a/.changeset/red-bugs-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Uses `@bluwy/giget-core` instead of `giget` for smaller installation size when downloading the CLI diff --git a/.changeset/slimy-buses-agree.md b/.changeset/slimy-buses-agree.md deleted file mode 100644 index 9dad2acaf..000000000 --- a/.changeset/slimy-buses-agree.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug in the parsing of `x-forwarded-\*` `Request` headers, where multiple values assigned to those headers were not correctly parsed. - -Now, headers like `x-forwarded-proto: https,http` are correctly parsed. diff --git a/.changeset/strong-pugs-stare.md b/.changeset/strong-pugs-stare.md deleted file mode 100644 index 2233b8e00..000000000 --- a/.changeset/strong-pugs-stare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Skips setting statusMessage header for HTTP/2 response - -HTTP/2 doesn't support status message, so setting this was logging a warning. diff --git a/.changeset/stupid-seas-roll.md b/.changeset/stupid-seas-roll.md deleted file mode 100644 index 9fd933b59..000000000 --- a/.changeset/stupid-seas-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where `Astro.currentLocale` wasn't incorrectly computed when the `defaultLocale` belonged to a custom locale path. diff --git a/.changeset/ten-emus-heal.md b/.changeset/ten-emus-heal.md deleted file mode 100644 index 8ff9e1931..000000000 --- a/.changeset/ten-emus-heal.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -'astro': minor ---- - -Adds a new `build.concurreny` configuration option to specify the number of pages to build in parallel - -**In most cases, you should not change the default value of `1`.** - -Use this option only when other attempts to reduce the overall rendering time (e.g. batch or cache long running tasks like fetch calls or data access) are not possible or are insufficient. - -Use this option only if the refactors are not possible. If the number is set too high, the page rendering may slow down due to insufficient memory resources and because JS is single-threaded. - -> [!WARNING] -> This feature is stable and is not considered experimental. However, this feature is only intended to address difficult performance issues, and breaking changes may occur in a [minor release](https://docs.astro.build/en/upgrade-astro/#semantic-versioning) to keep this option as performant as possible. - -```js -// astro.config.mjs -import { defineConfig } from 'astro'; - -export default defineConfig({ - build: { - concurrency: 2, - }, -}); -``` |