Tangerine-Community / tangy-form

<tangy-form> is a web component for creating multipage forms. Other <tangy-*> input elements are included as well.
GNU General Public License v3.0
15 stars 3 forks source link

Bump redux from 4.1.0 to 4.1.2 #291

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps redux from 4.1.0 to 4.1.2.

Release notes

Sourced from redux's releases.

v4.1.2

This release fixes a small specific TS types issue where state types that had a nested unknown field inside would cause compilation failures when used as the preloadedState argument.

What's Changed

Full Changelog: https://github.com/reduxjs/redux/compare/v4.1.1...v4.1.2

v4.1.1

Just a small fix for Safari users in development mode.

Changes

Commits
  • 795a11c 4.1.2
  • a03a79b Merge commit '4d0730e9df2b23e88a588ba7f82f45ee7a642817' into 4.x
  • ef5e57e Merge pull request #4078 from phryneas/fix-preloadedState
  • cf2f265 Apply kindOf fix from #4160
  • 4d0730e 4.1.1
  • 0d2397d Upgrade to lockfile v2 format
  • 79ec0d6 Make switching from master less annoying
  • 9ab0a70 Update test/typescript/store.ts
  • 0874b13 Merge pull request #4090 from embeddedt/fix/es5_compat
  • 89a516c Move miniKindOf out of if scope to fix ES5 compatibility issue
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #335.