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: v9.0.3
Choose a base ref
...
head repository: immerjs/immer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.4
Choose a head ref
  • 13 commits
  • 17 files changed
  • 4 contributors

Commits on Jun 24, 2021

  1. chore(deps): bump postcss from 7.0.35 to 7.0.36 in /website (#813)

    Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@7.0.35...7.0.36)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      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] committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0dc1d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1fac9d View commit details
    Browse the repository at this point in the history
  3. fix: Better applyPatches type (#810)

    applyPatches should specify its input as type `T` so that TypeScript can better infer the correct `T` for its output.
    
    Fixes #809
    joshkel committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    09ac097 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump color-string from 1.5.4 to 1.5.5 in /website (#817)

    Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.5.5.
    - [Release notes](https://github.com/Qix-/color-string/releases)
    - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
    - [Commits](Qix-/color-string@1.5.4...1.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: color-string
      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] committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c9deb48 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump ssri from 6.0.1 to 6.0.2 in /website (#818)

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](npm/ssri@v6.0.1...v6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: ssri
      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] committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    58b74a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5412c9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc3f66c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    c59576a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d92f4 View commit details
    Browse the repository at this point in the history
  3. chore: fix test job

    mweststrate committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    ad23da9 View commit details
    Browse the repository at this point in the history
  4. chore: fix docs deploy

    mweststrate committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    06c6741 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38964fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    144f886 View commit details
    Browse the repository at this point in the history
Loading