fix(deps): update dependency @astrojs/mdx to v2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@astrojs/mdx (source) | dependencies | major | ^1.0.0 -> ^2.0.0 |
Release Notes
withastro/astro (@astrojs/mdx)
v2.1.1
Patch Changes
- Updated dependencies [
44c957f893c6bf5f5b7c78301de7b21c5975584d
]:
v2.1.0
Minor Changes
-
#9753
df37366556d46f7abdf82b09e33b08bd94e631b3
Thanks @OliverSpeir! - Allows remark plugins to pass options specifying how images in .mdx files will be optimized
v2.0.6
Patch Changes
- Updated dependencies [
53c69dcc82cdf4000aff13a6c11fffe19096cf45
,2f81cffa9da9db0e2802d303f94feaee8d2f54ec
,a505190933365268d48139a5f197a3cfb5570870
]:
v2.0.5
Patch Changes
-
#9706
1539e04a8e5865027b3a8718c6f142885e7c8d88
Thanks @bluwy! - Removes redundant HMR handling code -
Updated dependencies [
165cfc154be477337037185c32b308616d1ed6fa
,e9a72d9a91a3741566866bcaab11172cb0dc7d31
]:
v2.0.4
Patch Changes
-
#9652
e72efd6a9a1e2a70488fd225529617ffd8418534
Thanks @bluwy! - Removes environment variables workaround that broke project builds with sourcemaps
v2.0.3
Patch Changes
-
#9479
1baf0b0d3cbd0564954c2366a7278794fad6726e
Thanks @sarah11918! - Updates README
v2.0.2
Patch Changes
-
#9452
e83b5095f
Thanks @florian-lefebvre! - Upgrades vite to latest
v2.0.1
Patch Changes
-
#9366
1b4e91898
Thanks @lilnasy! - Updates NPM package to refer to the stable Astro version instead of a beta. -
Updated dependencies [
270c6cc27
]:
v2.0.0
Major Changes
-
#9138
abf601233
Thanks @bluwy! - Updates the unified, remark, and rehype dependencies to latest. Make sure to update your custom remark and rehype plugins as well to be compatible with the latest versions.Potentially breaking change: The default value of
markdown.remarkRehype.footnoteBackLabel
is changed from"Back to content"
to"Back to reference 1"
. See themdast-util-to-hast
commit for more information.
Patch Changes
v1.1.5
Patch Changes
- Updated dependencies [
4537ecf0d
]:
v1.1.4
Patch Changes
- Updated dependencies [
c5010aad3
]:
v1.1.3
Patch Changes
-
#8897
5a3d46da1
Thanks @remcohaszing! - Update the README to suggest that users install the official MDX extension for VS Code. -
Updated dependencies [
26b77b8fe
]:- astro@3.3.4
v1.1.2
Patch Changes
- Updated dependencies [
2993055be
,c4270e476
,bd5aa1cd3
,f369fa250
,391729686
,f999365b8
,b2ae9ee0c
,0abff97fe
,3bef32f81
]:- astro@3.3.0
- @astrojs/markdown-remark@3.3.0
v1.1.1
Patch Changes
-
#8737
6f60da805
Thanks @ematipico! - Add provenance statement when publishing the library from CI -
Updated dependencies [
21f482657
,6f60da805
,d78806dfe
,d1c75fe15
,aa265d730
,78adbc443
,21e0757ea
,357270f2a
]:- @astrojs/markdown-remark@3.2.1
- astro@3.2.3
v1.1.0
Minor Changes
-
#8468
a8d72ceae
Thanks @bholmesdev! - Support theimg
component export for optimized images. This allows you to customize how optimized images are styled and rendered.When rendering an optimized image, Astro will pass the
ImageMetadata
object to yourimg
component as thesrc
prop. For unoptimized images (i.e. images using URLs or absolute paths), Astro will continue to pass thesrc
as a string.This example handles both cases and applies custom styling:
v1.0.3
Patch Changes
-
#8430
f3f62a5a2
Thanks @bluwy! - Use exported remarkShiki and remarkPrism plugins from@astrojs/markdown-remark
-
Updated dependencies [
f3f62a5a2
,f66053a1e
,0fa483283
]:- @astrojs/markdown-remark@3.1.0
- astro@3.0.11
v1.0.2
Patch Changes
-
#8438
6df4f3bd9
Thanks @Princesseuh! - Fix errors not having a stacktrace -
Updated dependencies [
b3cf1b327
,b92d066b7
]:- astro@3.0.10
v1.0.1
Patch Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.