[PR #767] [MERGED] Bump immer from 3.3.0 to 8.0.1 #886

Closed
opened 2026-03-03 00:23:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/767
Author: @dependabot[bot]
Created: 1/21/2021
Status: Merged
Merged: 2/24/2021
Merged by: @Rokt33r

Base: masterHead: dependabot/npm_and_yarn/immer-8.0.1


📝 Commits (1)

  • 3a23540 Bump immer from 3.3.0 to 8.0.1

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps immer from 3.3.0 to 8.0.1.

Release notes

Sourced from immer's releases.

v8.0.1

8.0.1 (2021-01-20)

Bug Fixes

  • Fixed security issue #738: prototype pollution possible when applying patches CVE-2020-28477 (da2bd4f)

v8.0.0

8.0.0 (2020-11-17)

feature

BREAKING CHANGES

  • always freeze by default, even in production mode. Use setAutoFreeze(process.env.NODE_ENV !== 'production') for the old behavior. See immerjs/immer#687 for the rationale. Fixes #649, #681, #687

v7.0.15

7.0.15 (2020-11-17)

Bug Fixes

v7.0.14

7.0.14 (2020-10-20)

Bug Fixes

v7.0.13

7.0.13 (2020-10-20)

Bug Fixes

  • reconcile if the original value is assigned after creating a draft. Fixes #659 (c0e6749)

v7.0.12

7.0.12 (2020-10-20)

Bug Fixes

... (truncated)

Commits
  • da2bd4f fix: Fixed security issue #738: prototype pollution possible when applying pa...
  • d75de70 chore: fix Buffer deprecation warning in test (#706)
  • 8fbf93c docs: Add referential equality to pitfalls (#731)
  • c21a2ef docs: Update current.md (#728)
  • 211314c docs: add cool-store into built-with.md (#724)
  • e8fd805 chore(tests): use UTC date string in tests to be timezone independent (#705)
  • fe8f589 chore(comments): update comments (#727)
  • d8121d6 chore(docs): Fix typo in pitfalls.md (#729)
  • 5379cdd chore(docs): Update example-reducer.md (#734)
  • d3908e1 chore(deps): bump dot-prop from 4.2.0 to 4.2.1 in /website (#735)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/767 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/21/2021 **Status:** ✅ Merged **Merged:** 2/24/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/immer-8.0.1` --- ### 📝 Commits (1) - [`3a23540`](https://github.com/BoostIO/BoostNote-App/commit/3a23540245868c4984c18d803a8bdcd41311a493) Bump immer from 3.3.0 to 8.0.1 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [immer](https://github.com/immerjs/immer) from 3.3.0 to 8.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/immerjs/immer/releases">immer's releases</a>.</em></p> <blockquote> <h2>v8.0.1</h2> <h2><a href="https://github.com/immerjs/immer/compare/v8.0.0...v8.0.1">8.0.1</a> (2021-01-20)</h2> <h3>Bug Fixes</h3> <ul> <li>Fixed security issue <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/738">#738</a>: prototype pollution possible when applying patches CVE-2020-28477 (<a href="https://github.com/immerjs/immer/commit/da2bd4fa0edc9335543089fe7d290d6a346c40c5">da2bd4f</a>)</li> </ul> <h2>v8.0.0</h2> <h1><a href="https://github.com/immerjs/immer/compare/v7.0.15...v8.0.0">8.0.0</a> (2020-11-17)</h1> <h3>feature</h3> <ul> <li>Always freeze by default (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/702">#702</a>) (<a href="https://github.com/immerjs/immer/commit/a406c8f1e524efabfe641f4eaf742b444e501cc0">a406c8f</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>always freeze by default, even in production mode. Use <code>setAutoFreeze(process.env.NODE_ENV !== 'production')</code> for the old behavior. See <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/687#issuecomment-728881754">immerjs/immer#687</a> for the rationale. Fixes <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/649">#649</a>, <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/681">#681</a>, <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/687">#687</a></li> </ul> <h2>v7.0.15</h2> <h2><a href="https://github.com/immerjs/immer/compare/v7.0.14...v7.0.15">7.0.15</a> (2020-11-17)</h2> <h3>Bug Fixes</h3> <ul> <li>make plugin loading idempotent, fixes <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/692">#692</a> (<a href="https://github.com/immerjs/immer/commit/754331bb0d0a24ca56399ac7a778f5e87be1c236">754331b</a>)</li> </ul> <h2>v7.0.14</h2> <h2><a href="https://github.com/immerjs/immer/compare/v7.0.13...v7.0.14">7.0.14</a> (2020-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li>build issue. Fixes <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/685">#685</a> (?) (<a href="https://github.com/immerjs/immer/commit/9007be0a68e8c521d23657729036d2eee9f5df83">9007be0</a>)</li> </ul> <h2>v7.0.13</h2> <h2><a href="https://github.com/immerjs/immer/compare/v7.0.12...v7.0.13">7.0.13</a> (2020-10-20)</h2> <h3>Bug Fixes</h3> <ul> <li>reconcile if the original value is assigned after creating a draft. Fixes <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/659">#659</a> (<a href="https://github.com/immerjs/immer/commit/c0e6749e8df3e20d880d61b726b1395167ba2088">c0e6749</a>)</li> </ul> <h2>v7.0.12</h2> <h2><a href="https://github.com/immerjs/immer/compare/v7.0.11...v7.0.12">7.0.12</a> (2020-10-20)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/immerjs/immer/commit/da2bd4fa0edc9335543089fe7d290d6a346c40c5"><code>da2bd4f</code></a> fix: Fixed security issue <a href="https://github-redirect.dependabot.com/immerjs/immer/issues/738">#738</a>: prototype pollution possible when applying pa...</li> <li><a href="https://github.com/immerjs/immer/commit/d75de7031c3430fbcb76fa7b90cf681ba5042df9"><code>d75de70</code></a> chore: fix Buffer deprecation warning in test (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/706">#706</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/8fbf93cddb27fe96891b7a7f3218742881dfaae1"><code>8fbf93c</code></a> docs: Add referential equality to pitfalls (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/731">#731</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/c21a2ef6d78b683fa6d4bd62ba465cb3542e8c03"><code>c21a2ef</code></a> docs: Update current.md (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/728">#728</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/211314c0b3b125bd4acf15f22dfb49eee9fb9729"><code>211314c</code></a> docs: add cool-store into built-with.md (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/724">#724</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/e8fd805740f1b0ae788470b93615e51e9bc887a3"><code>e8fd805</code></a> chore(tests): use UTC date string in tests to be timezone independent (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/705">#705</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/fe8f5891d4fdd35107ebb252df85332fd8c53543"><code>fe8f589</code></a> chore(comments): update comments (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/727">#727</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/d8121d66a5546ab6939c64c23f5486e522c5ceb0"><code>d8121d6</code></a> chore(docs): Fix typo in pitfalls.md (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/729">#729</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/5379cddef95a237fd25b450e629054b3e02f95ee"><code>5379cdd</code></a> chore(docs): Update example-reducer.md (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/734">#734</a>)</li> <li><a href="https://github.com/immerjs/immer/commit/d3908e12dfb118d44e54f8a2f44f8c6862fad940"><code>d3908e1</code></a> chore(deps): bump dot-prop from 4.2.0 to 4.2.1 in /website (<a href="https://github-redirect.dependabot.com/immerjs/immer/issues/735">#735</a>)</li> <li>Additional commits viewable in <a href="https://github.com/immerjs/immer/compare/v3.3.0...v8.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=immer&package-manager=npm_and_yarn&previous-version=3.3.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BoostIO/BoostNote.next/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#886
No description provided.