Bump the dependencies group across 1 directory with 20 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 3
(over 1 year ago)
(10 months ago)
dependencies javascript
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.8.1 |
| @emotion/react | 11.13.3 |
11.14.0 |
| @emotion/styled | 11.13.0 |
11.14.0 |
| @giscus/react | 3.0.0 |
3.1.0 |
| @mdx-js/loader | 3.0.1 |
3.1.0 |
| @mdx-js/react | 3.0.1 |
3.1.0 |
| @next/mdx | 14.2.14 |
15.2.0 |
| apexcharts | 3.54.0 |
4.5.0 |
| framer-motion | 11.9.0 |
12.4.7 |
| isomorphic-dompurify | 2.16.0 |
2.22.0 |
| next | 14.2.21 |
15.2.0 |
| react | 18.3.1 |
19.0.0 |
| @types/react | 18.3.11 |
19.0.10 |
| react-apexcharts | 1.4.1 |
1.7.0 |
| react-dom | 18.3.1 |
19.0.0 |
| react-icons | 5.3.0 |
5.5.0 |
| react-syntax-highlighter | 15.5.0 |
15.6.1 |
| swr | 2.2.5 |
2.3.2 |
Updates @chakra-ui/icons from 2.2.1 to 2.2.4
Changelog
Sourced from @chakra-ui/icons's changelog.
July 13, 2022: v2.2.4
July 10, 2022: v2.2.3
June 21, 2022: v2.2.2
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.8.1
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.8.1Patch Changes
cdb9459Thanks@segunadebayo! - - Fix performance regression fromv3.5.xby reverting memoization logic
- Add
useMemoto provider components and styling hooks to avoid unnecessary recomputations
@chakra-ui/react@3.8.0Minor Changes
fa5e966Thanks@segunadebayo! - - Add new hooksuseElementRect,useForceUpdate,useLiveRef,usePreviousanduseSafeLayoutEffect
- Add new
FocusTrapcomponent for trapping focus within a containerPatch Changes
- #9616
54a73a7Thanks@mhsattarian! - - Breadcrumb: Fix issue where breadcrumb arrow don't flip in RTL
- Snippets / Color Mode: Add
LightModeandDarkModecomponents to force light and dark color mode in a subtree- Docs / Testing: Add testing guideline for Vitest
- Group: Fix issue where
Groupcomponent doesn't skip invalid children
@chakra-ui/react@3.7.0Minor Changes
cb0ffc9Thanks@segunadebayo! - - Avatar: Add support for passingnameto theAvatarFallbackto render the initials. If nonameorchildrenis passed, it'll render either the initials or a fallback icon.
- Hooks: Add
useConstanduseUpdateEffecthooks from v2.- Wrap: Bring back the
Wrapcomponent from v2.
@chakra-ui/react@3.6.0Minor Changes
04a1a07Thanks@segunadebayo! - - Styled System:
- Boost performance of style resolution by removing
JSON.stringifyinmemo
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.8.1
Patch Changes
cdb9459Thanks@segunadebayo! - - Fix performance regression fromv3.5.xby reverting memoization logic
- Add
useMemoto provider components and styling hooks to avoid unnecessary recomputations3.8.0
Minor Changes
fa5e966Thanks@segunadebayo! - - Add new hooksuseElementRect,useForceUpdate,useLiveRef,usePreviousanduseSafeLayoutEffect
- Add new
FocusTrapcomponent for trapping focus within a containerPatch Changes
- #9616
54a73a7Thanks@mhsattarian! - - Breadcrumb: Fix issue where breadcrumb arrow don't flip in RTL
- Snippets / Color Mode: Add
LightModeandDarkModecomponents to force light and dark color mode in a subtree- Docs / Testing: Add testing guideline for Vitest
- Group: Fix issue where
Groupcomponent doesn't skip invalid children3.7.0
Minor Changes
cb0ffc9Thanks@segunadebayo! - - Avatar: Add support for passingnameto theAvatarFallbackto render the initials. If nonameorchildrenis passed, it'll render either the initials or a fallback icon.
- Hooks: Add
useConstanduseUpdateEffecthooks from v2.- Wrap: Bring back the
Wrapcomponent from v2.3.6.0
Minor Changes
... (truncated)
Commits
1e0dd6bVersion Packages (#9703)261d571chore: update styling hooks20498dddocs: refactor rating snippets (#9685)cdb9459perf(system): bring back memo45229abdocs: refactor snippets (#9668)0ae11cadocs: refactor snippets (#9667)ab8c67edocs: refactor snippets (#9661)441b325Version Packages (#9617)ee259efdocs: fix buildfa5e966feat: focus trap and new hooks- 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.0
Release notes
Sourced from @emotion/styled's releases.
@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
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 @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.0
Release notes
Sourced from @mdx-js/loader's releases.
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
- f12afda2 Refactor to use
@importJSDoc tags by@remcohaszingin mdx-js/mdx#2498Miscellaneous
- 77158cdb Refactor to externalize recma packages
Site
- 67500792 Add link to
parcel-transformer-mdxin docs- 3f8344b3 Add search to site
- 05ecf65f Fix example
- f8648861 Fix types, lints in example by
@karlhorkyin mdx-js/mdx#2518- 37318def Add Bun section to Getting started by
@karlhorkyin mdx-js/mdx#2517- 07d5e2fc Refactor to improve wording by
@filippovd20in mdx-js/mdx#2513- 95ba33e1 Add notes on how to type props and components by
@karlhorkyin mdx-js/mdx#2510- 044e8b2a Add example illustrating JSX literals, references
- 1d0a9b68 Add more links across docs
- 716ab3c8 Fix link for MDX Analyzer by
@karlhorkyin mdx-js/mdx#2509- f1ca4b2f Fix link by
@artolain mdx-js/mdx#2508- 11ac939b Add
rehype-twoslash- b749d38f Add
rehype-starry-nightto website- dfdcb502 Fix to recommend
rehype-mdx-code-props
... (truncated)
Commits
Updates @mdx-js/react from 3.0.1 to 3.1.0
Release notes
Sourced from @mdx-js/react's releases.
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
- f12afda2 Refactor to use
@importJSDoc tags by@remcohaszingin mdx-js/mdx#2498Miscellaneous
- 77158cdb Refactor to externalize recma packages
Site
- 67500792 Add link to
parcel-transformer-mdxin docs- 3f8344b3 Add search to site
- 05ecf65f Fix example
- f8648861 Fix types, lints in example by
@karlhorkyin mdx-js/mdx#2518- 37318def Add Bun section to Getting started by
@karlhorkyin mdx-js/mdx#2517- 07d5e2fc Refactor to improve wording by
@filippovd20in mdx-js/mdx#2513- 95ba33e1 Add notes on how to type props and components by
@karlhorkyin mdx-js/mdx#2510- 044e8b2a Add example illustrating JSX literals, references
- 1d0a9b68 Add more links across docs
- 716ab3c8 Fix link for MDX Analyzer by
@karlhorkyin mdx-js/mdx#2509- f1ca4b2f Fix link by
@artolain mdx-js/mdx#2508- 11ac939b Add
rehype-twoslash- b749d38f Add
rehype-starry-nightto website- dfdcb502 Fix to recommend
rehype-mdx-code-props
... (truncated)
Commits
eee85d53.1.011ac939Addrehype-twoslashf12afdaRefactor to use TypeScript@importJSDoc tags- See full diff in compare view
Updates @next/mdx from 14.2.14 to 15.2.0
Release notes
Sourced from @next/mdx's releases.
v15.2.0
Core Changes
- Fix
unstable_allowDynamicwhen used with pnpm: #73732- [dynamicIO] use new heuristic to track whether server render is dynamic: #73751
- Fix receiveExpiredTags not always called: #73759
- error-overlay: Rename "Error" to "Issue": #72817
- remove redundant segment collection call: #73773
- Metadata resolvers can be fetched synchronously: #73771
- Turbopack: migrate client references to single-graph-traversal: #73322
- next-codemod: update gitignore file for parity for yarn recommendations: #71963
- feat: error code: #73332
- Detach next-error-code-swc-plugin from workspace: #73806
- [CI] Prominent error message for check_error_codes: #73807
- [Segment Cache] Add PPR header to segment prefetch: #73756
- fix: path escaping issue on windows: #73843
- Rename variables in LayoutRouter for clarity: #73826
- [Segment Cache] Skip prefetched segments on server: #73626
- [Segment Cache] No data on tree prefetch if no PPR: #73767
- Remove segmentPath from RSC payload: #73827
- build: better error if fetching AMP validator fails: #73851
- Escape the '.' in '.json' when making static data routes.: #73850
- fix(next@15): use the asset prefix when loading a CSS in App Router: #72095
- Exclude
.test.files from using error code plugin: #73868- Refactor telemetry API: #73865
- Add additional error classes and error codes: #73862
- refactor: collectAppPageSegments: #73908
- cleanup unnecessary map in dev server: #73745
- Retry manifest file loading only in dev mode: #73900
- Turbopack: ignore empty NEXT_TURBOPACK_TRACING var: #73903
- Ignore RSC fetch errors after hard navigation: #73975
- Fix error code check in windows: #73981
- Separate viewport and metadata in rsc and cache: #73867
- Add feature flag for new dev overlay: #73977
- Restore RSC fetch error handling after navigating back: #73985
- refactor: make locales array immutable: #74037
- fix: skip rendering dynamic root segment routes: #74039
- refactor: cache lowercasing all the locales: #74038
- Add SRI support for Node.js Runtime : #73891
- Separate bots detection utils: #74000
- docs: remove a duplicated word in redirect code comment: #74043
- examples: update gitignore files for parity for yarn recommendations: #71956
- chore: update turbopack document path in the warning message: #72597
- Clean up
react-dev-overlaybefore fork: #74016- chore(next/image): improve imgopt api bypass detection for unsupported images: #73909
- [Segment Cache] Add CacheStatus.Empty: #73667
- chore: move static paths utils into own folder: #73928
- Delete unused
GroupedStackFrames.tsx: #74028- [Segment Cache] Move cache key creation to client : #73853
- feat: added partial shell generation using root params: #73816
... (truncated)
Commits
Updates apexcharts from 3.54.0 to 4.5.0
Release notes
Sourced from apexcharts's releases.
💎 Version 4.5.0
What's Changed
- getSvgString() method is now public which allows users to get SVG string of the chart by calling method on the chart instance.
- fixes #2963, fixes #3452; safari bugs fixed by removing legend from svg foreignObject
- fixes #4937; data label issue when hideZeroBarsWhenGrouped
- fixes #4940; fixes #4935; x-axis ticks improvements
- fix #4939; hideZeroBarsWhenGrouped in column chart
- fix #4932; tooltip color in pie/donut charts
Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.4.0...v4.5.0
💎 Version 4.4.0
What's Changed
- fix #4868; reflect marker shapes in tooltip
- fixes #1753; fixes #3641; markers disappearing after hover
- fixes #4790; fixes #4791; fix marker bug when null values were present
- Added support for the Angular compiler. by
@jeroen1602in apexcharts/apexcharts.js#4691- Fix getting decimal part of numbers close to 0 by
@obiwacin apexcharts/apexcharts.js#4909- fix #3754; crosshair position in stacked columns
- fix #4890; radar chart marker over y-axis fix
- fix #3439; shared tooltip fix in bar chart
- fix #3661; series-title in multi-series treemap
- fix #4230; total stacked label alignment fix
- fix #4901; dataURI scaling issue
- fix #4897; fix bug which cropped line when value was zero
- fix #4904; x-axis range annotations disappearing on zoom
- fix #4907; multiple y-axis error when series is empty
- fix #4914; custom-tooltip was removed on redraw
- make default stroke.lineCap as square in bar charts
- fixes #4895; brush chart bugfix
New Contributors
@jeroen1602made their first contribution in apexcharts/apexcharts.js#4691@obiwacmade their first contribution in apexcharts/apexcharts.js#4909Full Changelog: https://github.com/apexcharts/apexcharts.js/compare/v4.3.0...v4.4.0
💎 Version 4.3.0
What's Changed
- improve datapoint detection on mousehover for correct tooltip position
- fix #4869; custom tooltip can return html element
- fix #4876; stacked columns when uneven data is provided
- fix heatmap for uneven numeric x-axis
- fix #4854; same stroke color when range color is used in bar
- fixes #1453; date change when day changes in hour scale
- fix #4863; reactivity issue in react and vue
- fixes #4856; tooltip jump in irregular time series
- fixes #4858; x-axis tick misalignment in bar chart
- restores #4782 (isolated point in line chart not closing path) by
@bautisflowin apexcharts/apexcharts.js#4871- Remove use of global
ApexChartsclass by@SmithKy3in apexcharts/apexcharts.js#4884
... (truncated)
Commits
b45db30make getSvgString() method public56d0778fixes #4937; data label issue when hideZeroBarsWhenGrouped9c1be3cfixes #4940; fixes #4935; x-axis ticks improvements65267f4fix #4939; hideZeroBarsWhenGrouped in column chartbeb688bfixes #2963, fixes #3452; safari bugs fixed by removing legend from svg forei...c5109b3series name check for grouped column/bar charts3ad0143fix #4932; tooltip color in pie/donut charts1ae6e64Merge pull request #4931 from apexcharts/revert-4929-fix/tooltip-active-state...38acc84Revert "Fix tooltip stability for smoother chart interaction"7b3acb9Merge pull request #4929 from shpingalet007/fix/tooltip-active-state-blink- Additional commits viewable in compare view
Updates framer-motion from 11.9.0 to 12.4.7
Changelog
Sourced from framer-motion's changelog.
[12.4.7] 2025-02-20
Fixed
- Fixed
AnimatePresencenot triggering exit animations when a child withlayoutordragis removed.[12.4.6] 2025-02-20
Fixed
- Fixed drag gesture on child elements.
[12.4.5] 2025-02-19
Fixed
- Fixed
onClickhandlers not working insidepressevents.[12.4.4] 2025-02-18
Fixed
- Changed press, drag and pan gestures to use pointer capturing for better usage within
iframeembeds.[12.4.3] 2025-02-12
Fixed
- Restored warning for when animating more than two keyframes with a spring.
[12.4.2] 2025-02-10
Fixed
- Preventing
pressfrom triggering when an element is disabled.[12.4.1] 2025-02-06
Fixed
- Check for
transitionininitialwhen animating removed values.[12.4.0] 2025-02-06
Added
- Added
initialoption touseInView.[12.3.1] 2025-02-05
... (truncated)
Commits
0a83d4ev12.4.78008b6aUpdating changelog46390cfFixingAnimatePresencewithlayoutchildren (#3076)d889c86v12.4.6f28253fUpdating changeloge55de5fFixing drag (#3074)495f627v12.4.5d5b1554Updating changelogc7b3ec4Updating changeloga54e2ddTidy capturePointer (#3071)- Additional commits viewable in compare view
Updates isomorphic-dompurify from 2.16.0 to 2.22.0
Release notes
Sourced from isomorphic-dompurify's releases.
Updated dependencies
Changelog
- [x] Updated
dompurify. Thanks to@NicholasEllulfor providing a PR,@hendra-widjajaand@RostyslavMankofor reporting the issue.- [x] Updated other dependencies.
See the complete changelog for more details.
Release
Updated dependencies
Changelog
- [x] Updated
dompurifyand others.See the complete changelog for more details.
Release
Updated dependencies
Changelog
- [x] Updated
jsdom.See the complete changelog for more details.
Release
Updated dependencies
Changelog
- [x] Updated
dompurifyand other dependencies.See the complete changelog for more details.
Release
Updated dependencies
Changelog
- [x] Updated
dompurifyand other dependencies.
... (truncated)
Commits
9780ebeIncremented project version.a54b629Updated dependencies.c23ea61Merge pull request #320 from kkomelin/ellul/dompurify-3.2.49973e51Update DOMPurify to 3.2.4 (latest)09d7493Merge pull request #318 from kkomelin/dependabot/npm_and_yarn/terser-5.39.0ad037c8Bump terser from 5.38.2 to 5.39.00cd3fd0Merge pull request #317 from kkomelin/dependabot/npm_and_yarn/terser-5.38.2b6060c0Bump terser from 5.38.1 to 5.38.2fc0bf90Merge pull request #316 from kkomelin/dependabot/npm_and_yarn/terser-5.38.1d8ba890Bump terser from 5.38.0 to 5.38.1- Additional commits viewable in compare view
Updates next from 14.2.21 to 15.2.0
Release notes
Sourced from next's releases.
v15.2.0
Core Changes
- Fix
unstable_allowDynamicwhen used with pnpm: #73732- [dynamicIO] use new heuristic to track whether server render is dynamic: #73751
- Fix receiveExpiredTags not always called: #73759
- error-overlay: Rename "Error" to "Issue": #72817
- remove redundant segment collection call: #73773
- Metadata resolvers can be fetched synchronously: #73771
- Turbopack: migrate client references to single-graph-traversal: #73322
- next-codemod: update gitignore file for parity for yarn recommendations: #71963
- feat: error code: #73332
- Detach next-error-code-swc-plugin from workspace: #73806
- [CI] Prominent error message for check_error_codes: #73807
- [Segment Cache] Add PPR header to segment prefetch: #73756
- fix: path escaping issue on windows: #73843
- Rename variables in LayoutRouter for clarity: #73826
- [Segment Cache] Skip prefetched segments on server: #73626
- [Segment Cache] No data on tree prefetch if no PPR: #73767
- Remove segmentPath from RSC payload: #73827
- build: better error if fetching AMP validator fails: #73851
- Escape the '.' in '.json' when making static data routes.: #73850
- fix(next@15): use the asset prefix when loading a CSS in App Router: #72095
- Exclude
.test.files from using error code plugin: #73868- Refactor telemetry API: #73865
- Add additional error classes and error codes: #73862
- refactor: collectAppPageSegments: #73908
- cleanup unnecessary map in dev server: #73745
- Retry manifest file loading only in dev mode: #73900
- Turbopack: ignore empty NEXT_TURBOPACK_TRACING var:
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
Technical Details
| ID: | 2691452 |
| UUID: | 2889100477 |
| Node ID: | PR_kwDOF2jbEs6NCtqC |
| Host: | GitHub |
| Repository: | xarray-contrib/xarray.dev |