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

Bump the npm-dependencies group with 15 updates #943

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the npm-dependencies group with 15 updates:

Package From To
@marsidev/react-turnstile 0.6.0 0.6.1
@mui/material 5.15.15 5.15.19
@mui/x-tree-view 7.3.1 7.6.1
@reduxjs/toolkit 2.2.3 2.2.5
@testing-library/jest-dom 6.4.2 6.4.5
@testing-library/react 15.0.5 15.0.7
framer-motion 11.1.7 11.2.10
i18next 23.11.3 23.11.5
i18next-browser-languagedetector 7.2.1 8.0.0
i18next-http-backend 2.5.1 2.5.2
react-i18next 14.1.1 14.1.2
react-intersection-observer 9.10.1 9.10.2
react-redux 9.1.1 9.1.2
react-router-dom 6.23.0 6.23.1
sharp 0.33.3 0.33.4

Updates @marsidev/react-turnstile from 0.6.0 to 0.6.1

Release notes

Sourced from @​marsidev/react-turnstile's releases.

v0.6.1

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @mui/material from 5.15.15 to 5.15.19

Release notes

Sourced from @​mui/material's releases.

v5.15.19

May 29, 2024

A big thanks to the 12 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.19

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​KenanYusuf, @​lucasgmelo, @​Mandar-Pandya, @​MatheusEli, @​mnajdova, @​nikitaa24, @​oliviertassinari, @​ZeeshanTamboli

v5.15.18

May 14, 2024

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/material@5.15.18

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.19

May 29, 2024

A big thanks to the 12 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.19

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​KenanYusuf, @​lucasgmelo, @​Mandar-Pandya, @​MatheusEli, @​mnajdova, @​nikitaa24, @​oliviertassinari, @​ZeeshanTamboli

v5.15.18

May 14, 2024

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/material@5.15.18

... (truncated)

Commits

Updates @mui/x-tree-view from 7.3.1 to 7.6.1

Release notes

Sourced from @​mui/x-tree-view's releases.

v7.6.1

We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

🐞 Address the @mui/internal-test-utils added as a direct dependency to @mui/x-data-grid by mistake.

Data Grid

@mui/x-data-grid@7.6.1

@mui/x-data-grid-pro@7.6.1 pro

Same changes as in @mui/x-data-grid@7.6.1.

@mui/x-data-grid-premium@7.6.1 premium

Same changes as in @mui/x-data-grid-pro@7.6.1.

v7.6.0

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Allow to define and customize the indentation of nested items in the Tree View
  • ✨ Allow charts highlights to be controlled
  • 🌍 Improve Persian (fa-IR) locale on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.6.0

@mui/x-data-grid-pro@7.6.0 pro

Same changes as in @mui/x-data-grid@7.6.0.

@mui/x-data-grid-premium@7.6.0 premium

Same changes as in @mui/x-data-grid-pro@7.6.0, plus:

  • [DataGridPremium] Fix excel export causing column with wrong width (#13191) @​romgrk

... (truncated)

Changelog

Sourced from @​mui/x-tree-view's changelog.

7.6.1

May 31, 2024

We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

🐞 Address the @mui/internal-test-utils added as a direct dependency to @mui/x-data-grid by mistake.

Data Grid

@mui/x-data-grid@7.6.1

@mui/x-data-grid-pro@7.6.1 pro

Same changes as in @mui/x-data-grid@7.6.1.

@mui/x-data-grid-premium@7.6.1 premium

Same changes as in @mui/x-data-grid-pro@7.6.1.

7.6.0

May 30, 2024

We'd like to offer a big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Allow to define and customize the indentation of nested items in the Tree View
  • ✨ Allow charts highlights to be controlled
  • 🌍 Improve Persian (fa-IR) locale on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.6.0

@mui/x-data-grid-pro@7.6.0 pro

... (truncated)

Commits

Updates @reduxjs/toolkit from 2.2.3 to 2.2.5

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.5

This bugfix release fixes an issue in the recent createEntityAdapter sorting perf improvements that could (in specific cases) cause Immer to throw an error when trying to read a plain JS value instead of a proxy-wrapped value.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.4...v2.2.5

v2.2.4

This bugfix release improves sorting performance in createEntityAdapter, shrinks the code size in matcher utilities, fixes assorted issues with query hooks, and makes several TS tweaks.

Changelog

Entity Adapter Sorting Performance

Users reported in #4252 that the sorting performance of createEntityAdapter seemed abnormally bad - the provided comparison functions were being called far more times than expected.

Upon investigation, we had a couple of problems. We were always starting from an array that was in insertion order, not the existing sorted order, and that would always require significant effort to re-sort even if there weren't any actual changes to the sorted results. Also, the sorting checks required frequent access to Immer's Proxy-wrapped values, even in cases where all we needed was the plain state values for comparison purposes.

We've reworked the internal sorting logic to always start from the existing sorted array, do reads against a plain value to avoid the Proxy getter overhead where possible, and optimized inserts into existing sorted arrays. This should significantly speed up sorted entity adapter behavior.

Matcher Code Size Optimization

We've reworked the internals of the thunk-related matchers to deduplicate some of the logic, shaving a few bytes off the final bundle size.

RTK Query Hook Updates

defaultSerializeQueryArgs can now handle BigInt values safely.

The isLoading flag logic was improved to handle errors when a query hook tries to subscribe.

TS Updates

create.asyncThunk's types were improved to avoid cases where it might infer any.

We've made several internal types changes to work correctly with React 19's upcoming types.

The retryCondition method now receives unknown as an argument, instead of always assuming the user is using fetchBaseQuery.

Other Changes

The Reselect dep has been bumped to 5.1.0 to match the expected internal usage of createSelector.withTypes().

What's Changed

... (truncated)

Commits
  • 4578c74 Release 2.2.5
  • 2e400d5 Merge pull request #4412 from reduxjs/bugfix/4411-immer-current
  • 4cc7b1f Fix Immer current usage when the value may not be a draft
  • 87e2e59 Switch vitest args to allow file filtering by name again
  • f2cc82c Merge pull request #4406 from Wase-Zahin/feature/typo
  • b0a14b2 fix: fix typo
  • 0246f78 Release 2.2.4
  • 72b3ac6 Merge pull request #3957 from reduxjs/retry-error-type
  • c892abd Merge pull request #4337 from jared-ca/undefined-type-initiate-mutation
  • 5d77624 Merge pull request #4364 from smacpherson64/master
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 6.4.2 to 6.4.5

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.5

6.4.5 (2024-05-03)

Bug Fixes

v6.4.4

6.4.4 (2024-05-03)

Bug Fixes

v6.4.3

6.4.3 (2024-05-03)

Bug Fixes

  • Updates role support for aria-required attribute in toBeRequired (#590) (20aca33)
Commits
  • e8c8b13 fix: add js suffix to isEqualWith import (#599)
  • f03a582 fix(infra): codecoverage token addition (#600)
  • 20aca33 fix: Updates role support for aria-required attribute in toBeRequired (#590)
  • bd82f64 refactor: replace lodash with own implementation when possible (#593)
  • See full diff in compare view

Updates @testing-library/react from 15.0.5 to 15.0.7

Release notes

Sourced from @​testing-library/react's releases.

v15.0.7

15.0.7 (2024-05-07)

Bug Fixes

  • Ensure act is not any when React.act is not declared (#1323) (c1f2957)

v15.0.6

15.0.6 (2024-05-01)

Bug Fixes

Commits

Updates framer-motion from 11.1.7 to 11.2.10

Changelog

Sourced from framer-motion's changelog.

[11.2.10] 2024-05-31

Fixed

  • Changing invalid number interpolation from error to warning and immediate mix.

[11.2.9] 2024-05-29

Fixed

  • Fixing animation of CSS variables when leading space is present.

[11.2.8] 2024-05-29

Fixed

  • Ensuring instant animations return animation controls.

[11.2.7] 2024-05-29

Fixed

  • Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor.

[11.2.6] 2024-05-22

Fixed

  • Fixed optimised appear animations interrupted by layout animations triggered by a state update within useLayoutEffect.

[11.2.5] 2024-05-21

Fixed

  • Fixing layout animations within portals. Tag motion root within portal with data-framer-portal-id attribute.

[11.2.4] 2024-05-16

Fixed

  • Batching triggering animations with useSpring.

[11.2.3] 2024-05-16

Fixed

  • MotionValues created with undefined can track velocity correctly.

[11.2.2] 2024-05-15

... (truncated)

Commits

Updates i18next from 23.11.3 to 23.11.5

Release notes

Sourced from i18next's releases.

v23.11.5

  • perf: use Array.isArray() 2193
  • perf: trim keys once 2194

v23.11.4

  • perf(interpolator): use object deconstruction 2181
Changelog

Sourced from i18next's changelog.

23.11.5

  • perf: use Array.isArray() 2193
  • perf: trim keys once 2194

23.11.4

  • perf(interpolator): use object deconstruction 2181
Commits

Updates i18next-browser-languagedetector from 7.2.1 to 8.0.0

Changelog

Sourced from i18next-browser-languagedetector's changelog.

8.0.0

  • chore: set browsers target to defaults 286
  • perf: use object deconstruction, optional chaining and hot path optimisations 287
Commits

Updates i18next-http-backend from 2.5.1 to 2.5.2

Changelog

Sourced from i18next-http-backend's changelog.

2.5.2

  • dereference timers in node.js so that the process may exit when finished 139
Commits

Updates react-i18next from 14.1.1 to 14.1.2

Changelog

Sourced from react-i18next's changelog.

14.1.2

  • bring back internal interpolationOverride handling for Trans component (if there are childrens), fixes 1754
Commits
  • f9ec93b 14.1.2
  • 29c7794 bring back internal interpolationOverride handling for Trans component (if th...
  • 9fd452d update deps of react-component-lib example
  • a68cfc7 update deps in example
  • See full diff in compare view

Updates react-intersection-observer from 9.10.1 to 9.10.2

Release notes

Sourced from react-intersection-observer's releases.

v9.10.2

9.10.2 (2024-05-03)

Bug Fixes

  • support old act from react-dom (0e95b5d)
Commits
  • 436fe6d Merge pull request #675 from thebuilder/fix/deprecated-react-dom-act
  • 0dbb29c chore: apply linting
  • 5415441 Update test-utils.ts
  • 0e95b5d fix: support old act from react-dom
  • a0566eb Merge pull request #673 from V-iktor/docs/viewport-center
  • 051c1df docs: formatting rootMargin desc
  • See full diff in compare view

Updates react-redux from 9.1.1 to 9.1.2

Release notes

Sourced from react-redux's releases.

v9.1.2

This bugfix release removes the no-longer-necessary peer dependency on react-native, and tweaks a few TS types for compat with the upcoming React 19 release.

Changes

React Native Peer Dependency Removed

We've always had an awkward peer dependency on both ReactDOM and React Native, because of the need to import the unstable_batchedUpdates API directly from each reconciler. That's part of what led to the sequence of 9.x patch releases to deal with RN compat.

As of 9.0.3, we dropped the batching imports completely, since React 18 now batches by default. That means we didn't even have any remaining imports from react-native.

Meanwhile, React 18.3 just came out, but so did React Native 0.74. RN 0.74 still requires React 18.2.

This caused NPM users to have installation failures when trying to use React-Redux:

  • React-Redux has a peer dep on RN
  • RN has a peer dep on React 18.2
  • But the latest React, 18.3 would get installed in the app
  • NPM errors with a peer dep mismatch

We no longer need to list RN as a peer dep, and dropping that also fixes the NPM installation issues as well.

What's Changed

  • Fix useRef usages to be called with an explicit argument of undefined. by

Bumps the npm-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@marsidev/react-turnstile](https://github.com/marsidev/react-turnstile) | `0.6.0` | `0.6.1` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.15.15` | `5.15.19` |
| [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view) | `7.3.1` | `7.6.1` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.3` | `2.2.5` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `15.0.5` | `15.0.7` |
| [framer-motion](https://github.com/framer/motion) | `11.1.7` | `11.2.10` |
| [i18next](https://github.com/i18next/i18next) | `23.11.3` | `23.11.5` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `7.2.1` | `8.0.0` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.5.1` | `2.5.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `14.1.1` | `14.1.2` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.10.1` | `9.10.2` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.1.1` | `9.1.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.23.0` | `6.23.1` |
| [sharp](https://github.com/lovell/sharp) | `0.33.3` | `0.33.4` |


Updates `@marsidev/react-turnstile` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/marsidev/react-turnstile/releases)
- [Commits](marsidev/react-turnstile@v0.6.0...v0.6.1)

Updates `@mui/material` from 5.15.15 to 5.15.19
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v5.15.19/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.19/packages/mui-material)

Updates `@mui/x-tree-view` from 7.3.1 to 7.6.1
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v7.6.1/packages/x-tree-view)

Updates `@reduxjs/toolkit` from 2.2.3 to 2.2.5
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.3...v2.2.5)

Updates `@testing-library/jest-dom` from 6.4.2 to 6.4.5
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.2...v6.4.5)

Updates `@testing-library/react` from 15.0.5 to 15.0.7
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v15.0.5...v15.0.7)

Updates `framer-motion` from 11.1.7 to 11.2.10
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](framer/motion@v11.1.7...v11.2.10)

Updates `i18next` from 23.11.3 to 23.11.5
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.11.3...v23.11.5)

Updates `i18next-browser-languagedetector` from 7.2.1 to 8.0.0
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v7.2.1...v8.0.0)

Updates `i18next-http-backend` from 2.5.1 to 2.5.2
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v2.5.1...v2.5.2)

Updates `react-i18next` from 14.1.1 to 14.1.2
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v14.1.1...v14.1.2)

Updates `react-intersection-observer` from 9.10.1 to 9.10.2
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.10.1...v9.10.2)

Updates `react-redux` from 9.1.1 to 9.1.2
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.1.1...v9.1.2)

Updates `react-router-dom` from 6.23.0 to 6.23.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.23.1/packages/react-router-dom)

Updates `sharp` from 0.33.3 to 0.33.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.33.3...v0.33.4)

---
updated-dependencies:
- dependency-name: "@marsidev/react-turnstile"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@mui/x-tree-view"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: i18next-browser-languagedetector
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 1, 2024 00:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2024
Copy link
Contributor

github-actions bot commented Jun 1, 2024

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Deploy your pull request to the development environment with .deploy to development

  4. 🚀 Deploy your pull request to the production environment with .deploy

    If anything goes wrong, rollback with .deploy main

  5. 🎉 Merge!

Note: If you have a larger change and want to block deployments, you can run .lock --reason <reason> to lock all other deployments (remove with .unlock)

You can view the branch deploy usage guide for additional information

@Razzmatazzz
Copy link
Member

.deploy to development

Copy link
Contributor

github-actions bot commented Jun 4, 2024

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to development

You can watch the progress here 🔗

Branch: dependabot/npm_and_yarn/npm-dependencies-010c2c207f

Copy link
Contributor

github-actions bot commented Jun 4, 2024

Deployment Results ✅

Razzmatazzz successfully deployed branch dependabot/npm_and_yarn/npm-dependencies-010c2c207f to development

Show Results

https://5075a671.tarkov-dev.pages.dev

@Razzmatazzz
Copy link
Member

.deploy

Copy link
Contributor

github-actions bot commented Jun 4, 2024

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: dependabot/npm_and_yarn/npm-dependencies-010c2c207f

Copy link
Contributor

github-actions bot commented Jun 4, 2024

Deployment Results ✅

Razzmatazzz successfully deployed branch dependabot/npm_and_yarn/npm-dependencies-010c2c207f to production

Environment URL: tarkov.dev

@Razzmatazzz Razzmatazzz merged commit b6f3964 into main Jun 4, 2024
2 checks passed
@Razzmatazzz Razzmatazzz deleted the dependabot/npm_and_yarn/npm-dependencies-010c2c207f branch June 4, 2024 02:38
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.

1 participant