Title: build(deps): bump the npm group with 9 updates by dependabot[bot] · Pull Request #2791 · github/codeql-action · GitHub
Open Graph Title: build(deps): bump the npm group with 9 updates by dependabot[bot] · Pull Request #2791 · github/codeql-action
X Title: build(deps): bump the npm group with 9 updates by dependabot[bot] · Pull Request #2791 · github/codeql-action
Description: Bumps the npm group with 9 updates:
Package
From
To
@actions/cache
4.0.1
4.0.2
uuid
11.0.5
11.1.0
@eslint/eslintrc
3.2.0
3.3.0
@eslint/js
9.20.0
9.21.0
@types/sinon
17.0.3
17.0.4
@typescript-eslint/eslint-plugin
8.24.1
8.26.0
@typescript-eslint/parser
8.24.1
8.26.0
eslint-import-resolver-typescript
3.8.1
3.8.3
typescript
5.7.3
5.8.2
Updates @actions/cache from 4.0.1 to 4.0.2
Changelog
Sourced from @actions/cache's changelog.
4.0.2
Wrap create failures in ReserveCacheError #1966
Commits
See full diff in compare view
Updates uuid from 11.0.5 to 11.1.0
Release notes
Sourced from uuid's releases.
v11.1.0
11.1.0 (2025-02-19)
Features
update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)
Changelog
Sourced from uuid's changelog.
11.1.0 (2025-02-19)
Features
update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)
Commits
3d1eba0 chore(main): release 11.1.0 (#866)
a5231e7 feat: update TS types to allowUint8Array subtypes for buffer option (#865)
aeabb60 docs: docs housecleaning (#864)
See full diff in compare view
Updates @eslint/eslintrc from 3.2.0 to 3.3.0
Release notes
Sourced from @eslint/eslintrc's releases.
v3.3.0
3.3.0 (2025-02-21)
Features
Add types to package (#179) (cb546be)
Changelog
Sourced from @eslint/eslintrc's changelog.
3.3.0 (2025-02-21)
Features
Add types to package (#179) (cb546be)
Commits
6a8814c chore: release 3.3.0 (#181)
cb546be feat: Add types to package (#179)
18d22b7 refactor: Upgrade ESLint (#178)
See full diff in compare view
Updates @eslint/js from 9.20.0 to 9.21.0
Release notes
Sourced from @eslint/js's releases.
v9.21.0
Features
418717f feat: introduce new deprecated types for rules (#19238) (fnx)
5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)
Bug Fixes
db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)
Documentation
c5561ea docs: Update README (GitHub Actions Bot)
80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
f67d5e8 docs: Update README (GitHub Actions Bot)
75afc61 docs: Update README (GitHub Actions Bot)
0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
dd7d930 docs: Update README (GitHub Actions Bot)
Chores
a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
265e0cf chore: package.json update for @eslint/js release (Jenkins)
3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)
v9.20.1
Bug Fixes
274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
Documentation
fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
ccb60c0 docs: Update README (GitHub Actions Bot)
Changelog
Sourced from @eslint/js's changelog.
v9.21.0 - February 21, 2025
a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#19453) (Francesco Trotta)
265e0cf chore: package.json update for @eslint/js release (Jenkins)
418717f feat: introduce new deprecated types for rules (#19238) (fnx)
3401b85 test: add test for Rule.ReportDescriptor type (#19449) (Francesco Trotta)
e497aa7 chore: update rewrite dependencies (#19448) (Francesco Trotta)
c5561ea docs: Update README (GitHub Actions Bot)
db5340d fix: update missing plugin message template (#19445) (Milos Djermanovic)
d8ffdd4 fix: do not exit process on rule crash (#19436) (Francesco Trotta)
dab5478 chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)
80b0485 docs: replace var with let and const in rule example (#19434) (Tanuj Kanti)
ebfe2eb chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)
f67d5e8 docs: Update README (GitHub Actions Bot)
75afc61 docs: Update README (GitHub Actions Bot)
5fd211d test: processors can return subpaths (#19425) (Milos Djermanovic)
0636cab docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)
5c5b802 feat: Add --ext CLI option (#19405) (Milos Djermanovic)
dd7d930 docs: Update README (GitHub Actions Bot)
v9.20.1 - February 11, 2025
fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
ccb60c0 docs: Update README (GitHub Actions Bot)
Commits
265e0cf chore: package.json update for @eslint/js release
See full diff in compare view
Updates @types/sinon from 17.0.3 to 17.0.4
Commits
See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.24.1 to 8.26.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
support TypeScript 5.8 (#10903)
eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
rule-tester: export TestLanguageOptions (#10892)
scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
rule-tester: Add missing parser dependency (#10909)
❤️ Thank You
Andrea Simone Costa @jfet97
Dave @reduckted
David Michon
Dirk Luijk @dirkluijk
fregante @fregante
Ronen Amiel
YeonJuan @yeonjuan
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
ast-spec: replace attributes with options property in TSImportType (#10691)
eslint-plugin: [unified-signatures] handle getter-setter (#10818)
eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
typescript-estree: align TS module nodes to namespaces (#10504)
visitor-keys: update keys for ImportAttribute (#10649)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.26.0 (2025-03-03)
🚀 Features
eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
support TypeScript 5.8 (#10903)
eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
❤️ Thank You
Andrea Simone Costa @jfet97
Dirk Luijk @dirkluijk
Ronen Amiel
YeonJuan @yeonjuan
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
🚀 Features
eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
eslint-plugin: [unified-signatures] handle getter-setter (#10818)
❤️ Thank You
Olivier Zalmanski @OlivierZal
Ronen Amiel
YeonJuan @yeonjuan
You can read about our versioning strategy and releases on our website.
Commits
bc6d19f chore(release): publish 8.26.0
02d9d73 feat(eslint-plugin): [unified-signatures] support ignoring overload signature...
84af50e feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...
a03b7ef fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)
4082ad0 docs(eslint-plugin): [consistent-return] add link to noImplicitReturns docs...
d8d4b3c feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...
9674629 feat: support TypeScript 5.8 (#10903)
3c7b8ff chore: fix integration-tests (#10906)
735064a fix(eslint-plugin): [no-invalid-void-type] report accessor properties with ...
a6feb59 fix(eslint-plugin): [unified-signatures] does not differentiate truly private...
Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.24.1 to 8.26.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
support TypeScript 5.8 (#10903)
eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
rule-tester: export TestLanguageOptions (#10892)
scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
rule-tester: Add missing parser dependency (#10909)
❤️ Thank You
Andrea Simone Costa @jfet97
Dave @reduckted
David Michon
Dirk Luijk @dirkluijk
fregante @fregante
Ronen Amiel
YeonJuan @yeonjuan
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
ast-spec: replace attributes with options property in TSImportType (#10691)
eslint-plugin: [unified-signatures] handle getter-setter (#10818)
eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
typescript-estree: align TS module nodes to namespaces (#10504)
visitor-keys: update keys for ImportAttribute (#10649)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.26.0 (2025-03-03)
🚀 Features
support TypeScript 5.8 (#10903)
❤️ Thank You
Dirk Luijk @dirkluijk
You can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
bc6d19f chore(release): publish 8.26.0
17e7012 chore(deps): update dependency knip to v5.44.1 (#10845)
9674629 feat: support TypeScript 5.8 (#10903)
7c88d26 chore: update all test scripts to remove coverage flag (#10582)
1a9ab8f chore(release): publish 8.25.0
f3ef20e chore: update to latest nx and use project references first approach (#10361)
See full diff in compare view
Updates eslint-import-resolver-typescript from 3.8.1 to 3.8.3
Release notes
Sourced from eslint-import-resolver-typescript's releases.
v3.8.3
Patch Changes
#360 8192976 Thanks @carlocorradini! - Force tiniglobby to expand dot directories
#360 8192976 Thanks @carlocorradini! - Update tinyglobby to latest version
v3.8.2
Patch Changes
#357 5fd349e Thanks @carlocorradini! - Update the tinyglobby to the latest version to solve performance regressions.
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
3.8.3
Patch Changes
#360 8192976 Thanks @carlocorradini! - Force tiniglobby to expand dot directories
#360 8192976 Thanks @carlocorradini! - Update tinyglobby to latest version
3.8.2
Patch Changes
#357 5fd349e Thanks @carlocorradini! - Update the tinyglobby to the latest version to solve performance regressions.
Commits
b61fb4a chore: release eslint-import-resolver-typescript (#362)
8192976 fix: force tiniglobby to expand dot directories (#360)
4f47f8a chore: release eslint-import-resolver-typescript (#358)
5fd349e chore(deps): update tinyglobby to the latest version (#357)
See full diff in compare view
Updates typescript from 5.7.3 to 5.8.2
Release notes
Sourced from typescript's releases.
TypeScript 5.8
For release notes, check out the release announcement.
fixed issues query for Typescript 5.8.0 (Beta).
fixed issues query for Typescript 5.8.1 (RC).
fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
npm
TypeScript 5.8 RC
For release notes, check out the release announcement.
fixed issues query for Typescript 5.8.0 (Beta).
fixed issues query for Typescript 5.8.1 (RC).
Downloads are available on:
npm
TypeScript 5.8 Beta
For release notes, check out the release announcement.
fixed issues query for Typescript 5.8.0 (Beta).
Downloads are available on:
npm
Commits
beb69e4 Bump version to 5.8.2 and LKG
8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
420ff06 Bump version to 5.8.1-rc and LKG
48eb13f Update LKG
fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
6fd1799 Update LKG
Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps the npm group with 9 updates: Package From To @actions/cache 4.0.1 4.0.2 uuid 11.0.5 11.1.0 @eslint/eslintrc 3.2.0 3.3.0 @eslint/js 9.20.0 9.21.0 @types/sinon 17.0.3 17.0.4 @...
X Description: Bumps the npm group with 9 updates: Package From To @actions/cache 4.0.1 4.0.2 uuid 11.0.5 11.1.0 @eslint/eslintrc 3.2.0 3.3.0 @eslint/js 9.20.0 9.21.0 @types/sinon 17.0.3 17.0.4 @...
Opengraph URL: https://github.com/github/codeql-action/pull/2791
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:95c81ac6-f0f3-0ff7-6b5a-1c18a27b52f3 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E856:24F769:2DB191:40B3F6:6A57A08B |
| html-safe-nonce | bd56a30cd1409bd7f9ec63e903a4d7582fb748c85a09a98569158b90f96ef6c2 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFODU2OjI0Rjc2OToyREIxOTE6NDBCM0Y2OjZBNTdBMDhCIiwidmlzaXRvcl9pZCI6Ijc2NTQ0MzMzMzU5NTIyNTMwNjgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | d7eef10baf1adb4d52fda128b4af4585c528dfebeeada040f55655e285e63fa0 |
| hovercard-subject-tag | pull_request:2368690490 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/github/codeql-action/pull/2791/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps the npm group with 9 updates: Package From To @actions/cache 4.0.1 4.0.2 uuid 11.0.5 11.1.0 @eslint/eslintrc 3.2.0 3.3.0 @eslint/js 9.20.0 9.21.0 @types/sinon 17.0.3 17.0.4 @... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 017a07c29bdd8a37b5907fc9a689338deb7103b5af7f56714193b2700229b3df |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/github/codeql-action git https://github.com/github/codeql-action.git |
| octolytics-dimension-user_id | 9919 |
| octolytics-dimension-user_login | github |
| octolytics-dimension-repository_id | 259445878 |
| octolytics-dimension-repository_nwo | github/codeql-action |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 259445878 |
| octolytics-dimension-repository_network_root_nwo | github/codeql-action |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 0dd6847d644323df8f8c1368c065f9f630095e3b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width