Bump the dependencies group across 1 directory with 20 updates by dependabot[bot] · Pull Request #833 · xarray-contrib/xarray.dev
Bumps the dependencies group with 20 updates in the / directory:
| Package | From | To |
|---|---|---|
| @chakra-ui/icons | 2.2.1 |
2.2.4 |
| @chakra-ui/next-js | 2.3.1 |
2.4.2 |
| @chakra-ui/react | 2.9.1 |
3.33.0 |
| @emotion/react | 11.13.3 |
11.14.0 |
| @emotion/styled | 11.13.0 |
11.14.1 |
| @giscus/react | 3.0.0 |
3.1.0 |
| @mdx-js/loader | 3.0.1 |
3.1.1 |
| @mdx-js/react | 3.0.1 |
3.1.1 |
| @next/mdx | 14.2.14 |
16.1.6 |
| apexcharts | 3.54.0 |
5.7.0 |
| framer-motion | 11.9.0 |
12.34.3 |
| isomorphic-dompurify | 2.16.0 |
3.0.0 |
| next | 14.2.32 |
16.1.6 |
| next-mdx-remote | 5.0.0 |
6.0.0 |
| react | 18.3.1 |
19.2.4 |
| react-apexcharts | 1.4.1 |
2.0.1 |
| react-dom | 18.3.1 |
19.2.4 |
| react-icons | 5.3.0 |
5.5.0 |
| react-syntax-highlighter | 15.6.6 |
16.1.1 |
| swr | 2.2.5 |
2.4.1 |
Updates @chakra-ui/icons from 2.2.1 to 2.2.4
Commits
- See full diff in compare view
Updates @chakra-ui/next-js from 2.3.1 to 2.4.2
Commits
- See full diff in compare view
Updates @chakra-ui/react from 2.9.1 to 3.33.0
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.33.0Minor Changes
60a0a8bThanks@segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden byCheckboxGroupwhen rendering
- Color Picker: Fixed color not updating when selecting black shades in controlled mode
- Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
- Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
- Number Input: Fixed cursor positioning issues after clicking label or scrubbing
- Pagination: Fixed next trigger not being disabled when count is 0
- Scroll Area: Added overflow CSS variables for scroll fade effects (
--scroll-area-overflow-{x,y}-{start,end})- Slider:
- Added
thumbCollisionBehaviorprop to control collision handling between thumbs (none, push, swap)- Fixed thumb drag behavior from edge in
thumbAlignment="contain"mode- Steps: Added validation support with
isStepValid,isStepSkippable, andonStepInvalidprops- Switch: Fixed
api.toggleChecked()not working- Tags Input: Added
placeholderprop that shows when no tags exist- Textarea: Fixed change event not being emitted after clearing controlled textarea
- Tooltip: Added
data-instantattribute for instant animations when switching between multiple tooltip triggers- Tree View: Fixed initial focus when first node/branch is disabled
Patch Changes
2b8360bThanks@segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.
@chakra-ui/react@3.32.0Minor Changes
- #10590
4b65195Thanks@kalisaNkevin! - Add new Marquee componentPatch Changes
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.33.0
Minor Changes
60a0a8bThanks@segunadebayo! - - Checkbox: Fixed individual checkbox props being overridden byCheckboxGroupwhen rendering
- Color Picker: Fixed color not updating when selecting black shades in controlled mode
- Dialog/Popover: Fixed issue where closing nested dialogs/popovers would incorrectly close parent layers
- Menu: Fixed glitchy submenu behavior when hovering between trigger items quickly
- Number Input: Fixed cursor positioning issues after clicking label or scrubbing
- Pagination: Fixed next trigger not being disabled when count is 0
- Scroll Area: Added overflow CSS variables for scroll fade effects (
--scroll-area-overflow-{x,y}-{start,end})- Slider:
- Added
thumbCollisionBehaviorprop to control collision handling between thumbs (none, push, swap)- Fixed thumb drag behavior from edge in
thumbAlignment="contain"mode- Steps: Added validation support with
isStepValid,isStepSkippable, andonStepInvalidprops- Switch: Fixed
api.toggleChecked()not working- Tags Input: Added
placeholderprop that shows when no tags exist- Textarea: Fixed change event not being emitted after clearing controlled textarea
- Tooltip: Added
data-instantattribute for instant animations when switching between multiple tooltip triggers- Tree View: Fixed initial focus when first node/branch is disabled
Patch Changes
2b8360bThanks@segunadebayo! - CodeBlock: Fix overlay and floating elements scrolling out of view when horizontally scrolling long code lines.3.32.0
Minor Changes
- #10590
4b65195Thanks@kalisaNkevin! - Add new Marquee componentPatch Changes
... (truncated)
Commits
80a661fVersion Packages (#10618)6c9d5eastyle: prettier format2b8360bfix: code block overflow stylingc254b7bdocs: add menu examples60a0a8bchore: bump ark-uiea8a883docs: add dialog + menu item examplea0fc4e0Version Packages (#10595)12a4db4fix: radio card recipe0b15d10fix: backdrop blur11c2004fix: collapse width- Additional commits viewable in compare view
Updates @emotion/react from 11.13.3 to 11.14.0
Release notes
Sourced from @emotion/react's releases.
@emotion/react@11.14.0Minor Changes
- #3281
fc4d7bdThanks@Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
@emotion/react@11.13.5Patch Changes
#3270
77d930dThanks@emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:
Commits
3c19ce5Version Packages (#3280)a19d019Convert@emotion/styled's source code to TypeScript (#3284)5974e33Fix JSX namespace@ts-ignores(#3282)fc4d7bdConvert@emotion/react's source code to TypeScript (#3281)8dc1a6dConvert@emotion/cache's source code to TypeScript (#3277)282b61dConvert@emotion/css-prettifier's source code to TypeScript (#3278)e1bf17eConvert@emotion/use-insertion-effect-with-fallbacks's source code to TypeS...c161e6fVersion Packages (#3272)f45eb19Update changeset (#3273)77d930dFix inconsistent hashes using development vs production bundles/exportscon...- Additional commits viewable in compare view
Updates @emotion/styled from 11.13.0 to 11.14.1
Release notes
Sourced from @emotion/styled's releases.
@emotion/styled@11.14.1Patch Changes
- #3334
0facbe4Thanks@ZachRiegel! - Renamed default-exported variable in@emotion/styledto aid inferred import names in auto-import completions in IDEs
@emotion/styled@11.14.0Minor Changes
- #3284
a19d019Thanks@Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
@emotion/styled@11.13.5Patch Changes
#3270
77d930dThanks@emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:
Commits
4922955Version Packages (#3335)0facbe4Renamed default-exported variable in@emotion/styledto aid inferred import...cce67ecBump parcel (#3258)3c19ce5Version Packages (#3280)a19d019Convert@emotion/styled's source code to TypeScript (#3284)5974e33Fix JSX namespace@ts-ignores(#3282)fc4d7bdConvert@emotion/react's source code to TypeScript (#3281)8dc1a6dConvert@emotion/cache's source code to TypeScript (#3277)282b61dConvert@emotion/css-prettifier's source code to TypeScript (#3278)e1bf17eConvert@emotion/use-insertion-effect-with-fallbacks's source code to TypeS...- Additional commits viewable in compare view
Updates @giscus/react from 3.0.0 to 3.1.0
Release notes
Sourced from @giscus/react's releases.
@giscus/reactv3.1.0Added
- Update types with new available languages and themes.
Commits
eba2a53common: Update giscus to 1.6.0 and bump version to 3.1.0282f365common: Update types with new languages and themesd3f7f4acommon: Update dependenciese1a3a8dbuild(deps-dev): bump the react group across 1 directory with 6 updates06a9bf1common: Ensure component is rendered after import is finished8415cf3react: Fix tsconfig for vite.config.mts58b355areact: Allow React 19acedcb2react: Simplify tsconfig5ea198ereact: Fix type augmentation for giscus-widget25a7bf9build(deps-dev): bump the react group across 1 directory with 12 updates- Additional commits viewable in compare view
Updates @mdx-js/loader from 3.0.1 to 3.1.1
Release notes
Sourced from @mdx-js/loader's releases.
3.1.1
Fix
- 3cad7d7e
@mdx-js/mdx: add dependency onacorn- 0dc4472f
@mdx-js/esbuild: fix crash with esbuild loader andjsxoption by@egnorin mdx-js/mdx#2593- 84ec66ef
@mdx-js/esbuild: refactor to improve error conversion in esbuild by@egnorin mdx-js/mdx#2595- 2b3381a8
@mdx-js/rollup: fix support for query parameters in Vite by@markdalgleishin mdx-js/mdx#2629Types
- 933ab444
@mdx-js/mdx: addattributesto export/import declarationsDocs
- c156a1f6 Add
rehype-mdx-tocto list of plugin by@boning-win mdx-js/mdx#2622- 913659c8 Add
recma-module-to-functionto list of plugins by@remcohaszingin mdx-js/mdx#2605- 67fb1d07 Remove unneeded JSX type casting in docs, tests
- f0d20da8 Remove local use of
JSXby@remcohaszingin mdx-js/mdx#2604- 63f39cea Remove references to twitter
- 35ac59dd Refactor some docs regarding recma plugins
Full Changelog: mdx-js/mdx@3.1.0...3.1.1
3.1.0
Add
- 715ddd96
@mdx-js/esbuild: add source maps by@remcohaszingin mdx-js/mdx#2464- d5867203
@mdx-js/node-loader: add support for options w/initialize- cd2907dd
@mdx-js/node-loader: add support showing messages- ceea80dd
@mdx-js/node-loader: add source maps by@remcohaszingin mdx-js/mdx#2458Fix
- d306f870
@mdx-js/core: replaceperiscopicwithestree-util-scope- c7479905
@mdx-js/core: fix injecting providers for jsx in esm, expressions- 3a794ab5
@mdx-js/loader: fix ESM type import by@remcohaszingin mdx-js/mdx#2452- be79212a
@mdx-js/loader: change webpack peer dependency to optional by@chenjiahanin mdx-js/mdx#2440Types
... (truncated)
Commits
50aa8df3.1.1def2cbaUpdate dev-dependenciesb3351faUpdate dev-dependenciese587c8cUpdateremark-preset-wooormeee85d53.1.02cb0728Refactor code-style7b3f558Fix tests for Node 2311ac939Addrehype-twoslashf12afdaRefactor to use TypeScript@importJSDoc tags3a794abFix ESM type import in Webpack loader- Additional commits viewable in compare view
Updates @mdx-js/react from 3.0.1 to 3.1.1
Release notes
Sourced from @mdx-js/react's releases.
3.1.1
Fix
- 3cad7d7e
@mdx-js/mdx: add dependency onacorn- 0dc4472f
@mdx-js/esbuild: fix crash with esbuild loader andjsxoption by@egnorin mdx-js/mdx#2593- 84ec66ef
@mdx-js/esbuild: refactor to improve error conversion in esbuild by@egnorin mdx-js/mdx#2595- 2b3381a8
@mdx-js/rollup: fix support for query parameters in Vite by@markdalgleishin mdx-js/mdx#2629Types
- 933ab444
@mdx-js/mdx: addattributesto export/import declarationsDocs
- c156a1f6 Add
rehype-mdx-tocto list of plugin by@boning-win mdx-js/mdx#2622- 913659c8 Add
recma-module-to-functionto list of plugins by@remcohaszingin mdx-js/mdx#2605- 67fb1d07 Remove unneeded JSX type casting in docs, tests
- f0d20da8 Remove local use of
JSXby@remcohaszingin mdx-js/mdx#2604- 63f39cea Remove references to twitter
- 35ac59dd Refactor some docs regarding recma plugins
Full Changelog: mdx-js/mdx@3.1.0...3.1.1
3.1.0
Add
- 715ddd96
@mdx-js/esbuild: add source maps by@remcohaszingin mdx-js/mdx#2464- d5867203
@mdx-js/node-loader: add support for options w/initialize- cd2907dd
@mdx-js/node-loader: add support showing messages- ceea80dd
@mdx-js/node-loader: add source maps by@remcohaszingin mdx-js/mdx#2458Fix
- d306f870
@mdx-js/core: replaceperiscopicwithestree-util-scope- c7479905
@mdx-js/core: fix injecting providers for jsx in esm, expressions- 3a794ab5
@mdx-js/loader: fix ESM type import by@remcohaszingin mdx-js/mdx#2452- be79212a
@mdx-js/loader: change webpack peer dependency to optional by@chenjiahanin mdx-js/mdx#2440Types
... (truncated)
Commits
Updates @next/mdx from 14.2.14 to 16.1.6
Release notes
Sourced from @next/mdx's releases.
v16.1.6
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- Upgrade to swc 54 (#88207)
- implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
- tweak LRU sentinel key (#89123)
Credits
Huge thanks to
@mischnic,@wyattjoh, and@ztannerfor helping!v16.1.5
Please refer the following changelogs for more information about this security release:
https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472 https://vercel.com/changelog/summary-of-cve-2026-23864
v16.1.4
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- Only filter next config if experimental flag is enabled (#88733)
Credits
Huge thanks to
@mischnicfor helping!v16.1.3
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- Fix linked list bug in LRU deleteFromLru (#88652)
- Fix relative same host redirects in node middleware (#88253)
Credits
Huge thanks to
@acdliteand@ijjkfor helping!v16.1.2
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
... (truncated)
Commits
Updates apexcharts from 3.54.0 to 5.7.0
Release notes
Sourced from apexcharts's releases.
💎 Version 5.7.0
Features
Feature-level tree-shaking
ApexCharts now ships modular entry points so you can import only the chart types and features your application actually uses. This can cut bundle size substantially for apps that don't need the full chart catalogue.
// Minimal custom bundle — only what you need import ApexCharts from 'apexcharts/core' import 'apexcharts/line' // line / area / scatter import 'apexcharts/features/legend' // optional legendChart-type entry points
Import Chart types apexcharts/lineline, area, scatter, bubble apexcharts/barbar, column apexcharts/piepie, donut apexcharts/radialradialBar apexcharts/candlestickcandlestick apexcharts/heatmapheatmap apexcharts/treemaptreemap apexcharts/rangearearangeArea, rangeBar apexcharts/boxplotboxPlot apexcharts/funnelfunnel apexcharts/radarradar Feature entry points
Import Feature apexcharts/features/legendLegend apexcharts/features/toolbarToolbar / zoom controls apexcharts/features/exportsSVG / PNG / CSV / JSON export apexcharts/features/annotationsPoint, line, and area annotations apexcharts/features/keyboardKeyboard navigation (accessibility) The standard
import ApexCharts from 'apexcharts'import continues to work unchanged — all chart types and features are included by default.Keyboard navigation
Charts are now keyboard-accessible. After focusing a chart (tab or click), users can navigate between data points using the arrow keys. The tooltip and active marker update as focus moves between points. This meets WCAG 2.1 AA keyboard
... (truncated)
Commits
41923a4release: 5.7.09bd70f8fix: lint errors3e541a1feat: feature-level tree-shaking via chart-type registry and optional feature...db422edMerge branch 'main' of https://github.com/apexcharts/apexcharts.js2322644refactor: migrate internal gl.* aliases to typed slice paths1f11d84Merge pull request #5173 from apexcharts/dependabot/npm_and_yarn/rollup-4.59.0e966283ci: switch workflows from npm ci to yarn install --frozen-lockfile696bc8freplace npm lint with yarn lintbe06db7refactor: activate typed slices + migrate w.globals.* to typed slice paths2a0e23frefactor: Phase 1 - slice extraction and return-value write-back stubs- Additional commits viewable in compare view
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
Updates framer-motion from 11.9.0 to 12.34.3
Changelog
Sourced from framer-motion's changelog.
[12.34.3] 2026-02-20
Fixed
- Ensure
velocityis never transferred to a time-derived spring.[12.34.2] 2026-02-18
Fixed
- Layout animations: Reset motion value velocity when starting a new layout animation.
[12.34.1] 2026-02-17
Fixed
useScroll: Ensure animations aren't hardware accelerated whentargetis set.- Improve animatable
"none"generation for mask values.[12.34.0] 2026-02-09
Added
useScroll: Hardware accelerated animations.[12.33.2] 2026-02-06
Fixed
- Improve detection of detached elements with vanilla layout animations.
[12.33.1] 2026-02-06
Fixed
AnimatePresence: Ensure exiting nodes are correctly removed when rapidly switching children.[12.33.0] 2026-02-05
Added
<motion />: Newpropagate.tapprop prevents tap gestures from propagating to parents.[12.32.0] 2026-02-05
Added
transition.inherit: Whentrue, inherit transition values from less-specific transitions.[12.31.3] 2026-02-05
... (truncated)
Commits
071f659v12.34.3ab73833Updating changelogbd6eac3Merge pull request #3564 from motiondivision/fix/time-defined-spring-velocitybebd7f5Ignore velocity for time-defined springs to prevent wild oscillation6828340v12.34.2679a0adReset layout animation motion value velocity on restart1d566fcMerge pull request #3546 from veeceey/fix/typescript-ban-types-issue57263d8v12.34.19447ee2Updating changelog79a4097Merge pull request #3555 from motiondivision/scroll-acc- Additional commits viewable in compare view
Updates isomorphic-dompurify from 2.16.0 to 3.0.0
Release notes
Sourced from isomorphic-dompurify's releases.
3.0.0: ESM Support + Memory Leak Fix for Long-Running Server Processes
isomorphic-dompurify v3.0.0
ESM Support
The library now ships proper ESM alongside CommonJS. Both
importandrequirework out of the box with correct module resolution.// ESM — now works natively import DOMPurify, { sanitize } from "isomorphic-dompurify"; // CJS — still works const DOMPurify = require("isomorphic-dompurify");Memory Leak Fix for Long-Running Server Processes
New
clearWindow()export that closes the internal jsdom window and creates a fresh one, preventing unbounded memory growth and progressive slowdown in long-running Node.js processes (#368).import { sanitize, clearWindow } from "isomorphic-dompurify"; // Call clearWindow() when you want to release accumulated DOM state, // e.g. periodically, after a batch, or per-request in a server: app.use((req, res, next) => { res.on("finish", () => clearWindow()); next(); });Note:
clearWindow()is a no-op in the browser build (no jsdom to manage). Any hooks or config set viaaddHook/setConfigwill need to be re-applied after calling it.Breaking Changes
- Named exports are now available.
sanitize,addHook,removeHook,removeHooks,removeAllHooks,setConfig,clearConfig,isValidAttribute,isSupported,version, andremovedare all exported directly.global.DOMPurifysingleton removed. The library no longer writes toglobal.DOMPurify. Module caching provides singleton behavior in both ESM and CJS. This also fixes a security concern where malicious code could preempt the global before the module loaded (#324).- Build output moved to
dist/. Entry points are nowdist/index.js(CJS),dist/index.mjs(ESM),dist/browser.js(CJS),dist/browser.mjs(ESM). Theexportsmap handles this automatically — no changes needed for consumers using standard imports.- Type definitions are auto-generated. The hand-written
index.d.tsusingexport = DOMPurifyis replaced by generated.d.tsand.d.mtsfiles with properexport defaultand named exports.- Node.js version constraint tightened. Now requires
^20.19.0 || ^22.12.0 || >=24.0.0to match jsdom 28's requirements. Node 21.x, 23.x, and 22.0–22.11 are no longer supported.Issues Fixed
- #368 — Memory leak and progressive slowdown in long-running Node.js processes
- #163 — ESM support
- #324 — Security concern with
global.DOMPurify- #353 —
lru-cacheESM resolution errors in Nuxt/Nitro builds- #350 — Build error with Astro + Cloudflare adapter
- #203 — Build error in Angular Universal
Issues Mitigated
... (truncated)
Commits
5b92fc4chore: bump version to 3.0.02e6e322chore: Updated biome config.295e3a7chore(deps-dev): bump@biomejs/biomefrom 2.4.2 to 2.4.49f0e6b5chore: bump version to 3.0.0-rc.3fa6b673chore(deps): bump jsdom from 28.0.0 to 28.1.0f527ba7chore: add Biome linting, lefthook pre-commit hooks, and CI lint stepbca3171docs: Added Playgrounds section to the readme.112fd3cMerge pull request #389 from kkomelin/memory-leakf34f7b3chore: untrack RELEASE_NOTES_3.0.0.md4be627bfix: make removed named export delegate to current instance- Additional commits viewable in compare view
Updates next from 14.2.32 to 16.1.6
Release notes
Sourced from next's releases.
v16.1.6
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- Upgrade to swc 54 (#88207)
- implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
- tweak LRU sentinel key (#89123)
Credits
Huge thanks to
@mischnic,@wyattjoh, and@ztannerfor helping!v16.1.5
Please refer the following changelogs for more information about this security release:
https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472 https://vercel.com/changelog/summary-of-cve-2026-23864
v16.1.4
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- Only filter next config if experimental flag is enabled (#88733)
Credits
Huge thanks to
@mischnicfor helping!v16.1.3
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- Fix linked list bug in LRU deleteFromLru (#88652)
- Fix relative same host redirects in node middleware (#88253)
Credits
Huge thanks to
@acdliteand@ijjkfor helping!v16.1.2
[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
... (truncated)
Commits
adf8c61v16.1.6098c0c0[backport][ci] Make gh auth status optional when triggering a release (#89100)a43df32Backport/docs fixes jan 25 16.1.x (#89124)d6d5734tweak LRU sentinel cache key (#89123)4324698backport: implement LRU cache with invocation ID scoping for minimal mode res...23c4649[backport] Upgrade to swc 54 (#88207) (#89103)acba4a6v16.1.5e1d1fc6Add maximum size limit for postponed body parsing (#88175)500ec83fetch(next/image): reduce maximumResponseBody from 300MB to 50MB (#88588)1caaca3feat(next/image)!: addimages.maximumResponseBodyconfig (#88183)- Additional commits viewable in compare view
Updates next-mdx-remote from 5.0.0 to 6.0.0
Release notes
Sourced from next-mdx-remote's releases.
v6.0.0
Breaking/Major Changes
- Updated unist-util-remove to
^4.0.0- Introduced the parameters
blockJSandblockDangerousJSthat controls how JS in interpreted during compiling MDX. Both default to true for security reasons.- Updated the README to explain this change: https://github.com/hashicorp/next-mdx-remote?tab=readme-ov-file#javascript-expressions-in-mdx.
Changelog
Sourced from next-mdx-remote's changelog.
6.0.0
Breaking/Major Changes
- Updated unist-util-remove to ^4.0.0
- Introduced the parameters blockJS and blockDangerousJS that controls how JS in interpreted during compiling MDX. Both default to true for security reasons.
- Updated the README to explain this change: hashicorp/next-mdx-remote#498.
Commits
Maintainer changes
This version was pushed to npm by rubennic, a new releaser for next-mdx-remote since your current version.
Updates react from 18.3.1 to 19.2.4
Release notes
Sourced from react's releases.
19.2.4 (January 26th, 2026)
React Server Components
- Add more DoS mitigations to Server Actions, and harden Server Components (#35632 by
@gnoff,@lubieowoce,@sebmarkbage,@unstubbable)19.2.3 (December 11th, 2025)
React Server Components
- Add extra loop protection to React Server Functions (
@sebmarkbage#35351)19.2.2 (December 11th, 2025)
React Server Components
- Move
react-server-dom-webpack/*.unbundledto privatereact-server-dom-unbundled(@eps1lonfacebook/react#35290)- Patch Promise cycles and toString on Server Functions (
@sebmarkbage,@unstubbable#35289, #3534...Description has been truncated