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 #839

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the npm-dependencies group with 15 updates:

Package From To
@mui/lab 5.0.0-alpha.160 5.0.0-alpha.163
@mui/material 5.15.4 5.15.7
@reduxjs/toolkit 2.0.1 2.1.0
@testing-library/jest-dom 6.2.0 6.4.0
@testing-library/react 14.1.2 14.2.0
framer-motion 10.18.0 11.0.3
i18next 23.7.16 23.8.2
i18next-http-backend 2.4.2 2.4.3
react-i18next 14.0.0 14.0.1
react-intersection-observer 9.5.3 9.5.4
react-redux 9.0.4 9.1.0
react-router-dom 6.21.2 6.21.3
react-zoom-pan-pinch 3.3.0 3.4.0
victory 36.8.1 36.8.5
prettier 3.1.1 3.2.4

Updates @mui/lab from 5.0.0-alpha.160 to 5.0.0-alpha.163

Changelog

Sourced from @​mui/lab's changelog.

@mui/lab@5.0.0-alpha.163

Docs

Core

... (truncated)

Commits


Updates @mui/material from 5.15.4 to 5.15.7

Release notes

Sourced from @​mui/material's releases.

v5.15.7

Jan 31, 2024

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

@mui/material@5.15.7

@mui/codemod@5.15.7

@mui/system@5.15.7

@mui/utils@5.15.7

@mui/base@5.0.0-beta.34

@mui/joy@5.0.0-beta.25

@mui/lab@5.0.0-alpha.163

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.7

Jan 31, 2024

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

@mui/material@5.15.7

@mui/codemod@5.15.7

@mui/system@5.15.7

@mui/utils@5.15.7

@mui/base@5.0.0-beta.34

@mui/joy@5.0.0-beta.25

@mui/lab@5.0.0-alpha.163

Docs

... (truncated)

Commits


Updates @reduxjs/toolkit from 2.0.1 to 2.1.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.1.0

This minor release:

  • adds withTypes methods to listenerMiddleware and createDraftSafeSelector
  • adds a skipPollingIfUnfocused option to RTK Query
  • adds the ability to customise the createSelector instance used by RTK Query
  • reworks slice selector logic to avoid depending on this value
  • fixes the order and inference of create.asyncThunk type parameters
  • fixes requirements for meta fields returned from queryFns
  • marks promises that will never reject as safe, in preparation for typescript-eslint/typescript-eslint#7008

What's Changed

New Contributors

... (truncated)

Commits
  • f5b07fe bump RTK to 2.1.0
  • bb28db3 Merge pull request #4055 from riqts/Pause-Polling-When-Unfocused
  • 8cbf2a1 skipPollOnFocused lost to skipPollingIfUnfocused and yarn format
  • 4ae5a9b Polling skipPollOnFocusLost behavior changed to skip if any subscription has ...
  • e676ee8 Removed redundant createListenerMiddleware from tests
  • b9d37c3 changed polling test name to represent actual behaviour
  • 65b448f Update skipPollOnFocusLost to use listenerMiddleware
  • 823c3b7 Format skipPollOnFocusLost test
  • 65a6ae3 Added mockClear() to mockBaseQuery in failing test
  • e7fce61 Add tests for 'skipPollOnFocusLost' option
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by phryneas, a new releaser for @​reduxjs/toolkit since your current version.


Updates @testing-library/jest-dom from 6.2.0 to 6.4.0

Release notes

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

v6.4.0

6.4.0 (2024-01-30)

Features

v6.3.0

6.3.0 (2024-01-24)

Features

  • Support for regular expressions in toHaveClass (#563) (9787ed5)

v6.2.1

6.2.1 (2024-01-22)

Bug Fixes

  • Standalone types for "./matchers" export and add Bun support (#566) (5675b86)
Commits


Updates @testing-library/react from 14.1.2 to 14.2.0

Release notes

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

v14.2.0

14.2.0 (2024-01-30)

Features

  • add reactStrictMode option to enable strict mode render (#1241) (0880eba)
Commits


Updates framer-motion from 10.18.0 to 11.0.3

Changelog

Sourced from framer-motion's changelog.

[11.0.3] 2024-01-24

Fixed

  • Fixed layout animation bug in Framer.

[11.0.2] 2024-01-23

Fixed

  • Fixed velocity calculations when interrupting WAAPI animations.

[11.0.1] 2024-01-23

Removed

  • Support for internal transformValues prop.

[11.0.0] 2024-01-23

Changed

  • Replaced velocity-check jobs in favour of passive detection.
  • Post-commit render moved to a microtask.
Commits


Updates i18next from 23.7.16 to 23.8.2

Release notes

Sourced from i18next's releases.

v23.8.2

  • optimize addResources to address 2130

v23.8.1

  • types: support stricter typechecking for returnEmptyString and returnNull 2129

v23.8.0

  • improve performance by reducing array slices and RegExp recreation 2128

v23.7.20

  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

v23.7.19

  • fix: consistent _zero special handling also for defaultValue_zero 2124

v23.7.18

  • types: support readonly defaultNS 2123

v23.7.17

  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122
Changelog

Sourced from i18next's changelog.

23.8.2

  • optimize addResources to address 2130

23.8.1

  • types: support stricter typechecking for returnEmptyString and returnNull 2129

23.8.0

  • improve performance by reducing array slices and RegExp recreation 2128

23.7.20

  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

23.7.19

  • fix: consistent _zero special handling also for defaultValue_zero 2124

23.7.18

  • types: support readonly defaultNS 2123

23.7.17

  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122
Commits


Updates i18next-http-backend from 2.4.2 to 2.4.3

Changelog

Sourced from i18next-http-backend's changelog.

2.4.3

  • fix: overriding options
Commits


Updates react-i18next from 14.0.0 to 14.0.1

Changelog

Sourced from react-i18next's changelog.

14.0.1

  • types: fix typo in CustomInstanceExtensions 1713
Commits


Updates react-intersection-observer from 9.5.3 to 9.5.4

Release notes

Sourced from react-intersection-observer's releases.

v9.5.4

9.5.4 (2024-01-31)

Bug Fixes

  • export .d.mts file for types (7e2c575)
Commits
  • af78a9a Merge pull request #651 from thebuilder/feat/export-mts
  • fb7299f chore: merge main
  • 7a190a0 Merge branch 'main' into feat/export-mts
  • 8a22b9c Merge pull request #656 from thebuilder/thebuilder-patch-1
  • 31aac7e Update release.yml
  • 1abad16 Merge pull request #655 from thebuilder/dependabot/npm_and_yarn/vite-4.5.2
  • github-actions[bot] commented 8 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 8 months ago

.deploy to development

github-actions[bot] commented 8 months ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to development

You can watch the progress here 🔗

Branch: dependabot/npm_and_yarn/npm-dependencies-52c0401270

github-actions[bot] commented 8 months ago

Deployment Results ✅

Razzmatazzz successfully deployed branch dependabot/npm_and_yarn/npm-dependencies-52c0401270 to development

Show Results https://b873a1d3.tarkov-dev.pages.dev
Razzmatazzz commented 8 months ago

.deploy

github-actions[bot] commented 8 months ago

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: dependabot/npm_and_yarn/npm-dependencies-52c0401270

github-actions[bot] commented 8 months ago

Deployment Results ✅

Razzmatazzz successfully deployed branch dependabot/npm_and_yarn/npm-dependencies-52c0401270 to production

Environment URL: tarkov.dev