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

October 2024 dependency updates. #494

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps the group-all-npm-updates group with 5 updates in the / directory:

Package From To
@reduxjs/toolkit 2.2.7 2.2.8
prejudice 1f16dde fd1671f
pride 343019e 9e7cf13
react-router-dom 6.26.2 6.27.0
globals 15.10.0 15.11.0

Updates @reduxjs/toolkit from 2.2.7 to 2.2.8

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.8

This bugfix release fixes a long-standing issue with RTK Query lazy query triggers returning stale data in some cases, fixes an error handling issue in RTK Query, and exports additional TS types.

Changelog

Lazy Query Trigger Handling

We'd had a couple long-standing issues reporting that const result = await someLazyQueryTrigger() sometimes returned stale data, especially if a mutation had just invalidated that query's tag.

We finally got a good repro of this issue and identified it as a mis-written call inside of the middleware that skipped past the necessary handling to activate the correct query status tracking in that scenario. This should now be fixed.

Other Changes

Timeout handling in RTKQ endpoints should now correctly throw a timeout-related error instead of an AbortError.

Base queries now have access to the current queryCacheKey value so it can be used in deciding query logic.

We've exported several more TS types related to query options, as some users have been depending on those even though they previously weren't part of the public API.

What's Changed

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

Commits
  • e7540a5 Release 2.2.8
  • 2885f69 Merge pull request #4651 from reduxjs/pr/fix-4650
  • 4788d51 Add test for lazy query trigger fix
  • a59476e call initiate to refetch queries from middleware
  • 8178e7f Merge pull request #4640 from hornta/export-query-return-value
  • eb11019 Merge pull request #4628 from andrejpavlovic/fix/timeout-on-createApi-endpoin...
  • f009cc9 Merge pull request #4636 from HaakonSvane/add-queryCacheKey-to-baseQuery-api
  • c8f3739 Merge pull request #4604 from aryaemami59/export-UseQueryStateOptions
  • 551ad03 type: export QueryReturnValue
  • e569971 Add example for TypedUseQueryStateOptions
  • Additional commits viewable in compare view

Updates prejudice from 1f16dde to fd1671f

Commits
  • fd1671f Merge pull request #43 from mlibrary/add-dependabot
  • 42833b8 Adding instructions on testing in search.
  • 2240c3a Updating webpack version and how to run the app.
  • 04460b2 Setting up dependabot, adding a workflow, adding init.sh script, and addi...
  • See full diff in compare view

Updates pride from 343019e to 9e7cf13

Commits
  • 9e7cf13 Merge pull request #199 from mlibrary/pre-commit-hook
  • 2bbad0d Adding pre-commit hook and script for linting and testing staged files befo...
  • a3daa65 Changing assignees to reviewers.
  • 7dfdd32 Merge pull request #196 from mlibrary/test-dependabot-action
  • f5095c5 Merge branch 'master' into test-dependabot-action
  • fb32b56 Adding GITHUB_TOKEN
  • cd0bfd6 Merge pull request #195 from mlibrary/test-dependabot-action
  • 60b2c3e Adding workflow to manually trigger dependabot.
  • 970f0d1 Merge pull request #193 from mlibrary/dependabot-workflow
  • 82f8e7e Finalizing type, author, and label.
  • Additional commits viewable in compare view

Updates react-router-dom from 6.26.2 to 6.27.0

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.27.0

Minor Changes

  • Stabilize unstable_patchRoutesOnNavigation (#11973)
    • Add new PatchRoutesOnNavigationFunctionArgs type for convenience (#11967)
  • Stabilize unstable_dataStrategy (#11974)
  • Stabilize the unstable_flushSync option for navigations and fetchers (#11989)
  • Stabilize the unstable_viewTransition option for navigations and the corresponding unstable_useViewTransitionState hook (#11989)

Patch Changes

  • Fix bug when submitting to the current contextual route (parent route with an index child) when an ?index param already exists from a prior submission (#12003)

  • Fix useFormAction bug - when removing ?index param it would not keep other non-Remix index params (#12003)

  • Fix types for RouteObject within PatchRoutesOnNavigationFunction's patch method so it doesn't expect agnostic route objects passed to patch (#11967)

  • Updated dependencies:

Commits

Updates globals from 15.10.0 to 15.11.0

Release notes

Sourced from globals's releases.

v15.11.0

  • Add es3 globals (#267) 6784dc1

sindresorhus/globals@v15.10.0...v15.11.0

Commits

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

…rectory with 5 updates

Bumps the group-all-npm-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.7` | `2.2.8` |
| [prejudice](https://github.com/mlibrary/prejudice) | ``1f16dde`` | ``fd1671f`` |
| [pride](https://github.com/mlibrary/pride) | ``343019e`` | ``9e7cf13`` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.2` | `6.27.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.10.0` | `15.11.0` |



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

Updates `prejudice` from `1f16dde` to `fd1671f`
- [Release notes](https://github.com/mlibrary/prejudice/releases)
- [Commits](mlibrary/prejudice@1f16dde...fd1671f)

Updates `pride` from `343019e` to `9e7cf13`
- [Release notes](https://github.com/mlibrary/pride/releases)
- [Commits](mlibrary/pride@343019e...9e7cf13)

Updates `react-router-dom` from 6.26.2 to 6.27.0
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/[email protected]/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `globals` from 15.10.0 to 15.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.10.0...v15.11.0)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: group-all-npm-updates
- dependency-name: prejudice
  dependency-type: direct:production
  dependency-group: group-all-npm-updates
- dependency-name: pride
  dependency-type: direct:production
  dependency-group: group-all-npm-updates
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: group-all-npm-updates
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: group-all-npm-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2024
@dependabot dependabot bot requested a review from erinesullivan October 11, 2024 18:28
@github-actions github-actions bot changed the title Monthly npm updates: Bump the group-all-npm-updates group across 1 directory with 5 updates October 2024 dependency updates. Oct 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/group-all-npm-updates-e0179d8014 branch November 1, 2024 10:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants