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

chore(deps): bump @reduxjs/toolkit from 1.6.1 to 1.6.2 in /generators/client/templates/react #16549

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2021

Bumps @reduxjs/toolkit from 1.6.1 to 1.6.2.

Release notes

Sourced from @​reduxjs/toolkit's releases.

v1.6.2

This release fixes several small issues with RTK Query, as well as a regression in the createAsyncThunk types and an issue with sourcemap URLs.

Changelog

RTK Query Fixes

The isLoading flag should only ever be true on the first run of a hook, but would sometimes briefly flip to true on later calls. That should now stay the correct value.

fetchBaseQuery should now work properly when used in conjunction with node-fetch.

The BaseQueryApi object now correctly includes the extra argument that was provided when configuring the thunk middleware, if any.

Other Fixes

Sourcemap URLs should now be correct, especially for the CommonJS build artifacts.

createAsyncThunk's types have been updated to correctly infer return values when working with enums.

Lots of assorted docs tweaks and updates!

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.6.1...v1.6.2

Commits
  • 57316ca correctly handle console logs in tests (#1567)
  • b4d940e fix(useLazyQuery): added docs for preferCache option (#1541)
  • 38a9316 fix "isLoading briefly flips back to true" #1519 (#1520)
  • 97319a3 Merge pull request #1525 from Shrugsy/docs/expand-on-manual-cache-updates
  • 02808ab Merge pull request #1561 from jomarquez21/update-createApi-documentation
  • 9b64119 Docs: Add extraOptions property in createApi
  • 390dcb3 Merge pull request #1560 from jomarquez21/update-rtk-query-documentation
  • b4a5aed Add reducerPath property in creation of api
  • 4fbd29f Merge pull request #1543 from 3b7ameed/patch-1
  • 7c5b005 Fix error in createAsyncThunk.mdx
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v1.6.1...v1.6.2)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added theme: dependencies Pull requests that update a dependency file theme: react labels Oct 5, 2021
@qmonmert qmonmert merged commit ab3ac19 into main Oct 5, 2021
@qmonmert qmonmert deleted the dependabot/npm_and_yarn/generators/client/templates/react/reduxjs/toolkit-1.6.2 branch October 5, 2021 06:31
@pascalgrimaud pascalgrimaud modified the milestone: 7.3.0 Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: dependencies Pull requests that update a dependency file theme: react
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants