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
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:f553cba7-b3cf-6a50-99f3-360f74d460fe |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | C160:36419E:192655D:20BBC02:696B2E95 |
| html-safe-nonce | a1719b04309e8577c424e57e9adb6279120ca358b439707384de1f02d9f07b36 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTYwOjM2NDE5RToxOTI2NTVEOjIwQkJDMDI6Njk2QjJFOTUiLCJ2aXNpdG9yX2lkIjoiNTE5NzMzNjc2OTg1NzI2OTM5NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | f9b68ba75b2dfcd3e3278f6df7168aa76cb5dd7b7bb06957185f648bcd37e189 |
| hovercard-subject-tag | pull_request:1324169112 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,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/javaistic/javaistic/pull/475/checks |
| twitter:image | https://avatars.githubusercontent.com/in/715?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/715?s=400&v=4 |
| og:image:alt | 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... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d |
| turbo-cache-control | no-preview |
| go-import | github.com/javaistic/javaistic git https://github.com/javaistic/javaistic.git |
| octolytics-dimension-user_id | 76972798 |
| octolytics-dimension-user_login | javaistic |
| octolytics-dimension-repository_id | 388602663 |
| octolytics-dimension-repository_nwo | javaistic/javaistic |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 388602663 |
| octolytics-dimension-repository_network_root_nwo | javaistic/javaistic |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 82560a55c6b2054555076f46e683151ee28a19bc |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width