René's URL Explorer Experiment


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

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

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

Description: Bumps eslint from 9.19.0 to 9.26.0. Release notes Sourced from eslint's releases. v9.26.0 Features e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus) 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar) dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas) 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus) Bug Fixes 96e84de fix: check cache file existence before deletion (#19648) (sethamus) d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic) 9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic) 17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar) Documentation dd98d63 docs: Update README (GitHub Actions Bot) c25e858 docs: Update README (GitHub Actions Bot) b2397e9 docs: Update README (GitHub Actions Bot) addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic) a21b38d docs: Update README (GitHub Actions Bot) c0721a7 docs: fix double space in command (#19657) (CamWass) Chores 5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) (Francesco Trotta) d6fa4ac chore: package.json update for @​eslint/js release (Jenkins) 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta) f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta) 40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas) 1cfd702 chore: update dependency @​eslint/json to ^0.12.0 (#19656) (renovate[bot]) v9.25.1 Bug Fixes cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus) Chores 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic) 771317f chore: package.json update for @​eslint/js release (Jenkins) v9.25.0 Features dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus) 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar) 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir) 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus) db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti) 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar) Bug Fixes 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit) Documentation ... (truncated) Changelog Sourced from eslint's changelog. v9.26.0 - May 2, 2025 5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) (Francesco Trotta) d6fa4ac chore: package.json update for @​eslint/js release (Jenkins) e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus) 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) (Nitin Kumar) dd98d63 docs: Update README (GitHub Actions Bot) 96e84de fix: check cache file existence before deletion (#19648) (sethamus) c25e858 docs: Update README (GitHub Actions Bot) 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) (Francesco Trotta) dcbdcc9 feat: Add MCP server (#19592) (Nicholas C. Zakas) b2397e9 docs: Update README (GitHub Actions Bot) d683aeb fix: don't crash on tests with circular references in RuleTester (#19664) (Milos Djermanovic) f1c858e chore: fix internal type references to Plugin and Rule (#19665) (Francesco Trotta) 9736d5d fix: add namespace to Plugin.meta type (#19661) (Milos Djermanovic) 40dd299 refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas) addd0a6 docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic) a21b38d docs: Update README (GitHub Actions Bot) c0721a7 docs: fix double space in command (#19657) (CamWass) 1cfd702 chore: update dependency @​eslint/json to ^0.12.0 (#19656) (renovate[bot]) 2dfd83e feat: add ignoreDirectives option in no-unused-expressions (#19645) (sethamus) 17bae69 fix: update RuleTester.run() type (#19634) (Nitin Kumar) v9.25.1 - April 21, 2025 1f2b057 chore: upgrade @​eslint/js@​9.25.1 (#19642) (Milos Djermanovic) 771317f chore: package.json update for @​eslint/js release (Jenkins) cdc8e8c fix: revert directive detection in no-unused-expressions (#19639) (sethamus) v9.25.0 - April 18, 2025 88dc196 chore: upgrade @​eslint/js@​9.25.0 (#19636) (Milos Djermanovic) 345288d chore: package.json update for @​eslint/js release (Jenkins) 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#19631) (StyleShit) ca7a735 docs: update no-undef-init when not to use section (#19624) (Tanuj Kanti) affe6be chore: upgrade trunk (#19628) (sethamus) 1b870c9 docs: use eslint-config-xo in the getting started guide (#19629) (Nitin Kumar) 5d4af16 docs: add types for multiple rule options (#19616) (Tanuj Kanti) e8f8d57 docs: Update README (GitHub Actions Bot) a40348f docs: no-use-before-define tweaks (#19622) (Kirk Waiblinger) 0ba3ae3 docs: Update README (GitHub Actions Bot) 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger) dcd95aa feat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus) 77d6d5b feat: support TS syntax in no-unused-expressions (#19564) (Sweta Tanwar) 90228e5 feat: support JSRuleDefinition type (#19604) (루밀LuMir) f80b746 docs: add known limitations for no-self-compare (#19612) (Nitin Kumar) 59ba6b7 feat: add allowObjects option to no-restricted-properties (#19607) (sethamus) db650a0 feat: support TypeScript syntax in no-invalid-this rule (#19532) (Tanuj Kanti) dd20cf2 test: fix no-loop-func test with duplicate variable reports (#19610) (Milos Djermanovic) 9535cff feat: support TS syntax in no-loop-func (#19559) (Nitin Kumar) ... (truncated) Commits 8bbabc4 9.26.0 16f5ff7 Build: changelog update for 9.26.0 5b247c8 chore: upgrade to @eslint/js@9.26.0 (#19681) d6fa4ac chore: package.json update for @​eslint/js release e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) 0fa2b7a feat: add suggestions for eqeqeq rule (#19640) dd98d63 docs: Update README 96e84de fix: check cache file existence before deletion (#19648) c25e858 docs: Update README 0958690 chore: disambiguate internal types LanguageOptions and Rule (#19669) 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.26.0. Release notes Sourced from eslint's releases. v9.26.0 Features e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus) 0fa2b7...

X Description: Bumps eslint from 9.19.0 to 9.26.0. Release notes Sourced from eslint's releases. v9.26.0 Features e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus) 0f...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:6937dc80-5ca8-fe75-fa1a-4d61e285f18c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC080:DD6B:41D851D:5960415:6970917A
html-safe-nonce08928f694a8252fa8f0884dfde55c4304ed09407e3f049089b56739195541cba
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMDgwOkRENkI6NDFEODUxRDo1OTYwNDE1OjY5NzA5MTdBIiwidmlzaXRvcl9pZCI6IjczMzMwNDUyMDIzNzQ5MjI2MTgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac89dd32913b0d6acb6119aec6c16895b1d57cb729baa1034f1b9c0ab9ab286ffb
hovercard-subject-tagpull_request:2498117547
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/364/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.26.0. Release notes Sourced from eslint's releases. v9.26.0 Features e9754e7 feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus) 0fa2b7...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
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
release7d6181066430cc06553c8396ca201e194ae33cb9
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/emeraldjava/emeraldjava.github.io/pull/364/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%2F364%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%2F364%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/364/files
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/364/files
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/364/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/364/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.26.0https://github.com/emeraldjava/emeraldjava.github.io/tree/dependabot/npm_and_yarn/eslint-9.26.0
Conversation 0 https://github.com/emeraldjava/emeraldjava.github.io/pull/364
Commits 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/364/commits
Checks 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/364/checks
Files changed https://github.com/emeraldjava/emeraldjava.github.io/pull/364/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/364/files
Bump eslint from 9.19.0 to 9.26.0 https://github.com/emeraldjava/emeraldjava.github.io/pull/364/files#top
Show all changes 1 commit https://github.com/emeraldjava/emeraldjava.github.io/pull/364/files
90d8058 Bump eslint from 9.19.0 to 9.26.0 dependabot[bot] May 5, 2025 https://github.com/emeraldjava/emeraldjava.github.io/pull/364/commits/90d805881bdd48efbfc6a557048a0f5a9eb0e089
Clear filters https://github.com/emeraldjava/emeraldjava.github.io/pull/364/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/364/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/364/files
package-lock.json https://github.com/emeraldjava/emeraldjava.github.io/pull/364/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/emeraldjava/emeraldjava.github.io/pull/364/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/364/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.