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

Fix: Update the import of redux-thunk #3954

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Conversation

a-h-abdelsalam
Copy link
Contributor

What

Update the import of redux-thunk after dependabot update #3939

Why

The default export has been removed as of v3.1.0 and now there are named exports. See redux-thunk/releases/tag/v3.1.0.

References

GEA-451

dependabot bot and others added 2 commits January 19, 2024 11:09
Bumps [redux](https://github.com/reduxjs/redux) and [redux-thunk](https://github.com/reduxjs/redux-thunk). These dependencies needed to be updated together.

Updates `redux` from 4.2.1 to 5.0.1
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.2.1...v5.0.1)

Updates `redux-thunk` from 2.4.2 to 3.1.0
- [Release notes](https://github.com/reduxjs/redux-thunk/releases)
- [Commits](reduxjs/redux-thunk@v2.4.2...v3.1.0)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: redux-thunk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
The default export has been removed as of v3.1.0 and now there are
named exports.
@a-h-abdelsalam a-h-abdelsalam requested a review from a team January 26, 2024 14:18
Copy link

Conventional Commits Report

Type Number
Bug Fixes 1
Dependencies 1

🚀 Conventional commits found.

@timopollmeier timopollmeier merged commit e001f04 into main Jan 29, 2024
13 checks passed
@timopollmeier timopollmeier deleted the update-import-of-redux-thunk branch January 29, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants