René's URL Explorer Experiment


Title: Bump eslint from 9.19.0 to 9.24.0 by dependabot[bot] · Pull Request #331 · emeraldjava/emeraldjava.github.io · GitHub

Open Graph Title: Bump eslint from 9.19.0 to 9.24.0 by dependabot[bot] · Pull Request #331 · emeraldjava/emeraldjava.github.io

X Title: Bump eslint from 9.19.0 to 9.24.0 by dependabot[bot] · Pull Request #331 · emeraldjava/emeraldjava.github.io

Description: Bumps eslint from 9.19.0 to 9.24.0. Release notes Sourced from eslint's releases. v9.24.0 Features 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami) 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar) 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998) 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar) cd72bcc feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou) 2a81578 feat: support TS syntax in no-loss-of-precision (#19560) (Nitin Kumar) 30ae4ed feat: add new options to class-methods-use-this (#19527) (sethamus) b79ade6 feat: support TypeScript syntax in no-array-constructor (#19493) (Tanuj Kanti) Bug Fixes b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar) fb8cdb8 fix: use any[] type for context.options (#19584) (Francesco Trotta) Documentation f857820 docs: update documentation for --experimental-strip-types (#19594) (Nikolas Schröter) 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer) 6d979cc docs: Update README (GitHub Actions Bot) 82177e4 docs: Update README (GitHub Actions Bot) e849dc0 docs: replace existing var with const (#19578) (Sweta Tanwar) 0c65c62 docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic) 6be36c9 docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan) Build Related 366e369 build: re-enable Prettier formatting for package.json files (#19569) (Francesco Trotta) Chores ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) (Milos Djermanovic) 4946847 chore: package.json update for @​eslint/js release (Jenkins) a995acb chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨) b9a5efa test: skip symlink test on Windows (#19503) (fisker Cheung) 46eea6d chore: remove Rule & FormatterFunction from shared/types.js (#19556) (Nitin Kumar) bdcc91d chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar) 7790d83 chore: fix some typos in comment (#19576) (todaymoon) 76064a6 test: ignore package-lock.json for eslint-webpack-plugin (#19572) (Francesco Trotta) 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) ... (truncated) Changelog Sourced from eslint's changelog. v9.24.0 - April 4, 2025 ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) (Milos Djermanovic) 4946847 chore: package.json update for @​eslint/js release (Jenkins) f857820 docs: update documentation for --experimental-strip-types (#19594) (Nikolas Schröter) 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) (Thomas Broyer) 6d979cc docs: Update README (GitHub Actions Bot) b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) (Nitin Kumar) 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Arya Emami) 82177e4 docs: Update README (GitHub Actions Bot) a995acb chore: correct 'flter'/'filter' typo in package script (#19587) (Josh Goldberg ✨) 72650ac feat: support TS syntax in init-declarations (#19540) (Nitin Kumar) 03fb0bc feat: normalize patterns to handle "./" prefix in files and ignores (#19568) (Pixel998) b9a5efa test: skip symlink test on Windows (#19503) (fisker Cheung) 46eea6d chore: remove Rule & FormatterFunction from shared/types.js (#19556) (Nitin Kumar) fb8cdb8 fix: use any[] type for context.options (#19584) (Francesco Trotta) 071dcd3 feat: support TS syntax in no-dupe-class-members (#19558) (Nitin Kumar) e849dc0 docs: replace existing var with const (#19578) (Sweta Tanwar) bdcc91d chore: modify .editorconfig to keep parity with prettier config (#19577) (Sweta Tanwar) 7790d83 chore: fix some typos in comment (#19576) (todaymoon) cd72bcc feat: Introduce a way to suppress violations (#19159) (Iacovos Constantinou) 2a81578 feat: support TS syntax in no-loss-of-precision (#19560) (Nitin Kumar) 366e369 build: re-enable Prettier formatting for package.json files (#19569) (Francesco Trotta) 30ae4ed feat: add new options to class-methods-use-this (#19527) (sethamus) b79ade6 feat: support TypeScript syntax in no-array-constructor (#19493) (Tanuj Kanti) 0c65c62 docs: don't pass filename when linting rule examples (#19571) (Milos Djermanovic) 76064a6 test: ignore package-lock.json for eslint-webpack-plugin (#19572) (Francesco Trotta) 6be36c9 docs: Update custom-rules.md code example of fixer (#19555) (Yifan Pan) 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) ... (truncated) Commits d49f5b7 9.24.0 9b6ed8a Build: changelog update for 9.24.0 ef67420 chore: upgrade @​eslint/js@​9.24.0 (#19602) 4946847 chore: package.json update for @​eslint/js release f857820 docs: update documentation for --experimental-strip-types (#19594) 803e4af docs: simplify gitignore path handling in includeIgnoreFile section (#19596) 6d979cc docs: Update README b23d1c5 fix: deduplicate variable names in no-loop-func error messages (#19595) 556c25b feat: support loading TS config files using --experimental-strip-types (#19... 82177e4 docs: Update README 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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps eslint from 9.19.0 to 9.24.0. Release notes Sourced from eslint's releases. v9.24.0 Features 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Ar...

X Description: Bumps eslint from 9.19.0 to 9.24.0. Release notes Sourced from eslint's releases. v9.24.0 Features 556c25b feat: support loading TS config files using --experimental-strip-types (#19401)...

Opengraph URL: https://github.com/emeraldjava/emeraldjava.github.io/pull/331

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:ad35ed5a-d286-fac0-693b-cd18ff720f8d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9578:70438:271A4D0:3407284:6971C4B1
html-safe-nonceb5f1ee21544bcbb483af8c0a318fb209a4ae556727786e45000aebc075e5abbb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NTc4OjcwNDM4OjI3MUE0RDA6MzQwNzI4NDo2OTcxQzRCMSIsInZpc2l0b3JfaWQiOiIzMDQ3NTA0MDg4Mjc5NDAxNjQ5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac81009bb6d85e326847301314dddd6c5655df42d7cfe481b5a9d7b3642fcf3b5c
hovercard-subject-tagpull_request:2442531616
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/emeraldjava/emeraldjava.github.io/pull/331/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 eslint from 9.19.0 to 9.24.0. Release notes Sourced from eslint's releases. v9.24.0 Features 556c25b feat: support loading TS config files using --experimental-strip-types (#19401) (Ar...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneac615aa66802dad9a938c6abe95edf09ee43c0c7f508315b64b08612858ef32e
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/emeraldjava/emeraldjava.github.io git https://github.com/emeraldjava/emeraldjava.github.io.git
octolytics-dimension-user_id229760
octolytics-dimension-user_loginemeraldjava
octolytics-dimension-repository_id17636941
octolytics-dimension-repository_nwoemeraldjava/emeraldjava.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id17636941
octolytics-dimension-repository_network_root_nwoemeraldjava/emeraldjava.github.io
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
release6b618569a5f93e0b31f97f620112341421ef5f69
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Femeraldjava%2Femeraldjava.github.io%2Fpull%2F331%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2Femeraldjava%2Femeraldjava.github.io%2Fpull%2F331%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=emeraldjava%2Femeraldjava.github.io
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
emeraldjava https://github.com/emeraldjava
emeraldjava.github.iohttps://github.com/emeraldjava/emeraldjava.github.io
Notifications https://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io
Fork 1 https://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io
Star 0 https://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io
Code https://github.com/emeraldjava/emeraldjava.github.io
Issues 2 https://github.com/emeraldjava/emeraldjava.github.io/issues
Pull requests 36 https://github.com/emeraldjava/emeraldjava.github.io/pulls
Discussions https://github.com/emeraldjava/emeraldjava.github.io/discussions
Actions https://github.com/emeraldjava/emeraldjava.github.io/actions
Projects 0 https://github.com/emeraldjava/emeraldjava.github.io/projects
Wiki https://github.com/emeraldjava/emeraldjava.github.io/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/emeraldjava/emeraldjava.github.io/security
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
Insights https://github.com/emeraldjava/emeraldjava.github.io/pulse
Code https://github.com/emeraldjava/emeraldjava.github.io
Issues https://github.com/emeraldjava/emeraldjava.github.io/issues
Pull requests https://github.com/emeraldjava/emeraldjava.github.io/pulls
Discussions https://github.com/emeraldjava/emeraldjava.github.io/discussions
Actions https://github.com/emeraldjava/emeraldjava.github.io/actions
Projects https://github.com/emeraldjava/emeraldjava.github.io/projects
Wiki https://github.com/emeraldjava/emeraldjava.github.io/wiki
Security https://github.com/emeraldjava/emeraldjava.github.io/security
Insights https://github.com/emeraldjava/emeraldjava.github.io/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Femeraldjava%2Femeraldjava.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
astrohttps://github.com/emeraldjava/emeraldjava.github.io/tree/astro
dependabot/npm_and_yarn/eslint-9.24.0https://github.com/emeraldjava/emeraldjava.github.io/tree/dependabot/npm_and_yarn/eslint-9.24.0
Conversation 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/331
Commits 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/331/commits
Checks 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/331/checks
Files changed https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
Bump eslint from 9.19.0 to 9.24.0 https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#top
Show all changes 1 commit https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
3a12b5d Bump eslint from 9.19.0 to 9.24.0 dependabot[bot] Apr 7, 2025 https://github.com/emeraldjava/emeraldjava.github.io/pull/331/commits/3a12b5d99a2ccaac7688af80016dccd591af9bb2
Clear filters https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files
package-lock.json https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
package-lock.jsonhttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://github.com/emeraldjava/emeraldjava.github.io/blob/3a12b5d99a2ccaac7688af80016dccd591af9bb2/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/emeraldjava/emeraldjava.github.io/pull/331/files
package.jsonhttps://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/emeraldjava/emeraldjava.github.io/blob/3a12b5d99a2ccaac7688af80016dccd591af9bb2/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/emeraldjava/emeraldjava.github.io/pull/331/{{ revealButtonHref }}
https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/emeraldjava/emeraldjava.github.io/pull/331/files#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.