summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-03 11:52:40 -0600
committerGravatar GitHub <noreply@github.com> 2022-03-03 11:52:40 -0600
commit92447974f220834571e66f995f4513adaf933904 (patch)
tree2cb19420111260d227834afe1f63f18fd5d4bdbc
parentb2c37385f94614232d9a378ef2ef3264d5405cc8 (diff)
downloadastro-92447974f220834571e66f995f4513adaf933904.tar.gz
astro-92447974f220834571e66f995f4513adaf933904.tar.zst
astro-92447974f220834571e66f995f4513adaf933904.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--.changeset/thirty-lobsters-ring.md6
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/env-vars/package.json2
-rw-r--r--examples/fast-build/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio-svelte/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md49
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/markdown/remark/CHANGELOG.md14
-rw-r--r--packages/markdown/remark/package.json2
33 files changed, 70 insertions, 61 deletions
diff --git a/.changeset/thirty-lobsters-ring.md b/.changeset/thirty-lobsters-ring.md
deleted file mode 100644
index 569ac6be4..000000000
--- a/.changeset/thirty-lobsters-ring.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/markdown-remark': patch
----
-
-Changed `data-astro-raw` to `is:raw` internally
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 58d411eb8..0f1af8006 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4",
+ "astro": "^0.23.5",
"sass": "^1.49.8"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8e8d211cc..37fdc9178 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index e92a317cd..40a802e1f 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 455c5c206..f682f5a04 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 6c3e285c3..2d57a1515 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json
index ced94f9a4..b73edd442 100644
--- a/examples/env-vars/package.json
+++ b/examples/env-vars/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json
index 18c29a888..3a6d22de5 100644
--- a/examples/fast-build/package.json
+++ b/examples/fast-build/package.json
@@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4",
+ "astro": "^0.23.5",
"preact": "~10.6.5",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index b5493cc2e..9d5400600 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index c2eac44cf..8b1b1c871 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.4.0",
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 1c61cf89a..9962d8194 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.4.0",
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 0d60b5cb5..85ca45671 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 69d6eb40a..8d10178a7 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index b4ddd116d..684a730e0 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.4.0",
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index a0973f3d8..2defb181a 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index d2ef5c670..e3f178a27 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index ee36b904d..2a5daaf72 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index d3646031b..25ce79fbc 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 8f259fe42..8c1c2d8a2 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index b793ff6e3..bb5766c86 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 971f4446b..7efc529c5 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -11,7 +11,7 @@
"server": "node server/server.mjs"
},
"devDependencies": {
- "astro": "^0.23.4",
+ "astro": "^0.23.5",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
},
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 225a6b6d1..5520cb801 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index e3e0c70ba..2df0f18b2 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 1975e0682..bdaf667ab 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4",
+ "astro": "^0.23.5",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 659087ccd..5c7d92b2f 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index c90c72366..56cde0844 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index ae6a4db2c..83b339b6a 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -17,6 +17,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.4.0",
- "astro": "^0.23.4"
+ "astro": "^0.23.5"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 65bc68672..bff274578 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4",
+ "astro": "^0.23.5",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index 3b161b7bb..894d5e0af 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.23.4",
+ "astro": "^0.23.5",
"vite-plugin-pwa": "0.11.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 9edc35780..c68c0e568 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,14 @@
# astro
+## 0.23.5
+
+### Patch Changes
+
+- [#2706](https://github.com/withastro/astro/pull/2706) [`b2c37385`](https://github.com/withastro/astro/commit/b2c37385f94614232d9a378ef2ef3264d5405cc8) Thanks [@JuanM04](https://github.com/JuanM04)! - Changed `data-astro-raw` to `is:raw` internally
+
+- Updated dependencies [[`b2c37385`](https://github.com/withastro/astro/commit/b2c37385f94614232d9a378ef2ef3264d5405cc8)]:
+ - @astrojs/markdown-remark@0.6.4
+
## 0.23.4
### Patch Changes
@@ -73,12 +82,12 @@
```typescript
// src/pages/company.json.ts
export async function get() {
- return {
- body: JSON.stringify({
- name: 'Astro Technology Company',
- url: 'https://astro.build/',
- }),
- };
+ return {
+ body: JSON.stringify({
+ name: 'Astro Technology Company',
+ url: 'https://astro.build/',
+ }),
+ };
}
```
@@ -240,12 +249,12 @@
```typescript
// src/pages/company.json.ts
export async function get() {
- return {
- body: JSON.stringify({
- name: 'Astro Technology Company',
- url: 'https://astro.build/',
- }),
- };
+ return {
+ body: JSON.stringify({
+ name: 'Astro Technology Company',
+ url: 'https://astro.build/',
+ }),
+ };
}
```
@@ -1600,10 +1609,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- markdownOptions: {
- remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
- rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
- },
+ markdownOptions: {
+ remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
+ rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
+ },
};
```
@@ -1623,10 +1632,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- name: '@matthewp/my-renderer',
- server: './server.js',
- client: './client.js',
- hydrationPolyfills: ['./my-polyfill.js'],
+ name: '@matthewp/my-renderer',
+ server: './server.js',
+ client: './client.js',
+ hydrationPolyfills: ['./my-polyfill.js'],
};
```
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 63c19bf73..72010af36 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.23.4",
+ "version": "0.23.5",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -60,7 +60,7 @@
"dependencies": {
"@astrojs/compiler": "^0.11.4",
"@astrojs/language-server": "^0.8.6",
- "@astrojs/markdown-remark": "^0.6.3",
+ "@astrojs/markdown-remark": "^0.6.4",
"@astrojs/prism": "0.4.0",
"@astrojs/renderer-preact": "^0.5.0",
"@astrojs/renderer-react": "0.5.0",
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index c73e68269..b8b111164 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-remark
+## 0.6.4
+
+### Patch Changes
+
+- [#2706](https://github.com/withastro/astro/pull/2706) [`b2c37385`](https://github.com/withastro/astro/commit/b2c37385f94614232d9a378ef2ef3264d5405cc8) Thanks [@JuanM04](https://github.com/JuanM04)! - Changed `data-astro-raw` to `is:raw` internally
+
## 0.6.3
### Patch Changes
@@ -153,10 +159,10 @@
```js
export default {
- markdownOptions: {
- remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
- rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
- },
+ markdownOptions: {
+ remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
+ rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
+ },
};
```
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 29e196c92..0b92ce6aa 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "0.6.3",
+ "version": "0.6.4",
"type": "module",
"author": "withastro",
"license": "MIT",