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: npm/ssri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.6
Choose a base ref
...
head repository: npm/ssri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Sep 3, 2024

  1. fix!: Address breaking engine change in dependency

    node 14.17.0 no longer works due to isaacs/minipass@1270e6a
    
    BREAKING CHANGE: `ssri` is now compatible with the following semver range for node: `^16.14.0 || >=18.0.0`
    hashtagchris committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    29a6e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2dd012 View commit details
    Browse the repository at this point in the history
  3. chore: bump @npmcli/template-oss from 4.22.0 to 4.23.3

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.22.0 to 4.23.3.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.22.0...v4.23.3)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hashtagchris committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4508f71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a2a9d View commit details
    Browse the repository at this point in the history
  5. chore: bump @npmcli/eslint-config from 4.0.5 to 5.0.0

    Bumps [@npmcli/eslint-config](https://github.com/npm/eslint-config) from 4.0.5 to 5.0.0.
    - [Release notes](https://github.com/npm/eslint-config/releases)
    - [Changelog](https://github.com/npm/eslint-config/blob/main/CHANGELOG.md)
    - [Commits](npm/eslint-config@v4.0.5...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@npmcli/eslint-config"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hashtagchris committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    db4219f View commit details
    Browse the repository at this point in the history
  6. chore: release 11.0.0 (#138)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [11.0.0](v10.0.6...v11.0.0)
    (2024-09-03)
    ### ⚠️ BREAKING CHANGES
    * `ssri` is now compatible with the following semver range for node:
    `^16.14.0 || >=18.0.0`
    ### Bug Fixes
    *
    [`29a6e2c`](29a6e2c)
    Address breaking engine change in dependency (@hashtagchris)
    ### Chores
    *
    [`db4219f`](db4219f)
    bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
    *
    [`f2dd012`](f2dd012)
    template-oss-apply (@hashtagchris)
    *
    [`f2a2a9d`](f2a2a9d)
    postinstall for dependabot template-oss PR (@hashtagchris)
    *
    [`4508f71`](4508f71)
    bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot])
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ba65b07 View commit details
    Browse the repository at this point in the history
Loading