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

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps the npm-dependencies group with 15 updates:

Package From To
@marsidev/react-turnstile 0.7.2 1.0.1
@mui/lab 5.0.0-alpha.173 6.0.0-beta.8
@mui/material 5.16.6 6.0.1
@mui/x-tree-view 7.11.1 7.15.0
@testing-library/jest-dom 6.4.8 6.5.0
@testing-library/react 16.0.0 16.0.1
dayjs 1.11.12 1.11.13
framer-motion 11.3.19 11.3.31
i18next 23.12.2 23.14.0
i18next-http-backend 2.5.2 2.6.1
react-countdown 2.3.5 2.3.6
react-i18next 15.0.0 15.0.1
react-router-dom 6.25.1 6.26.1
sharp 0.33.4 0.33.5
victory 37.0.2 37.1.0

Updates @marsidev/react-turnstile from 0.7.2 to 1.0.1

Release notes

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

v1.0.1

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0

🚨 Breaking Changes

  • Now we ship ESM-only code, this will decrease the bundle size significantly. If you are a CommonJS user, I suggest you to keep using the version 0.7.2 or upgrade your project to ESM.

  • Removed "auto" widget size due to is not even a valid size for Cloudflare Turnstile. We have been sending undefined when the size was "auto", so if you were using this size, then you can simply remove it.

  • Peer dependencies for react and react-dom have been updated to 17.x and above.

🚀 Features

  • Added callback onTimeout
  • Added render options refreshTimeout and feedbackEnabled (Closes #82)
  • Added new "flexible" widget size (Closes #82)

🐛 Fixes

  • Updated "compact" widget size to 150x140 (Closes #85)

🛠 Misc

Build

  • We migrated from unbuild to tsup
  • The generated build is now minified, this will decrease the bundle size significantly.

TypeScript

  • Improved type definitions. Now we expose these types: AppearanceMode, ExecutionMode, FailureRetryMode, RefreshExpiredMode, RefreshTimeoutMode, WidgetSize. Inspired by @​types/cloudflare-turnstile

Other

  • Updated dependencies
  • Updated docs
  • Added issue templates and policies
    View changes on GitHub
Commits
  • c82fdf4 chore: release v1.0.1
  • 41306bb Merge pull request #86 from faiare/fix-use-client-banner
  • 54f908a fix: 'use client'; banner that was no longer being output
  • e47ee9b chore: release v1.0.0
  • e03daf7 chore: update issue templates
  • ce2bbf0 chore: update issue templates
  • fddb625 Merge pull request #84 from marsidev/feature/release-2024-08
  • a2763aa chore: add issue forms and policies
  • ac0bc1d feat: ship esm only code and update peer dependencies!
  • 8a8638d refactor: run prettier
  • Additional commits viewable in compare view


Updates @mui/lab from 5.0.0-alpha.173 to 6.0.0-beta.8

Release notes

Sourced from @​mui/lab's releases.

v6.0.0-beta.6

A big thanks to the 18 contributors who made this release possible.

@mui/material@6.0.0-beta.6

@mui/codemod@6.0.0-beta.6

@mui/styles@6.0.0-beta.6

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/lab's changelog.

@mui/lab@6.0.0-beta.8

Docs

Core

All contributors of this release in alphabetical order: @​ahmadnadeem6236, @​bahmanworld, @​DiegoAndai, @​Janpot, @​KalmarLorand, @​LukasTy, @​michelengelen, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp, @​sydneyjodon-wk, @​zanivan

6.0.0-rc.0

Aug 22, 2024

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

  • ⚡ Rendering performance improvements

@mui/material@6.0.0-rc.0

Breaking changes

  • [Box] Remove component from BoxOwnProps (#43384) @​DiegoAndai

    The component prop has been removed from the BoxOwnProps as it is already included in the Box type. This might affect your code if you are using the styled function with the Box component.

... (truncated)

Commits


Updates @mui/material from 5.16.6 to 6.0.1

Release notes

Sourced from @​mui/material's releases.

v6.0.1

Aug 29, 2024

A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.

@mui/material@6.0.1

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​DiegoAndai, @​Janpot, @​JCQuintas, @​Michael-Hutchinson, @​michelengelen, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​siriwatknp, @​zanivan

v6.0.0

We are excited to announce the stable release of Material-UI v6 🎉, check out the blog post to see all the updates.

@mui/material@6.0.0

@mui/lab@6.0.0-beta.8

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v6.0.1

Aug 29, 2024

A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.

@mui/material@6.0.1

Docs

Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​DiegoAndai, @​Janpot, @​JCQuintas, @​Michael-Hutchinson, @​michelengelen, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​siriwatknp, @​zanivan

6.0.0

Aug 27, 2024

We are excited to announce the stable release of Material-UI v6 🎉, check out the blog post to see all the updates.

@mui/material@6.0.0

... (truncated)

Commits
  • 71dbef6 [release] v6.0.1 (#43515)
  • 975ecbb [material-ui] Attach default light color scheme when enabling CSS theme varia...
  • f71b23a [core] Remove 'use client' from index files and useAutocomplete reexport (#...
  • a879a93 [core] Replace relative links to absolute ones in JSDocs (#43472)
  • d2e0762 [Skeleton] Apply the wave animation to the correct element (#43474)
  • c9a9adf v6.0.0 (#43463)
  • 46bac33 Prepare for v6 stable release (#43454)
  • 08ea93e Bump @​types/react to v18.3.4 (#43424)
  • 129a3ef [material-ui] Change React.ReactElement<any,any> type from any to unknown (#4...
  • 4a85313 [button] Add missing customize points for span (#43436)
  • Additional commits viewable in compare view


Updates @mui/x-tree-view from 7.11.1 to 7.15.0

Release notes

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

v7.15.0

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

You can now use MUI X components with either v5 or v6 of @mui/material package 🎉

  • 🐞 Bugfixes

Data Grid

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.15.0

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

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

Charts

@mui/x-charts@7.15.0

@mui/x-charts-pro@7.0.0-alpha.3 pro

Same changes as in @mui/x-charts@7.15.0, plus:

  • [charts pro] Avoid relative reference to @mui/x-charts package (#14335) @​LukasTy

Docs

... (truncated)

Changelog

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

7.15.0

Aug 29, 2024

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

You can now use MUI X components with either v5 or v6 of @mui/material package 🎉

  • 🐞 Bugfixes

Data Grid

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

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

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

Date and Time Pickers

@mui/x-date-pickers@7.15.0

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

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

Charts

@mui/x-charts@7.15.0

@mui/x-charts-pro@7.0.0-alpha.3 pro

Same changes as in @mui/x-charts@7.15.0, plus:

  • [charts pro] Avoid relative reference to @mui/x-charts package (#14335) @​LukasTy

Docs

... (truncated)

Commits


Updates @testing-library/jest-dom from 6.4.8 to 6.5.0

Release notes

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

v6.5.0

6.5.0 (2024-08-23)

Features

  • toHaveValue: Asserting aria-valuenow (#479) (acbf416)
Commits
  • 62f0e3a docs: add waynevanson as a contributor for code, and test (#626)
  • acbf416 feat(toHaveValue): Asserting aria-valuenow (#479)
  • 47a667c docs: add vorant94 as a contributor for code (#619)
  • 06d19ba adjust vitest ambient declaration file according to vitest docs (#612)
  • a073b08 docs: add aleks-elkin as a contributor for maintenance (#618)
  • aa094a5 chore: remove unused @​babel/runtime dependency (#617)
  • See full diff in compare view


Updates @testing-library/react from 16.0.0 to 16.0.1

Release notes

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

v16.0.1

16.0.1 (2024-08-29)

Bug Fixes

  • Add support for exactOptionalPropertyTypes in TypeScript (#1351) (3dcd8a9)
Commits


Updates dayjs from 1.11.12 to 1.11.13

Release notes

Sourced from dayjs's releases.

v1.11.13

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Changelog

Sourced from dayjs's changelog.

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)
Commits


Updates framer-motion from 11.3.19 to 11.3.31

Changelog

Sourced from framer-motion's changelog.

[11.3.31] 2024-08-29

Fixed

  • Detects conflicts between optimised animations and rendered style.
  • Resumes optimised animations where possible once layout measurements are complete.

[11.3.30] 2024-08-23

Fixed

  • Removed double "change" handler on externally-provided MotionValues.

[11.3.29] 2024-08-21

Fixed

  • Selective cancellation of optimised appear animations.

[11.3.28] 2024-08-15

Fixed

  • Use startTime instead of elapsed to sync optimised animations.

[11.3.27] 2024-08-14

Changed

  • Allow manual setting of startTime via animation options (currently for internal use only).

[11.3.26] 2024-08-14

Fixed

  • Improving synchronisation between DOM animations on externally-provided MotionValues and internal MotionValues.
  • Fixing unit conversion on DOM animations with externally-provided MotionValues.

[11.3.25] 2024-08-14

Changed

  • Improve calculation of startTime to prefer the immediacy of animation creation over keyframe resolution, but fall back to the latter if the former would lead to a perceptual jump.

[11.3.24] 2024-08-08

Fixed

  • Fixing incorrect version publish.

... (truncated)

Commits


Updates i18next from 23.12.2 to 23.14.0

Release notes

Sourced from i18next's releases.

v23.14.0

  • If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147

v23.13.0

  • Cache output of getRule to optimize performance 2226

v23.12.7

  • revert last optimization to address 2227

v23.12.6

  • remove console.log statement 2227

v23.12.5

  • try to optimize last fix for 2227

v23.12.4

  • try to address 2227 without the removal of cached formatter for in-built formatters

v23.12.3

  • fix: Using a comma in a formatter parameter 2225
Changelog

Sourced from i18next's changelog.

23.14.0

  • If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147

23.13.0

  • Cache output of getRule to optimize performance 2226

23.12.7

  • revert last optimization to address 2227

23.12.6

  • remove console.log statement 2227

23.12.5

  • try to optimize last fix for 2227

23.12.4

  • try to address 2227 without the removal of cached formatter for in-built formatters

23.12.3

  • fix: Using a comma in a formatter parameter 2225
Commits


Updates i18next-http-backend from 2.5.2 to 2.6.1

Changelog

Sourced from i18next-http-backend's changelog.

2.6.1

  • optimize "Failed to fetch" retry case 147

2.6.0

  • fix "Failed to fetch" retry case 147
Commits
  • 7c20297 2.6.1
  • f735b91 optimize "Network request failed" retry case #147
  • 541b257 2.6.0
  • github-actions[bot] commented 1 month 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