the-hideout / tarkov-dev

The official site for tarkov.dev - A web app to track item prices, view trader barters, quests, maps, and much more!
https://tarkov.dev
MIT License
144 stars 52 forks source link

Bump the npm-dependencies group with 15 updates #901

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the npm-dependencies group with 15 updates:

Package From To
@emotion/styled 11.11.0 11.11.5
@mui/lab 5.0.0-alpha.166 5.0.0-alpha.169
@mui/material 5.15.11 5.15.14
@mui/x-tree-view 6.17.0 7.1.0
@reduxjs/toolkit 2.2.1 2.2.3
@testing-library/react 14.2.1 14.2.2
framer-motion 11.0.8 11.0.24
i18next 23.10.0 23.10.1
i18next-browser-languagedetector 7.2.0 7.2.1
react-error-boundary 4.0.12 4.0.13
react-i18next 14.0.5 14.1.0
react-router-dom 6.22.2 6.22.3
react-zoom-pan-pinch 3.4.3 3.4.4
sharp 0.33.2 0.33.3
victory 36.9.1 37.0.1

Updates @emotion/styled from 11.11.0 to 11.11.5

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.11.5

Patch Changes

Commits


Updates @mui/lab from 5.0.0-alpha.166 to 5.0.0-alpha.169

Commits


Updates @mui/material from 5.15.11 to 5.15.14

Release notes

Sourced from @​mui/material's releases.

v5.15.14

Mar 19, 2024

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

@mui/material@5.15.14

@pigment-css/react@0.0.3

pigment-css/nextjs-plugin@0.0.3

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.14

Mar 18, 2024

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

@mui/material@5.15.14

@pigment-css/react@0.0.3

pigment-css/nextjs-plugin@0.0.3

Docs

Core

... (truncated)

Commits


Updates @mui/x-tree-view from 6.17.0 to 7.1.0

Release notes

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

v7.1.0

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

  • 🚀 Add resizeThrottleMs prop (#12556) @​romgrk
  • 🌍 Improve Chinese (Hong Kong) (zh-HK) and Italian (it-IT) locale on the Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.1.0

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.1.0

@mui/x-date-pickers-pro@7.1.0 pro

Same changes as in @mui/x-date-pickers@7.1.0, plus:

  • [DateRangePicker] Fix selection behavior with single input field when readOnly (#12593) @​LukasTy

Charts

@mui/x-charts@7.1.0

Tree View

@mui/x-tree-view@7.1.0

... (truncated)

Changelog

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

7.1.0

Mar 28, 2024

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

  • 🚀 Add resizeThrottleMs prop (#12556) @​romgrk
  • 🌍 Improve Chinese (Hong Kong) (zh-HK) and Italian (it-IT) locale on the Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@7.1.0

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

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.1.0

@mui/x-date-pickers-pro@7.1.0 pro

Same changes as in @mui/x-date-pickers@7.1.0, plus:

  • [DateRangePicker] Fix selection behavior with single input field when readOnly (#12593) @​LukasTy

Charts

@mui/x-charts@7.1.0

Tree View

... (truncated)

Commits
  • 91c4e2c v7.1.0 (#12588)
  • 8644e2a [TreeView] Clean the usage of the term "item" and "node" in the internal API ...
  • 6968393 [TreeView] Do not use outdated version of the state to compute new label firs...
  • 2e5fbb3 v7.0.0 (#12523)
  • 2ec11b7 [core] Bump @mui/material peer dependency for all packages (#12516)
  • aea5ef7 [docs] Update links to v7 docs (#12500)
  • 22c774e Bump core (#12499)
  • eeb9603 [TreeView] Set focus on the focused Tree Item instead of the Tree View (#12226)
  • b438784 [TreeView] Update JSDoc of the ContentComponent prop to avoid using the wor...
  • a518d0a [TreeView] Rename nodeId to itemId (#12418)
  • Additional commits viewable in compare view


Updates @reduxjs/toolkit from 2.2.1 to 2.2.3

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.3

This minor release fixes the types for functions that accept a React Context instance to match the changes in React Redux v9.

What's Changed

Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3

v2.2.2

This patch release fixes an incorrect build setting for the legacy-esm artifacts, and fixes an issue with RTKQ query hooks didn't always remove the cache entries if arguments were changed rapidly.

Changes

legacy-esm Artifact Transpilation

The legacy-esm build artifacts are intended for use by Webpack 4. Those were supposed to be transpiled to target "es2017", but were in fact still set to target "esnext" - an oversight during the 2.0 development cycle. This release fixes that setting, so those artifacts are now correctly transpiled.

Other Fixes

RTKQ query hooks now handle additional actions around argument changes that should result in cache entries being removed.

Additionally, 2.2.1 contained a fix to an incorrectly named type: TypedUseMutationTrigger is now TypedMutationTrigger.

What's Changed

Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.2.0...v2.2.2

Commits
  • 213b5f4 Release 2.2.3
  • cccf40a Merge pull request #4308 from aryaemami59/TypedUseSelectorHook-to-withTypes
  • 5a01e09 remove unnecessary type param
  • 63f708f add custom context test for apiprovider
  • 7e854c4 change ApiProvider context argument to match
  • 8b5d210 Make parameter of createDispatchWithMiddlewareHookFactory nullable
  • dff4cd2 Fix nullable react-redux context references
  • 1d8c4b7 Bump react-redux to 9.1.0
  • 57ef6ae Replace all instances of TypedUseSelectorHook with .withTypes
  • 1afcdd4 Merge pull request #4286 from CodeByZack/add-missing-quote
  • Additional commits viewable in compare view


Updates @testing-library/react from 14.2.1 to 14.2.2

Release notes

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

v14.2.2

14.2.2 (2024-03-19)

Bug Fixes

Commits


Updates framer-motion from 11.0.8 to 11.0.24

Changelog

Sourced from framer-motion's changelog.

[11.0.24] 2024-03-29

Fixed

  • Changes in style are visible once a value is no longer present in animation props.

[11.0.23] 2024-03-28

Fixed

  • Fixed layout animations when combined with z transforms.

[11.0.22] 2024-03-26

Fixed

  • Fixed pre-generation of no-op WAAPI animations.

[11.0.21] 2024-03-26

Fixed

  • Fixed interrupting WAAPI spring animations.

[11.0.20] 2024-03-21

Fixed

  • Fixed interrupting shared element animations that contain rotate or skew transforms.

[11.0.19] 2024-03-21

Fixed

  • Fixed layout animations when combined with skew transforms.

[11.0.18] 2024-03-20

Fixed

  • Default duration doesn't override duration: 0 WAAPI animations.
  • Fix error when trying to animate unmounted element.
  • Avoid resolving WAAPI animation when stopping unresolved animation.

[11.0.17] 2024-03-20

Fixed

  • Interruption of WAAPI animations now animates from correct value.

... (truncated)

Commits


Updates i18next from 23.10.0 to 23.10.1

Release notes

Sourced from i18next's releases.

v23.10.1

Changelog

Sourced from i18next's changelog.

23.10.1

Commits


Updates i18next-browser-languagedetector from 7.2.0 to 7.2.1

Changelog

Sourced from i18next-browser-languagedetector's changelog.

7.2.1

  • fix: align addDetector impementation to type definition 282
Commits


Updates react-error-boundary from 4.0.12 to 4.0.13

Release notes

Sourced from react-error-boundary's releases.

4.0.13

Removed references to ESLint config kcd-scripts from package.json

Commits


Updates react-i18next from 14.0.5 to 14.1.0

Changelog

Sourced from react-i18next's changelog.

14.1.0

  • types(Trans): add typechecking on context prop 1732 (might brake if using "internal" Trans or TransProps)

14.0.8

  • fix: issue 1728 when useSuspense is false and default ns 1731

14.0.7

  • try to get rid of internal interpolationOverride handling for Trans component, fixes 1729

14.0.6

  • align context handling of Trans component with t function, fixes 1729
Commits


Updates react-router-dom from 6.22.2 to 6.22.3

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.22.3

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.3
    • react-router@6.22.3
Commits


Updates react-zoom-pan-pinch from 3.4.3 to 3.4.4

Release notes

Sourced from react-zoom-pan-pinch's releases.

v3.4.4

3.4.4 (2024-03-28)

Bug Fixes

Commits


Updates sharp from 0.33.2 to 0.33.3

Changelog

Sourced from sharp's changelog.

v0.33.3 - 23rd March 2024

  • Upgrade to libvips v8.15.2 for upstream bug fixes.

  • Ensure keepIccProfile retains P3 and CMYK input profiles. #3906 #4008

  • Ensure text.wrap property can accept word-char as value. #4028 @​yolopunk

  • Ensure clone takes a deep copy of existing options. #4029

  • Add bitdepth option to heif output (prebuilt binaries support 8-bit only). #4036 @​mertalev

Commits
  • 55466f1 Release v0.33.3
  • ede8217 Prerelease v0.33.3-rc.0
  • 2689fb4 Bump deps
  • eaf31a5 Docs: changelog and credit for #4036
  • aa1bbcb Guard heif bitdepth property for prebuilt binaries
  • 3c26080 Add bitdepth option to heif output (#4036)
  • dc07fd4 Upgrade to libvips v8.15.2
  • github-actions[bot] commented 6 months ago

    👋 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 commented 6 months ago

.deploy

github-actions[bot] commented 6 months ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: dependabot/npm_and_yarn/npm-dependencies-1072136ca4

github-actions[bot] commented 6 months ago

Deployment Results ✅

Razzmatazzz successfully deployed branch dependabot/npm_and_yarn/npm-dependencies-1072136ca4 to production

Environment URL: tarkov.dev