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

build(deps): Bump re-reselect from 3.4.0 to 4.0.1 #12

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 5, 2022

Bumps re-reselect from 3.4.0 to 4.0.1.

Changelog

Sourced from re-reselect's changelog.

4.0.1

  • omit clearCache from CreateSelectorInstance type

4.0.0

Breaking Changes

  • Drop support for createCachedSelector(...)(arguments) call with multiple arguments
  • Drop legacy FifoCacheObject, FlatCacheObject, LruCacheObject exports
  • TypeScript typings of createStructuredSelector have been changed. Explicitly setting State and Parameter types is no longer required (nor possible), please update the typings as follows if necessary:
// Before:
const selector = createStructuredCachedSelector<State, string>({
  x: (state, id) => state.a[id],
})((state, id) => id);
// After:
const selector = createStructuredCachedSelector({
  x: (state: State, id: string) => state.a[id],
})((state, id) => id);

New Features

  • Provide auto inferring to createStructuredSelector typings
  • Expose createCachedSelector as both default and named export
Commits
  • 09ee5d1 4.0.1
  • 452bc9d chore: fix preversion command
  • ada2335 docs: update changelog (#187)
  • a256468 fix: omit 'clearCache' from CreateSelectorInstance type (#186)
  • 05252e4 chore(deps): update actions/checkout action to v3 (#183)
  • fd1f01c chore(deps): update dependency prettier to ^2.6.1
  • 29127e0 chore(deps): update dependency rollup to ^2.70.1 (#177)
  • 9bc774b chore: replace husky with simple-git-hooks (#181)
  • 1c81aaf chore(deps): update dependency reselect to ^4.1.5
  • 65db0ae chore(deps): update dependency all-contributors-cli to ^6.20.0
  • 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 [re-reselect](https://github.com/toomuchdesign/re-reselect) from 3.4.0 to 4.0.1.
- [Release notes](https://github.com/toomuchdesign/re-reselect/releases)
- [Changelog](https://github.com/toomuchdesign/re-reselect/blob/master/CHANGELOG.md)
- [Commits](toomuchdesign/re-reselect@v3.4.0...v4.0.1)

---
updated-dependencies:
- dependency-name: re-reselect
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 5, 2022
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants