Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group across 1 directory with 12 updates #438

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the production-dependencies group with 12 updates in the / directory:

Package From To
@chakra-ui/react 2.6.1 3.2.0
@emotion/react 11.13.3 11.13.5
@emotion/styled 11.13.0 11.13.5
axios 1.7.5 1.7.7
chart.js 4.4.4 4.4.6
chartjs-plugin-zoom 2.0.1 2.1.0
framer-motion 11.3.31 11.11.17
github-markdown-css 5.6.1 5.8.0
react-syntax-highlighter 15.5.0 15.6.1
universal-cookie 7.2.0 7.2.2
uuid 10.0.0 11.0.3
zustand 4.5.5 5.0.1

Updates @chakra-ui/react from 2.6.1 to 3.2.0

Release notes

Sourced from @​chakra-ui/react's releases.

@​chakra-ui/react@​3.2.0

Minor Changes

  • #9130 e5880fb Thanks @​segunadebayo! - - [Preview] Add new ColorPicker component to allow users pick a color in hsl, rgb, hsb formats.

    • Add new ColorSwatch component to preview a color.
    • Fix issue where mergeConfigs mutates the underlying configs passed to it.

@​chakra-ui/react@​3.1.2

Patch Changes

  • 65952d7 Thanks @​segunadebayo! - - General: Fix issue where value change types were not re-exported from Ark UI

    • Layer Style: Fix issue where fill.surface layer style doesn't render the correct styles
    • Pagination: Fix issue where PaginationPageText did not render the correct page range

@​chakra-ui/react@​3.1.1

Patch Changes

  • #9128 0715e2c Thanks @​coverlv! - Fix issue where useBreakpointValue throws error if ssr is false

  • #9103 1254769 Thanks @​Newbie012! - - Checkbox: Fix issue where checkmark doesn't show on Safari

    • Alert: Fix issue where indicator icon is not visible on Safari
    • ClientOnly: Fix issue where returned the incorrect type leading to TS error like ClientOnly cannot be used as a JSX component.
    • Fieldset: Fix issue where anatomy is not exported
    • Timeline: Refactor variants such that it responds to colorPalette

@​chakra-ui/react@​3.1.0

Minor Changes

  • 9a27c2c Thanks @​segunadebayo! - - System: Fix issue where using as prop with logic based components doesn't work as expected.

... (truncated)

Changelog

Sourced from @​chakra-ui/react's changelog.

3.2.0

Minor Changes

  • #9130 e5880fb Thanks @​segunadebayo! - - [Preview] Add new ColorPicker component to allow users pick a color in hsl, rgb, hsb formats.

    • Add new ColorSwatch component to preview a color.
    • Fix issue where mergeConfigs mutates the underlying configs passed to it.

3.1.2

Patch Changes

  • 65952d7 Thanks @​segunadebayo! - - General: Fix issue where value change types were not re-exported from Ark UI

    • Layer Style: Fix issue where fill.surface layer style doesn't render the correct styles
    • Pagination: Fix issue where PaginationPageText did not render the correct page range

3.1.1

Patch Changes

  • #9128 0715e2c Thanks @​coverlv! - Fix issue where useBreakpointValue throws error if ssr is false

  • #9103 1254769 Thanks @​Newbie012! - - Checkbox: Fix issue where checkmark doesn't show on Safari

    • Alert: Fix issue where indicator icon is not visible on Safari
    • ClientOnly: Fix issue where returned the incorrect type leading to TS error like ClientOnly cannot be used as a JSX component.
    • Fieldset: Fix issue where anatomy is not exported
    • Timeline: Refactor variants such that it responds to colorPalette

3.1.0

Minor Changes

... (truncated)

Commits

Updates @emotion/react from 11.13.3 to 11.13.5

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.13.5

Patch Changes

  • #3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

    • @​emotion/serialize@​1.3.3
    • @​emotion/cache@​11.13.5
    • @​emotion/utils@​1.4.2
    • @​emotion/babel-plugin@​11.13.5
Commits

Updates @emotion/styled from 11.13.0 to 11.13.5

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.13.5

Patch Changes

  • #3270 77d930d Thanks @​emmatown! - Fix inconsistent hashes using development vs production bundles/exports conditions when using @emotion/babel-plugin with sourceMap: true (the default). This is particularly visible when using Emotion with the Next.js Pages router where the development condition is used when bundling code but not when importing external code with Node.js.

  • Updated dependencies [77d930d]:

    • @​emotion/serialize@​1.3.3
    • @​emotion/utils@​1.4.2
    • @​emotion/babel-plugin@​11.13.5
Commits

Updates axios from 1.7.5 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • See full diff in compare view

Updates chart.js from 4.4.4 to 4.4.6

Release notes

Sourced from chart.js's releases.

v4.4.6

Essential Links

Bugs Fixed

  • #11938 Fix: applyStack() returned the sum of all values for hidden dataset indices, which causes incorrect animations when showing/hiding stacked datasets.

Development

  • #11943 chore: version bump for 4.4.6 release
  • #11933 Fix 404 to samples in release drafter

Thanks to @​DeyLak, @​LeeLenaleee and @​etimberg

v4.4.5

Essential Links

Bugs Fixed

  • #11927 Don't apply default colors in the colors plugin when defaults are used
  • #11907 Avoid error if borderOpts.dash is undefined
  • #11882 Fix initial dataset stacks

Types

  • #11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

  • #11932 Bump package version to 4.4.5
  • #11875 Bump socket.io from 4.6.1 to 4.7.5

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

Commits

Updates chartjs-plugin-zoom from 2.0.1 to 2.1.0

Release notes

Sourced from chartjs-plugin-zoom's releases.

v2.1.0

Essential Links

Enhancements

  • #861 feat(drag): maintainAspectRatio
  • #780 Add a function for getting zoom range
  • #823 Add isZoomingOrPanning method

Bugs Fixed

  • #891 fix: filter only one click after drag/pan is completed
  • #889 fix: trigger onZoom from zoomScale
  • #888 fix: incorrect zoom out factor when using using wheel
  • #868 fix: stop zooming (panning) at limit
  • #864 fix: wheel zoom on logarighmic scale
  • #863 fix: enabling pan after chart initialization
  • #811 Fix zoom outside of chart area
  • #856 fix: explicit passive: false for wheel events to prevent warnings on console
  • #835 fixed missing args to onZoomComplete callback
  • #810 fix: trigger `onZoomStart` from `pinchStart`
  • #774 fix "original" scale limits with nonlinear pan
  • #772 Don't trigger the zoom on legends area

Types

  • #822 More descriptive types for Hammer.js events

Documentation

  • #890 chore: add sample for rejecting drag start outside chartArea
  • #873 chore: add sample for minRange on category scale
  • #784 fix: typo in drag options documentation

Development

  • #808 chore: update rollup
  • #885 chore: split ci to more steps
  • #862 chore: build cleanup, include homepage

Thanks to @​ZaLiTHkA, @​bavoco, @​dependabot, @​dependabot[bot], @​gopal-panigrahi, @​ikkala, @​joshkel, @​krystxf, @​kurkle and @​trullock

Commits
  • 2b76ccc chore: bump version to 2.1.0
  • e64ab63 fix: filter only one click after drag/pan is completed (#891)
  • 6e9a5e7 chore(deps-dev): bump eslint-plugin-html from 6.2.0 to 8.1.2 (#894)
  • 6547b6e chore: add sample for rejecting drag start outside chartArea (#890)
  • 08844c2 fix: trigger onZoom from zoomScale (#889)
  • b2aeae6 fix: incorrect zoom out factor when using using wheel (#888)
  • 437b2ca chore: update some devdeps (#887)
  • 9388185 feat(drag): maintainAspectRatio (#861)
  • 26c248b chore: update actions to use node 20 (#886)
  • fa72398 Bump actions/setup-node from 2 to 4 (#878)
  • Additional commits viewable in compare view

Updates framer-motion from 11.3.31 to 11.11.17

Changelog

Sourced from framer-motion's changelog.

Changelog

Motion adheres to Semantic Versioning.

Undocumented APIs should be considered internal and may change without warning.

[11.11.16] 2024-11-14

Fixed

  • Fixing stagger with mini animate.

[11.11.16] 2024-11-14

Fixed

  • Ensuring animations passed to scroll are scrubbed linearly.
  • Fixing mini types entrypoint.
  • Exporting easing types from "motion".

[11.11.15] 2024-11-13

Fixed

  • Fixing mini and react-mini entrypoints.

[11.11.14] 2024-11-12

Fixed

  • Fixing fallback entry points for "motion/react" etc.

[11.11.13] 2024-11-12

Fixed

  • Fixing build and entry points for "motion".

[11.11.12] 2024-11-12

Changed

  • Adding "motion" package.
  • Replaced Motion One (see upgrade guide).

[11.11.11] 2024-10-31

Fixed

  • Fixing double update() call on mount.

... (truncated)

Commits

Updates github-markdown-css from 5.6.1 to 5.8.0

Release notes

Sourced from github-markdown-css's releases.

v5.8.0

  • Regenerate GitHub CSS 0b0d6ed

sindresorhus/github-markdown-css@v5.7.0...v5.8.0

v5.7.0

  • Regenerate GitHub CSS 382e6d0

sindresorhus/github-markdown-css@v5.6.1...v5.7.0

Commits

Updates react-syntax-highlighter from 15.5.0 to 15.6.1

Release notes

Sourced from react-syntax-highlighter's releases.

v15.6.1

  • Fix: #487 Fix: Allow override of display: styles when wrapLongLines is true

v15.6.0

Been awhile! 😰

  • Feat: #555 Add Vue language support
  • Feat: #534 Add a11yOneLight theme
  • Bugfix: #561 Fix bug with wrapLines that butchers highlighting
  • Docs: #559 Adding languages
Changelog

Sourced from react-syntax-highlighter's changelog.

15.6.1

  • Fix: Allow override of display: styles when wrapLongLines is true

15.6.0

  • Fix: #561 Fix bug with wrapLines that butchers highlighting
  • Docs: #559 Adding languages
  • Feat: #555 Add Vue language support
  • Feat: #534 Add a11yOneLight theme

[ gap in documentation ]

15.4.3 / 2020-12-07

  • Fixed highlight version regression

15.4.2 / 2020-12-07

  • Updated lowlight to 1.17.0 to match highlight dependency version

15.4.1 / 2020-12-07

  • Bugfix: increased minwidth to avoid unequal line number widths
  • Bugfix: prevent last line of file from rendering an unwanted line number

15.4.0 / 2020-12-07

  • Security fix: updated highlight.js to 10.4.1

15.3.1 / 2020-11-24

  • Bugfix: styling correctly applied to interpolation punctuation

15.3.0 / 2020-10-29

  • Updated prismjs (1.22.0) and refractor (3.2.0)
  • Updated prism-themes (1.5.0)
  • Fixed a broken readme link

15.2.1 / 2020-10-08

  • Bugfix: use string templating in language-specific theming code

15.2.0 / 2020-10-07

  • Allow language-specific theme styles to override default theme styles

15.1.0 / 2020-10-05

  • Updated to prism-themes 1.4.1

15.0.1 / 2020-10-03

  • Regenerate Prism themes containing nested tokens

15.0.0 / 2020-10-03

  • Breaking change: Allow styling nested tokens with classes in styles (probably not practically breaking for most, since this is a change that fixes a previously non-working feature)

14.0.2 / 2020-10-03

  • updated test snapshots after 14.0.1 fix

... (truncated)

Commits

Updates universal-cookie from 7.2.0 to 7.2.2

Release notes

Sourced from universal-cookie's releases.

v7.2.2

No release notes provided.

v7.2.1

What's Changed

... (truncated)

Commits
  • c36d095 Release v7.2.2 (#732)
  • bce0744 fix(universal-cookie): missing main attribute in package.json (#706)
  • 6220edd chore(deps): update dependency rollup to ^4.24.3 (#730)
  • 18cbdfa chore(deps): update dependency @​types/node to v22 (#729)
  • 1ceaad3 chore(deps): update dependency @​types/node to ^20.17.2 (#728)
  • da0b1ed chore(deps): lock file maintenance (#727)
  • 9a3fc1d chore(deps): update dependency rollup to ^4.24.2 (#726)
  • 7cdb822 chore(deps): update dependency @​playwright/test to ^1.48.2 (#725)
  • 04807f0 chore(deps): update babel monorepo to ^7.26.0 (#724)
  • ab10262 chore(deps): update dependency @​types/node to ^20.17.1 (#723)
  • Additional commits viewable in compare view

Updates uuid from 10.0.0 to 11.0.3

Release notes

Sourced from uuid's releases.

v11.0.3

11.0.3 (2024-11-04)

Bug Fixes

v11.0.2

11.0.2 (2024-10-28)

Bug Fixes

v11.0.1

11.0.1 (2024-10-27)

Bug Fixes

v11.0.0

…y with 12 updates

Bumps the production-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `2.6.1` | `3.2.0` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.13.3` | `11.13.5` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.13.0` | `11.13.5` |
| [axios](https://github.com/axios/axios) | `1.7.5` | `1.7.7` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.4` | `4.4.6` |
| [chartjs-plugin-zoom](https://github.com/chartjs/chartjs-plugin-zoom) | `2.0.1` | `2.1.0` |
| [framer-motion](https://github.com/framer/motion) | `11.3.31` | `11.11.17` |
| [github-markdown-css](https://github.com/sindresorhus/github-markdown-css) | `5.6.1` | `5.8.0` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `15.5.0` | `15.6.1` |
| [universal-cookie](https://github.com/bendotcodes/cookies) | `7.2.0` | `7.2.2` |
| [uuid](https://github.com/uuidjs/uuid) | `10.0.0` | `11.0.3` |
| [zustand](https://github.com/pmndrs/zustand) | `4.5.5` | `5.0.1` |



Updates `@chakra-ui/react` from 2.6.1 to 3.2.0
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/[email protected]/packages/react)

Updates `@emotion/react` from 11.13.3 to 11.13.5
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@emotion/styled` from 11.13.0 to 11.13.5
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `axios` from 1.7.5 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.5...v1.7.7)

Updates `chart.js` from 4.4.4 to 4.4.6
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.4...v4.4.6)

Updates `chartjs-plugin-zoom` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/chartjs/chartjs-plugin-zoom/releases)
- [Commits](chartjs/chartjs-plugin-zoom@v2.0.1...v2.1.0)

Updates `framer-motion` from 11.3.31 to 11.11.17
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v11.3.31...v11.11.17)

Updates `github-markdown-css` from 5.6.1 to 5.8.0
- [Release notes](https://github.com/sindresorhus/github-markdown-css/releases)
- [Commits](sindresorhus/github-markdown-css@v5.6.1...v5.8.0)

Updates `react-syntax-highlighter` from 15.5.0 to 15.6.1
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](react-syntax-highlighter/react-syntax-highlighter@15.5.0...v15.6.1)

Updates `universal-cookie` from 7.2.0 to 7.2.2
- [Release notes](https://github.com/bendotcodes/cookies/releases)
- [Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md)
- [Commits](bendotcodes/cookies@v7.2.0...v7.2.2)

Updates `uuid` from 10.0.0 to 11.0.3
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v11.0.3)

Updates `zustand` from 4.5.5 to 5.0.1
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v4.5.5...v5.0.1)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: chartjs-plugin-zoom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github-markdown-css
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-syntax-highlighter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: universal-cookie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from HamdyD, jmorel and a team as code owners November 25, 2024 20:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Superseded by #440.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-8b5c4c3b21 branch December 2, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants