diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 3678b6c..673f9ca 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -87,21 +87,18 @@ jobs: os: windows-latest shell: cmd node-version: - - 16.14.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x - 22.x exclude: - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.14.0 - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.x - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 18.0.0 + node-version: 18.17.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 18.x + - platform: { name: macOS, os: macos-13, shell: bash } + node-version: 20.5.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 20.x - platform: { name: macOS, os: macos-13, shell: bash } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7915009..a44b227 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,21 +64,18 @@ jobs: os: windows-latest shell: cmd node-version: - - 16.14.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x - 22.x exclude: - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.14.0 - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.x - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 18.0.0 + node-version: 18.17.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 18.x + - platform: { name: macOS, os: macos-13, shell: bash } + node-version: 20.5.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 20.x - platform: { name: macOS, os: macos-13, shell: bash } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4981afa..9259d40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "11.0.0" + ".": "12.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d5103fd..a74964e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [12.0.0](https://github.com/npm/ssri/compare/v11.0.0...v12.0.0) (2024-09-24) +### ⚠️ BREAKING CHANGES +* `ssri` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`b7a3f9a`](https://github.com/npm/ssri/commit/b7a3f9ad357ab1b463808f49903ed65eac1b9663) [#141](https://github.com/npm/ssri/pull/141) align to npm 10 node engine range (@hashtagchris) +### Chores +* [`f8121e9`](https://github.com/npm/ssri/commit/f8121e9e5ea3121b4cf3a59767472ae382373f3f) [#141](https://github.com/npm/ssri/pull/141) run template-oss-apply (@hashtagchris) + ## [11.0.0](https://github.com/npm/ssri/compare/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` diff --git a/package.json b/package.json index 3d8e1c0..83306cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssri", - "version": "11.0.0", + "version": "12.0.0", "description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.", "main": "lib/index.js", "files": [ @@ -56,7 +56,7 @@ "tap": "^16.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",