René's URL Explorer Experiment


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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

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

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:bdd1c080-c996-62f6-d438-79527baadd00
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA3B4:C4024:4B7B795:652BF29:6A6557A6
html-safe-nonce53c4918331032d61ef69149658e6ed1ae448612c5ba11e46c88aef577cbff2f8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBM0I0OkM0MDI0OjRCN0I3OTU6NjUyQkYyOTo2QTY1NTdBNiIsInZpc2l0b3JfaWQiOiI2NjU2MjQyOTYzMTAyMTI4MDM4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca936f8bcf691859dd3bbe1c704748a33638915625e3ebdb5a894f3ba7996b5a6
hovercard-subject-tagpull_request:2015561149
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/commits
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/github/codeql-action git https://github.com/github/codeql-action.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id259445878
octolytics-dimension-repository_nwogithub/codeql-action
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id259445878
octolytics-dimension-repository_network_root_nwogithub/codeql-action
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release309153364422b3c499922d1a2a6404910a58ed8e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql-action%2Fpull%2F2419%2Fcommits%2F541767a3e7cb31ac053f129e3d1e6468694b227d
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fcodeql-action%2Fpull%2F2419%2Fcommits%2F541767a3e7cb31ac053f129e3d1e6468694b227d
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fcommits&source=header-repo&source_repo=github%2Fcodeql-action
Reloadhttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
Reloadhttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
Reloadhttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
Please reload this pagehttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
github https://github.com/github
codeql-actionhttps://github.com/github/codeql-action
Notifications https://github.com/login?return_to=%2Fgithub%2Fcodeql-action
Fork 476 https://github.com/login?return_to=%2Fgithub%2Fcodeql-action
Star 1.6k https://github.com/login?return_to=%2Fgithub%2Fcodeql-action
Code https://github.com/github/codeql-action
Issues 157 https://github.com/github/codeql-action/issues
Pull requests 24 https://github.com/github/codeql-action/pulls
Actions https://github.com/github/codeql-action/actions
Models https://github.com/github/codeql-action/models
Security and quality 2 https://github.com/github/codeql-action/security
Insights https://github.com/github/codeql-action/pulse
Code https://github.com/github/codeql-action
Issues https://github.com/github/codeql-action/issues
Pull requests https://github.com/github/codeql-action/pulls
Actions https://github.com/github/codeql-action/actions
Models https://github.com/github/codeql-action/models
Security and quality https://github.com/github/codeql-action/security
Insights https://github.com/github/codeql-action/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgithub%2Fcodeql-action%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgithub%2Fcodeql-action%2Fissues%2Fnew%2Fchoose
angelapwenhttps://github.com/angelapwen
mainhttps://github.com/github/codeql-action/tree/main
dependabot/npm_and_yarn/npm-53f6a71e29https://github.com/github/codeql-action/tree/dependabot/npm_and_yarn/npm-53f6a71e29
Conversation 1 https://github.com/github/codeql-action/pull/2419
Findings https://github.com/github/codeql-action/pull/2419/findings
Commits 2 https://github.com/github/codeql-action/pull/2419/commits
Checks 0 https://github.com/github/codeql-action/pull/2419/checks
Files changed https://github.com/github/codeql-action/pull/2419/files
Please reload this pagehttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
Bump the npm group with 4 updates https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#top
Show all changes 2 commits https://github.com/github/codeql-action/pull/2419/files
541767a Bump the npm group with 4 updates dependabot[bot] Aug 12, 2024 https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
c775d60 Update checked-in dependencies github-actions[bot] Aug 12, 2024 https://github.com/github/codeql-action/pull/2419/commits/c775d6091d2012a0558efbed1ea635d048f46b7d
Clear filters https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
Please reload this pagehttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
Please reload this pagehttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
package-lock.json https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Next https://github.com/github/codeql-action/pull/2419/commits/c775d6091d2012a0558efbed1ea635d048f46b7d
https://github.com/cthackers/adm-ziphttps://github.com/cthackers/adm-zip
https://github.com/eslint/eslint/tree/HEAD/packages/jshttps://github.com/eslint/eslint/tree/HEAD/packages/js
https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-pluginhttps://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin
https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parserhttps://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser
https://github.com/cthackers/adm-zip/releaseshttps://github.com/cthackers/adm-zip/releases
https://github.com/cthackers/adm-zip/blob/master/history.mdhttps://github.com/cthackers/adm-zip/blob/master/history.md
cthackers/adm-zip@v0.5.14...v0.5.15https://github.com/cthackers/adm-zip/compare/v0.5.14...v0.5.15
https://github.com/eslint/eslint/releaseshttps://github.com/eslint/eslint/releases
https://github.com/eslint/eslint/blob/main/CHANGELOG.mdhttps://github.com/eslint/eslint/blob/main/CHANGELOG.md
https://github.com/eslint/eslint/commits/v9.9.0/packages/jshttps://github.com/eslint/eslint/commits/v9.9.0/packages/js
https://github.com/typescript-eslint/typescript-eslint/releaseshttps://github.com/typescript-eslint/typescript-eslint/releases
https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.mdhttps://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md
https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-pluginhttps://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-plugin
https://github.com/typescript-eslint/typescript-eslint/releaseshttps://github.com/typescript-eslint/typescript-eslint/releases
https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.mdhttps://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md
https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parserhttps://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parser
Please reload this pagehttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
https://github.com/apps/dependabot
dependabot[bot]https://github.com/github/codeql-action/commits?author=dependabot%5Bbot%5D
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
package-lock.jsonhttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://github.com/github/codeql-action/blob/541767a3e7cb31ac053f129e3d1e6468694b227d/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d
https://github.com/github/codeql-action/blob/main/CODEOWNERS#L1
package.jsonhttps://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/github/codeql-action/blob/541767a3e7cb31ac053f129e3d1e6468694b227d/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/github/codeql-action/pull/2419/commits/{{ revealButtonHref }}
https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/github/codeql-action/pull/2419/commits/541767a3e7cb31ac053f129e3d1e6468694b227d#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.