STCLI-280: Bump @octokit/rest to ^22.0.1#395
Merged
Merged
Conversation
https://folio-org.atlassian.net/browse/STCLI-280 Bumping @octokit/rest from 19.0.3 to ^22.0.1 fixes these ReDoS vulnerabilities: * CVE-2025-25288 - @octokit/plugin-paginate-rest – GHSA-h5c3-5r3r-rr8q * CVE-2025-25289 - @octokit/request-error – GHSA-xx4v-prfh-6cgc Breaking changes in @octokit/rest (see release notes): 20.0.0: * Drop support for NodeJS v14, v16 * Remove previews support for the REST API * remove agent option from octokit.request() 21.0.0: * package is now ESM 22.0.0: * deps: Drop support for NodeJS v18 * deps: Remove deprecated Projects endpoints * deps: Remove deprecated Copilot usage metrics endpoints
zburke
approved these changes
Mar 24, 2026
|
EthanFreestone
added a commit
that referenced
this pull request
Apr 15, 2026
Octokit is now an ESM module as of v21.0.0. stripes-cli has updated to v22 as of [this PR](#395) Brings the import into ESM patterns
Merged
EthanFreestone
added a commit
that referenced
this pull request
Apr 15, 2026
Octokit is now an ESM module as of v21.0.0. stripes-cli has updated to v22 as of [this PR](#395) Brings the import into ESM patterns
JohnC-80
pushed a commit
that referenced
this pull request
Apr 17, 2026
https://folio-org.atlassian.net/browse/STCLI-280 Bumping @octokit/rest from 19.0.3 to ^22.0.1 fixes these ReDoS vulnerabilities: * CVE-2025-25288 - @octokit/plugin-paginate-rest – GHSA-h5c3-5r3r-rr8q * CVE-2025-25289 - @octokit/request-error – GHSA-xx4v-prfh-6cgc Breaking changes in @octokit/rest (see release notes): 20.0.0: * Drop support for NodeJS v14, v16 * Remove previews support for the REST API * remove agent option from octokit.request() 21.0.0: * package is now ESM 22.0.0: * deps: Drop support for NodeJS v18 * deps: Remove deprecated Projects endpoints * deps: Remove deprecated Copilot usage metrics endpoints Co-authored-by: Julian Ladisch <julianladisch@users.noreply.github.com>
JohnC-80
pushed a commit
that referenced
this pull request
Apr 17, 2026
Octokit is now an ESM module as of v21.0.0. stripes-cli has updated to v22 as of [this PR](#395) Brings the import into ESM patterns
JohnC-80
pushed a commit
that referenced
this pull request
Apr 17, 2026
Octokit is now an ESM module as of v21.0.0. stripes-cli has updated to v22 as of [this PR](#395) Brings the import into ESM patterns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



https://folio-org.atlassian.net/browse/STCLI-280
Bumping @octokit/rest from 19.0.3 to ^22.0.1 fixes these ReDoS vulnerabilities:
Breaking changes in @octokit/rest (see release notes):
20.0.0:
21.0.0:
22.0.0: