Title: Bump eslint from 9.19.0 to 9.23.0 by dependabot[bot] · Pull Request #312 · emeraldjava/emeraldjava.github.io · GitHub
Open Graph Title: Bump eslint from 9.19.0 to 9.23.0 by dependabot[bot] · Pull Request #312 · emeraldjava/emeraldjava.github.io
X Title: Bump eslint from 9.19.0 to 9.23.0 by dependabot[bot] · Pull Request #312 · emeraldjava/emeraldjava.github.io
Description: Bumps eslint from 9.19.0 to 9.23.0.
Release notes
Sourced from eslint's releases.
v9.23.0
Features
557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg ✨)
833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
4a0df16 feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
be56a68 feat: support TypeScript syntax in class-methods-use-this (#19498) (Josh Goldberg ✨)
Bug Fixes
0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#19423) (Tanuj Kanti)
d46ff83 fix: no-dupe-keys false positive with proto setter (#19508) (Milos Djermanovic)
e732773 fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#19499) (fisker Cheung)
Documentation
5405939 docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
48b53d6 docs: replace var with const in examples (#19539) (Nitin Kumar)
c39d7db docs: Update README (GitHub Actions Bot)
a4f8760 docs: revert accidental changes (#19542) (Francesco Trotta)
280128f docs: add copy button (#19512) (xbinaryx)
cd83eaa docs: replace var with const in examples (#19530) (Nitin Kumar)
7ff0cde docs: Update README (GitHub Actions Bot)
996cfb9 docs: migrate sass to module system (#19518) (xbinaryx)
17cb958 docs: replace var with let and const in rule examples (#19515) (Tanuj Kanti)
83e24f5 docs: Replace var with let or const (#19511) (Jenna Toff)
a59d0c0 docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)
fe92927 docs: require-unicode-regexp add note for i flag and \w (#19510) (Chaemin-Lim)
Build Related
2357edd build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)
Chores
0ac8ea4 chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)
20591c4 chore: package.json update for @eslint/js release (Jenkins)
901344f chore: update dependency @eslint/json to ^0.11.0 (#19552) (renovate[bot])
5228383 chore: fix update-readme formatting (#19544) (Milos Djermanovic)
5439525 chore: format JSON files in Trunk (#19541) (Francesco Trotta)
75adc99 chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)
2395168 chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)
129882d chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)
1738dbc chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)
dc854fd chore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])
5d57496 chore: fix some comments (#19525) (jimmycathy)
9c5c6ee test: fix an assertion failure (#19500) (fisker Cheung)
7a699a6 chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)
c99db89 test: replace WebdriverIO with Cypress (#19465) (Pixel998)
v9.22.0
Features
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.23.0 - March 21, 2025
0ac8ea4 chore: update dependencies for v9.23.0 release (#19554) (Francesco Trotta)
20591c4 chore: package.json update for @eslint/js release (Jenkins)
901344f chore: update dependency @eslint/json to ^0.11.0 (#19552) (renovate[bot])
557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨)
2357edd build: exclude autogenerated files from Prettier formatting (#19548) (Francesco Trotta)
5405939 docs: show red underlines in TypeScript examples in rules docs (#19547) (Milos Djermanovic)
48b53d6 docs: replace var with const in examples (#19539) (Nitin Kumar)
0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531) (Francesco Trotta)
5228383 chore: fix update-readme formatting (#19544) (Milos Djermanovic)
c39d7db docs: Update README (GitHub Actions Bot)
a4f8760 docs: revert accidental changes (#19542) (Francesco Trotta)
5439525 chore: format JSON files in Trunk (#19541) (Francesco Trotta)
75adc99 chore: enabled Prettier in Trunk (#19354) (Josh Goldberg ✨)
2395168 chore: added .git-blame-ignore-revs for Prettier via trunk fmt (#19538) (Josh Goldberg ✨)
129882d chore: formatted files with Prettier via trunk fmt (#19355) (Josh Goldberg ✨)
1738dbc chore: temporarily disable prettier in trunk (#19537) (Josh Goldberg ✨)
8320241 feat: support TypeScript syntax in default-param-last (#19431) (Josh Goldberg ✨)
280128f docs: add copy button (#19512) (xbinaryx)
833c4a3 feat: defineConfig() supports "flat/" config prefix (#19533) (Nicholas C. Zakas)
cc3bd00 fix: reporting variable used in catch block in no-useless-assignment (#19423) (Tanuj Kanti)
cd83eaa docs: replace var with const in examples (#19530) (Nitin Kumar)
7ff0cde docs: Update README (GitHub Actions Bot)
996cfb9 docs: migrate sass to module system (#19518) (xbinaryx)
dc854fd chore: update dependency shelljs to ^0.9.0 (#19524) (renovate[bot])
4a0df16 feat: circular autofix/conflicting rules detection (#19514) (Milos Djermanovic)
5d57496 chore: fix some comments (#19525) (jimmycathy)
17cb958 docs: replace var with let and const in rule examples (#19515) (Tanuj Kanti)
83e24f5 docs: Replace var with let or const (#19511) (Jenna Toff)
a59d0c0 docs: Update docs for defineConfig (#19505) (Nicholas C. Zakas)
d46ff83 fix: no-dupe-keys false positive with proto setter (#19508) (Milos Djermanovic)
e732773 fix: navigation of search results on pressing Enter (#19502) (Tanuj Kanti)
fe92927 docs: require-unicode-regexp add note for i flag and \w (#19510) (Chaemin-Lim)
f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#19499) (fisker Cheung)
9c5c6ee test: fix an assertion failure (#19500) (fisker Cheung)
be56a68 feat: support TypeScript syntax in class-methods-use-this (#19498) (Josh Goldberg ✨)
7a699a6 chore: remove formatting-related lint rules internally (#19473) (Josh Goldberg ✨)
c99db89 test: replace WebdriverIO with Cypress (#19465) (Pixel998)
v9.22.0 - March 7, 2025
97f788b chore: upgrade @eslint/js@9.22.0 (#19489) (Milos Djermanovic)
eed409a chore: package.json update for @eslint/js release (Jenkins)
f9a56d3 chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)
7ddb095 feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)
86c5f37 docs: Update README (GitHub Actions Bot)
19c0127 fix: improve message for no-console suggestions (#19483) (Francesco Trotta)
fbdeff0 docs: Update README (GitHub Actions Bot)
c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)
... (truncated)
Commits
2aaadce 9.23.0
4a1ca8e Build: changelog update for 9.23.0
0ac8ea4 chore: update dependencies for v9.23.0 release (#19554)
20591c4 chore: package.json update for @eslint/js release
901344f chore: update dependency @eslint/json to ^0.11.0 (#19552)
557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535)
2357edd build: exclude autogenerated files from Prettier formatting (#19548)
5405939 docs: show red underlines in TypeScript examples in rules docs (#19547)
48b53d6 docs: replace var with const in examples (#19539)
0e20aa7 fix: move deprecated RuleContext methods to subtype (#19531)
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 eslint from 9.19.0 to 9.23.0. Release notes Sourced from eslint's releases. v9.23.0 Features 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨...
X Description: Bumps eslint from 9.19.0 to 9.23.0. Release notes Sourced from eslint's releases. v9.23.0 Features 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldbe...
Opengraph URL: https://github.com/emeraldjava/emeraldjava.github.io/pull/312
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:09bc3907-fdd8-798c-ff12-d1b1af3e6a4e |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | D3EE:11F96E:14EC89C:1D4A59E:69726DB9 |
| html-safe-nonce | 4ef4976887c7324bef1965321b48c5e3c80877d98c79b75af9bae717653bbebf |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEM0VFOjExRjk2RToxNEVDODlDOjFENEE1OUU6Njk3MjZEQjkiLCJ2aXNpdG9yX2lkIjoiNDc0ODc4NzY1MTIzMjAzNDIzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 3523be74b5cca31ab5cec5a8fa0330906b89071f538f9ccb675755166ecdd658 |
| hovercard-subject-tag | pull_request:2412920371 |
| 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/emeraldjava/emeraldjava.github.io/pull/312/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 eslint from 9.19.0 to 9.23.0. Release notes Sourced from eslint's releases. v9.23.0 Features 557a0d2 feat: support TypeScript syntax in no-useless-constructor (#19535) (Josh Goldberg ✨... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3be355d8ea7ca74c4edec03a70ecaa8211862649e90886d88a4db13e6778e4c3 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/emeraldjava/emeraldjava.github.io git https://github.com/emeraldjava/emeraldjava.github.io.git |
| octolytics-dimension-user_id | 229760 |
| octolytics-dimension-user_login | emeraldjava |
| octolytics-dimension-repository_id | 17636941 |
| octolytics-dimension-repository_nwo | emeraldjava/emeraldjava.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 17636941 |
| octolytics-dimension-repository_network_root_nwo | emeraldjava/emeraldjava.github.io |
| 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 | 4ae5b6c1e16519c3e3ad37a388f7cca2192a79a8 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width