Title: Bump the npm group with 4 updates by dependabot[bot] · Pull Request #2419 · github/codeql-action · GitHub
Open Graph Title: Bump the npm group with 4 updates by dependabot[bot] · Pull Request #2419 · github/codeql-action
X Title: Bump the npm group with 4 updates by dependabot[bot] · Pull Request #2419 · github/codeql-action
Description: Bumps the npm group with 4 updates: adm-zip, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser.
Updates adm-zip from 0.5.14 to 0.5.15
Release notes
Sourced from adm-zip's releases.
v0.5.15
What's Changed
Fix utils canonical to valid posix by @skoniks in cthackers/adm-zip#499
addFile backslash test by @5saviahv in cthackers/adm-zip#500
added addLocalFolderAsync2 by @5saviahv in cthackers/adm-zip#501
fixed windows paths by @roosipuu in cthackers/adm-zip#503
Add Windows build by @5saviahv in cthackers/adm-zip#504
inital "decoder" functionality by @5saviahv in cthackers/adm-zip#505
Bump braces from 3.0.2 to 3.0.3 by @dependabot in cthackers/adm-zip#506
Write out Electron original-fs auto loading by @5saviahv in cthackers/adm-zip#502
using writeZip() twice throws "Invalid LOC header (bad signature)" error by @5saviahv in cthackers/adm-zip#507
Descriptor check & Main Header locating by @5saviahv in cthackers/adm-zip#508
House keeping by @5saviahv in cthackers/adm-zip#509
typo by @5saviahv in cthackers/adm-zip#510
Allow interoperability files with non-UTF-8 (bit 11 = 0) name by @yfdyh000 in cthackers/adm-zip#450
package lock update by @5saviahv in cthackers/adm-zip#511
small updates by @5saviahv in cthackers/adm-zip#513
CodeQL check by @5saviahv in cthackers/adm-zip#514
Keep local extra data by @5saviahv in cthackers/adm-zip#515
Update old test by @5saviahv in cthackers/adm-zip#516
make all errors a function by @5saviahv in cthackers/adm-zip#517
Update date time functions by @5saviahv in cthackers/adm-zip#518
Add a length check when extra field parsed by @code-sunbo in cthackers/adm-zip#520
deleteFile is too eager by @5saviahv in cthackers/adm-zip#525
New Contributors
@skoniks made their first contribution in cthackers/adm-zip#499
@roosipuu made their first contribution in cthackers/adm-zip#503
@code-sunbo made their first contribution in cthackers/adm-zip#520
Full Changelog: cthackers/adm-zip@v0.5.14...v0.5.15
Commits
b148463 Incremented package version
535815e deleteFile is too eager (#525)
ef63cbb Merge pull request #520 from code-sunbo/master
f2830d0 Add a length check when extra field parsed
ba46576 Update date time functions (#518)
7a1b68e make all errors a function (#517)
d59de3e Update old test (#516)
44b1006 Merge pull request #515 from 5saviahv/updates
86bae22 add temporary folders into list
f9d1a3a added some functions to handle entries
Additional commits viewable in compare view
Updates @eslint/js from 9.8.0 to 9.9.0
Release notes
Sourced from @eslint/js's releases.
v9.9.0
Features
41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
Documentation
9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
f9ac978 docs: Update README (GitHub Actions Bot)
Chores
461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
59dba1b chore: package.json update for @eslint/js release (Jenkins)
fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot])
aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot])
b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
Changelog
Sourced from @eslint/js's changelog.
v9.9.0 - August 9, 2024
461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
59dba1b chore: package.json update for @eslint/js release (Jenkins)
fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot])
41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot])
9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
f9ac978 docs: Update README (GitHub Actions Bot)
Commits
59dba1b chore: package.json update for @eslint/js release
See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.0.1 to 8.1.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.1.0
8.1.0 (2024-08-12)
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
eslint-plugin: [no-unsafe-return] check promise any (#8693)
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
typescript-eslint: add JSDoc comments on generated configs (#9672)
typescript-estree: restrict variable declarator definite/init combinations (#9228)
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
utils: correct types to align with @types/eslint v9 (#9657)
website: tsconfig is blank (#9745)
❤️ Thank You
Aly Thobani
Brad Zacher @bradzacher
James @Zamiell
Josh Goldberg ✨
Joshua Chen
Olivier Zalmanski @OlivierZal
YeonJuan @yeonjuan
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.1.0 (2024-08-12)
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
typescript-estree: restrict variable declarator definite/init combinations
eslint-plugin: [no-unsafe-return] check promise any
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references
eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator
eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output
eslint-plugin: [no-unnecessary-type-parameters] clarify message
❤️ Thank You
Aly Thobani
Brad Zacher
James
Josh Goldberg ✨
Joshua Chen
Olivier Zalmanski
YeonJuan
Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
Commits
3d78392 chore(release): publish 8.1.0
abe351d fix(eslint-plugin): [no-unnecessary-type-parameters] clarify message (#9737)
6a1c177 feat(eslint-plugin): [no-misused-promises] check subtype methods against heri...
fc3ba92 fix(eslint-plugin): [prefer-optional-chain] wrong parenthesis fix output (#9597)
c20bd2f feat(eslint-plugin): [no-unsafe-return] check promise any (#8693)
3d9ae44 fix(eslint-plugin): [member-ordering] get accessor member name & take into ac...
fe56157 fix(eslint-plugin): [no-unnecessary-type-parameters] skip checking function b...
278697f fix(eslint-plugin): [no-unsafe-enum-comparison] typo in test (#9779)
a4992ff feat(typescript-estree): restrict variable declarator definite/init combinati...
a26e3c7 chore: enable prefer-regexp-test (#9658)
Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.0.1 to 8.1.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.1.0
8.1.0 (2024-08-12)
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
eslint-plugin: [no-unsafe-return] check promise any (#8693)
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
typescript-eslint: add JSDoc comments on generated configs (#9672)
typescript-estree: restrict variable declarator definite/init combinations (#9228)
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
utils: correct types to align with @types/eslint v9 (#9657)
website: tsconfig is blank (#9745)
❤️ Thank You
Aly Thobani
Brad Zacher @bradzacher
James @Zamiell
Josh Goldberg ✨
Joshua Chen
Olivier Zalmanski @OlivierZal
YeonJuan @yeonjuan
Yukihiro Hasegawa @y-hsgw
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.1.0 (2024-08-12)
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
3d78392 chore(release): publish 8.1.0
a26e3c7 chore: enable prefer-regexp-test (#9658)
See full diff 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 4 updates: adm-zip, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates adm-zip from 0.5.14 to 0.5.15 Release notes Sourced from adm-zip...
X Description: Bumps the npm group with 4 updates: adm-zip, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates adm-zip from 0.5.14 to 0.5.15 Release notes Sourced from adm-zip&am...
Opengraph URL: https://github.com/github/codeql-action/pull/2419
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/commits/:range(.:format) |
| route-controller | pull_requests |
| route-action | commits |
| fetch-nonce | v2:bdd1c080-c996-62f6-d438-79527baadd00 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | A3B4:C4024:4B7B795:652BF29:6A6557A6 |
| html-safe-nonce | 53c4918331032d61ef69149658e6ed1ae448612c5ba11e46c88aef577cbff2f8 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBM0I0OkM0MDI0OjRCN0I3OTU6NjUyQkYyOTo2QTY1NTdBNiIsInZpc2l0b3JfaWQiOiI2NjU2MjQyOTYzMTAyMTI4MDM4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | a936f8bcf691859dd3bbe1c704748a33638915625e3ebdb5a894f3ba7996b5a6 |
| hovercard-subject-tag | pull_request:2015561149 |
| 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/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d |
| 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 4 updates: adm-zip, @eslint/js, @typescript-eslint/eslint-plugin and @typescript-eslint/parser. Updates adm-zip from 0.5.14 to 0.5.15 Release notes Sourced from adm-zip... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b |
| 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 | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 309153364422b3c499922d1a2a6404910a58ed8e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width