Bump the dependencies group with 20 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 3
(9 months ago)
(8 months ago)
(8 months ago)
dependencies javascript
Bumps the dependencies group with 20 updates:
| 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.26.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 |
15.5.2 |
| apexcharts | 3.54.0 |
5.3.4 |
| framer-motion | 11.9.0 |
12.23.12 |
| isomorphic-dompurify | 2.16.0 |
2.26.0 |
| next | 14.2.30 |
15.5.2 |
| react | 18.3.1 |
19.1.1 |
| @types/react | 18.3.11 |
19.1.12 |
| react-apexcharts | 1.4.1 |
1.7.0 |
| react-dom | 18.3.1 |
19.1.1 |
| react-icons | 5.3.0 |
5.5.0 |
| react-syntax-highlighter | 15.5.0 |
15.6.6 |
| swr | 2.2.5 |
2.3.6 |
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.26.0
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.26.0Minor Changes
b9eede5Thanks@segunadebayo! - - Listbox [New]: Add new component with support for single/multi-select, grouping, virtualization, controlled state, icons, descriptions, and accessibility features.This component can be used to build command palettes, dropdowns with search, and much more.
<Listbox.Root collection={frameworks} width="320px"> <Listbox.Label>Select framework</Listbox.Label> <Listbox.Content> {frameworks.items.map((framework) => ( <Listbox.Item item={framework} key={framework.value}> <Listbox.ItemText>{framework.label}</Listbox.ItemText> <Listbox.ItemIndicator /> </Listbox.Item> ))} </Listbox.Content> </Listbox.Root>
- Hover Card: Add support for
disabledprop- Select, Menu: Fix issue where disabled items could be reached via typeahead
- Color Picker: Fix issue where color picker was not working correctly in RTL mode
- Number Input
- Omit the input
patternwhenformatOptionsis provided. This prevents native pattern validation from conflicting with formatted values (e.g., currency or percent).- Handle empty values consistently across all format options.
- Add
data-scrubbingattribute to the number input parts.Patch Changes
b9eede5Thanks@segunadebayo! - CodeBlock: Add configurable theme support and sync loading for Shiki adapter
- Theme configuration is now required - The
themeproperty must be explicitly provided tocreateShikiAdapter- Removed hard-coded theme fallbacks - Missing themes now throw descriptive errors
- Optional sync loading with
loadSyncmethod for better performance
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.26.0
Minor Changes
b9eede5Thanks@segunadebayo! - - Listbox [New]: Add new component with support for single/multi-select, grouping, virtualization, controlled state, icons, descriptions, and accessibility features.This component can be used to build command palettes, dropdowns with search, and much more.
<Listbox.Root collection={frameworks} width="320px"> <Listbox.Label>Select framework</Listbox.Label> <Listbox.Content> {frameworks.items.map((framework) => ( <Listbox.Item item={framework} key={framework.value}> <Listbox.ItemText>{framework.label}</Listbox.ItemText> <Listbox.ItemIndicator /> </Listbox.Item> ))} </Listbox.Content> </Listbox.Root>
- Hover Card: Add support for
disabledprop- Select, Menu: Fix issue where disabled items could be reached via typeahead
- Color Picker: Fix issue where color picker was not working correctly in RTL mode
- Number Input
- Omit the input
patternwhenformatOptionsis provided. This prevents native pattern validation from conflicting with formatted values (e.g., currency or percent).- Handle empty values consistently across all format options.
- Add
data-scrubbingattribute to the number input parts.Patch Changes
b9eede5Thanks@segunadebayo! - CodeBlock: Add configurable theme support and sync loading for Shiki adapter
- Theme configuration is now required - The
themeproperty must be explicitly provided tocreateShikiAdapter- Removed hard-coded theme fallbacks - Missing themes now throw descriptive errors
- Optional sync loading with
loadSyncmethod for better performance
... (truncated)
Commits
d17db11Version Packages (#10273)a8ae90cdocs: scroll-area + menu5dc39b9docs: menu with overflow51bf9f0chore: bump ark-ui42e115ffix(pagination): export pagination types (#10277)2dd0617docs: radiomarkb9eede5refactor: code block thems5be1e5afeat: listbox component (#10262)9aef935Version Packages (#10245)3fb9d7cfeat: scroll area component (#10254)- 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: https://github.com/mdx-js/mdx/compare/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: https://github.com/mdx-js/mdx/compare/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 15.5.2
Release notes
Sourced from @next/mdx's releases.
v15.5.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: disable unknownatrules lint rule entirely (#83059)
- revert: add ?dpl to fonts in /_next/static/media (#83062)
Credits
Huge thanks to
@bguband@ztannerfor helping!v15.5.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: aliased navigations should apply scroll handling (#82900)
- Turbopack: fix invalid NFT entry with file behind symlink (#82887)
- fix: typesafe linking to route handlers and pages API routes (#82858)
- fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
- fix: add path normalization to getRelativePath for Windows (#82918)
- feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
- fix: avoid importing types that will be unused (#82856)
- fix: update the config.api.responseLimit type (#82852)
- fix: update validation return types (#82854)
Credits
Huge thanks to
@bgub,@mischnic, and@ztannerfor helping!v15.5.1-canary.22
Misc Changes
- Turbopack: Redefine Background backend jobs: #83174
Credits
Huge thanks to
@sokrafor helping!v15.5.1-canary.21
Misc Changes
- Turbopack: improve overhead benchmarks: #83231
Credits
Huge thanks to
@sokrafor helping!v15.5.1-canary.20
... (truncated)
Commits
Updates apexcharts from 3.54.0 to 5.3.4
Release notes
Sourced from apexcharts's releases.
💎 Version 5.3.3
What's Changed
- Added data parsing support for candlestick, boxplot, rangeBar and bubble charts
- Reset parsing flags during update when data is parsed. Fixes updateSeries and updateOptions bugs when parsing data.
- Feature/control legend css injection by
@leechoohyoungin apexcharts/apexcharts.js#5074- Unhide pan/zoomselect for mobile/touch devices by
@vingerhain apexcharts/apexcharts.js#5081- Add a missing type and removes an unused type by
@Jo-varoin apexcharts/apexcharts.js#5065- Update LICENSE by
@jberesin apexcharts/apexcharts.js#5087New Contributors
@leechoohyoungmade their first contribution in apexcharts/apexcharts.js#5074@vingerhamade their first contribution in apexcharts/apexcharts.js#5081@Jo-varomade their first contribution in apexcharts/apexcharts.js#5065@jberesmade their first contribution in apexcharts/apexcharts.js#5087Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v5.3.0...v5.3.3
💎 Version 5.3.0
What's changed
- Data Parsing capabilites. ApexCharts now supports direct parsing and mapping of raw data objects, eliminating the need for manual data transformation. Complete documentation for this feature - https://apexcharts.com/docs/parsing-data/
- Pie/Donut/RadialBar series formats These chart types now support XY series formats making it consistent with the rest of the chart types. Read the documentation for this change - https://apexcharts.com/docs/series/
💎 Version 4.7.0
What's Changed
Cleaned up misplaced resolve() call in updateOptions()
💎 Version 4.6.0
What's Changed
- Fix issue with fixed Tooltip not working on nonAxisChart by
@hhjeeein apexcharts/apexcharts.js#4959- Fixing unnecessary chart destroy on create by
@siczmjin apexcharts/apexcharts.js#4970- Extend annotation label text type to array by
@dcrystaljin apexcharts/apexcharts.js#4981- fix annotation clipping calculation caused by unprecise floats by
@philipp-hillebrechtin apexcharts/apexcharts.js#4985- fix: the wrong return type of the formatter function by
@daiboomin apexcharts/apexcharts.js#4988- Fix incorrect parsing of e notation svg command values in graphics.roundPathCorners by
@ablagoevin apexcharts/apexcharts.js#4991- Fix comparison bug in clipping calculation by
@mutludevin apexcharts/apexcharts.js#4995- Added nonce in the types in option.chart.nonce by
@himanshu27tasveerin apexcharts/apexcharts.js#4993- fix: resolve function not exists by
@ismail-codarin apexcharts/apexcharts.js#5020New Contributors
@hhjeeemade their first contribution in apexcharts/apexcharts.js#4959@siczmjmade their first contribution in apexcharts/apexcharts.js#4970@dcrystaljmade their first contribution in apexcharts/apexcharts.js#4981@philipp-hillebrechtmade their first contribution in apexcharts/apexcharts.js#4985@ablagoevmade their first contribution in apexcharts/apexcharts.js#4991@mutludevmade their first contribution in apexcharts/apexcharts.js#4995@himanshu27tasveermade their first contribution in apexcharts/apexcharts.js#4993@ismail-codarmade their first contribution in apexcharts/apexcharts.js#5020
... (truncated)
Commits
- See full diff in compare view
Updates framer-motion from 11.9.0 to 12.23.12
Changelog
Sourced from framer-motion's changelog.
[12.23.12] 2025-07-29
Added
- Exporting internal APIs for use in view animations.
[12.23.11] 2025-07-28
Added
- Children of variants with
delayChildren: stagger()will now be staggered correctly alongside their newly-entering siblings.[12.23.10] 2025-07-28
Fixed
- Fixed shared layout animation in situations where no
motioncomponents have re-rendered between shared element switching.[12.23.9] 2025-07-24
Changed
- Removing redundant
renderRequestMotionValuelifecycle.[12.23.8] 2025-07-24
Fixed
- Ensuring that when an animation is skipped via
duration = 0that we also settype = "keyframes"so thatdurationtakes effect.[12.23.7] 2025-07-23
Fixed
springValuecleanup.- Removed additional
removeNodefromAnimatePresencewhen usingpopLayout.[12.23.6] 2025-07-11
Changed
- Added explainer for reduced motion warning.
- Refactored
motioncomponent creation to remove indirection.[12.23.5] 2025-07-11
Fixed
- Fix animation timings within dynamically-generated popups.
... (truncated)
Commits
e0f7e07v12.23.12994515fUpdating changelog95d82ffMerge pull request #3338 from motiondivision/feature/next-page-transitions58b2e8cExporting APIs for view transitionsb6f2132Update README.md38298c4Update README.md76396b0Update README.mdb273d06Update README.mdc0bd6efv12.23.11e9b52afUpdating changelog- Additional commits viewable in compare view
Updates isomorphic-dompurify from 2.16.0 to 2.26.0
Release notes
Sourced from isomorphic-dompurify's releases.
Fixed package import in different environments
Changelog
- Added proper exports field to the package settigns (#348) It potentially also resolved #347 #228 #214 https://github.com/vercel/next.js/discussions/58142 Many thanks to
@dargmueslifor making it happen!- Updated dev dependencies.
See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
dompurifyand other dependencies.See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
jsdomand other dependencies.See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
dompurify.- Updated other dependencies.
See the complete changelog for more details.
Release
Updated dependencies
Changelog
- Updated
dompurify. Thanks to@NicholasEllulfor providing a PR,@hendra-widjajaand@RostyslavMankofor reporting the issue.
... (truncated)
Commits
44fb2dachore: Prepared for a release.8d6b190docs: Removed Known Issues section from the readme to rely upon the github is...7253f1dchore: Updated dev deps.a98ff10Merge pull request #348 from dargmuesli/fix/package/exports0cdec2bfix(package): add exports1fdbdfaMerge pull request #346 from kkomelin/dependabot/npm_and_yarn/terser-5.43.120e0883Bump terser from 5.43.0 to 5.43.19691604Merge pull request #345 from kkomelin/dependabot/npm_and_yarn/vitest-3.2.4e2f77b8Bump vitest from 3.2.3 to 3.2.42b459feMerge pull request #344 from kkomelin/dependabot/npm_and_yarn/terser-5.43.0- Additional commits viewable in compare view
Updates next from 14.2.30 to 15.5.2
Release notes
Sourced from next's releases.
v15.5.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: disable unknownatrules lint rule entirely (#83059)
- revert: add ?dpl to fonts in /_next/static/media (#83062)
Credits
Huge thanks to
@bguband@ztannerfor helping!v15.5.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: aliased navigations should apply scroll handling (#82900)
- Turbopack: fix invalid NFT entry with file behind symlink (#82887)
- fix: typesafe linking to route handlers and pages API routes (#82858)
- fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
- fix: add path normalization to getRelativePath for Windows (#82918)
- feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
- fix: avoid importing types that will be unused (#82856)
- fix: update the config.api.responseLimit type (#82852)
- fix: update validation return types (#82854)
Credits
Huge thanks to
@bgub,@mischnic, and@ztannerfor helping!v15.5.1-canary.22
Misc Changes
- Turbopack: Redefine Background backend jobs: #83174
Credits
Huge thanks to
@sokrafor helping!v15.5.1-canary.21
Misc Changes
- Turbopack: improve overhead benchmarks: #83231
Credits
Huge thanks to
@sokrafor helping!v15.5.1-canary.20
... (truncated)
Commits
497ec6av15.5.2bc72f41[backport] revert: add ?dpl to fonts in/_next/static/media(#83062) (#83066)c8faf68[backport] fix: disable unknownatrules lint rule entirely (#83059) (#83060)cc68cedv15.5.11ce9857[backport] fix: update validation return types (#82854) (#83027)b93c894[backport] fix: update the config.api.responseLimit type (#82852) (#83028)8a92f28[backport] fix: avoid importing types that will be unused (#82856) (#83026)19617ab[backport] feat: add typesafety with config.typedRoutes to redirect() and per...822e4c0[backport] fix: add path normalization to getRelativePath for Windows (#82918...bb67ca9[backport] fix: change "noUnknownAtRules" to "warn" for Biome (#82974) (#83022)- Additional commits viewable in compare view
Updates react from 18.3.1 to 19.1.1
Release notes
Sourced from react's releases.
19.1.1 (July 28, 2025)
React
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
Pull Request Statistics
1
2
+1500
-760
Package Dependencies
Technical Details
| ID: | 8212348 |
| UUID: | 2792770156 |
| Node ID: | PR_kwDOF2jbEs6mdkps |
| Host: | GitHub |
| Repository: | xarray-contrib/xarray.dev |
| Merge State: | Dirty |