ci: upgrade checkout/setup-node/cache to node24 in pr.yml#30
Merged
Conversation
Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
f0ce810 to
136a1c3
Compare
Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
…ctions/github - @actions/core: 1.2.6 -> 1.11.1 (fixes GHSA-7r3h-m5j6-3q42 delimiter injection) - @actions/github: 4.0.0 -> 8.0.1 (CJS, fixes octokit ReDoS chain) - undici override ^6.26.0 (fixes GHSA-g9mf-h72j-4rw9 and 4 related CVEs) - transitive: cross-spawn, semver, minimatch, flatted, lodash, node-fetch, ajv, brace-expansion, js-yaml, word-wrap, fast-xml-parser all updated Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
…rnings - eslint: 7.16.0 -> 9.39.4 - migrate .eslintrc.yml -> eslint.config.js (flat config) - add @eslint/js@10.0.1 and globals@17.6.0 - eliminates deprecated rimraf@3, glob@7, inflight, and eslint@7 warnings - dist rebuilt Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
- remove @eslint/js from devDeps (bundled with eslint@9) - downgrade globals to ^15.15.0 (compatible with eslint@9) - add no-unused-vars caughtErrorsIgnorePattern to allow _-prefixed catches - rename catch(error) -> catch(_error) in gh.js to match convention - dist rebuilt Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
- jest: 29.7.0 -> 30.4.2 - override test-exclude to ^8.0.0 (uses glob@13 vs glob@7) - eliminates inflight@1.0.6 and glob@7 deprecation warnings - dist rebuilt Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
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.
Summary
Fixes Node.js 20 deprecation warnings in
pr.yml:actions/checkoutv4(node20)v6.0.2/de0fac2(node24)actions/setup-nodev4(node20)v6.4.0/48b55a0(node24)actions/cachev4(node20)v5.0.5/27d5ce7(node24)All actions SHA-pinned per supply-chain policy.
Test plan