René's URL Explorer Experiment


Title: tools: Bump the eslint group in /tools/eslint with 7 updates by dependabot[bot] · Pull Request #60928 · nodejs/node · GitHub

Open Graph Title: tools: Bump the eslint group in /tools/eslint with 7 updates by dependabot[bot] · Pull Request #60928 · nodejs/node

X Title: tools: Bump the eslint group in /tools/eslint with 7 updates by dependabot[bot] · Pull Request #60928 · nodejs/node

Description: Bumps the eslint group in /tools/eslint with 7 updates: Package From To @babel/core 7.27.7 7.28.5 @babel/eslint-parser 7.27.5 7.28.5 @stylistic/eslint-plugin 5.1.0 5.6.1 eslint 9.30.0 9.39.1 eslint-formatter-tap 8.40.0 9.0.1 eslint-plugin-jsdoc 51.3.1 61.4.1 globals 16.3.0 16.5.0 Updates @babel/core from 7.27.7 to 7.28.5 Release notes Sourced from @​babel/core's releases. v7.28.5 (2025-10-23) Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs! 👓 Spec Compliance babel-parser #17446 Allow Runtime Errors for Function Call Assignment Targets (@​liuxingbaoyu) babel-helper-validator-identifier #17501 fix: update identifier to unicode 17 (@​fisker) 🐛 Bug Fix babel-plugin-proposal-destructuring-private #17534 Allow mixing private destructuring and rest (@​CO0Ki3) babel-parser #17521 Improve @babel/parser error typing (@​JLHwung) #17491 fix: improve ts-only declaration parsing (@​JLHwung) babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring #17519 fix: rest correctly returns plain array (@​liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types #17503 Fix JSXIdentifier handling in isReferencedIdentifier (@​JLHwung) babel-traverse #17504 fix: ensure scope.push register in anonymous fn (@​JLHwung) 🏠 Internal babel-types #17494 Type checking babel-types scripts (@​JLHwung) 🏃‍♀️ Performance babel-core #17490 Faster finding of locations in buildCodeFrameError (@​liuxingbaoyu) Committers: 8 Babel Bot (@​babel-bot) Byeongho Yoo (@​youthfulhps) Huáng Jùnliàng (@​JLHwung) Hyeon Dokko (@​CO0Ki3) Nicolò Ribaudo (@​nicolo-ribaudo) @​Olexandr88 @​liuxingbaoyu fisker Cheung (@​fisker) v7.28.4 (2025-09-05) Thanks @​gwillen and @​mrginglymus for your first PRs! 🏠 Internal babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types #17493 Update Jest to v30.1.1 (@​JLHwung) babel-plugin-transform-regenerator #17455 chore: Clean up transform-regenerator (@​liuxingbaoyu) ... (truncated) Changelog Sourced from @​babel/core's changelog. v7.28.5 (2025-10-23) 👓 Spec Compliance babel-parser #17446 Allow Runtime Errors for Function Call Assignment Targets (@​liuxingbaoyu) babel-helper-validator-identifier #17501 fix: update identifier to unicode 17 (@​fisker) 🐛 Bug Fix babel-plugin-proposal-destructuring-private #17534 Allow mixing private destructuring and rest (@​CO0Ki3) babel-parser #17521 Improve @babel/parser error typing (@​JLHwung) #17491 fix: improve ts-only declaration parsing (@​JLHwung) babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring #17519 fix: rest correctly returns plain array (@​liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types #17503 Fix JSXIdentifier handling in isReferencedIdentifier (@​JLHwung) babel-traverse #17504 fix: ensure scope.push register in anonymous fn (@​JLHwung) 🏠 Internal babel-types #17494 Type checking babel-types scripts (@​JLHwung) 🏃‍♀️ Performance babel-core #17490 Faster finding of locations in buildCodeFrameError (@​liuxingbaoyu) v7.28.4 (2025-09-05) 🏠 Internal babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types #17493 Update Jest to v30.1.1 (@​JLHwung) babel-plugin-transform-regenerator #17455 chore: Clean up transform-regenerator (@​liuxingbaoyu) babel-core #17474 Switch to @​jridgewell/remapping (@​mrginglymus) v7.28.3 (2025-08-14) 👓 Spec Compliance babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env #17443 [static blocks] Do not inject new static fields after static code (@​nicolo-ribaudo) 🐛 Bug Fix babel-parser #17465 fix(parser/typescript): parse import("./a", {with:{},}) (@​easrng) #17478 fix(parser): stop subscript parsing on async arrow (@​JLHwung) 💅 Polish babel-plugin-transform-regenerator, babel-plugin-transform-runtime ... (truncated) Commits 61647ae v7.28.5 42cb285 Improve @babel/core types (#17404) da0d1ad Faster finding of locations in buildCodeFrameError (#17490) 35055e3 v7.28.4 b41f8cd Update Jest to v30.1.1 (#17493) 18d88b8 Improve @​babel/core typings (#17471) 453b068 Switch to @​jridgewell/remapping (#17474) ef155f5 v7.28.3 98d18aa Misc: Cleanup Babel 8 tasks (#17429) 64ec61e export PartialConfig and NormalizedOptions (#17470) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/core since your current version. Updates @babel/eslint-parser from 7.27.5 to 7.28.5 Release notes Sourced from @​babel/eslint-parser's releases. v7.28.5 (2025-10-23) Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs! 👓 Spec Compliance babel-parser #17446 Allow Runtime Errors for Function Call Assignment Targets (@​liuxingbaoyu) babel-helper-validator-identifier #17501 fix: update identifier to unicode 17 (@​fisker) 🐛 Bug Fix babel-plugin-proposal-destructuring-private #17534 Allow mixing private destructuring and rest (@​CO0Ki3) babel-parser #17521 Improve @babel/parser error typing (@​JLHwung) #17491 fix: improve ts-only declaration parsing (@​JLHwung) babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring #17519 fix: rest correctly returns plain array (@​liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types #17503 Fix JSXIdentifier handling in isReferencedIdentifier (@​JLHwung) babel-traverse #17504 fix: ensure scope.push register in anonymous fn (@​JLHwung) 🏠 Internal babel-types #17494 Type checking babel-types scripts (@​JLHwung) 🏃‍♀️ Performance babel-core #17490 Faster finding of locations in buildCodeFrameError (@​liuxingbaoyu) Committers: 8 Babel Bot (@​babel-bot) Byeongho Yoo (@​youthfulhps) Huáng Jùnliàng (@​JLHwung) Hyeon Dokko (@​CO0Ki3) Nicolò Ribaudo (@​nicolo-ribaudo) @​Olexandr88 @​liuxingbaoyu fisker Cheung (@​fisker) v7.28.4 (2025-09-05) Thanks @​gwillen and @​mrginglymus for your first PRs! 🏠 Internal babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types #17493 Update Jest to v30.1.1 (@​JLHwung) babel-plugin-transform-regenerator #17455 chore: Clean up transform-regenerator (@​liuxingbaoyu) ... (truncated) Changelog Sourced from @​babel/eslint-parser's changelog. v7.28.5 (2025-10-23) 👓 Spec Compliance babel-parser #17446 Allow Runtime Errors for Function Call Assignment Targets (@​liuxingbaoyu) babel-helper-validator-identifier #17501 fix: update identifier to unicode 17 (@​fisker) 🐛 Bug Fix babel-plugin-proposal-destructuring-private #17534 Allow mixing private destructuring and rest (@​CO0Ki3) babel-parser #17521 Improve @babel/parser error typing (@​JLHwung) #17491 fix: improve ts-only declaration parsing (@​JLHwung) babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring #17519 fix: rest correctly returns plain array (@​liuxingbaoyu) babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types #17503 Fix JSXIdentifier handling in isReferencedIdentifier (@​JLHwung) babel-traverse #17504 fix: ensure scope.push register in anonymous fn (@​JLHwung) 🏠 Internal babel-types #17494 Type checking babel-types scripts (@​JLHwung) 🏃‍♀️ Performance babel-core #17490 Faster finding of locations in buildCodeFrameError (@​liuxingbaoyu) v7.28.4 (2025-09-05) 🏠 Internal babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types #17493 Update Jest to v30.1.1 (@​JLHwung) babel-plugin-transform-regenerator #17455 chore: Clean up transform-regenerator (@​liuxingbaoyu) babel-core #17474 Switch to @​jridgewell/remapping (@​mrginglymus) v7.28.3 (2025-08-14) 👓 Spec Compliance babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env #17443 [static blocks] Do not inject new static fields after static code (@​nicolo-ribaudo) 🐛 Bug Fix babel-parser #17465 fix(parser/typescript): parse import("./a", {with:{},}) (@​easrng) #17478 fix(parser): stop subscript parsing on async arrow (@​JLHwung) 💅 Polish babel-plugin-transform-regenerator, babel-plugin-transform-runtime ... (truncated) Commits 61647ae v7.28.5 42cb285 Improve @babel/core types (#17404) e7031b7 [Babel 8] Treat allowSuperOutsideMethod as top-level only (#17505) 35055e3 v7.28.4 f04083a [Babel 8] Align TSMappedType AST (#17479) 432a7ff fix(parser/typescript): parse import("./a", {with:{},}) (#17465) e77e3b0 move eslint-{parser,plugin} docs to the website (#17448) ccc5fae v7.28.0 7896ed7 Support sourceType: "commonjs" (#17390) 1b9aba4 Materialize explicitResourceManagement parser plugin (#17346) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/eslint-parser since your current version. Updates @stylistic/eslint-plugin from 5.1.0 to 5.6.1 Release notes Sourced from @​stylistic/eslint-plugin's releases. v5.6.1 5.6.1 (2025-11-19) Bug Fixes computed-property-spacing: guard with node.type instead of computed check (#1054) (c486861) v5.6.0 5.6.0 (2025-11-18) Features arrow-spacing: support TSFunctionType and TSConstructorType (#1036) (a5380d2) computed-property-spacing: support TSIndexedAccessType (#1047) (d6e7437) no-whitespace-before-property: support TS nodes (#1046) (684ff76) type-annotation-spacing: deprecate overrides.arrow in favor of arrow-spacing (#1037) (598bbb0) update deps (#1052) (29d09cc) Bug Fixes type-generic-spacing: ignore spaces after new in TSConstructorType (#1044) (aa0c6ac) Documentation no-extra-parens: add missing ] in various examples. (#1048) (88248cf) quotes: update deprecated options to latest and add tips (#1026) (dc949f8) Build Related deps: bump actions/download-artifact from 5 to 6 (#1033) (8845342) deps: bump actions/setup-node from 5 to 6 (#1029) (aa2f991) deps: bump actions/upload-artifact from 4 to 5 (#1034) (657e8ce) Chores indent: cleanup TestCaseError#nodeType (#1043) (3fcec3e) indent: simplify logic in JSXText (#1027) (d83c5b0) space-infix-ops: simplify logic (#1022) (6d57a7d) type-annotation-spacing: simplify type definitions (#1031) (aa6a0a3) type-annotation-spacing: use unindent for better collapse (#1032) (839502a) type-generic-spacing: remove logic duplicated with comma-spacing (#1024) (361cfc8) upgrade to vitest v4 (#1040) (c9d684b) v5.5.0 ... (truncated) Changelog Sourced from @​stylistic/eslint-plugin's changelog. 5.6.1 (2025-11-19) Bug Fixes computed-property-spacing: guard with node.type instead of computed check (#1054) (c486861) 5.6.0 (2025-11-18) Features arrow-spacing: support TSFunctionType and TSConstructorType (#1036) (a5380d2) computed-property-spacing: support TSIndexedAccessType (#1047) (d6e7437) no-whitespace-before-property: support TS nodes (#1046) (684ff76) type-annotation-spacing: deprecate overrides.arrow in favor of arrow-spacing (#1037) (598bbb0) update deps (#1052) (29d09cc) Bug Fixes type-generic-spacing: ignore spaces after new in TSConstructorType (#1044) (aa0c6ac) Documentation no-extra-parens: add missing ] in various examples. (#1048) (88248cf) quotes: update deprecated options to latest and add tips (#1026) (dc949f8) Build Related deps: bump actions/download-artifact from 5 to 6 (#1033) (8845342) deps: bump actions/setup-node from 5 to 6 (#1029) (aa2f991) deps: bump actions/upload-artifact from 4 to 5 (#1034) (657e8ce) Chores indent: cleanup TestCaseError#nodeType (#1043) (3fcec3e) indent: simplify logic in JSXText (#1027) (d83c5b0) space-infix-ops: simplify logic (#1022) (6d57a7d) type-annotation-spacing: simplify type definitions (#1031) (aa6a0a3) type-annotation-spacing: use unindent for better collapse (#1032) (839502a) type-generic-spacing: remove logic duplicated with comma-spacing (#1024) (361cfc8) upgrade to vitest v4 (#1040) (c9d684b) 5.5.0 (2025-10-18) ... (truncated) Commits 52b2b2e chore: release v5.6.1 (main) (#1055) c486861 fix(computed-property-spacing): guard with node.type instead of computed ... 1f5526a chore: release v5.6.0 (main) (#1023) 684ff76 feat(no-whitespace-before-property): support TS nodes (#1046) d6e7437 feat(computed-property-spacing): support TSIndexedAccessType (#1047) 88248cf docs(no-extra-parens): add missing ] in various examples. (#1048) aa0c6ac fix(type-generic-spacing): ignore spaces after new in TSConstructorType ... 3fcec3e test(indent): cleanup TestCaseError#nodeType (#1043) 598bbb0 feat(type-annotation-spacing): deprecate overrides.arrow in favor of `arrow... a5380d2 feat(arrow-spacing): support TSFunctionType and TSConstructorType (#1036) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stylistic/eslint-plugin since your current version. Updates eslint from 9.30.0 to 9.39.1 Release notes Sourced from eslint's releases. v9.39.1 Bug Fixes 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas) Documentation 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti) b44d426 docs: Update README (GitHub Actions Bot) Chores 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta) c7ebefc chore: package.json update for @​eslint/js release (Jenkins) 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot]) d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然) 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic) v9.39.0 Features cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti) 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti) 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz) Bug Fixes 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz) 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar) e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas) 927272d fix: correct Scope typings (#20198) (jaymarvelz) 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta) ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz) b165d47 fix: correct Rule typings (#20199) (jaymarvelz) fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz) Documentation d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma) 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner) a3b1456 docs: Update README (GitHub Actions Bot) cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti) 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti) 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy) 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz) e7cda3b docs: Update README (GitHub Actions Bot) 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus) Chores dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta) 2375a6d chore: package.json update for @​eslint/js release (Jenkins) a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta) c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot]) 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic) a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot]) 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然) ... (truncated) Commits e277281 9.39.1 4cdf397 Build: changelog update for 9.39.1 92db329 chore: update @eslint/js version to 9.39.1 (#20284) c7ebefc chore: package.json update for @​eslint/js release 650753e fix: Only pass node to JS lang visitor methods (#20283) 51b51f4 docs: add a section on when to use extends vs cascading (#20268) 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) 009e507 test: fix version tests for ESLint v10 (#20274) b44d426 docs: Update README Additional commits viewable in compare view Updates eslint-formatter-tap from 8.40.0 to 9.0.1 Commits See full diff in compare view Updates eslint-plugin-jsdoc from 51.3.1 to 61.4.1 Release notes Sourced from eslint-plugin-jsdoc's releases. v61.4.1 61.4.1 (2025-11-23) Bug Fixes require-rejects: do not treat synchronous throw as rejection; fixes #1603 (f776d63) v61.4.0 61.4.0 (2025-11-20) Features add require-rejects rule; fixes #755 (99c7fbd) v61.3.0 61.3.0 (2025-11-19) Features allowIndentedSections option; fixes #541 (edaf615) v61.2.1 61.2.1 (2025-11-13) Bug Fixes require-param: ensure all structures with interfaces do not trigger with interfaceExemptsParamsCheck: true (39a5b0a) tag-lines: avoid reformatting post-delimiter spacing; fixes #1593 (702b226) v61.2.0 61.2.0 (2025-11-12) Features sort-tags: add tagExceptions to allow additional lines per tag; fixes #1594 (85a1ea1) v61.1.12 61.1.12 (2025-11-03) Bug Fixes no-undefined-types: treat param names as defined; fixes #1591 (b47779c) v61.1.11 ... (truncated) Commits f776d63 fix(require-rejects): do not treat synchronous throw as rejection; fixes #1603 af2d940 Implement "always" mode support for list indentation preservation da2c872 Add support for preserving list indentation in check-line-alignment (never mode) 18e236e Add support for preserving list indentation in check-line-alignment (never mode) 30b6335 Add support for preserving list indentation in check-line-alignment (never mode) 99c7fbd feat: add require-rejects rule; fixes #755 03adf63 refactor: forbid inconsistent indentation with new option edaf615 feat: allowIndentedSections option; fixes #541 bba6dd8 chore(deps-dev): bump glob from 11.0.3 to 11.1.0 7d032f2 chore: update lock file Additional commits viewable in compare view Updates globals from 16.3.0 to 16.5.0 Release notes Sourced from globals's releases. v16.5.0 Update globals (2025-11-01) (#316) 6d441ca Add Vue, Svelte, and Astro globals (#314) ea31521 sindresorhus/globals@v16.4.0...v16.5.0 v16.4.0 Update globals (#309) 8b8a2d6 sindresorhus/globals@v16.3.0...v16.4.0 Commits 46fdf18 16.5.0 6d441ca Update globals (2025-11-01) (#316) d323da6 Add test for keys and values (#315) ea31521 Add Vue, Svelte, and Astro globals (#314) fa8aaae Add date to automated PR title (#311) b777f09 Update Puppeteer (#310) 52ba38b 16.4.0 8b8a2d6 Update globals (#309) 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 ... Description has been truncated

Open Graph Description: Bumps the eslint group in /tools/eslint with 7 updates: Package From To @babel/core 7.27.7 7.28.5 @babel/eslint-parser 7.27.5 7.28.5 @stylistic/eslint-plugin 5.1.0 5.6.1 eslint 9.30.0 ...

X Description: Bumps the eslint group in /tools/eslint with 7 updates: Package From To @babel/core 7.27.7 7.28.5 @babel/eslint-parser 7.27.5 7.28.5 @stylistic/eslint-plugin 5.1.0 5.6.1 eslint 9.30.0 ...

Opengraph URL: https://github.com/nodejs/node/pull/60928

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:67e7d847-708c-4e36-96f3-abe69289940f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCBDE:3ECFD9:254F42D:34B0C92:6A4CE643
html-safe-nonceee7d3486ab1e9feac6ec209ccd2d7e6e4e10ea037e20ff20744c27ac3c8607d3
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQkRFOjNFQ0ZEOToyNTRGNDJEOjM0QjBDOTI6NkE0Q0U2NDMiLCJ2aXNpdG9yX2lkIjoiOTE1MjM3MzUzNjI5MDgyNTc5NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac36e0a664e6e256cdd3051889cdfa306093d38fb37c2f7a6ab864dc5f6cc35787
hovercard-subject-tagpull_request:3060839436
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/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/60928/files
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 eslint group in /tools/eslint with 7 updates: Package From To @babel/core 7.27.7 7.28.5 @babel/eslint-parser 7.27.5 7.28.5 @stylistic/eslint-plugin 5.1.0 5.6.1 eslint 9.30.0 ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None299b43bca6e02ad35197ffeba30d2466846d5fb02ab96fbced5b5e6cec589fb8
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec5a57f04eeb310f57c73fd6d751d957e2ca27ed2
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/60928/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F60928%2Ffiles
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
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2Fnodejs%2Fnode%2Fpull%2F60928%2Ffiles
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%2Ffiles&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/60928/files
Reloadhttps://github.com/nodejs/node/pull/60928/files
Reloadhttps://github.com/nodejs/node/pull/60928/files
Please reload this pagehttps://github.com/nodejs/node/pull/60928/files
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/60928/files
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 961 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/nodejs/node/tree/main
dependabot/npm_and_yarn/tools/eslint/eslint-df1ea2cc09https://github.com/nodejs/node/tree/dependabot/npm_and_yarn/tools/eslint/eslint-df1ea2cc09
Conversation 2 https://github.com/nodejs/node/pull/60928
Commits 1 https://github.com/nodejs/node/pull/60928/commits
Checks 44 https://github.com/nodejs/node/pull/60928/checks
Files changed https://github.com/nodejs/node/pull/60928/files
Please reload this pagehttps://github.com/nodejs/node/pull/60928/files
tools: Bump the eslint group in /tools/eslint with 7 updates https://github.com/nodejs/node/pull/60928/files#top
Show all changes 1 commit https://github.com/nodejs/node/pull/60928/files
3c9d828 tools: Bump the eslint group in /tools/eslint with 7 updates dependabot[bot] Dec 1, 2025 https://github.com/nodejs/node/pull/60928/commits/3c9d828e73ee2ad1406b9fc5a1a62594e7d3ae9b
Clear filters https://github.com/nodejs/node/pull/60928/files
Please reload this pagehttps://github.com/nodejs/node/pull/60928/files
Please reload this pagehttps://github.com/nodejs/node/pull/60928/files
package-lock.json https://github.com/nodejs/node/pull/60928/files#diff-9e5b6b572898715c959ebfb4b26ea78e56f6220886e1117f45b98f4d50ac3357
package.json https://github.com/nodejs/node/pull/60928/files#diff-348391b54734b43e58f277e61e1a1f1f934e8247b34c4d5aeefa5145c7ed6b20
Please reload this pagehttps://github.com/nodejs/node/pull/60928/files
Please reload this pagehttps://github.com/nodejs/node/pull/60928/files
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.