René's URL Explorer Experiment


Title: chore(deps): bump eslint from 9.21.0 to 9.26.0 by dependabot[bot] · Pull Request #507 · reflagcom/javascript · GitHub

Open Graph Title: chore(deps): bump eslint from 9.21.0 to 9.26.0 by dependabot[bot] · Pull Request #507 · reflagcom/javascript

X Title: chore(deps): bump eslint from 9.21.0 to 9.26.0 by dependabot[bot] · Pull Request #507 · reflagcom/javascript

Description: Bumps eslint from 9.21.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) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps eslint from 9.21.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.21.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/reflagcom/javascript/pull/507

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:4cb406d3-67f4-2b9f-a213-8e360de97d76
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD04E:2CD15:EBCD24:12DCBE2:697FCB6F
html-safe-nonce404c6ed9008c5522990c69172aa422690c1266b26fd1d266d30395aed95b2fda
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMDRFOjJDRDE1OkVCQ0QyNDoxMkRDQkUyOjY5N0ZDQjZGIiwidmlzaXRvcl9pZCI6IjU1ODI4MjM1MTkzMzIzMjIxNTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac18cb7d62b816f7b5a67db69cbf4f550c04332ca06a974ac4e6165cd492651f91
hovercard-subject-tagpull_request:3224022057
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/reflagcom/javascript/pull/507/checks
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.21.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
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/reflagcom/javascript git https://github.com/reflagcom/javascript.git
octolytics-dimension-user_id78933796
octolytics-dimension-user_loginreflagcom
octolytics-dimension-repository_id467592928
octolytics-dimension-repository_nworeflagcom/javascript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id467592928
octolytics-dimension-repository_network_root_nworeflagcom/javascript
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Freflagcom%2Fjavascript%2Fpull%2F507%2Fchecks
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Freflagcom%2Fjavascript%2Fpull%2F507%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=reflagcom%2Fjavascript
Reloadhttps://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks
Reloadhttps://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks
Reloadhttps://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks
reflagcom https://patch-diff.githubusercontent.com/reflagcom
javascripthttps://patch-diff.githubusercontent.com/reflagcom/javascript
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Freflagcom%2Fjavascript
Fork 10 https://patch-diff.githubusercontent.com/login?return_to=%2Freflagcom%2Fjavascript
Star 20 https://patch-diff.githubusercontent.com/login?return_to=%2Freflagcom%2Fjavascript
Code https://patch-diff.githubusercontent.com/reflagcom/javascript
Issues 1 https://patch-diff.githubusercontent.com/reflagcom/javascript/issues
Pull requests 11 https://patch-diff.githubusercontent.com/reflagcom/javascript/pulls
Actions https://patch-diff.githubusercontent.com/reflagcom/javascript/actions
Projects 0 https://patch-diff.githubusercontent.com/reflagcom/javascript/projects
Security 0 https://patch-diff.githubusercontent.com/reflagcom/javascript/security
Insights https://patch-diff.githubusercontent.com/reflagcom/javascript/pulse
Code https://patch-diff.githubusercontent.com/reflagcom/javascript
Issues https://patch-diff.githubusercontent.com/reflagcom/javascript/issues
Pull requests https://patch-diff.githubusercontent.com/reflagcom/javascript/pulls
Actions https://patch-diff.githubusercontent.com/reflagcom/javascript/actions
Projects https://patch-diff.githubusercontent.com/reflagcom/javascript/projects
Security https://patch-diff.githubusercontent.com/reflagcom/javascript/security
Insights https://patch-diff.githubusercontent.com/reflagcom/javascript/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Freflagcom%2Fjavascript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Freflagcom%2Fjavascript%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/reflagcom/javascript/tree/main
dependabot/npm_and_yarn/eslint-9.26.0https://patch-diff.githubusercontent.com/reflagcom/javascript/tree/dependabot/npm_and_yarn/eslint-9.26.0
Conversation 0 https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507
Commits 1 https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/commits
Checks 4 https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks
Files changed https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/files
Please reload this pagehttps://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks
chore(deps): bump eslint from 9.21.0 to 9.26.0 https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks
CodeQL https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks?check_run_id=61890478261
Package CI on: push https://patch-diff.githubusercontent.com/reflagcom/javascript/actions/runs/21484709373
Build & Test https://patch-diff.githubusercontent.com/reflagcom/javascript/actions/runs/21484709373/job/61890479385?pr=507
Build & Test Report https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks?check_run_id=61891008639
ESLint Report Analysis https://patch-diff.githubusercontent.com/reflagcom/javascript/pull/507/checks?check_run_id=61891095164
View all branch alertshttps://patch-diff.githubusercontent.com/reflagcom/javascript/security/code-scanning?query=pr%3A507+tool%3ACodeQL+is%3Aopen
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.