Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Bump @reduxjs/toolkit from 1.6.1 to 1.6.2 #99

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 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 the dependencies Pull requests that update a dependency file label Oct 12, 2021
@dependabot dependabot bot requested a review from a team October 12, 2021 01:16
@jdjkelly jdjkelly merged commit f876251 into master Oct 12, 2021
@jdjkelly jdjkelly deleted the dependabot/npm_and_yarn/reduxjs/toolkit-1.6.2 branch October 12, 2021 01:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant