storm-software / stormstack

⚡The StormStack monorepo contains utility applications, tools, and various libraries used to create modern, scalable web applications⚡
https://stormstack.github.io/stormstack/
Apache License 2.0
6 stars 0 forks source link

chore(deps): update dependency @mdx-js/react to v3 #8

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdx-js/react (source) 1.6.22 -> 3.0.1 age adoption passing confidence

Release Notes

mdx-js/mdx (@​mdx-js/react) ### [`v3.0.1`](https://redirect.github.com/mdx-js/mdx/releases/tag/3.0.1) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/3.0.0...3.0.1) ##### Fix - [`49fd094`](https://redirect.github.com/mdx-js/mdx/commit/49fd094a) Fix generated JSX pragmas for new babel by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2438](https://redirect.github.com/mdx-js/mdx/pull/2438) - [`d1fface`](https://redirect.github.com/mdx-js/mdx/commit/d1fface1) Refactor to handle uncaught webpack errors by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2398](https://redirect.github.com/mdx-js/mdx/pull/2398) ##### Types - [`c03e16c`](https://redirect.github.com/mdx-js/mdx/commit/c03e16c6) Add declaration maps - [`85c5dd0`](https://redirect.github.com/mdx-js/mdx/commit/85c5dd05) Fix webpack loader types by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2386](https://redirect.github.com/mdx-js/mdx/pull/2386) ##### Site - [`38f7a5c`](https://redirect.github.com/mdx-js/mdx/commit/38f7a5c9) Fix reset of playground render errors by [@​ManasMakde](https://redirect.github.com/ManasMakde) in [https://github.com/mdx-js/mdx/pull/2392](https://redirect.github.com/mdx-js/mdx/pull/2392) - [`680445d`](https://redirect.github.com/mdx-js/mdx/commit/680445df) Add note on broken react runtime types by [@​ky1ejs](https://redirect.github.com/ky1ejs) in [https://github.com/mdx-js/mdx/pull/2383](https://redirect.github.com/mdx-js/mdx/pull/2383) **Full Changelog**: https://github.com/mdx-js/mdx/compare/3.0.0...3.0.1 ### [`v3.0.0`](https://redirect.github.com/mdx-js/mdx/releases/tag/3.0.0) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.3.0...3.0.0) (see on how to migrate) ##### Change - [`e08b759`](https://redirect.github.com/mdx-js/mdx/commit/e08b7596) [`5afa48e`](https://redirect.github.com/mdx-js/mdx/commit/5afa48e6) Change to require Node 16 - [`5a13d73`](https://redirect.github.com/mdx-js/mdx/commit/5a13d73b) Change to use export maps - [`cbc2822`](https://redirect.github.com/mdx-js/mdx/commit/cbc2822f) Update `unified`, types, plugins, etc - [`96b51f9`](https://redirect.github.com/mdx-js/mdx/commit/96b51f93) Remove inferral of development from `NODE_ENV` ##### Change (unlikely to affect you) - [`c961af8`](https://redirect.github.com/mdx-js/mdx/commit/c961af80) Remove `useDynamicImport` option - [`9cb26fd`](https://redirect.github.com/mdx-js/mdx/commit/9cb26fd1) `@mdx-js/register`: remove package - [`0d1558a`](https://redirect.github.com/mdx-js/mdx/commit/0d1558a3) `@mdx-js/esbuild`: remove experimental `allowDangerousRemoteMdx` - [`0f62bce`](https://redirect.github.com/mdx-js/mdx/commit/0f62bce9) `@mdx-js/node-loader`: remove `fixRuntimeWithoutExportMap` - [`4f92422`](https://redirect.github.com/mdx-js/mdx/commit/4f924227) `@mdx-js/preact`: remove deprecated `MDXContext`, `withMDXComponents` - [`a362bb4`](https://redirect.github.com/mdx-js/mdx/commit/a362bb43) `@mdx-js/react`: remove deprecated `MDXContext`, `withMDXComponents` ##### Add - [`e12f307`](https://redirect.github.com/mdx-js/mdx/commit/e12f3079) Add support for passing `baseUrl` when running - [`2c511a4`](https://redirect.github.com/mdx-js/mdx/commit/2c511a40) Add support for `baseUrl` as a `URL` - [`1863914`](https://redirect.github.com/mdx-js/mdx/commit/1863914c) Add deprecation warning for classic runtime - [`a34177c`](https://redirect.github.com/mdx-js/mdx/commit/a34177c3) Add support for ES2024 in MDX, adjacent JSX and expression blocks - [`44fd9ca`](https://redirect.github.com/mdx-js/mdx/commit/44fd9cac) Add support for `await` in MDX - [`3a7f194`](https://redirect.github.com/mdx-js/mdx/commit/3a7f1947) Add `tableCellAlignToStyle` option, to use `align` - [`fdfe17b`](https://redirect.github.com/mdx-js/mdx/commit/fdfe17b8) `@mdx-js/rollup`: add support for Vite development mode by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2376](https://redirect.github.com/mdx-js/mdx/pull/2376) ##### Misc - [`f48d038`](https://redirect.github.com/mdx-js/mdx/commit/f48d038b) Remove unneeded pragma comment after transform - [`8f3b292`](https://redirect.github.com/mdx-js/mdx/commit/8f3b2920) Add a `use strict` directive to function bodies - [`172e519`](https://redirect.github.com/mdx-js/mdx/commit/172e5190) `@mdx-js/react`: fix to classify `@types/react` as a peer dependency by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2281](https://redirect.github.com/mdx-js/mdx/pull/2281) - [`a7bd79b`](https://redirect.github.com/mdx-js/mdx/commit/a7bd79bb) Refactor output to immediately export default - [`e525db9`](https://redirect.github.com/mdx-js/mdx/commit/e525db9b) [`dae82ae`](https://redirect.github.com/mdx-js/mdx/commit/dae82ae4) Refactor some errors - [`ce173f2`](https://redirect.github.com/mdx-js/mdx/commit/ce173f28) Refactor to add types for JSX runtimes - [`8a56312`](https://redirect.github.com/mdx-js/mdx/commit/8a563128) Refactor output to use spread, not `Object.assign` by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2328](https://redirect.github.com/mdx-js/mdx/pull/2328) - [`825717f`](https://redirect.github.com/mdx-js/mdx/commit/825717fd) Refactor to sort default components by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2318](https://redirect.github.com/mdx-js/mdx/pull/2318) - [`d8a62d2`](https://redirect.github.com/mdx-js/mdx/commit/d8a62d20) Add missing type dependencies by [@​arcanis](https://redirect.github.com/arcanis) in [https://github.com/mdx-js/mdx/pull/2256](https://redirect.github.com/mdx-js/mdx/pull/2256) ##### Docs - [`a9f0c04`](https://redirect.github.com/mdx-js/mdx/commit/a9f0c046) Add guide on injecting components - [`24e3d8d`](https://redirect.github.com/mdx-js/mdx/commit/24e3d8d1) Add compat sections to readmes - [`30e4a5d`](https://redirect.github.com/mdx-js/mdx/commit/30e4a5d5) Add sponsor - [`07503a5`](https://redirect.github.com/mdx-js/mdx/commit/07503a5f) Update link to KaTeX CSS in docs by [@​victor23k](https://redirect.github.com/victor23k) in [https://github.com/mdx-js/mdx/pull/2360](https://redirect.github.com/mdx-js/mdx/pull/2360) - [`74aee56`](https://redirect.github.com/mdx-js/mdx/commit/74aee569) [`bc1d9e5`](https://redirect.github.com/mdx-js/mdx/commit/bc1d9e56) [`765310c`](https://redirect.github.com/mdx-js/mdx/commit/765310ca) [`6d1e64d`](https://redirect.github.com/mdx-js/mdx/commit/6d1e64d9) Refactor docs - [`7fd1d9a`](https://redirect.github.com/mdx-js/mdx/commit/7fd1d9a4) Fix docs on how to use solid by [@​BeiyanYunyi](https://redirect.github.com/BeiyanYunyi) in [https://github.com/mdx-js/mdx/pull/2300](https://redirect.github.com/mdx-js/mdx/pull/2300) - [`4129f90`](https://redirect.github.com/mdx-js/mdx/commit/4129f90e) Fix a couple typos by [@​deining](https://redirect.github.com/deining) in [https://github.com/mdx-js/mdx/pull/2266](https://redirect.github.com/mdx-js/mdx/pull/2266) - [`bb902f8`](https://redirect.github.com/mdx-js/mdx/commit/bb902f83) Fix typo by [@​ChristianMurphy](https://redirect.github.com/ChristianMurphy) in [https://github.com/mdx-js/mdx/pull/2380](https://redirect.github.com/mdx-js/mdx/pull/2380) ##### Site - [`78a1eb5`](https://redirect.github.com/mdx-js/mdx/commit/78a1eb52) Add v3 blog post - [`2b1948c`](https://redirect.github.com/mdx-js/mdx/commit/2b1948c0) Add v3 migration guide - [`d6bb70c`](https://redirect.github.com/mdx-js/mdx/commit/d6bb70ca) Add improved error display in playground - [`89097e4`](https://redirect.github.com/mdx-js/mdx/commit/89097e4c) Remove unmaintained dev-dependency - [`3e23ba9`](https://redirect.github.com/mdx-js/mdx/commit/3e23ba90) Add more options to playground - [`d92128b`](https://redirect.github.com/mdx-js/mdx/commit/d92128ba) Fix links in docs - [`ab3aa96`](https://redirect.github.com/mdx-js/mdx/commit/ab3aa966) Add GitHub pages by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2377](https://redirect.github.com/mdx-js/mdx/pull/2377) - [`a2c8693`](https://redirect.github.com/mdx-js/mdx/commit/a2c86936) Fix site by [@​wooorm](https://redirect.github.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2358](https://redirect.github.com/mdx-js/mdx/pull/2358) - [`dbe9f44`](https://redirect.github.com/mdx-js/mdx/commit/dbe9f44b) Fix playground AST views w/ clone by [@​Jokcy](https://redirect.github.com/Jokcy) in [https://github.com/mdx-js/mdx/pull/2315](https://redirect.github.com/mdx-js/mdx/pull/2315) - [`7504cfb`](https://redirect.github.com/mdx-js/mdx/commit/7504cfb8) Add more options to playground, directives, format, etc by [@​slorber](https://redirect.github.com/slorber) in [https://github.com/mdx-js/mdx/pull/2295](https://redirect.github.com/mdx-js/mdx/pull/2295) - [`57301df`](https://redirect.github.com/mdx-js/mdx/commit/57301dfa) Add resizable editor/layout to playground by [@​slorber](https://redirect.github.com/slorber) in [https://github.com/mdx-js/mdx/pull/2296](https://redirect.github.com/mdx-js/mdx/pull/2296) - [`9eb747d`](https://redirect.github.com/mdx-js/mdx/commit/9eb747d6) Add info on how to build site locally by [@​slorber](https://redirect.github.com/slorber) in [https://github.com/mdx-js/mdx/pull/2297](https://redirect.github.com/mdx-js/mdx/pull/2297) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.3.0...3.0.0 ### [`v2.3.0`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.3.0) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.2.1...2.3.0) ##### Add - [`12e63e8`](https://redirect.github.com/mdx-js/mdx/commit/12e63e83) Add improved support for non-React frameworks by [@​wooorm](https://redirect.github.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2255](https://redirect.github.com/mdx-js/mdx/pull/2255) ##### Fix - [`764d3a2`](https://redirect.github.com/mdx-js/mdx/commit/764d3a23) Remove whitespace between unraveled text nodes by [@​wooorm](https://redirect.github.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2252](https://redirect.github.com/mdx-js/mdx/pull/2252) - [`3911148`](https://redirect.github.com/mdx-js/mdx/commit/39111484) Add `module: node16` to `tsconfig.json` by [@​ChristianMurphy](https://redirect.github.com/ChristianMurphy) in [https://github.com/mdx-js/mdx/pull/2228](https://redirect.github.com/mdx-js/mdx/pull/2228) - [`600b12a`](https://redirect.github.com/mdx-js/mdx/commit/600b12ad) Add inferring of `development` options from webpack loader mode by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2201](https://redirect.github.com/mdx-js/mdx/pull/2201) ##### Community - [`f4d78be`](https://redirect.github.com/mdx-js/mdx/commit/f4d78be5) Add `recma-mdx-displayname` to list of plugins by [@​domdomegg](https://redirect.github.com/domdomegg) in [https://github.com/mdx-js/mdx/pull/2230](https://redirect.github.com/mdx-js/mdx/pull/2230) - [`1f551a4`](https://redirect.github.com/mdx-js/mdx/commit/1f551a4d) Add `remark-mdx-chartjs` to list of plugins by [@​pangelani](https://redirect.github.com/pangelani) in [https://github.com/mdx-js/mdx/pull/2221](https://redirect.github.com/mdx-js/mdx/pull/2221) ##### Misc - [`97b9d59`](https://redirect.github.com/mdx-js/mdx/commit/97b9d590) Refactor to improve docs by [@​wooorm](https://redirect.github.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2254](https://redirect.github.com/mdx-js/mdx/pull/2254) - [`8f85b30`](https://redirect.github.com/mdx-js/mdx/commit/8f85b300) Refactor `tsconfig.json` by [@​wooorm](https://redirect.github.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2250](https://redirect.github.com/mdx-js/mdx/pull/2250) - [`a17ac87`](https://redirect.github.com/mdx-js/mdx/commit/a17ac87c) Refactor wording by [@​beeburrt](https://redirect.github.com/beeburrt) in [https://github.com/mdx-js/mdx/pull/2214](https://redirect.github.com/mdx-js/mdx/pull/2214) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.2.1...2.3.0 ### [`v2.2.1`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.2.1) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.2.0...2.2.1) - [`e293eaf`](https://redirect.github.com/mdx-js/mdx/commit/e293eafa) Remove `assert/strict` for Node 14 **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.2.0...2.2.1 ### [`v2.2.0`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.2.0) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.1.5...2.2.0) ##### Features - [`641eb91`](https://redirect.github.com/mdx-js/mdx/commit/641eb917) Add support JSX development runtime by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2045](https://redirect.github.com/mdx-js/mdx/pull/2045) ##### Patches - [`3e0ab23`](https://redirect.github.com/mdx-js/mdx/commit/3e0ab236) Fix `@mdx-js/node-loader` from patching all runtimes ##### Docs - [`4a1415d`](https://redirect.github.com/mdx-js/mdx/commit/4a1415d2) Add note about use with `vite-plugin-react` - [`38c2d46`](https://redirect.github.com/mdx-js/mdx/commit/38c2d46a) Add note about `rollup@2` in Vite by [@​ryuujo1573](https://redirect.github.com/ryuujo1573) in [https://github.com/mdx-js/mdx/pull/2180](https://redirect.github.com/mdx-js/mdx/pull/2180) - [`caac5df`](https://redirect.github.com/mdx-js/mdx/commit/caac5df4) Update docs for `solid-js` supporting JSX - [`3a50cc3`](https://redirect.github.com/mdx-js/mdx/commit/3a50cc35) Add Solid to JSX section in Getting Started guide by [@​Djunnni](https://redirect.github.com/Djunnni) in [https://github.com/mdx-js/mdx/pull/2159](https://redirect.github.com/mdx-js/mdx/pull/2159) - [`1c83612`](https://redirect.github.com/mdx-js/mdx/commit/1c836126) Fix docs on types - [`2635caf`](https://redirect.github.com/mdx-js/mdx/commit/2635caf9) Replace deprecated Intellij plugin in docs by [@​slorber](https://redirect.github.com/slorber) in [https://github.com/mdx-js/mdx/pull/2178](https://redirect.github.com/mdx-js/mdx/pull/2178) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.5...2.2.0 ### [`v2.1.5`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.1.5) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.1.4...2.1.5) - [`90fa493`](https://redirect.github.com/mdx-js/mdx/commit/90fa4935) Fix bug with (injected) custom elements and layouts **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5 ### [`v2.1.4`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.1.4) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.1.3...2.1.4) ##### Patches - [`9d2aa80`](https://redirect.github.com/mdx-js/mdx/commit/9d2aa80b) Add file, positional info to crashes in webpack loader by [@​Twipped](https://redirect.github.com/Twipped) in [https://github.com/mdx-js/mdx/pull/2124](https://redirect.github.com/mdx-js/mdx/pull/2124) - [`478c78b`](https://redirect.github.com/mdx-js/mdx/commit/478c78b7) Fix support for Node loaders ##### Docs - [`56d7066`](https://redirect.github.com/mdx-js/mdx/commit/56d70660) Add Astro to site generator docs by [@​bholmesdev](https://redirect.github.com/bholmesdev) in [https://github.com/mdx-js/mdx/pull/2118](https://redirect.github.com/mdx-js/mdx/pull/2118) - [`996771a`](https://redirect.github.com/mdx-js/mdx/commit/996771ae) Add missing `import` to site example by [@​elpddev](https://redirect.github.com/elpddev) in [https://github.com/mdx-js/mdx/pull/2115](https://redirect.github.com/mdx-js/mdx/pull/2115) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4 ### [`v2.1.3`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.1.3) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.1.2...2.1.3) ##### Core - [`9904838`](https://redirect.github.com/mdx-js/mdx/commit/9904838a) Fix rewriting of components for custom elements by [@​bholmesdev](https://redirect.github.com/bholmesdev) in [https://github.com/mdx-js/mdx/pull/2101](https://redirect.github.com/mdx-js/mdx/pull/2101) ##### Docs - [`69a15b7`](https://redirect.github.com/mdx-js/mdx/commit/69a15b76) Add link to official `mdx-js/vscode-mdx` by [@​jasikpark](https://redirect.github.com/jasikpark) in [https://github.com/mdx-js/mdx/pull/2098](https://redirect.github.com/mdx-js/mdx/pull/2098) ##### Internal stuff that slightly improve stuff - [`529b96a`](https://redirect.github.com/mdx-js/mdx/commit/529b96aa) Replace `astring` with `estree-util-to-js` - [`7d8dc11`](https://redirect.github.com/mdx-js/mdx/commit/7d8dc11c) Add `id` field to esbuild messages - [`7f37b95`](https://redirect.github.com/mdx-js/mdx/commit/7f37b95b) Update `@types/estree-jsx` **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3 ### [`v2.1.2`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.1.2) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.1.1...2.1.2) ##### Core - [`7bcd705`](https://redirect.github.com/mdx-js/mdx/commit/7bcd7059) Fix some performance by improving vdom diffing by [@​0phoff](https://redirect.github.com/0phoff) in [https://github.com/mdx-js/mdx/pull/2062](https://redirect.github.com/mdx-js/mdx/pull/2062) - [`f77c33f`](https://redirect.github.com/mdx-js/mdx/commit/f77c33f5) Fix support for `baseUrl` rewriting `import.meta.url` by [@​wooorm](https://redirect.github.com/wooorm) in [https://github.com/mdx-js/mdx/pull/2021](https://redirect.github.com/mdx-js/mdx/pull/2021) ##### Docs - [`3579aa3`](https://redirect.github.com/mdx-js/mdx/commit/3579aa38) Add use of tla in docs - [`366ddb4`](https://redirect.github.com/mdx-js/mdx/commit/366ddb4d) Update examples in readme - [`63fd208`](https://redirect.github.com/mdx-js/mdx/commit/63fd208d) Add `@next/mdx` to Next.js getting started guide by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2040](https://redirect.github.com/mdx-js/mdx/pull/2040) - [`7f9a5f4`](https://redirect.github.com/mdx-js/mdx/commit/7f9a5f4e) Add improved getting started for current CRA 5 integration by [@​userzimmermann](https://redirect.github.com/userzimmermann) in [https://github.com/mdx-js/mdx/pull/2010](https://redirect.github.com/mdx-js/mdx/pull/2010) - [`5fa82d8`](https://redirect.github.com/mdx-js/mdx/commit/5fa82d81) Add `recma-nextjs-static-props` to list of plugins by [@​remcohaszing](https://redirect.github.com/remcohaszing) in [https://github.com/mdx-js/mdx/pull/2033](https://redirect.github.com/mdx-js/mdx/pull/2033) - [`3c51a43`](https://redirect.github.com/mdx-js/mdx/commit/3c51a434) Add `remark-mdx-math-enhanced` to list of plugins by [@​mattvague](https://redirect.github.com/mattvague) in [https://github.com/mdx-js/mdx/pull/2028](https://redirect.github.com/mdx-js/mdx/pull/2028) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.1...2.1.2 ### [`v2.1.1`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.1.1) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.1.0...2.1.1) - [`e79fc2b`](https://redirect.github.com/mdx-js/mdx/commit/e79fc2be) [`0df684b`](https://redirect.github.com/mdx-js/mdx/commit/0df684bc) Fix to improve `_missingMdxReference` by [@​vlad-zhukov](https://redirect.github.com/vlad-zhukov) in [https://github.com/mdx-js/mdx/pull/1986](https://redirect.github.com/mdx-js/mdx/pull/1986), [https://github.com/mdx-js/mdx/pull/1988](https://redirect.github.com/mdx-js/mdx/pull/1988) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.1.0...2.1.1 ### [`v2.1.0`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.1.0) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/2.0.0...2.1.0) ##### Core - [`aff6de4`](https://redirect.github.com/mdx-js/mdx/commit/aff6de4f) **minor** add support for passing options to `remark-rehype` by [@​stefanprobst](https://redirect.github.com/stefanprobst) in [https://github.com/mdx-js/mdx/pull/1935](https://redirect.github.com/mdx-js/mdx/pull/1935) - [`5d4355e`](https://redirect.github.com/mdx-js/mdx/commit/5d4355e4) **patch** replace `got` w/ `node-fetch` by [@​wooorm](https://redirect.github.com/wooorm) in [https://github.com/mdx-js/mdx/pull/1978](https://redirect.github.com/mdx-js/mdx/pull/1978) - [`656a4ae`](https://redirect.github.com/mdx-js/mdx/commit/656a4ae5) **patch** remove use of `URL` from `url` by [@​zfben](https://redirect.github.com/zfben) in [https://github.com/mdx-js/mdx/pull/1976](https://redirect.github.com/mdx-js/mdx/pull/1976) - [`3f739a3`](https://redirect.github.com/mdx-js/mdx/commit/3f739a34) **patch** add missing dependency by [@​bensmithett](https://redirect.github.com/bensmithett) in [https://github.com/mdx-js/mdx/pull/1936](https://redirect.github.com/mdx-js/mdx/pull/1936) ##### Site - [`2886021`](https://redirect.github.com/mdx-js/mdx/commit/28860214) [`71bc6ff`](https://redirect.github.com/mdx-js/mdx/commit/71bc6ff9) [`4b514e1`](https://redirect.github.com/mdx-js/mdx/commit/4b514e1a) Fix playground by [@​homumado](https://redirect.github.com/homumado) in [https://github.com/mdx-js/mdx/pull/1975](https://redirect.github.com/mdx-js/mdx/pull/1975) and [https://github.com/mdx-js/mdx/pull/1931](https://redirect.github.com/mdx-js/mdx/pull/1931), and by [@​VitorLuizC](https://redirect.github.com/VitorLuizC) in [https://github.com/mdx-js/mdx/pull/1928](https://redirect.github.com/mdx-js/mdx/pull/1928) ##### Docs - [`e6f6bc8`](https://redirect.github.com/mdx-js/mdx/commit/e6f6bc85) Fix to improve example by [@​dawidjaniga](https://redirect.github.com/dawidjaniga) in [https://github.com/mdx-js/mdx/pull/1961](https://redirect.github.com/mdx-js/mdx/pull/1961) - [`e527ac7`](https://redirect.github.com/mdx-js/mdx/commit/e527ac75) Fix typo by [@​jbesomi](https://redirect.github.com/jbesomi) in [https://github.com/mdx-js/mdx/pull/1949](https://redirect.github.com/mdx-js/mdx/pull/1949) **New Contributors**: Thanks [@​VitorLuizC](https://redirect.github.com/VitorLuizC), [@​homumado](https://redirect.github.com/homumado), [@​bensmithett](https://redirect.github.com/bensmithett), [@​stefanprobst](https://redirect.github.com/stefanprobst), [@​jbesomi](https://redirect.github.com/jbesomi), [@​dawidjaniga](https://redirect.github.com/dawidjaniga), [@​zfben](https://redirect.github.com/zfben) **Full Changelog**: https://github.com/mdx-js/mdx/compare/2.0.0...2.1.0 ### [`v2.0.0`](https://redirect.github.com/mdx-js/mdx/releases/tag/2.0.0) [Compare Source](https://redirect.github.com/mdx-js/mdx/compare/v1.6.22...2.0.0) Welcome to MDX 2! See the of the website for everything: - MDX 2: https://mdxjs.com/blog/v2/ - Migrating: https://mdxjs.com/migrating/v2/
Changelog since last RC ##### `@mdx-js/mdx` - [`4a48f1f`](https://redirect.github.com/mdx-js/mdx/commit/4a48f1f4) Fix custom elements ([#​1911](https://redirect.github.com/mdx-js/mdx/issues/1911)) ##### `@mdx-js/react` - [`9ca9d40`](https://redirect.github.com/mdx-js/mdx/commit/9ca9d404) Fix unnecessary top-level context changes ([#​1924](https://redirect.github.com/mdx-js/mdx/issues/1924)) ##### `@mdx-js/loader` - [`e0b697a`](https://redirect.github.com/mdx-js/mdx/commit/e0b697ab) [`9d5501b`](https://redirect.github.com/mdx-js/mdx/commit/9d5501b2) Add improved webpack cache ([#​1912](https://redirect.github.com/mdx-js/mdx/issues/1912), [#​1916](https://redirect.github.com/mdx-js/mdx/issues/1916)) ##### `@mdx-js/esbuild` - [`5c61f57`](https://redirect.github.com/mdx-js/mdx/commit/5c61f577) Fix resolve base in esbuild loader ([#​1854](https://redirect.github.com/mdx-js/mdx/issues/1854)) ##### `remark-mdx` - [`a5daaad`](https://redirect.github.com/mdx-js/mdx/commit/a5daaad6) Update `mdast-util-mdx` ([#​1925](https://redirect.github.com/mdx-js/mdx/issues/1925))
#### New Contributors Thanks [@​redallen](https://redirect.github.com/redallen), [@​lonyele](https://redirect.github.com/lonyele), [@​PaulieScanlon](https://redirect.github.com/PaulieScanlon), [@​pd4d10](https://redirect.github.com/pd4d10), [@​Gowee](https://redirect.github.com/Gowee), [@​mskelton](https://redirect.github.com/mskelton), [@​ihupoo](https://redirect.github.com/ihupoo), [@​remcohaszing](https://redirect.github.com/remcohaszing), [@​loreanvictor](https://redirect.github.com/loreanvictor), [@​ChrisChinchilla](https://redirect.github.com/ChrisChinchilla), [@​glitteringkatie](https://redirect.github.com/glitteringkatie), [@​mvasilkov](https://redirect.github.com/mvasilkov), [@​jablko](https://redirect.github.com/jablko), [@​michaeloliverx](https://redirect.github.com/michaeloliverx), [@​yordis](https://redirect.github.com/yordis), [@​rodrez](https://redirect.github.com/rodrez), [@​imballinst](https://redirect.github.com/imballinst), [@​gaearon](https://redirect.github.com/gaearon). **Full Changelog**: https://github.com/mdx-js/mdx/compare/v1.6.3...2.0.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

socket-security[bot] commented 8 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@mdx-js/react@3.0.1 None 0 14.6 kB wooorm
npm/@opentelemetry/sdk-trace-node@1.17.0 Transitive: unsafe +6 2.45 MB pichlermarc
npm/@opentelemetry/semantic-conventions@1.17.0 None 0 595 kB pichlermarc

🚮 Removed packages: npm/@angular-devkit/architect@0.1602.5, npm/@angular-devkit/core@16.2.5, npm/@angular-devkit/schematics@16.2.5

View full report↗︎

socket-security[bot] commented 8 months ago

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Native code npm/@parcel/watcher@2.0.4

View full report↗︎

Next steps

What's wrong with native code?

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/@parcel/watcher@2.0.4