Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: immerjs/immer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.0
Choose a base ref
...
head repository: immerjs/immer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 7 contributors

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    5a8f6e7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump express from 4.18.2 to 4.19.2 in /website (#1112)

    Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/master/History.md)
    - [Commits](expressjs/express@4.18.2...4.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a3a7d0c View commit details
    Browse the repository at this point in the history
  3. chore: Fix typo in comment in common.ts (#1113)

    * Fix typo in comment in common.ts
    
    * Update src/utils/common.ts
    
    Co-authored-by: Steve Ognibene <steve.ognibene@namely.com>
    
    ---------
    
    Co-authored-by: Steve Ognibene <steve.ognibene@namely.com>
    frwdrik and nycdotnet authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    073d634 View commit details
    Browse the repository at this point in the history
  4. fix: Make applyPatches to accept readonly Patch[] (#1094)

    * Demonstrate possible regression
    
    * Make `Patch[]` arrays `readonly` on the outer bounds
    
    * Limit the change to `applyPatches`
    
    ---------
    
    Co-authored-by: Minh Nguyen <2852660+NMinhNguyen@users.noreply.github.com>
    Andarist and NMinhNguyen authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4da2e0d View commit details
    Browse the repository at this point in the history
  5. docs: [Doc]: Update /zh-CN/ (#1067)

    * Update api.md
    
    * Update patches.mdx
    puxiao authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e2d222b View commit details
    Browse the repository at this point in the history
Loading