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

[Tech] Bump the non-major-dependencies group in /frontend with 6 updates #3476

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the non-major-dependencies group in /frontend with 6 updates:

Package From To
@reduxjs/toolkit 2.2.6 2.2.7
@tanstack/react-table 8.19.2 8.19.3
dayjs 1.11.11 1.11.12
i18n-iso-countries 7.11.2 7.11.3
ky 1.4.0 1.5.0
react-router-dom 6.24.0 6.26.0

Updates @reduxjs/toolkit from 2.2.6 to 2.2.7

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.7

This bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.

Changelog

TS Type Portability

We've had a slew of issues reported around "TS type portability" errors, such as:

The error messages are typically along the lines of:

Type error: The inferred type of 'configureStore' cannot be named without a reference to '@reduxjs/toolkit/node_modules/redux'. This is likely not portable. A type annotation is necessary.

@​aryaemami59 did some deep investigation and concluded these were due to a mixture of using interface instead of type in most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.

Arya put together a highly detailed writeup and set of fixes in [ #4467: Fix: TypeScript Type Portability Issues](#4467), and that appears to resolve all of those issues we've seen. Thank you!

Other Changes

Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.

We've exported additional types like UpdateDefinitions and RetryOptions, per request.

listenerMiddleware.withTypes() methods now allow passing in an ExtraArgument generic.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.6...v2.2.7

Commits

Updates @tanstack/react-table from 8.19.2 to 8.19.3

Release notes

Sourced from @​tanstack/react-table's releases.

v8.19.3

Version 8.19.3 - 7/14/24, 8:44 AM

Changes

Fix

  • table-core: assign unassign parentId in grouped row model (#5657) (a71ce10) by PiR

Ci

  • enable npm provenance (#5654) (0054eb3) by Lachlan Collins
  • Add pkg-pr-new previews (#5648) (241f26f) by Lachlan Collins

Docs

  • use @​tanstack/lit-virtual for the virtualized table example (#5655) (bb0a536) by @​kadoshms
  • Fix typo in docs/guide/data.md (#5642) (6a4a10d) by Joseph Markus
  • vue: vue filters example (#5644) (e749f31) by Radu Suciu
  • fix rowpinningstate (7548860) by Kevin Vandy

Packages

  • @​tanstack/table-core@​8.19.3
  • @​tanstack/angular-table@​8.19.3
  • @​tanstack/lit-table@​8.19.3
  • @​tanstack/qwik-table@​8.19.3
  • @​tanstack/react-table@​8.19.3
  • @​tanstack/solid-table@​8.19.3
  • @​tanstack/svelte-table@​8.19.3
  • @​tanstack/vue-table@​8.19.3
  • @​tanstack/react-table-devtools@​8.19.3
Commits

Updates dayjs from 1.11.11 to 1.11.12

Release notes

Sourced from dayjs's releases.

v1.11.12

1.11.12 (2024-07-18)

Bug Fixes

Changelog

Sourced from dayjs's changelog.

1.11.12 (2024-07-18)

Bug Fixes

Commits

Updates i18n-iso-countries from 7.11.2 to 7.11.3

Commits

Updates ky from 1.4.0 to 1.5.0

Release notes

Sourced from ky's releases.

v1.5.0

sindresorhus/ky@v1.4.0...v1.5.0

Commits

Updates react-router-dom from 6.24.0 to 6.26.0

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.26.0

Minor Changes

  • Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#11811)

Patch Changes

  • Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#11838)
    • During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
  • Updated dependencies:
    • @remix-run/router@1.19.0
    • react-router@6.26.0

6.25.1

Patch Changes

  • Memoize some RouterProvider internals to reduce unnecessary re-renders (#11803)
  • Updated dependencies:
    • react-router@6.25.1

6.25.0

Minor Changes

  • Stabilize future.unstable_skipActionErrorRevalidation as future.v7_skipActionErrorRevalidation (#11769)
    • When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a Response with a 4xx/5xx status code
    • You may still opt-into revalidation via shouldRevalidate
    • This also changes shouldRevalidate's unstable_actionStatus parameter to actionStatus

Patch Changes

  • Updated dependencies:
    • react-router@6.25.0
    • @remix-run/router@1.18.0

6.24.1

Patch Changes

  • Remove polyfill.io reference from warning message because the domain was sold and has since been determined to serve malware (#11741)
  • Export NavLinkRenderProps type for easier typing of custom NavLink callback (#11553)
  • Updated dependencies:
    • @remix-run/router@1.17.1
    • react-router@6.24.1
Commits
  • 91ef146 chore: Update version for release (#11863)
  • 7acbfbe chore: Update version for release (pre) (#11860)
  • 8334033 chore: Update version for release (pre) (#11854)
  • 653d1a8 Fix hydration behavior of patchRoutesOnMiss when v7_partialHydration is enabl...
  • 01d0f41 Add support for replace() redirects (#11811)
  • 98941f8 chore: Update version for release (#11815)
  • db24ec9 chore: Update version for release (pre) (#11814)
  • a252428 Reduce RouterProvider re-renders when using View Transitions (#11803)
  • 6b8daf9 Revert "Temporary change to test release process off v6 branch"
  • b8a4cdb Temporary change to test release process off v6 branch
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file tech. enhancement technical ehancement labels Aug 1, 2024
@louptheron louptheron force-pushed the dependabot/npm_and_yarn/frontend/non-major-dependencies-6e06fc9b4f branch from 34cf1f5 to 63dafd4 Compare August 2, 2024 07:53
dependabot bot and others added 2 commits August 12, 2024 18:53
Bumps the non-major-dependencies group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.6` | `2.2.7` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.19.2` | `8.19.3` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.11` | `1.11.12` |
| [i18n-iso-countries](https://github.com/michaelwittig/node-i18n-iso-countries) | `7.11.2` | `7.11.3` |
| [ky](https://github.com/sindresorhus/ky) | `1.4.0` | `1.5.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.24.0` | `6.26.0` |

Updates `@reduxjs/toolkit` from 2.2.6 to 2.2.7
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.6...v2.2.7)

Updates `@tanstack/react-table` from 8.19.2 to 8.19.3
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.19.3/packages/react-table)

Updates `dayjs` from 1.11.11 to 1.11.12
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.11...v1.11.12)

Updates `i18n-iso-countries` from 7.11.2 to 7.11.3
- [Release notes](https://github.com/michaelwittig/node-i18n-iso-countries/releases)
- [Commits](michaelwittig/node-i18n-iso-countries@v7.11.2...v7.11.3)

Updates `ky` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](sindresorhus/ky@v1.4.0...v1.5.0)

Updates `react-router-dom` from 6.24.0 to 6.26.0
- [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.26.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: i18n-iso-countries
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: ky
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@ivangabriele ivangabriele force-pushed the dependabot/npm_and_yarn/frontend/non-major-dependencies-6e06fc9b4f branch from 64095f0 to f634d57 Compare August 12, 2024 16:55
Copy link

sonarcloud bot commented Aug 12, 2024

@ivangabriele ivangabriele merged commit 27ce760 into master Aug 12, 2024
26 checks passed
@ivangabriele ivangabriele deleted the dependabot/npm_and_yarn/frontend/non-major-dependencies-6e06fc9b4f branch August 12, 2024 18:06
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 tech. enhancement technical ehancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants