René's URL Explorer Experiment


Title: Update eslint: 8.36.0 → 8.39.0 (minor) by depfu[bot] · Pull Request #475 · javaistic/javaistic · GitHub

Open Graph Title: Update eslint: 8.36.0 → 8.39.0 (minor) by depfu[bot] · Pull Request #475 · javaistic/javaistic

X Title: Update eslint: 8.36.0 → 8.39.0 (minor) by depfu[bot] · Pull Request #475 · javaistic/javaistic

Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.36.0 → 8.39.0) · Repo · Changelog Release Notes 8.39.0 Features 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#17086) (Nicholas C. Zakas) Documentation 6987dc5 docs: Fix formatting in Custom Rules docs (#17097) (Milos Djermanovic) 4ee92e5 docs: Update README (GitHub Actions Bot) d8e9887 docs: Custom Rules cleanup/expansion (#16906) (Ben Perlmutter) 1fea279 docs: Clarify how to add to tsc agenda (#17084) (Nicholas C. Zakas) 970ef1c docs: Update triage board location (Nicholas C. Zakas) 6d8bffd docs: Update README (GitHub Actions Bot) Chores 60a6f26 chore: upgrade @eslint/js@8.39.0 (#17102) (Milos Djermanovic) d5ba5c0 chore: package.json update for @eslint/js release (ESLint Jenkins) f57eff2 ci: run tests on Node.js v20 (#17093) (Nitin Kumar) 9d1b8fc perf: Binary search in token store utils.search (#17066) (Francesco Trotta) 07a4435 chore: Add request for minimal repro to bug report (#17081) (Nicholas C. Zakas) eac4943 refactor: remove unnecessary use of SourceCode#getAncestors in rules (#17075) (Milos Djermanovic) 0a7b60a chore: update description of SourceCode#getDeclaredVariables (#17072) (Milos Djermanovic) 6e2df71 chore: remove unnecessary references to the LICENSE file (#17071) (Milos Djermanovic) 8.38.0 Features a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#17059) (Nicholas C. Zakas) Bug Fixes 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#17037) (Francesco Trotta) Documentation 7162d34 docs: Mention new config system is complete (#17068) (Nicholas C. Zakas) 0fd6bb2 docs: Update README (GitHub Actions Bot) c83531c docs: Update/remove external links, eg. point to eslint-community (#17061) (Pelle Wessman) a3aa6f5 docs: Clarify no-div-regex rule docs (#17051) (Francesco Trotta) b0f11cf docs: Update README (GitHub Actions Bot) da8d52a docs: Update the second object instance for the "no-new" rule (#17020) (Ahmadou Waly NDIAYE) 518130a docs: switch language based on current path (#16687) (Percy Ma) 24206c4 docs: Update README (GitHub Actions Bot) Chores 59ed060 chore: upgrade @eslint/js@8.38.0 (#17069) (Milos Djermanovic) 88c0898 chore: package.json update for @eslint/js release (ESLint Jenkins) cf682d2 refactor: simplify new-parens rule schema (#17060) (MHO) 0dde022 ci: bump actions/add-to-project from 0.4.1 to 0.5.0 (#17055) (dependabot[bot]) 8.37.0 Features b6ab8b2 feat: require-unicode-regexp add suggestions (#17007) (Josh Goldberg) 10022b1 feat: Copy getScope() to SourceCode (#17004) (Nicholas C. Zakas) 1665c02 feat: Use plugin metadata for flat config serialization (#16992) (Nicholas C. Zakas) b3634f6 feat: docs license (#17010) (Samuel Roldan) 892e6e5 feat: languageOptions.parser must be an object. (#16985) (Nicholas C. Zakas) Bug Fixes 619f3fd fix: correctly handle null default config in RuleTester (#17023) (Brad Zacher) 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#16889) (Francesco Trotta) 129e252 fix: Fix typo in logical-assignment-operators rule description (#17000) (Francesco Trotta) Documentation 75339df docs: fix typos and missing info in id-match docs (#17029) (Ed Lucas) ec2d830 docs: Fix typos in the semi rule docs (#17012) (Andrii Lundiak) e39f28d docs: add back to top button (#16979) (Tanuj Kanti) 721c717 docs: Custom Processors cleanup and expansion (#16838) (Ben Perlmutter) d049f97 docs: 'How ESLint is Maintained' page (#16961) (Ben Perlmutter) 5251a92 docs: Describe guard options for guard-for-in (#16986) (alope107) 6157d81 docs: Add example to guard-for-in docs. (#16983) (alope107) fd47998 docs: update Array.prototype.toSorted specification link (#16982) (Milos Djermanovic) 3e1cf6b docs: Copy edits on Maintain ESLint docs (#16939) (Ben Perlmutter) Chores c67f299 chore: upgrade @eslint/js@8.37.0 (#17033) (Milos Djermanovic) ee9ddbd chore: package.json update for @eslint/js release (ESLint Jenkins) dddb475 chore: upgrade @eslint/eslintrc@2.0.2 (#17032) (Milos Djermanovic) 522431e chore: upgrade espree@9.5.1 (#17031) (Milos Djermanovic) f5f9a88 chore: upgrade eslint-visitor-keys@3.4.0 (#17030) (Milos Djermanovic) 4dd8d52 ci: bump actions/stale from 7 to 8 (#17026) (dependabot[bot]) ad9dd6a chore: remove duplicate scss, (#17005) (Strek) ada6a3e ci: unpin Node 19 (#16993) (Milos Djermanovic) c3da975 chore: Remove triage label from template (#16990) (Nicholas C. Zakas) 69bc0e2 ci: pin Node 19 to 19.7.0 (#16987) (Milos Djermanovic) Does any of this look wrong? Please let us know. Commits See the full diff on Github. The new version differs by 62 commits: 8.39.0 Build: changelog update for 8.39.0 chore: upgrade @eslint/js@8.39.0 (#17102) chore: package.json update for @eslint/js release docs: Fix formatting in Custom Rules docs (#17097) docs: Update README feat: Implement `SourceCode#markVariableAsUsed()` (#17086) docs: Custom Rules cleanup/expansion (#16906) ci: run tests on Node.js v20 (#17093) docs: Clarify how to add to tsc agenda (#17084) docs: Update triage board location perf: Binary search in token store `utils.search` (#17066) chore: Add request for minimal repro to bug report (#17081) refactor: remove unnecessary use of `SourceCode#getAncestors` in rules (#17075) docs: Update README chore: update description of `SourceCode#getDeclaredVariables` (#17072) chore: remove unnecessary references to the LICENSE file (#17071) 8.38.0 Build: changelog update for 8.38.0 chore: upgrade @eslint/js@8.38.0 (#17069) chore: package.json update for @eslint/js release docs: Mention new config system is complete (#17068) feat: Move getDeclaredVariables and getAncestors to SourceCode (#17059) docs: Update README docs: Update/remove external links, eg. point to `eslint-community` (#17061) refactor: simplify new-parens rule schema (#17060) docs: Clarify `no-div-regex` rule docs (#17051) ci: bump actions/add-to-project from 0.4.1 to 0.5.0 (#17055) docs: Update README docs: Update the second object instance for the "no-new" rule (#17020) docs: switch language based on current path (#16687) docs: Update README fix: do not report on `RegExp(...args)` in `require-unicode-regexp` (#17037) 8.37.0 Build: changelog update for 8.37.0 chore: upgrade @eslint/js@8.37.0 (#17033) chore: package.json update for @eslint/js release chore: upgrade @eslint/eslintrc@2.0.2 (#17032) chore: upgrade espree@9.5.1 (#17031) chore: upgrade eslint-visitor-keys@3.4.0 (#17030) docs: fix typos and missing info in id-match docs (#17029) feat: `require-unicode-regexp` add suggestions (#17007) ci: bump actions/stale from 7 to 8 (#17026) fix: correctly handle `null` default config in `RuleTester` (#17023) docs: Fix typos in the `semi` rule docs (#17012) docs: add back to top button (#16979) chore: remove duplicate scss, (#17005) feat: Copy getScope() to SourceCode (#17004) feat: Use plugin metadata for flat config serialization (#16992) feat: docs license (#17010) docs: Custom Processors cleanup and expansion (#16838) fix: `getFirstToken`/`getLastToken` on comment-only node (#16889) fix: Fix typo in `logical-assignment-operators` rule description (#17000) feat: languageOptions.parser must be an object. (#16985) ci: unpin Node 19 (#16993) chore: Remove triage label from template (#16990) docs: 'How ESLint is Maintained' page (#16961) docs: Describe guard options for guard-for-in (#16986) ci: pin Node 19 to 19.7.0 (#16987) docs: Add example to guard-for-in docs. (#16983) docs: update `Array.prototype.toSorted` specification link (#16982) docs: Copy edits on Maintain ESLint docs (#16939) Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase. All Depfu comment commands @​depfu rebaseRebases against your default branch and redoes this update @​depfu recreateRecreates this PR, overwriting any edits that you've made to it @​depfu mergeMerges this PR once your tests are passing and conflicts are resolved @​depfu closeCloses this PR and deletes the branch @​depfu reopenRestores the branch and reopens this PR (if it's closed) @​depfu pauseIgnores all future updates for this dependency and closes this PR @​depfu pause [minor|major]Ignores all future minor/major updates for this dependency and closes this PR @​depfu resumeFuture versions of this dependency will create PRs again (leaves this PR as is)

Open Graph Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.36.0 → 8.39.0) · Rep...

X Description: Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.36.0 → 8.39.0) · Rep...

Opengraph URL: https://github.com/javaistic/javaistic/pull/475

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:f553cba7-b3cf-6a50-99f3-360f74d460fe
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idC160:36419E:192655D:20BBC02:696B2E95
html-safe-noncea1719b04309e8577c424e57e9adb6279120ca358b439707384de1f02d9f07b36
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTYwOjM2NDE5RToxOTI2NTVEOjIwQkJDMDI6Njk2QjJFOTUiLCJ2aXNpdG9yX2lkIjoiNTE5NzMzNjc2OTg1NzI2OTM5NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf9b68ba75b2dfcd3e3278f6df7168aa76cb5dd7b7bb06957185f648bcd37e189
hovercard-subject-tagpull_request:1324169112
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/javaistic/javaistic/pull/475/checks
twitter:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/715?s=400&v=4
og:image:altHere is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. What changed? ✳️ eslint (8.36.0 → 8.39.0) · Rep...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git
octolytics-dimension-user_id76972798
octolytics-dimension-user_loginjavaistic
octolytics-dimension-repository_id388602663
octolytics-dimension-repository_nwojavaistic/javaistic
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id388602663
octolytics-dimension-repository_network_root_nwojavaistic/javaistic
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javaistic/javaistic/pull/475/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F475%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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavaistic%2Fjavaistic%2Fpull%2F475%2Fchecks
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%2Fchecks&source=header-repo&source_repo=javaistic%2Fjavaistic
Reloadhttps://github.com/javaistic/javaistic/pull/475/checks
Reloadhttps://github.com/javaistic/javaistic/pull/475/checks
Reloadhttps://github.com/javaistic/javaistic/pull/475/checks
javaistic https://github.com/javaistic
javaistichttps://github.com/javaistic/javaistic
Please reload this pagehttps://github.com/javaistic/javaistic/pull/475/checks
Notifications https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Fork 21 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Star 49 https://github.com/login?return_to=%2Fjavaistic%2Fjavaistic
Code https://github.com/javaistic/javaistic
Issues 4 https://github.com/javaistic/javaistic/issues
Pull requests 0 https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects 2 https://github.com/javaistic/javaistic/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/javaistic/javaistic/security
Please reload this pagehttps://github.com/javaistic/javaistic/pull/475/checks
Insights https://github.com/javaistic/javaistic/pulse
Code https://github.com/javaistic/javaistic
Issues https://github.com/javaistic/javaistic/issues
Pull requests https://github.com/javaistic/javaistic/pulls
Discussions https://github.com/javaistic/javaistic/discussions
Actions https://github.com/javaistic/javaistic/actions
Projects https://github.com/javaistic/javaistic/projects
Security https://github.com/javaistic/javaistic/security
Insights https://github.com/javaistic/javaistic/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fjavaistic%2Fjavaistic%2Fissues%2Fnew%2Fchoose
arghyaxcodeshttps://github.com/arghyaxcodes
mainhttps://github.com/javaistic/javaistic/tree/main
depfu/update/yarn/eslint-8.39.0https://github.com/javaistic/javaistic/tree/depfu/update/yarn/eslint-8.39.0
Conversation 1 https://github.com/javaistic/javaistic/pull/475
Commits 1 https://github.com/javaistic/javaistic/pull/475/commits
Checks 0 https://github.com/javaistic/javaistic/pull/475/checks
Files changed https://github.com/javaistic/javaistic/pull/475/files
Please reload this pagehttps://github.com/javaistic/javaistic/pull/475/checks
Please reload this pagehttps://github.com/javaistic/javaistic/pull/475/checks
Update eslint: 8.36.0 → 8.39.0 (minor) https://github.com/javaistic/javaistic/pull/475/checks#top
Please reload this pagehttps://github.com/javaistic/javaistic/pull/475/checks
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.