Bump the dependencies group across 1 directory with 20 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(6 months ago)
(28 days 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
cdb9459
Thanks@segunadebayo
! - - Fix performance regression fromv3.5.x
by reverting memoization logic
- Add
useMemo
to provider components and styling hooks to avoid unnecessary recomputations
@chakra-ui/react
@3
.8.0Minor Changes
fa5e966
Thanks@segunadebayo
! - - Add new hooksuseElementRect
,useForceUpdate
,useLiveRef
,usePrevious
anduseSafeLayoutEffect
- Add new
FocusTrap
component for trapping focus within a containerPatch Changes
- #9616
54a73a7
Thanks@mhsattarian
! - - Breadcrumb: Fix issue where breadcrumb arrow don't flip in RTL
- Snippets / Color Mode: Add
LightMode
andDarkMode
components to force light and dark color mode in a subtree- Docs / Testing: Add testing guideline for Vitest
- Group: Fix issue where
Group
component doesn't skip invalid children
@chakra-ui/react
@3
.7.0Minor Changes
cb0ffc9
Thanks@segunadebayo
! - - Avatar: Add support for passingname
to theAvatarFallback
to render the initials. If noname
orchildren
is passed, it'll render either the initials or a fallback icon.
- Hooks: Add
useConst
anduseUpdateEffect
hooks from v2.- Wrap: Bring back the
Wrap
component from v2.
@chakra-ui/react
@3
.6.0Minor Changes
04a1a07
Thanks@segunadebayo
! - - Styled System:
- Boost performance of style resolution by removing
JSON.stringify
inmemo
... (truncated)
Changelog
Sourced from @chakra-ui/react
's changelog.
3.8.1
Patch Changes
cdb9459
Thanks@segunadebayo
! - - Fix performance regression fromv3.5.x
by reverting memoization logic
- Add
useMemo
to provider components and styling hooks to avoid unnecessary recomputations3.8.0
Minor Changes
fa5e966
Thanks@segunadebayo
! - - Add new hooksuseElementRect
,useForceUpdate
,useLiveRef
,usePrevious
anduseSafeLayoutEffect
- Add new
FocusTrap
component for trapping focus within a containerPatch Changes
- #9616
54a73a7
Thanks@mhsattarian
! - - Breadcrumb: Fix issue where breadcrumb arrow don't flip in RTL
- Snippets / Color Mode: Add
LightMode
andDarkMode
components to force light and dark color mode in a subtree- Docs / Testing: Add testing guideline for Vitest
- Group: Fix issue where
Group
component doesn't skip invalid children3.7.0
Minor Changes
cb0ffc9
Thanks@segunadebayo
! - - Avatar: Add support for passingname
to theAvatarFallback
to render the initials. If noname
orchildren
is passed, it'll render either the initials or a fallback icon.
- Hooks: Add
useConst
anduseUpdateEffect
hooks from v2.- Wrap: Bring back the
Wrap
component from v2.3.6.0
Minor Changes
... (truncated)
Commits
1e0dd6b
Version Packages (#9703)261d571
chore: update styling hooks20498dd
docs: refactor rating snippets (#9685)cdb9459
perf(system): bring back memo45229ab
docs: refactor snippets (#9668)0ae11ca
docs: refactor snippets (#9667)ab8c67e
docs: refactor snippets (#9661)441b325
Version Packages (#9617)ee259ef
docs: fix buildfa5e966
feat: 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
fc4d7bd
Thanks@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
77d930d
Thanks@emmatown
! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:
Commits
3c19ce5
Version Packages (#3280)a19d019
Convert@emotion/styled
's source code to TypeScript (#3284)5974e33
Fix JSX namespace@ts-ignores
(#3282)fc4d7bd
Convert@emotion/react
's source code to TypeScript (#3281)8dc1a6d
Convert@emotion/cache
's source code to TypeScript (#3277)282b61d
Convert@emotion/css-prettifier
's source code to TypeScript (#3278)e1bf17e
Convert@emotion/use-insertion-effect-with-fallbacks
's source code to TypeS...c161e6f
Version Packages (#3272)f45eb19
Update changeset (#3273)77d930d
Fix inconsistent hashes using development vs production bundles/exports
con...- 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
a19d019
Thanks@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
77d930d
Thanks@emmatown
! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:
Commits
3c19ce5
Version Packages (#3280)a19d019
Convert@emotion/styled
's source code to TypeScript (#3284)5974e33
Fix JSX namespace@ts-ignores
(#3282)fc4d7bd
Convert@emotion/react
's source code to TypeScript (#3281)8dc1a6d
Convert@emotion/cache
's source code to TypeScript (#3277)282b61d
Convert@emotion/css-prettifier
's source code to TypeScript (#3278)e1bf17e
Convert@emotion/use-insertion-effect-with-fallbacks
's source code to TypeS...c161e6f
Version Packages (#3272)f45eb19
Update changeset (#3273)77d930d
Fix inconsistent hashes using development vs production bundles/exports
con...- 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/react
v3.1.0Added
- Update types with new available languages and themes.
Commits
eba2a53
common: Update giscus to 1.6.0 and bump version to 3.1.0282f365
common: Update types with new languages and themesd3f7f4a
common: Update dependenciese1a3a8d
build(deps-dev): bump the react group across 1 directory with 6 updates06a9bf1
common: Ensure component is rendered after import is finished8415cf3
react: Fix tsconfig for vite.config.mts58b355a
react: Allow React 19acedcb2
react: Simplify tsconfig5ea198e
react: Fix type augmentation for giscus-widget25a7bf9
build(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@remcohaszing
in 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@remcohaszing
in mdx-js/mdx#2458Fix
- d306f870
@mdx-js/core
: replaceperiscopic
withestree-util-scope
- c7479905
@mdx-js/core
: fix injecting providers for jsx in esm, expressions- 3a794ab5
@mdx-js/loader
: fix ESM type import by@remcohaszing
in mdx-js/mdx#2452- be79212a
@mdx-js/loader
: change webpack peer dependency to optional by@chenjiahan
in mdx-js/mdx#2440Types
- f12afda2 Refactor to use
@import
JSDoc tags by@remcohaszing
in mdx-js/mdx#2498Miscellaneous
- 77158cdb Refactor to externalize recma packages
Site
- 67500792 Add link to
parcel-transformer-mdx
in docs- 3f8344b3 Add search to site
- 05ecf65f Fix example
- f8648861 Fix types, lints in example by
@karlhorky
in mdx-js/mdx#2518- 37318def Add Bun section to Getting started by
@karlhorky
in mdx-js/mdx#2517- 07d5e2fc Refactor to improve wording by
@filippovd20
in mdx-js/mdx#2513- 95ba33e1 Add notes on how to type props and components by
@karlhorky
in mdx-js/mdx#2510- 044e8b2a Add example illustrating JSX literals, references
- 1d0a9b68 Add more links across docs
- 716ab3c8 Fix link for MDX Analyzer by
@karlhorky
in mdx-js/mdx#2509- f1ca4b2f Fix link by
@artola
in mdx-js/mdx#2508- 11ac939b Add
rehype-twoslash
- b749d38f Add
rehype-starry-night
to 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@remcohaszing
in 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@remcohaszing
in mdx-js/mdx#2458Fix
- d306f870
@mdx-js/core
: replaceperiscopic
withestree-util-scope
- c7479905
@mdx-js/core
: fix injecting providers for jsx in esm, expressions- 3a794ab5
@mdx-js/loader
: fix ESM type import by@remcohaszing
in mdx-js/mdx#2452- be79212a
@mdx-js/loader
: change webpack peer dependency to optional by@chenjiahan
in mdx-js/mdx#2440Types
- f12afda2 Refactor to use
@import
JSDoc tags by@remcohaszing
in mdx-js/mdx#2498Miscellaneous
- 77158cdb Refactor to externalize recma packages
Site
- 67500792 Add link to
parcel-transformer-mdx
in docs- 3f8344b3 Add search to site
- 05ecf65f Fix example
- f8648861 Fix types, lints in example by
@karlhorky
in mdx-js/mdx#2518- 37318def Add Bun section to Getting started by
@karlhorky
in mdx-js/mdx#2517- 07d5e2fc Refactor to improve wording by
@filippovd20
in mdx-js/mdx#2513- 95ba33e1 Add notes on how to type props and components by
@karlhorky
in mdx-js/mdx#2510- 044e8b2a Add example illustrating JSX literals, references
- 1d0a9b68 Add more links across docs
- 716ab3c8 Fix link for MDX Analyzer by
@karlhorky
in mdx-js/mdx#2509- f1ca4b2f Fix link by
@artola
in mdx-js/mdx#2508- 11ac939b Add
rehype-twoslash
- b749d38f Add
rehype-starry-night
to website- dfdcb502 Fix to recommend
rehype-mdx-code-props
... (truncated)
Commits
eee85d5
3.1.011ac939
Addrehype-twoslash
f12afda
Refactor to use TypeScript@import
JSDoc 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_allowDynamic
when 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-overlay
before 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
@jeroen1602
in apexcharts/apexcharts.js#4691- Fix getting decimal part of numbers close to 0 by
@obiwac
in 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
@jeroen1602
made their first contribution in apexcharts/apexcharts.js#4691@obiwac
made 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
@bautisflow
in apexcharts/apexcharts.js#4871- Remove use of global
ApexCharts
class by@SmithKy3
in apexcharts/apexcharts.js#4884
... (truncated)
Commits
b45db30
make getSvgString() method public56d0778
fixes #4937; data label issue when hideZeroBarsWhenGrouped9c1be3c
fixes #4940; fixes #4935; x-axis ticks improvements65267f4
fix #4939; hideZeroBarsWhenGrouped in column chartbeb688b
fixes #2963, fixes #3452; safari bugs fixed by removing legend from svg forei...c5109b3
series name check for grouped column/bar charts3ad0143
fix #4932; tooltip color in pie/donut charts1ae6e64
Merge pull request #4931 from apexcharts/revert-4929-fix/tooltip-active-state...38acc84
Revert "Fix tooltip stability for smoother chart interaction"7b3acb9
Merge 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
AnimatePresence
not triggering exit animations when a child withlayout
ordrag
is removed.[12.4.6] 2025-02-20
Fixed
- Fixed drag gesture on child elements.
[12.4.5] 2025-02-19
Fixed
- Fixed
onClick
handlers not working insidepress
events.[12.4.4] 2025-02-18
Fixed
- Changed press, drag and pan gestures to use pointer capturing for better usage within
iframe
embeds.[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
press
from triggering when an element is disabled.[12.4.1] 2025-02-06
Fixed
- Check for
transition
ininitial
when animating removed values.[12.4.0] 2025-02-06
Added
- Added
initial
option touseInView
.[12.3.1] 2025-02-05
... (truncated)
Commits
0a83d4e
v12.4.78008b6a
Updating changelog46390cf
FixingAnimatePresence
withlayout
children (#3076)d889c86
v12.4.6f28253f
Updating changeloge55de5f
Fixing drag (#3074)495f627
v12.4.5d5b1554
Updating changelogc7b3ec4
Updating changeloga54e2dd
Tidy 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@NicholasEllul
for providing a PR,@hendra-widjaja
and@RostyslavManko
for reporting the issue.- [x] Updated other dependencies.
See the complete changelog for more details.
Release
Updated dependencies
Changelog
- [x] Updated
dompurify
and 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
dompurify
and other dependencies.See the complete changelog for more details.
Release
Updated dependencies
Changelog
- [x] Updated
dompurify
and other dependencies.
... (truncated)
Commits
9780ebe
Incremented project version.a54b629
Updated dependencies.c23ea61
Merge pull request #320 from kkomelin/ellul/dompurify-3.2.49973e51
Update DOMPurify to 3.2.4 (latest)09d7493
Merge pull request #318 from kkomelin/dependabot/npm_and_yarn/terser-5.39.0ad037c8
Bump terser from 5.38.2 to 5.39.00cd3fd0
Merge pull request #317 from kkomelin/dependabot/npm_and_yarn/terser-5.38.2b6060c0
Bump terser from 5.38.1 to 5.38.2fc0bf90
Merge pull request #316 from kkomelin/dependabot/npm_and_yarn/terser-5.38.1d8ba890
Bump 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_allowDynamic
when 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 |