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

Bump immer from 9.0.18 to 9.0.19 #5103

Merged
merged 3 commits into from
Feb 1, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2023

Bumps immer from 9.0.18 to 9.0.19.

Release notes

Sourced from immer's releases.

v9.0.19

9.0.19 (2023-01-27)

Bug Fixes

  • don't freeze drafts returned from produce if they were passed in as draft (#917) (46867f8)
  • produce results should never be frozen when returned from nested produces, to prevent 'hiding' drafts. Fixes #935 (a810960)
  • release and publish from 'main' rather than 'master' branch (82acc40)
  • revert earlier fix (#990) for recursive types (#1014) (3eeb331)
  • Upgrade Github actions to Node 16 attempt 1 (9d4ea93)
  • Upgrade Github actions to Node 16 attempt 2 (082eecd)
Commits
  • 082eecd fix: Upgrade Github actions to Node 16 attempt 2
  • 9d4ea93 fix: Upgrade Github actions to Node 16 attempt 1
  • 82acc40 fix: release and publish from 'main' rather than 'master' branch
  • 3eeb331 fix: revert earlier fix (#990) for recursive types (#1014)
  • a810960 fix: produce results should never be frozen when returned from nested produce...
  • 46867f8 fix: don't freeze drafts returned from produce if they were passed in as draf...
  • 04c5fb3 chore: Add failing test for nested and chained produce calls (#935)
  • 847b662 chore: Add failing test Set ordering #819 (#820)
  • See full diff 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 [immer](https://github.com/immerjs/immer) from 9.0.18 to 9.0.19.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v9.0.18...v9.0.19)

---
updated-dependencies:
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 28, 2023
@codecov
Copy link

codecov bot commented Jan 28, 2023

Codecov Report

Merging #5103 (29db49d) into main (fc54905) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #5103   +/-   ##
=======================================
  Coverage   60.85%   60.85%           
=======================================
  Files         984      984           
  Lines       30258    30258           
  Branches     5792     5792           
=======================================
  Hits        18412    18412           
  Misses      11846    11846           
Impacted Files Coverage Δ
src/pageEditor/slices/runtimeSlice.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@BALEHOK
Copy link
Contributor

BALEHOK commented Jan 31, 2023

This might be caused by the recent type fix in Immer:
immerjs/immer@3eeb331

@twschiller twschiller added this to the 1.7.19 milestone Jan 31, 2023
@fregante fregante removed their request for review February 1, 2023 05:20
@BALEHOK BALEHOK merged commit bb1249e into main Feb 1, 2023
@BALEHOK BALEHOK deleted the dependabot/npm_and_yarn/immer-9.0.19 branch February 1, 2023 10:09
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 low priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants