Update dependency eslint to v10 #258

Open
_renovate wants to merge 1 commit from renovate/eslint-10.x into master
_renovate commented 2026-03-24 04:12:26 +01:00 (Migrated from edugit.org)

This MR contains the following updates:

Package Type Update Change
eslint (source) dependencies major ^8.57.1^10.0.0

Release Notes

eslint/eslint (eslint)

v10.8.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#​21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#​21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#​21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#​21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#​21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#​21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#​21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#​21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#​21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#​21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#​21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#​21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#​21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#​21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#​21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#​21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#​21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#​21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#​21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#​21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#​21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#​21079) (ESLint Bot)

v10.7.0

Compare Source

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#​21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#​21063) (fnx)
  • 557fde8 feat: support computed Number.parseInt member access in radix rule (#​21041) (Pixel)
  • 0b4a73b feat: add suggestions to no-compare-neg-zero (#​21034) (den$)
  • 96cdd42 feat: report invalid signed numeric radix values in radix rule (#​21030) (Pixel)

Bug Fixes

  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#​21069) (Pixel)
  • 0d7d70c fix: insert cause outside wrapping parens in preserve-caught-error (#​21062) (Mahin Anowar)
  • 75ec753 fix: handle static template literals in eqeqeq rule (#​21058) (Pixel)
  • b717a22 fix: prevent eqeqeq null option from reporting non-equality operators (#​21057) (Pixel)
  • e35b05f fix: avoid no-invalid-regexp false positive for shadowed RegExp (#​21051) (Pixel)
  • a3172b6 fix: avoid no-control-regex false positive for shadowed RegExp (#​21050) (Pixel)
  • d1f637e fix: parenthesize sequence expression operands in no-implicit-coercion (#​21045) (spokodev)
  • 8859baf fix: avoid prefer-numeric-literals false positive for shadowed globals (#​21047) (한국)
  • a9e5961 fix: use-isnan false positive on shadowed NaN/Number (#​20958) (sethamus)
  • 8a240a7 fix: avoid false positives in radix rule for spread arguments (#​21044) (Pixel)

Documentation

  • c30d808 docs: Update README (GitHub Actions Bot)
  • 5139800 docs: document ESLint migration codemods in v9 and v10 guides (#​20980) (Alex Bit)
  • 04174cb docs: Update README (GitHub Actions Bot)
  • 026e130 docs: update semver policy for bug fixes (#​21048) (Milos Djermanovic)
  • 9d42fef docs: Update README (GitHub Actions Bot)
  • b230159 docs: Update README (GitHub Actions Bot)
  • 0129972 docs: correct **/.js glob to **/*.js in config files guide (#​21036) (EduardF1)

Chores

v10.6.0

Compare Source

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#​20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#​20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#​20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#​21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#​21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#​21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#​21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#​21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#​21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#​21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#​20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#​20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#​20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#​20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#​20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#​20983) (lumir)

Chores

v10.5.0

Compare Source

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#​20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#​20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#​20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#​20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#​20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#​20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#​20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#​20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#​20926) (sethamus)

Chores

v10.4.1

Compare Source

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#​20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#​20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#​20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#​20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#​20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#​20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#​20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#​20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#​20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#​20885) (Milos Djermanovic)

Chores

v10.4.0

Compare Source

Features

  • 1a45ec5 feat: check sequence expressions in for-direction (#​20701) (kuldeep kumar)
  • 450040b feat: add includeIgnoreFile() to eslint/config (#​20735) (Kirk Waiblinger)

Bug Fixes

Documentation

  • 7e52a71 docs: add mention of @eslint-react/eslint-plugin (#​20869) (Pavel)
  • db3468b docs: tweak wording around ambiguous CJS-vs-ESM config (#​20865) (Kirk Waiblinger)
  • 9084664 docs: Update README (GitHub Actions Bot)
  • 9cc7387 docs: Update README (GitHub Actions Bot)
  • 3d7b548 docs: Update README (GitHub Actions Bot)
  • 191ec3c docs: Update README (GitHub Actions Bot)

Chores

  • 6616856 chore: upgrade knip to v6 (#​20875) (Pixel998)
  • d13b084 ci: ensure auto-created MRs run CI (#​20860) (lumir)
  • e71c7af ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 (#​20862) (dependabot[bot])
  • d84393d test: add unit tests for SuppressionsService.applySuppressions() (#​20863) (kuldeep kumar)
  • 24db8cb test: add tests for SuppressionsService.save() (#​20802) (kuldeep kumar)
  • 2ef0549 chore: update ecosystem plugins (#​20857) (github-actions[bot])
  • a429791 ci: remove eslint-webpack-plugin types integration test (#​20668) (Milos Djermanovic)
  • 9e37386 chore: replace recast with range approach in code-sample-minimizer (#​20682) (Copilot)
  • 0dd1f9f test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​20845) (Francesco Trotta)
  • 9da3c7b refactor: remove deprecated meta.language and migrate meta.dialects (#​20716) (Pixel998)
  • 2099ed1 refactor: add meta.defaultOptions to more rules, enable linting (#​20800) (xbinaryx)
  • f1dfbc9 chore: update ecosystem plugins (#​20836) (github-actions[bot])
  • c759413 ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 (#​20843) (dependabot[bot])
  • 5b817d6 test: add unit tests for lib/shared/ast-utils (#​20838) (kuldeep kumar)
  • 1c13ae3 test: add unit tests for lib/shared/severity (#​20835) (kuldeep kumar)

v10.3.0

Compare Source

Features

  • 379571a feat: add suggestions for no-unused-private-class-members (#​20773) (sethamus)

Bug Fixes

  • b6ae5cf fix: handle unavailable require cache (#​20812) (Simon Podlipsky)
  • 6fb3685 fix: rule suggestions cause continuation in class body (#​20787) (Milos Djermanovic)

Documentation

  • 32cc7ab docs: fix typos in docs and comments (#​20809) (Tanuj Kanti)
  • 7f47937 docs: Update README (GitHub Actions Bot)

Chores

  • d32235e ci: use pnpm in eslint-flat-config-utils type integration test (#​20826) (Francesco Trotta)
  • 3ffb14e chore: clean up typos in comments and JSDoc (#​20821) (Pixel998)
  • 22eb58a chore: add missing continue-on-error to ecosystem-tests.yml (#​20818) (Josh Goldberg )
  • 88bf002 ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#​20815) (dependabot[bot])
  • 97c8c33 chore: update ilshidur/action-discord action to v0.4.0 (#​20811) (renovate[bot])
  • 2f58136 chore: pin peter-evans/create-pull-request action to 5f6978f (#​20810) (renovate[bot])
  • 77add7f chore: add initial ecosystem plugin tests workflow (#​19643) (Josh Goldberg )
  • 4023b55 test: Add unit tests for SuppressionsService.prune() (#​20797) (kuldeep kumar)
  • 54080da test: add unit tests for ForkContext (#​20778) (kuldeep kumar)
  • f0e2bcc test: add unit tests for SuppressionsService.suppress() method (#​20765) (kuldeep kumar)
  • a7f0b94 chore: update dependency prettier to v3.8.3 (#​20782) (renovate[bot])
  • 7bf93d9 chore: update TypeScript to v6 (#​20677) (sethamus)
  • b42dd72 ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 (#​20781) (dependabot[bot])
  • 2b252be test: add unit tests for IdGenerator (#​20775) (kuldeep kumar)

v10.2.1

Compare Source

Bug Fixes

  • 14be92b fix: model generator yield resumption paths in code path analysis (#​20665) (sethamus)
  • 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#​20740) (xbinaryx)
  • af764af fix: clarify language and processor validation errors (#​20729) (Pixel998)
  • e251b89 fix: update eslint (#​20715) (renovate[bot])

Documentation

  • ca92ca0 docs: reuse markdown-it instance for markdown filter (#​20768) (Amaresh S M)
  • 57d2ee2 docs: Enable Eleventy incremental mode for watch (#​20767) (Amaresh S M)
  • c1621b9 docs: fix typos in code-path-analyzer.js (#​20700) (Ayush Shukla)
  • 1418d52 docs: Update README (GitHub Actions Bot)
  • 39771e6 docs: Update README (GitHub Actions Bot)
  • 71e0469 docs: fix incomplete JSDoc param description in no-shadow rule (#​20728) (kuldeep kumar)
  • 22119ce docs: clarify scope of for-direction rule with dead code examples (#​20723) (Amaresh S M)
  • 8f3fb77 docs: document meta.docs.dialects (#​20718) (Pixel998)

Chores

  • 7ddfea9 chore: update dependency prettier to v3.8.2 (#​20770) (renovate[bot])
  • fac40e1 ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#​20763) (dependabot[bot])
  • 7246f92 test: add tests for SuppressionsService.load() error handling (#​20734) (kuldeep kumar)
  • 4f34b1e chore: update pnpm/action-setup action to v5 (#​20762) (renovate[bot])
  • 51080eb test: processor service (#​20731) (kuldeep kumar)
  • e7e1889 chore: remove stale babel-eslint10 fixture and test (#​20727) (kuldeep kumar)
  • 4e1a87c test: remove redundant async/await in flat config array tests (#​20722) (Pixel998)
  • 066eabb test: add rule metadata coverage for languages and docs.dialects (#​20717) (Pixel998)

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

  • a2af743 docs: add language to configuration objects (#​20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#​20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#​20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#​20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#​20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#​20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#​20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#​20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#​20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#​20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#​20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#​20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#​20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#​20645) (kuldeep kumar)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

v10.0.3

Compare Source

Bug Fixes

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#​20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#​20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#​20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#​20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#​20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)
  • e8f2104 chore: updates for v9.39.4 release (Jenkins)
  • 5cd1604 refactor: simplify isCombiningCharacter helper (#​20524) (Huáng Jùnliàng)
  • 70ff1d0 chore: eslint-config-eslint require Node ^20.19.0 || ^22.13.0 || >=24 (#​20586) (Milos Djermanovic)
  • e32df71 chore: update eslint-plugin-eslint-comments, remove legacy-peer-deps (#​20576) (Milos Djermanovic)
  • 53ca6ee chore: disable eslint-comments/no-unused-disable rule (#​20578) (Milos Djermanovic)
  • e121895 ci: pin Node.js 25.6.1 (#​20559) (Milos Djermanovic)
  • efc5aef chore: update tsconfig.json in eslint-config-eslint (#​20551) (Francesco Trotta)

v10.0.2

Compare Source

Bug Fixes

  • 2b72361 fix: update ajv to 6.14.0 to address security vulnerabilities (#​20537) (루밀LuMir)

Documentation

  • 13eeedb docs: link rule type explanation to CLI option --fix-type (#​20548) (Mike McCready)
  • 98cbf6b docs: update migration guide per Program range change (#​20534) (Huáng Jùnliàng)
  • 61a2405 docs: add missing semicolon in vars-on-top rule example (#​20533) (Abilash)

Chores

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

v10.0.0

Compare Source

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#​20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#​20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#​20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#​20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#​20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#​20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#​20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#​20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#​20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#​20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#​20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#​20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#​20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#​20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#​20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#​20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#​20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#​20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#​20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#​20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#​20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#​20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#​20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#​20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#​20432) (Milos Djermanovic)
  • f0cafe5 feat: rule tester add assertion option requireData (#​20409) (fnx)
  • f7ab693 feat: output RuleTester test case failure index (#​19976) (ST-DDT)
  • 7cbcbf9 feat: add countThis option to max-params (#​20236) (Gerkin)
  • f148a5e feat: add error assertion options (#​20247) (ST-DDT)
  • 09e6654 feat: update error loc of require-yield and no-useless-constructor (#​20267) (Tanuj Kanti)

Bug Fixes

  • 436b82f fix: update eslint (#​20473) (renovate[bot])
  • 1d29d22 fix: detect default this binding in Array.fromAsync callbacks (#​20456) (Francesco Trotta)
  • 727451e fix: fix regression of global mode report range in strict rule (#​20462) (ntnyq)
  • e80485f fix: remove fake FlatESLint and LegacyESLint exports (#​20460) (Francesco Trotta)
  • 9eeff3b fix: update esquery (#​20423) (cryptnix)
  • b34b938 fix: use Error.prepareStackTrace to estimate failing test location (#​20436) (Francesco Trotta)
  • 51aab53 fix: update eslint (#​20443) (renovate[bot])
  • 23490b2 fix: handle space before colon in RuleTester location estimation (#​20433) (Francesco Trotta)
  • f244dbf fix: use MessagePlaceholderData type from @eslint/core (#​20348) (루밀LuMir)
  • d186f8c fix: update eslint (#​20427) (renovate[bot])
  • 2332262 fix: error location should not modify error message in RuleTester (#​20421) (Milos Djermanovic)
  • ab99b21 fix: ensure filename is passed as third argument to verifyAndFix() (#​20405) (루밀LuMir)
  • 8a60f3b fix: remove ecmaVersion and sourceType from ParserOptions type (#​20415) (Pixel998)
  • eafd727 fix: remove TDZ scope type (#​20231) (jaymarvelz)
  • 39d1f51 fix: correct Scope typings (#​20404) (sethamus)
  • 2bd0f13 fix: update verify and verifyAndFix types (#​20384) (Francesco Trotta)
  • ba6ebfa fix: correct typings for loadESLint() and shouldUseFlatConfig() (#​20393) (루밀LuMir)
  • e7673ae fix: correct RuleTester typings (#​20105) (Pixel998)
  • 53e9522 fix: strict removed formatters check (#​20241) (ntnyq)
  • b017f09 fix: correct no-restricted-import messages (#​20374) (Francesco Trotta)

Documentation

  • e978dda docs: Update README (GitHub Actions Bot)
  • 4cecf83 docs: Update README (GitHub Actions Bot)
  • c79f0ab docs: Update README (GitHub Actions Bot)
  • 773c052 docs: Update README (GitHub Actions Bot)
  • f2962e4 docs: document meta.docs.frozen property (#​20475) (Pixel998)
  • 8e94f58 docs: fix broken anchor links from gerund heading updates (#​20449) (Copilot)
  • 1495654 docs: Update README (GitHub Actions Bot)
  • 0b8ed5c docs: document support for :is selector alias (#​20454) (sethamus)
  • 1c4b33f docs: Document policies about ESM-only dependencies (#​20448) (Milos Djermanovic)
  • 3e5d38c docs: add missing indentation space in rule example (#​20446) (fnx)
  • 63a0c7c docs: Update README (GitHub Actions Bot)
  • 65ed0c9 docs: Update README (GitHub Actions Bot)
  • b0e4717 docs: [no-await-in-loop] Expand inapplicability (#​20363) (Niklas Hambüchen)
  • fca421f docs: Update README (GitHub Actions Bot)
  • d925c54 docs: update config syntax in no-lone-blocks (#​20413) (Pixel998)
  • 7d5c95f docs: remove redundant sourceType: "module" from rule examples (#​20412) (Pixel998)
  • 02e7e71 docs: correct .mts glob pattern in files with extensions example (#​20403) (Ali Essalihi)
  • 264b981 docs: Update README (GitHub Actions Bot)
  • 5a4324f docs: clarify "local" option of no-unused-vars (#​20385) (Milos Djermanovic)
  • e593aa0 docs: improve clarity, grammar, and wording in documentation site README (#​20370) (Aditya)
  • 3f5062e docs: Add messages property to rule meta documentation (#​20361) (Sabya Sachi)
  • 9e5a5c2 docs: remove Examples headings from rule docs (#​20364) (Milos Djermanovic)
  • 194f488 docs: Update README (GitHub Actions Bot)
  • 0f5a94a docs: [class-methods-use-this] explain purpose of rule (#​20008) (Kirk Waiblinger)
  • df5566f docs: add Options section to all rule docs (#​20296) (sethamus)
  • adf7a2b docs: no-unsafe-finally note for generator functions (#​20330) (Tom Pereira)
  • ef7028c docs: Update README (GitHub Actions Bot)
  • fbae5d1 docs: consistently use "v10.0.0" in migration guide (#​20328) (Pixel998)
  • 778aa2d docs: ignoring default file patterns (#​20312) (Tanuj Kanti)
  • 4b5dbcd docs: reorder v10 migration guide (#​20315) (Milos Djermanovic)
  • 5d84a73 docs: Update README (GitHub Actions Bot)
  • 37c8863 docs: fix incorrect anchor link in v10 migration guide (#​20299) (Pixel998)
  • 077ff02 docs: add migrate-to-10.0.0 doc (#​20143) (唯然)
  • 3822e1b docs: Update README (GitHub Actions Bot)
  • 9f08712 Build: changelog update for 10.0.0-rc.2 (Jenkins)
  • 1e2c449 Build: changelog update for 10.0.0-rc.1 (Jenkins)
  • c4c72a8 Build: changelog update for 10.0.0-rc.0 (Jenkins)
  • 7e4daf9 Build: changelog update for 10.0.0-beta.0 (Jenkins)
  • a126a2a build: add .scss files entry to knip (#​20389) (Francesco Trotta)
  • f5c0193 Build: changelog update for 10.0.0-alpha.1 (Jenkins)
  • 165326f Build: changelog update for 10.0.0-alpha.0 (Jenkins)

Chores

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#​20381) (sethamus)

Chores

v9.39.1

Compare Source

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#​20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#​20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

v9.39.0

Compare Source

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#​20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#​20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#​20245) (jaymarvelz)

Bug Fixes

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#​20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#​20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#​20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#​20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#​20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#​20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#​20222) (sethamus)

Chores

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

Features

  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg )
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)

Chores

v9.34.0

Compare Source

Features

  • 0bb777a feat: multithread linting (#​19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#​19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#​20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#​20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#​20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#​20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#​20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#​20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#​19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

v9.33.0

Compare Source

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#​19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#​19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#​19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#​19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#​19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#​19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#​19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a MR (#​19974) (Nicholas C. Zakas)
  • 27fa865 build: use ESLint class to generate formatter examples (#​19972) (Milos Djermanovic)

Chores

v9.32.0

Compare Source

Features

Bug Fixes

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#​19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#​19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#​19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#​19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#​19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#​19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#​19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#​19943) (Milos Djermanovic)

v9.31.0

Compare Source

Features

  • 35cf44c feat: output full actual location in rule tester if different (#​19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#​19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#​19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#​19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#​19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#​19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#​19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#​19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#​19902) (Nicholas C. Zakas)

Chores

v9.30.1

Compare Source

Bug Fixes

  • e91bb87 fix: allow separate default and named type imports (#​19899) (xbinaryx)

Documentation

Chores

v9.30.0

Compare Source

Features

  • 52a5fca feat: Support basePath property in config objects (#​19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#​19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#​19831) (루밀LuMir)

Bug Fixes

  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#​19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#​19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#​19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#​19865) (TKDev7)

Documentation

  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#​19887) (ntnyq)
  • 20158b0 docs: typo in comment for unused variables handling (#​19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#​19873) (0-20)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#​19866) (Bryan Mishkin)

Chores

v9.29.0

Compare Source

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#​19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#​19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#​19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#​19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#​19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#​19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#​19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#​19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#​19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#​19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#​19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#​19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#​19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#​19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#​19748) (Jennifer Davis)

Chores

v9.28.0

Compare Source

Features

  • b0674be feat: Customization of serialization for languageOptions (#​19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#​19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#​19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#​19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#​19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#​19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#​19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#​19755) (sethamus)

Bug Fixes

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#​19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#​19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#​19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#​19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#​19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#​19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#​19727) (Mike DiDomizio)

Chores

v9.27.0

Compare Source

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#​19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#​19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#​19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#​19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#​19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#​19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#​19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#​19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#​19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#​19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#​19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#​19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#​19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#​19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#​19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#​19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#​19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#​19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#​19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

v9.26.0

Compare Source

Features

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

v9.25.1

Compare Source

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#​19639) (sethamus)

Chores

v9.25.0

Compare Source

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

  • ca7a735 docs: update no-undef-init when not to use section (#​19624) (Tanuj Kanti)
  • 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)
  • f80b746 docs: add known limitations for no-self-compare (#​19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores

v9.24.0

Compare Source

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)
  • 366e369 build: re-enable Prettier formatting for package.json files (#​19569) (Francesco Trotta)

Chores

v9.23.0

Compare Source

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)
  • f4e9c5f fix: allow RuleTester to test files inside node_modules/ (#​19499) (fisker Cheung)

Documentation

  • 2357edd build: exclude autogenerated files from Prettier formatting (#​19548) (Francesco Trotta)

Chores

v9.22.0

Compare Source

Features

  • 7ddb095 feat: Export defineConfig, globalIgnores (#​19487) (Nicholas C. Zakas)

Bug Fixes

  • 19c0127 fix: improve message for no-console suggestions (#​19483) (Francesco Trotta)
  • 49e624f fix: improve error message for falsy parsed JS AST (#​19458) (Josh Goldberg )

Documentation

  • 86c5f37 docs: Update README (GitHub Actions Bot)
  • fbdeff0 docs: Update README (GitHub Actions Bot)
  • c9e8510 docs: generate deprecation notice in TSDoc comments from rule metadata (#​19461) (Francesco Trotta)
  • 2f386ad docs: replace var with const in rule examples (#​19469) (Tanuj Kanti)
  • 0e688e3 docs: Update README (GitHub Actions Bot)
  • 06b596d docs: Restore the carrot to the position where the search input was lost (#​19459) (Amaresh S M)

Chores

v9.21.0

Compare Source

Features

Bug Fixes

  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)

Documentation

  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)

Chores

  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg )
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features

  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)

Bug Fixes

  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)

Documentation

  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)

Chores

v9.19.0

Compare Source

Features

  • 1637b8e feat: add --report-unused-inline-configs (#​19201) (Josh Goldberg )

Bug Fixes

  • aae6717 fix: sync rule type header comments automatically (#​19276) (Francesco Trotta)

Documentation

  • cfea9ab docs: Clarify overrideConfig option (#​19370) (Nicholas C. Zakas)
  • 2b84f66 docs: Update README (#​19362) (Nicholas C. Zakas)
  • 044f93c docs: clarify frozen rule description (#​19351) (Pavel)
  • 797ee7c docs: fix Bluesky links (#​19368) (Milos Djermanovic)
  • 81a9c0e docs: Update README (GitHub Actions Bot)
  • 093fb3d docs: replace var with let and const in rule examples (#​19365) (Tanuj Kanti)
  • 417de32 docs: replace var with const in rule examples (#​19352) (jj)
  • 17f2aae docs: update getting-started config to match default generated config (#​19308) (0xDev)
  • 8a0a5a8 docs: better global ignores instruction (#​19297) (Jacopo Marrone)
  • 6671a2c docs: Update README (GitHub Actions Bot)
  • e39d3f2 docs: fix divider for rule category (#​19264) (Tanuj Kanti)
  • e0cf53f docs: fix search result box position for small screens (#​19328) (Tanuj Kanti)
  • f92a680 docs: replace var with let or const in rule examples (#​19331) (Ravi Teja Kolla)
  • b04b84b docs: revert accidental changes in TS config files docs (#​19336) (Francesco Trotta)

Chores

v9.18.0

Compare Source

Features

  • e84e6e2 feat: Report allowed methods for no-console rule (#​19306) (Anna Bocharova)
  • 8efc2d0 feat: unflag TypeScript config files (#​19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#​19272) (Milos Djermanovic)

Bug Fixes

Documentation

  • d9c23c5 docs: replace var with const in rule examples (#​19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#​18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#​19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#​19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#​19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#​19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#​19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#​19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#​19315) (Amaresh S M)
  • db574c4 docs: add missing backticks to no-void (#​19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#​19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#​19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#​19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#​19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#​19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#​19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#​19300) (Josh Goldberg )
  • 8e00305 docs: replace var with const in rule examples (#​19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#​19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#​19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#​19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#​19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#​19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#​19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#​19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#​19288) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#​19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#​19287) (Tanuj Kanti)
  • 5db226f docs: add missing backticks in various parts of the documentation (#​19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#​19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#​19262) (Milos Djermanovic)
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#​19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#​19252) (Amaresh S M)
  • c5f3d7d docs: Update README (GitHub Actions Bot)

Chores

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg )
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#​19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#​19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#​19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#​19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#​19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#​19185) (folortin)

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

Features

  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#​19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#​17656) (Josh Goldberg )
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#​19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#​19095) (Francesco Trotta)

Bug Fixes

Documentation

  • d927920 docs: fix styles in no-js mode (#​18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#​19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#​19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#​19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#​19090) (Marco Pasqualetti)

Chores

v9.14.0

Compare Source

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#​19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#​19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#​19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#​19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#​19035) (Livia Medeiros)

Documentation

Chores

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)

Chores

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)
  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

Features

  • 301b90d feat: Add types (#​18854) (Nicholas C. Zakas)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#​18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#​18836) (Brett Zamir)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#​18837) (Tanuj Kanti)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#​18754) (Tanuj Kanti)

Documentation

  • bee0e7a docs: update README (#​18865) (Milos Djermanovic)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#​18857) (Milos Djermanovic)
  • 156b1c3 docs: Update README (GitHub Actions Bot)
  • f6fdef9 docs: Update README (GitHub Actions Bot)
  • a20c870 docs: Update README (GitHub Actions Bot)
  • 90e699b docs: Update README (GitHub Actions Bot)

Chores

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)

Documentation

Chores

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#​18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#​18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#​18711) (Milos Djermanovic)

Documentation

Chores

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

Features

  • e2b16e2 feat: Implement feature flags (#​18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#​18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#​18628) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#​18609) (Kirk Waiblinger)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#​18608) (Kirk Waiblinger)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#​18593) (Milos Djermanovic)

Documentation

  • 13dbecd docs: Limit search to just docs (#​18627) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#​18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d50db7b docs: Update vscode-eslint info (#​18595) (Nicholas C. Zakas)

Chores

v9.5.0

Compare Source

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#​18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#​18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#​18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#​18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#​18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#​18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#​18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#​18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#​18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#​18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#​18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#​18561) (Nicholas C. Zakas)
  • eb440fc docs: specifying files with arbitrary or no extension (#​18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#​18530) (Nicholas C. Zakas)
  • d16a659 docs: add link to migration guide for --ext CLI option (#​18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#​18535) (Milos Djermanovic)

Chores

v9.4.0

Compare Source

Features

  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#​17528) (Nitin Kumar)

Bug Fixes

  • f6534d1 fix: skip processor code blocks that match only universal patterns (#​18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#​18515) (Ali Rezvani)
  • 389744b fix: use @eslint/config-inspector@latest (#​18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#​18473) (Milos Djermanovic)

Documentation

Chores

v9.3.0

Compare Source

Features

  • b32153c feat: add overrides.namedExports to func-style rule (#​18444) (Percy Ma)
  • b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#​18431) (Akul Srivastava)
  • 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#​18208) (Francesco Trotta)
  • 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#​18435) (唯然)
  • db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#​18222) (Kirk Waiblinger)

Bug Fixes

  • 8db0eff fix: Improve config error messages (#​18457) (Nicholas C. Zakas)
  • 5c28d9a fix: don't remove comments between key and value in object-shorthand (#​18442) (Kuba Jastrzębski)
  • 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#​18438) (dalaoshu)
  • 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#​18416) (Milos Djermanovic)

Documentation

  • ceada8c docs: explain how to use "tsc waiting" label (#​18466) (Francesco Trotta)
  • 62e686c docs: Add troubleshooting info for plugin compatibility (#​18451) (Nicholas C. Zakas)
  • e17e1c0 docs: Update README (GitHub Actions Bot)
  • 2465a1e docs: Update README (GitHub Actions Bot)
  • d23574c docs: Clarify usage of no-unreachable with TypeScript (#​18445) (benj-dobs)
  • 1db9bae docs: Fix typos (#​18443) (Frieder Bluemle)
  • 7065196 docs: Update README (GitHub Actions Bot)
  • 04e7c6e docs: update deprecation notice of no-return-await (#​18433) (Tanuj Kanti)
  • e763512 docs: Link global ignores section in config object property list (#​18430) (MaoShizhong)
  • ac7f718 docs: reflect release of v9 in config migration guide (#​18412) (Peter Briggs)
  • 0de0909 docs: fix grammar in configuration file resolution (#​18419) (Mike McCready)

Chores

v9.2.0

Compare Source

Features

  • 8485d76 feat: no-case-declarations add suggestions (#​18388) (Josh Goldberg )
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#​18375) (Francesco Trotta)

Bug Fixes

  • eeec413 fix: do not throw when defining a global named defineSetter (#​18364) (唯然)

Documentation

  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 1579ce0 docs: update wording regarding indirect eval (#​18394) (Kirk Waiblinger)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#​18383) (唯然)

Chores

v9.1.1

Compare Source

Bug Fixes

v9.1.0

Compare Source

Features

Bug Fixes

  • 8d18958 fix: Remove name from eslint/js packages (#​18368) (Nicholas C. Zakas)
  • 594eb0e fix: do not crash on error in fs.walk filter (#​18295) (Francesco Trotta)
  • 0d8cf63 fix: EMFILE errors (#​18313) (Nicholas C. Zakas)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#​18306) (Nicholas C. Zakas)
  • 09675e1 fix: --no-ignore should not apply to non-global ignores (#​18334) (Milos Djermanovic)

Documentation

  • fb50077 docs: include notes about globals in migration-guide (#​18356) (Gabriel Rohden)
  • 71c771f docs: Fix missing accessible name for scroll-to-top link (#​18329) (Germán Freixinós)
  • 200fd4e docs: indicate eslintrc mode for .eslintignore (#​18285) (Francesco Trotta)
  • 16b6a8b docs: Update README (GitHub Actions Bot)
  • df5f8a9 docs: paths and patterns difference in no-restricted-imports (#​18273) (Tanuj Kanti)
  • c537d76 docs: update npm init @&#8203;eslint/config generated file names (#​18298) (唯然)
  • e1e305d docs: fix linebreak-style examples (#​18262) (Francesco Trotta)
  • 113f51e docs: Mention package.json config support dropped (#​18305) (Nicholas C. Zakas)
  • 5c35321 docs: add eslintrc-only note to --rulesdir (#​18281) (Adam Lui 刘展鹏)
  • 1fa6622 build: do not use --force flag to install dependencies (#​18284) (Francesco Trotta)

Chores

v9.0.0

Compare Source

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#​18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#​18167) (Nicholas C. Zakas)
  • 79a95eb feat!: disallow multiple configuration comments for same rule (#​18157) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#​18073) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#​18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#​17654) (fnx)
  • 1a94589 feat!: no-unused-vars default caughtErrors to 'all' (#​18043) (Josh Goldberg )
  • 57089cb feat!: no-restricted-imports allow multiple config entries for same path (#​18021) (Milos Djermanovic)
  • 2e1d549 feat!: detect duplicate test cases (#​17955) (Bryan Mishkin)
  • 701f1af feat!: no-inner-declaration new default behaviour and option (#​17885) (Tanuj Kanti)
  • bde5105 fix!: handle --output-file for empty output when saving to disk (#​17957) (Nitin Kumar)
  • 07107a5 fix!: upgrade eslint-scope@​8.0.0 (#​17942) (Milos Djermanovic)
  • 3ee0f6c fix!: no-unused-vars varsIgnorePattern behavior with catch arguments (#​17932) (Tanuj Kanti)
  • 51f8bc8 fix!: configuration comments with just severity should retain options (#​17945) (Milos Djermanovic)
  • d191bdd feat!: Remove CodePath#currentSegments (#​17936) (Milos Djermanovic)
  • 946ae00 feat!: FlatRuleTester -> RuleTester (#​17922) (Nicholas C. Zakas)
  • baff28c feat!: remove no-inner-declarations from eslint:recommended (#​17920) (Milos Djermanovic)
  • cadfbcd feat!: Rename FlatESLint to ESLint (#​17914) (Nicholas C. Zakas)
  • d1018fc feat!: skip running warnings in --quiet mode (#​17274) (Maddy Miller)
  • fb81b1c feat!: Set default schema: [], drop support for function-style rules (#​17792) (Milos Djermanovic)
  • 0b21e1f feat!: add two more cases to no-implicit-coercion (#​17832) (Gürgün Dayıoğlu)
  • 2916c63 feat!: Switch Linter to flat config by default (#​17851) (Nicholas C. Zakas)
  • 200518e fix!: Parsing 'exported' comment using parseListConfig (#​17675) (amondev)
  • bdd6ba1 feat!: Remove valid-jsdoc and require-jsdoc (#​17694) (Nicholas C. Zakas)
  • 12be307 fix!: Behavior of CLI when no arguments are passed (#​17644) (Nicholas C. Zakas)
  • 8fe8c56 feat!: Update shouldUseFlatConfig and CLI so flat config is default (#​17748) (Nicholas C. Zakas)
  • 60dea3e feat!: deprecate no-new-symbol, recommend no-new-native-nonconstructor (#​17710) (Francesco Trotta)
  • 5aa9c49 feat!: check for parsing errors in suggestion fixes (#​16639) (Bryan Mishkin)
  • b3e0bb0 feat!: assert suggestion messages are unique in rule testers (#​17532) (Josh Goldberg )
  • e563c52 feat!: no-invalid-regexp make allowConstructorFlags case-sensitive (#​17533) (Josh Goldberg )
  • e5f02c7 fix!: no-sequences rule schema correction (#​17878) (MHO)
  • 6ee3e9e feat!: Update eslint:recommended configuration (#​17716) (Milos Djermanovic)
  • c2cf85a feat!: drop support for string configurations in flat config array (#​17717) (Milos Djermanovic)
  • c314fd6 feat!: Remove SourceCode#getComments() (#​17715) (Milos Djermanovic)
  • ae78ff1 feat!: Remove deprecated context methods (#​17698) (Nicholas C. Zakas)
  • f71c328 feat!: Swap FlatESLint-ESLint, FlatRuleTester-RuleTester in API (#​17823) (Nicholas C. Zakas)
  • 5304da0 feat!: remove formatters except html, json(-with-metadata), and stylish (#​17531) (Josh Goldberg )
  • e1e827f feat!: Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#​17725) (Milos Djermanovic)

Features

  • d54a412 feat: Add --inspect-config CLI flag (#​18270) (Nicholas C. Zakas)
  • 97ce45b feat: Add reportUsedIgnorePattern option to no-unused-vars rule (#​17662) (Pearce Ropion)
  • 3e9fcea feat: Show config names in error messages (#​18256) (Nicholas C. Zakas)
  • de40874 feat: Rule Performance Statistics for flat ESLint (#​17850) (Mara Kiefer)
  • d85c436 feat: use-isnan report NaN in indexOf and lastIndexOf with fromIndex (#​18225) (Tanuj Kanti)
  • b8fb572 feat: add reportUnusedFallthroughComment option to no-fallthrough rule (#​18188) (Kirk Waiblinger)
  • 1c173dc feat: add ignoreClassWithStaticInitBlock option to no-unused-vars (#​18170) (Tanuj Kanti)
  • a451b32 feat: make no-misleading-character-class report more granular errors (#​18082) (Francesco Trotta)
  • c49ed63 feat: update complexity rule for optional chaining & default values (#​18152) (Mathias Schreck)
  • 11144a2 feat: no-restricted-imports option added allowImportNames (#​16196) (M Pater)
  • 74124c2 feat: add suggestions to use-isnan in indexOf & lastIndexOf calls (#​18063) (StyleShit)
  • 53f0f47 feat: Add loadESLint() API method for v9 (#​18097) (Nicholas C. Zakas)
  • 2d11d46 feat: add suggestions to use-isnan in binary expressions (#​17996) (StyleShit)
  • 26093c7 feat: fix false negatives in no-this-before-super (#​17762) (Yosuke Ota)
  • 5471e43 feat: convert unsafe autofixes to suggestions in no-implicit-coercion (#​17985) (Gürgün Dayıoğlu)
  • e3051be feat: emit warning when .eslintignore file is detected (#​17952) (Nitin Kumar)
  • a630edd feat: maintain latest ecma version in ESLint (#​17958) (Milos Djermanovic)
  • b4e0503 feat: add no-useless-assignment rule (#​17625) (Yosuke Ota)
  • 287c4b7 feat: no-misleading-character-class granular errors (#​17515) (Josh Goldberg )
  • 8792464 feat: Enable eslint.config.mjs and eslint.config.cjs (#​17909) (Nicholas C. Zakas)
  • 24ce927 feat: warn by default for unused disable directives (#​17879) (Bryan Mishkin)

Bug Fixes

  • 610c148 fix: Support using declarations in no-lone-blocks (#​18269) (Kirk Waiblinger)
  • e508800 fix: rule tester ignore irrelevant test case properties (#​18235) (fnx)
  • a129acb fix: flat config name on ignores object (#​18258) (Nicholas C. Zakas)
  • dadc5bf fix: constructor-super false positives with loops (#​18226) (Milos Djermanovic)
  • ae8103d fix: load plugins in the CLI in flat config mode (#​18185) (Francesco Trotta)
  • e37153f fix: improve error message for invalid rule config (#​18147) (Nitin Kumar)
  • af6e170 fix: stop linting files after an error (#​18155) (Francesco Trotta)
  • 0cb4914 fix: validate options when comment with just severity enables rule (#​18133) (Milos Djermanovic)
  • c4d26fd fix: use-isnan doesn't report on SequenceExpressions (#​18059) (StyleShit)
  • 39076fb fix: handle absolute file paths in RuleTester (#​17989) (Nitin Kumar)
  • 6d11f3d fix: Ensure config keys are printed for config errors (#​17980) (Nicholas C. Zakas)
  • 806f708 fix: no-misleading-character-class edge cases with granular errors (#​17970) (Milos Djermanovic)
  • f182114 fix: deep merge behavior in flat config (#​17906) (Francesco Trotta)
  • b577e8a fix: allow circular references in config (#​17752) (Francesco Trotta)

Documentation

  • e151050 docs: update get-started to the new @eslint/create-config (#​18217) (唯然)
  • 94178ad docs: mention about name field in flat config (#​18252) (Anthony Fu)
  • 1765c24 docs: add Troubleshooting page (#​18181) (Josh Goldberg )
  • 96607d0 docs: version selectors synchronization (#​18260) (Milos Djermanovic)
  • 651ec91 docs: remove /* eslint-env */ comments from rule examples (#​18249) (Milos Djermanovic)
  • 950c4f1 docs: Update README (GitHub Actions Bot)
  • 12f5746 docs: add info about dot files and dir in flat config (#​18239) (Tanuj Kanti)
  • b93f408 docs: update shared settings example (#​18251) (Tanuj Kanti)
  • 26384d3 docs: fix ecmaVersion in one example, add checks (#​18241) (Milos Djermanovic)
  • 7747097 docs: Update MR review process (#​18233) (Nicholas C. Zakas)
  • b07d427 docs: fix typo (#​18246) (Kirill Gavrilov)
  • 778082d docs: add Glossary page (#​18187) (Josh Goldberg )
  • 239a7e2 docs: Clarify the description of sort-imports options (#​18198) (gyeongwoo park)
  • 4769c86 docs: fix incorrect example in no-lone-blocks (#​18215) (Tanuj Kanti)
  • 5251327 docs: Update README (GitHub Actions Bot)
  • 1dc8618 docs: Update README (GitHub Actions Bot)
  • ba1c1bb docs: Update README (GitHub Actions Bot)
  • 337cdf9 docs: Explain limitations of RuleTester fix testing (#​18175) (Nicholas C. Zakas)
  • c7abd89 docs: Explain Node.js version support (#​18176) (Nicholas C. Zakas)
  • d961eeb docs: show red underlines in examples in rules docs (#​18041) (Yosuke Ota)
  • 558274a docs: Update README (GitHub Actions Bot)
  • 2908b9b docs: Update release documentation (#​18174) (Nicholas C. Zakas)
  • 1f1260e docs: replace HackerOne link with GitHub advisory (#​18165) (Francesco Trotta)
  • e5ef3cd docs: add inline cases condition in no-fallthrough (#​18158) (Tanuj Kanti)
  • 450d0f0 docs: fix ignore option docs (#​18154) (Francesco Trotta)
  • 5fe095c docs: show v8.57.0 as latest version in dropdown (#​18142) (Milos Djermanovic)
  • 7db5bb2 docs: Show prerelease version in dropdown (#​18135) (Nicholas C. Zakas)
  • 73a5f06 docs: Update README (GitHub Actions Bot)
  • f95cd27 docs: Disallow multiple rule configuration comments in the same example (#​18116) (Milos Djermanovic)
  • d8068ec docs: Update link for schema examples (#​18112) (Svetlana)
  • f1c7e6f docs: Switch to Ethical Ads (#​18090) (Strek)
  • 15c143f docs: JS Foundation -> OpenJS Foundation in MR template (#​18092) (Nicholas C. Zakas)
  • 6ea339e docs: add stricter rule test validations to v9 migration guide (#​18085) (Milos Djermanovic)
  • 3c816f1 docs: use relative link from CLI to core concepts (#​18083) (Milos Djermanovic)
  • 9458735 docs: fix malformed eslint config comments in rule examples (#​18078) (Francesco Trotta)
  • 07a1ada docs: link from --fix CLI doc to the relevant core concept (#​18080) (Bryan Mishkin)
  • b844324 docs: Update team responsibilities (#​18048) (Nicholas C. Zakas)
  • aadfb60 docs: document languageOptions and other v9 changes for context (#​18074) (fnx)
  • 857e242 docs: tweak explanation for meta.docs rule properties (#​18057) (Bryan Mishkin)
  • 10485e8 docs: recommend messageId over message for reporting rule violations (#​18050) (Bryan Mishkin)
  • 98b5ab4 docs: Update README (GitHub Actions Bot)
  • 505fbf4 docs: update no-restricted-imports rule (#​18015) (Tanuj Kanti)
  • c25b4af docs: Update README (GitHub Actions Bot)
  • 33d1ab0 docs: add more examples to flat config ignores docs (#​18020) (Milos Djermanovic)
  • e6eebca docs: Update sort-keys options properties count (#​18025) (LB (Ben Johnston))
  • 1fedfd2 docs: Improve flat config ignores docs (#​17997) (Nicholas C. Zakas)
  • 38b9b06 docs: update valid-typeof rule (#​18001) (Tanuj Kanti)
  • b4abfea docs: Update note about ECMAScript support (#​17991) (Francesco Trotta)
  • 6788873 docs: Update release blog post template (#​17994) (Nicholas C. Zakas)
  • 1f37442 docs: Add sections on non-npm plugin configuration (#​17984) (Nicholas C. Zakas)
  • 96307da docs: migration guide entry for no-inner-declarations (#​17977) (Tanuj Kanti)
  • 40be60e docs: Update README (GitHub Actions Bot)
  • d31c180 docs: fix number of code-path events on custom rules page (#​17969) (Richard Hunter)
  • 1529ab2 docs: reorder entries in v9 migration guide (#​17967) (Milos Djermanovic)
  • 9507525 docs: Explain how to combine configs (#​17947) (Nicholas C. Zakas)
  • 7c78576 docs: Add more removed context methods to migrate to v9 guide (#​17951) (Milos Djermanovic)
  • 3a877d6 docs: Update removed CLI flags migration (#​17939) (Nicholas C. Zakas)
  • 4a9cd1e docs: Update Linter API for v9 (#​17937) (Milos Djermanovic)
  • 2a8eea8 docs: update docs for v9.0.0-alpha.0 (#​17929) (Milos Djermanovic)
  • 7f0ba51 docs: show NEXT in version selectors (#​17911) (Milos Djermanovic)
  • 0a7911e docs: add flat config default to v9 migration guide (#​17927) (Milos Djermanovic)
  • 94f8065 docs: Add CLI updates to migrate to v9 guide (#​17924) (Nicholas C. Zakas)
  • 16187f2 docs: Add exported and string config notes to migrate to v9 guide (#​17926) (Nicholas C. Zakas)
  • 3ae50cc docs: Add RuleTester changes to migrate to v9 guide (#​17923) (Nicholas C. Zakas)
  • 0831b58 docs: add rule changes to v9 migration guide (#​17925) (Milos Djermanovic)
  • 037abfc docs: update API docs (#​17919) (Milos Djermanovic)
  • afc3c03 docs: add function-style and meta.schema changes to v9 migration guide (#​17912) (Milos Djermanovic)
  • 1da0723 docs: update eslint:recommended section in Migrate to v9.x (#​17908) (Milos Djermanovic)
  • f55881f docs: remove configuration-files-new.md (#​17907) (Milos Djermanovic)
  • 63ae191 docs: Migrate to v9.0.0 (#​17905) (Nicholas C. Zakas)
  • e708496 docs: Switch to flat config by default (#​17840) (Nicholas C. Zakas)
  • fdf0424 docs: Update Create a Plugin for flat config (#​17826) (Nicholas C. Zakas)
  • e6a91bd docs: Switch shareable config docs to use flat config (#​17827) (Nicholas C. Zakas)
  • 3831fb7 docs: updated examples of max-lines rule (#​17898) (Tanuj Kanti)
  • cd1ac20 docs: Update README (GitHub Actions Bot)
  • 26010c2 Build: changelog update for 9.0.0-rc.0 (Jenkins)
  • b91f9dc build: fix TypeError in prism-eslint-hooks.js (#​18209) (Francesco Trotta)
  • d7ec0d1 Build: changelog update for 9.0.0-beta.2 (Jenkins)
  • fd9c0a9 Build: changelog update for 9.0.0-beta.1 (Jenkins)
  • c9f2f33 build: changelog update for 8.57.0 (#​18144) (Milos Djermanovic)
  • 1bbc495 Build: changelog update for 9.0.0-beta.0 (Jenkins)
  • 96f8877 Build: changelog update for 9.0.0-alpha.2 (Jenkins)
  • 52d5e7a Build: changelog update for 9.0.0-alpha.1 (Jenkins)
  • c2bf27d build: update docs files when publishing prereleases (#​17940) (Milos Djermanovic)
  • e91d85d Build: changelog update for 9.0.0-alpha.0 (Jenkins)

Chores


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Mend Renovate.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | dependencies | major | [`^8.57.1` → `^10.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/10.8.0) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v10.8.0`](https://github.com/eslint/eslint/releases/tag/v10.8.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.7.0...v10.8.0) #### Features - [`2fee9bb`](https://github.com/eslint/eslint/commit/2fee9bb7416116cbed4d8c8100b1ae713b6356a1) feat: export `ConfigObject` from `eslint/config` ([#&#8203;21082](https://github.com/eslint/eslint/issues/21082)) (sethamus) #### Bug Fixes - [`6b8d2f7`](https://github.com/eslint/eslint/commit/6b8d2f7589b8a7c8b91b8ca2a2ef6d46178760d8) fix: escape reserved characters in rule id in `html` formatter ([#&#8203;21129](https://github.com/eslint/eslint/issues/21129)) (Francesco Trotta) - [`9091071`](https://github.com/eslint/eslint/commit/90910715011211a20d011d807d398a7005127f35) fix: prevent `no-unreachable-loop` crash when all loop types are ignored ([#&#8203;21116](https://github.com/eslint/eslint/issues/21116)) (Pixel) - [`e23fafe`](https://github.com/eslint/eslint/commit/e23fafe8d4b15355adef6cdebef414c3a2019454) fix: prefer-object-spread add semicolon when adding parenthesis ([#&#8203;21081](https://github.com/eslint/eslint/issues/21081)) (synthex-byte) - [`20b5ad0`](https://github.com/eslint/eslint/commit/20b5ad052360a443786a202e94624a3f81846511) fix: quadratic-time regex in `prefer-template` ([#&#8203;21096](https://github.com/eslint/eslint/issues/21096)) (Milos Djermanovic) - [`8b6f6c0`](https://github.com/eslint/eslint/commit/8b6f6c0b33411f34485512456d94f221daf7321f) fix: apply ignore configs to computed methods in class-methods-use-this ([#&#8203;21094](https://github.com/eslint/eslint/issues/21094)) (Pixel) - [`b2c608c`](https://github.com/eslint/eslint/commit/b2c608c014a396800a24a89343265d0616bee2d8) fix: NewExpression with parenthesized callee in `preserve-caught-error` ([#&#8203;21083](https://github.com/eslint/eslint/issues/21083)) (Francesco Trotta) #### Documentation - [`6ddf858`](https://github.com/eslint/eslint/commit/6ddf8587e5cfeeb7328332601bb76d98b8a198ea) docs: fix broken Specify Parser Options anchor link ([#&#8203;21106](https://github.com/eslint/eslint/issues/21106)) (Minsu) - [`784dfbe`](https://github.com/eslint/eslint/commit/784dfbe98f0222426fd200153a5ce2e5624151f0) docs: Clarify `no-eq-null` description ([#&#8203;21120](https://github.com/eslint/eslint/issues/21120)) (Park Harin) - [`7ec733a`](https://github.com/eslint/eslint/commit/7ec733a3ba5acb053a73ac656030a3879aa48fda) docs: Fix typos and grammar in glossary ([#&#8203;21095](https://github.com/eslint/eslint/issues/21095)) (Marry (Subin Yang)) - [`92bb13f`](https://github.com/eslint/eslint/commit/92bb13f13065db72d62454b9830d3ae52db15c76) docs: replace quake link ([#&#8203;21108](https://github.com/eslint/eslint/issues/21108)) (Jung Hyeon Jun) - [`68eb4a5`](https://github.com/eslint/eslint/commit/68eb4a57572409dbdcfeb3bc5c92ddbba46bc770) docs: fix broken Specify Globals anchor links in rule pages ([#&#8203;21103](https://github.com/eslint/eslint/issues/21103)) (Minsu) - [`d28f697`](https://github.com/eslint/eslint/commit/d28f697e0d32d7446c825fd89c362db028450134) docs: replace Code Climate CLI links with Qlty CLI links ([#&#8203;21099](https://github.com/eslint/eslint/issues/21099)) (Jung Hyeon Jun) - [`eccc68d`](https://github.com/eslint/eslint/commit/eccc68d42564e46bc9020d19ec52d2988f3b7bfa) docs: correct --suppressions-location option description ([#&#8203;21093](https://github.com/eslint/eslint/issues/21093)) (Ga eun Lee) - [`c5963f7`](https://github.com/eslint/eslint/commit/c5963f74bfa82a5b7ccc0607dcdcc695b8c97a31) docs: Update README (GitHub Actions Bot) #### Chores - [`4fbf46d`](https://github.com/eslint/eslint/commit/4fbf46d140120ae838db08cbe49544c985956490) test: pin `webpack` version to 5.108.4 ([#&#8203;21137](https://github.com/eslint/eslint/issues/21137)) (Francesco Trotta) - [`2d063e2`](https://github.com/eslint/eslint/commit/2d063e224e9bb0ccb0a28c120f7e380a8d62f320) chore: update HTTP URLs to HTTPS in JSDoc and comments ([#&#8203;21101](https://github.com/eslint/eslint/issues/21101)) (Bo Hyun Kim) - [`eccbe7b`](https://github.com/eslint/eslint/commit/eccbe7bc9257a6c99880468e452c8dfafbf47f74) test: add error locations to `no-class-assign` ([#&#8203;21123](https://github.com/eslint/eslint/issues/21123)) (devoil) - [`e7d1e43`](https://github.com/eslint/eslint/commit/e7d1e4373bf626f8da76d62ce024c28928bc99bc) ci: bump actions/setup-go from 6 to 7 ([#&#8203;21118](https://github.com/eslint/eslint/issues/21118)) (dependabot\[bot]) - [`e9d66d0`](https://github.com/eslint/eslint/commit/e9d66d0cde1a7752c29dee53ab7b62632835a87a) ci: bump actions/setup-node from 6 to 7 ([#&#8203;21119](https://github.com/eslint/eslint/issues/21119)) (dependabot\[bot]) - [`ee225b6`](https://github.com/eslint/eslint/commit/ee225b60c26f0cc5f4d71641888a5bd2ec5626d6) test: Add error location details to `no-eq-null` rule ([#&#8203;21117](https://github.com/eslint/eslint/issues/21117)) (Park Harin) - [`044a627`](https://github.com/eslint/eslint/commit/044a627fa3e28ee1410d515acc5378eb4b49f8ba) chore: update minimatch to ^10.2.5 ([#&#8203;21107](https://github.com/eslint/eslint/issues/21107)) (김채영) - [`fb09aa8`](https://github.com/eslint/eslint/commit/fb09aa8ff09730d3ccf68859e065f99666b52466) chore: update ecosystem plugins ([#&#8203;21115](https://github.com/eslint/eslint/issues/21115)) (ESLint Bot) - [`5abd878`](https://github.com/eslint/eslint/commit/5abd878740fe417fd8a910cac3741f2a0317b365) test: add error locations to `no-proto` ([#&#8203;21114](https://github.com/eslint/eslint/issues/21114)) (Gihyeon Jeong / 정기현) - [`9715887`](https://github.com/eslint/eslint/commit/9715887ec94a5ff936447d7b680d039fbe2f0541) test: Add error location details to `no-div-regex` ([#&#8203;21110](https://github.com/eslint/eslint/issues/21110)) (Park Harin) - [`a746ec6`](https://github.com/eslint/eslint/commit/a746ec6ea4a2249b1eb3f512264da5f4d5f7c886) test: add error locations to `no-new-wrappers` ([#&#8203;21109](https://github.com/eslint/eslint/issues/21109)) (Gihyeon Jeong / 정기현) - [`8dde645`](https://github.com/eslint/eslint/commit/8dde64570e240f3ef8af873d59a752db6d8519aa) test: add error locations to `no-ex-assign` ([#&#8203;21102](https://github.com/eslint/eslint/issues/21102)) (devoil) - [`13ab0ec`](https://github.com/eslint/eslint/commit/13ab0ec447650c079d8a5e5d67222f79e69c741e) test: add error locations to `no-label-var` ([#&#8203;21098](https://github.com/eslint/eslint/issues/21098)) (Gihyeon Jeong / 정기현) - [`a99906f`](https://github.com/eslint/eslint/commit/a99906ffb8342dde03336b5c6372b5658f21d5f2) test: Add error location details to `no-delete-var` rule ([#&#8203;21105](https://github.com/eslint/eslint/issues/21105)) (Park Harin) - [`c47e8dc`](https://github.com/eslint/eslint/commit/c47e8dc9bbfba797430db45ae08cb6f7392cfc9d) chore: add missing backticks to `languages/js/index.js` ([#&#8203;21104](https://github.com/eslint/eslint/issues/21104)) (beeen) - [`0174428`](https://github.com/eslint/eslint/commit/0174428dd7543d118cf67a823b98dd97032fe68c) chore: add missing backticks to `translate-cli-options.js` ([#&#8203;21097](https://github.com/eslint/eslint/issues/21097)) (dongkyu lee) - [`3d36589`](https://github.com/eslint/eslint/commit/3d36589a4917326500f0707bb41745160f387d00) chore: add missing backticks to `serialization.js` ([#&#8203;21091](https://github.com/eslint/eslint/issues/21091)) (이규환) - [`dcc9312`](https://github.com/eslint/eslint/commit/dcc9312c1081931de0fe1b555fbb6aa82fe696b9) test: add error locations to `eqeqeq` ([#&#8203;21090](https://github.com/eslint/eslint/issues/21090)) (Ga eun Lee) - [`2710b18`](https://github.com/eslint/eslint/commit/2710b182472cd1a95e4aff6186cb2c4fbadb4ee0) ci: Add explicit permissions to rebuild-docs-sites workflow ([#&#8203;21089](https://github.com/eslint/eslint/issues/21089)) (Marry (Subin Yang)) - [`5d2f866`](https://github.com/eslint/eslint/commit/5d2f8663ee60701e9036b0b0933a12efd9d93269) chore: update dependency prettier to v3.9.5 ([#&#8203;21086](https://github.com/eslint/eslint/issues/21086)) (renovate\[bot]) - [`d584e31`](https://github.com/eslint/eslint/commit/d584e31098f262563b97dc5d5f23a63a187879a0) chore: fix failing ecosystem test for `eslint-plugin-unicorn` ([#&#8203;21084](https://github.com/eslint/eslint/issues/21084)) (Francesco Trotta) - [`bf3eda0`](https://github.com/eslint/eslint/commit/bf3eda049bd690f1e9a5a0c4520a6329b3e4ec85) chore: update ecosystem plugins ([#&#8203;21079](https://github.com/eslint/eslint/issues/21079)) (ESLint Bot) ### [`v10.7.0`](https://github.com/eslint/eslint/releases/tag/v10.7.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.6.0...v10.7.0) #### Features - [`cf2a9bf`](https://github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27) feat: add errorClassNames option to preserve-caught-error rule ([#&#8203;21032](https://github.com/eslint/eslint/issues/21032)) (sethamus) - [`f8b873a`](https://github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f) feat: max-nested-callbacks option for constructor callbacks ([#&#8203;21063](https://github.com/eslint/eslint/issues/21063)) (fnx) - [`557fde8`](https://github.com/eslint/eslint/commit/557fde8bc633d26ea4fe287d4483f287e8e6080f) feat: support computed `Number.parseInt` member access in `radix` rule ([#&#8203;21041](https://github.com/eslint/eslint/issues/21041)) (Pixel) - [`0b4a73b`](https://github.com/eslint/eslint/commit/0b4a73b65808f5a8fd192f15db2bf5e47002b9f7) feat: add suggestions to no-compare-neg-zero ([#&#8203;21034](https://github.com/eslint/eslint/issues/21034)) (den$) - [`96cdd42`](https://github.com/eslint/eslint/commit/96cdd427db5f26c6403fba92b0f7ae4556c595ec) feat: report invalid signed numeric radix values in `radix` rule ([#&#8203;21030](https://github.com/eslint/eslint/issues/21030)) (Pixel) #### Bug Fixes - [`3e7bf15`](https://github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede) fix: apply `ignoreClassesWithImplements` to class expressions ([#&#8203;21069](https://github.com/eslint/eslint/issues/21069)) (Pixel) - [`0d7d70c`](https://github.com/eslint/eslint/commit/0d7d70cf013ec5bf1e4f5a0fcf7128bdf059b2d4) fix: insert cause outside wrapping parens in preserve-caught-error ([#&#8203;21062](https://github.com/eslint/eslint/issues/21062)) (Mahin Anowar) - [`75ec753`](https://github.com/eslint/eslint/commit/75ec753226010867270787b412f3dae412e421e6) fix: handle static template literals in `eqeqeq` rule ([#&#8203;21058](https://github.com/eslint/eslint/issues/21058)) (Pixel) - [`b717a22`](https://github.com/eslint/eslint/commit/b717a22e2408389a2ad40af66543e46390669eb6) fix: prevent `eqeqeq` null option from reporting non-equality operators ([#&#8203;21057](https://github.com/eslint/eslint/issues/21057)) (Pixel) - [`e35b05f`](https://github.com/eslint/eslint/commit/e35b05f1961dcd691611bd68b6ff8a87072d6f76) fix: avoid `no-invalid-regexp` false positive for shadowed RegExp ([#&#8203;21051](https://github.com/eslint/eslint/issues/21051)) (Pixel) - [`a3172b6`](https://github.com/eslint/eslint/commit/a3172b69c7db63ea0321355543e3f527c7d8b76a) fix: avoid `no-control-regex` false positive for shadowed RegExp ([#&#8203;21050](https://github.com/eslint/eslint/issues/21050)) (Pixel) - [`d1f637e`](https://github.com/eslint/eslint/commit/d1f637eca27e523d613991c6bea5b8726b810e4c) fix: parenthesize sequence expression operands in no-implicit-coercion ([#&#8203;21045](https://github.com/eslint/eslint/issues/21045)) (spokodev) - [`8859baf`](https://github.com/eslint/eslint/commit/8859bafb018e2b23b5110d52e491b69b94ad890a) fix: avoid prefer-numeric-literals false positive for shadowed globals ([#&#8203;21047](https://github.com/eslint/eslint/issues/21047)) (한국) - [`a9e5961`](https://github.com/eslint/eslint/commit/a9e5961050676ef29dba9649dfcd7233d21760c7) fix: use-isnan false positive on shadowed NaN/Number ([#&#8203;20958](https://github.com/eslint/eslint/issues/20958)) (sethamus) - [`8a240a7`](https://github.com/eslint/eslint/commit/8a240a76108f30f2476e61a925e4d32d378cce5e) fix: avoid false positives in `radix` rule for spread arguments ([#&#8203;21044](https://github.com/eslint/eslint/issues/21044)) (Pixel) #### Documentation - [`c30d808`](https://github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf) docs: Update README (GitHub Actions Bot) - [`5139800`](https://github.com/eslint/eslint/commit/5139800b23e77fdd1a76664e1b36f478942eae55) docs: document ESLint migration codemods in v9 and v10 guides ([#&#8203;20980](https://github.com/eslint/eslint/issues/20980)) (Alex Bit) - [`04174cb`](https://github.com/eslint/eslint/commit/04174cbfaac1f9555400b5332d69056e6aab9cc6) docs: Update README (GitHub Actions Bot) - [`026e130`](https://github.com/eslint/eslint/commit/026e1304080512bcddfd2af3557fff86474ff949) docs: update semver policy for bug fixes ([#&#8203;21048](https://github.com/eslint/eslint/issues/21048)) (Milos Djermanovic) - [`9d42fef`](https://github.com/eslint/eslint/commit/9d42fefb0e05ecd0b256c2ebed479fc868862f0c) docs: Update README (GitHub Actions Bot) - [`b230159`](https://github.com/eslint/eslint/commit/b23015955c8d6e6516076190730f538c86927f26) docs: Update README (GitHub Actions Bot) - [`0129972`](https://github.com/eslint/eslint/commit/0129972ba122e95bece6040fda44d20f6799246a) docs: correct `**/.js` glob to `**/*.js` in config files guide ([#&#8203;21036](https://github.com/eslint/eslint/issues/21036)) (EduardF1) #### Chores - [`9489379`](https://github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64) chore: update dependency [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc) to ^3.3.6 ([#&#8203;21076](https://github.com/eslint/eslint/issues/21076)) (renovate\[bot]) - [`81a4774`](https://github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522) chore: updates for v9.39.5 release (Jenkins) - [`9835414`](https://github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4) chore: enable `$ExpectType` annotations in all TypeScript files ([#&#8203;21071](https://github.com/eslint/eslint/issues/21071)) (Francesco Trotta) - [`72adf6b`](https://github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a) chore: restrict `markdownlint-cli2` updates in renovate ([#&#8203;21067](https://github.com/eslint/eslint/issues/21067)) (lumir) - [`833ec10`](https://github.com/eslint/eslint/commit/833ec10fd702644e94334edd3cd2aa313174a958) chore: update dependency prettier to v3.9.4 ([#&#8203;21061](https://github.com/eslint/eslint/issues/21061)) (renovate\[bot]) - [`7ea106d`](https://github.com/eslint/eslint/commit/7ea106ddcb6af7db8f36d62a28dbaba94d33598e) chore: update ecosystem plugins ([#&#8203;21059](https://github.com/eslint/eslint/issues/21059)) (ESLint Bot) - [`8fb550e`](https://github.com/eslint/eslint/commit/8fb550e7c257fbdc4108fc8e63db43c1d914d472) chore: add prettier update commit to `.git-blame-ignore-revs` ([#&#8203;21056](https://github.com/eslint/eslint/issues/21056)) (lumir) - [`e4e1166`](https://github.com/eslint/eslint/commit/e4e11668ead6b950328c71e894563a13ef72bf84) chore: update dependency prettier to v3.9.1 ([#&#8203;21055](https://github.com/eslint/eslint/issues/21055)) (renovate\[bot]) - [`0493f53`](https://github.com/eslint/eslint/commit/0493f53f3fcec4ed69a1808dffa153dcff1380d3) chore: update prettier to v3.9.0 ([#&#8203;21054](https://github.com/eslint/eslint/issues/21054)) (Pixel) - [`1056a99`](https://github.com/eslint/eslint/commit/1056a996c657b377dc16a58c28890d2940394408) chore: update dependency prettier to v3.8.5 ([#&#8203;21049](https://github.com/eslint/eslint/issues/21049)) (renovate\[bot]) - [`4d4155d`](https://github.com/eslint/eslint/commit/4d4155df4a21d711e8dd21a467de085e770bad35) ci: run ecosystem tests on pull requests ([#&#8203;21027](https://github.com/eslint/eslint/issues/21027)) (sethamus) - [`993539f`](https://github.com/eslint/eslint/commit/993539fd45d3d01aad3fbc13963e2245fdf7ee0d) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^2.0.1 ([#&#8203;21042](https://github.com/eslint/eslint/issues/21042)) (renovate\[bot]) - [`53f8b69`](https://github.com/eslint/eslint/commit/53f8b69c15af7398c989071ee4788b88edd48bdd) test: add error locations to `no-constant-binary-expression` ([#&#8203;21039](https://github.com/eslint/eslint/issues/21039)) (lumir) - [`5ab71d5`](https://github.com/eslint/eslint/commit/5ab71d52f9d860df04e626fcd819a36257f21f9e) refactor: clean up radix rule internals ([#&#8203;21015](https://github.com/eslint/eslint/issues/21015)) (Pixel) - [`a80a9a4`](https://github.com/eslint/eslint/commit/a80a9a461478838930c5545f840473840b26b0e6) chore: update ecosystem plugins ([#&#8203;21035](https://github.com/eslint/eslint/issues/21035)) (ESLint Bot) - [`7c9a029`](https://github.com/eslint/eslint/commit/7c9a02933cf1c231237babb8a7a32150ab72e263) ci: add Node.js 26 to CI ([#&#8203;20847](https://github.com/eslint/eslint/issues/20847)) (lumir) ### [`v10.6.0`](https://github.com/eslint/eslint/releases/tag/v10.6.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.5.0...v10.6.0) #### Features - [`b1f9106`](https://github.com/eslint/eslint/commit/b1f910628e29a018c860e2352bc14cd07c853d67) feat: detect Symbol() and BigInt() in no-constant-binary-expression ([#&#8203;20981](https://github.com/eslint/eslint/issues/20981)) (Taejin Kim) - [`f291007`](https://github.com/eslint/eslint/commit/f291007cb73f55c09cf3c2aa3a405df379a5c594) feat: add checkRelationalComparisons to no-constant-binary-expression ([#&#8203;20948](https://github.com/eslint/eslint/issues/20948)) (sethamus) #### Bug Fixes - [`6b05784`](https://github.com/eslint/eslint/commit/6b05784eb271ac98ca3e1e2a48c4b14bb588c786) fix: prefer-exponentiation-operator invalid autofix at statement start ([#&#8203;20997](https://github.com/eslint/eslint/issues/20997)) (Milos Djermanovic) - [`bb9eb2a`](https://github.com/eslint/eslint/commit/bb9eb2ab28daf6e6dafc62daa6b5daf9c2b7046c) fix: account for shadowed `Boolean` in `no-extra-boolean-cast` ([#&#8203;21013](https://github.com/eslint/eslint/issues/21013)) (den$) - [`8fd8741`](https://github.com/eslint/eslint/commit/8fd8741009a3ed7845c89bfe2fb3eaa2119b2d15) fix: don't report shadowed undefined in `radix` rule ([#&#8203;21011](https://github.com/eslint/eslint/issues/21011)) (Pixel) - [`5784980`](https://github.com/eslint/eslint/commit/5784980ce8ba99556db98907895d82ef49cd0a27) fix: don't report shadowed undefined in no-throw-literal ([#&#8203;21010](https://github.com/eslint/eslint/issues/21010)) (Pixel) - [`9cd1e6d`](https://github.com/eslint/eslint/commit/9cd1e6de5bad487a9c713bdc9fda5af7ea0babcd) fix: suppress invalid class suggestion in no-promise-executor-return ([#&#8203;21008](https://github.com/eslint/eslint/issues/21008)) (Pixel) - [`d4eb2dc`](https://github.com/eslint/eslint/commit/d4eb2dc95f17cdf491edca91b7d9caf05b86253f) fix: don't report shadowed undefined in prefer-promise-reject-errors ([#&#8203;21006](https://github.com/eslint/eslint/issues/21006)) (Pixel) - [`2360464`](https://github.com/eslint/eslint/commit/23604646db6d987d01edb8aa5f4d2a88bd4c01d0) fix: prefer-promise-reject-errors false positives for shadowed Promise ([#&#8203;21003](https://github.com/eslint/eslint/issues/21003)) (den$) - [`63d52d2`](https://github.com/eslint/eslint/commit/63d52d28de705ec46f328d18166e8b7170b3f024) fix: restore max-classes-per-file report range ([#&#8203;21002](https://github.com/eslint/eslint/issues/21002)) (Pixel) - [`7feaff0`](https://github.com/eslint/eslint/commit/7feaff0cfb8d6a6260d3ea56887c9161daf8c700) fix: callback detection logic for IIFEs in max-nested-callbacks ([#&#8203;20979](https://github.com/eslint/eslint/issues/20979)) (fnx) - [`399a2ec`](https://github.com/eslint/eslint/commit/399a2ec81bcbcff2c67920db51d9276b20ac1025) fix: don't report inner non-callbacks in `max-nested-callbacks` ([#&#8203;20995](https://github.com/eslint/eslint/issues/20995)) (Milos Djermanovic) #### Documentation - [`a83683d`](https://github.com/eslint/eslint/commit/a83683db1c27193c2ad333fc5c0aedcc8a293db7) docs: Update README (GitHub Actions Bot) - [`f5449f9`](https://github.com/eslint/eslint/commit/f5449f96c2caabbc1a28b15211873e2f672f5ae5) docs: document userland patterns for global assertionOptions in RuleT… ([#&#8203;20986](https://github.com/eslint/eslint/issues/20986)) (playgirl) - [`bea49f7`](https://github.com/eslint/eslint/commit/bea49f7b2899ebf708482f977ef2ada41fd2c3f0) docs: Update README (GitHub Actions Bot) - [`e5f70f9`](https://github.com/eslint/eslint/commit/e5f70f9b06683a887dd0d6dc1cc91a9c9bea816d) docs: update code-path diagrams ([#&#8203;20984](https://github.com/eslint/eslint/issues/20984)) (Tanuj Kanti) - [`8890c2d`](https://github.com/eslint/eslint/commit/8890c2d40880b195b9167735c24ec0cc5de5eb96) docs: add TypeScript config guidance for MCP server ([#&#8203;20796](https://github.com/eslint/eslint/issues/20796)) (Pierluigi Lenoci) - [`3eb3d9b`](https://github.com/eslint/eslint/commit/3eb3d9b1b5edecc3fcae0519ddba0e3745e889e3) docs: Update README (GitHub Actions Bot) - [`c5bb59c`](https://github.com/eslint/eslint/commit/c5bb59cf613dabafd550227b6adaa9327b1095f5) docs: Update README (GitHub Actions Bot) - [`eb3c97c`](https://github.com/eslint/eslint/commit/eb3c97c776731ce11b28cc99f0271f41b9994701) docs: fix grammar in prefer-const rule description ([#&#8203;20983](https://github.com/eslint/eslint/issues/20983)) (lumir) #### Chores - [`6a42034`](https://github.com/eslint/eslint/commit/6a42034a57a816b0a313720b3b9df09455bd0b5e) ci: run ecosystem tests on main branch ([#&#8203;20891](https://github.com/eslint/eslint/issues/20891)) (sethamus) - [`3dbacdb`](https://github.com/eslint/eslint/commit/3dbacdbb31673c87ca86ecafbb18712d8d1daed8) ci: bump actions/checkout from 6 to 7 ([#&#8203;21014](https://github.com/eslint/eslint/issues/21014)) (dependabot\[bot]) - [`c3abfca`](https://github.com/eslint/eslint/commit/c3abfca7c96cc9a244f54eeb66e9971c59280354) chore: correct JSDoc param types in html formatter ([#&#8203;21018](https://github.com/eslint/eslint/issues/21018)) (Minseon Kim) - [`a832320`](https://github.com/eslint/eslint/commit/a8323209cdbefefd540c5beeaa51418d8ec40f9e) ci: split ecosystem tests into separate jobs ([#&#8203;21001](https://github.com/eslint/eslint/issues/21001)) (xbinaryx) - [`27166e7`](https://github.com/eslint/eslint/commit/27166e78511db526688afc34bbfab1a458405f3f) chore: update ecosystem plugins ([#&#8203;21005](https://github.com/eslint/eslint/issues/21005)) (ESLint Bot) - [`865d76e`](https://github.com/eslint/eslint/commit/865d76e40107d4fa10a17fc3203b303eb8a88dc3) ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 ([#&#8203;20989](https://github.com/eslint/eslint/issues/20989)) (dependabot\[bot]) - [`27a88c9`](https://github.com/eslint/eslint/commit/27a88c9fa7c040f4cd39e5a5e6e2d02441c408ef) chore: update dependency markdown-it to v14 in root ([#&#8203;20994](https://github.com/eslint/eslint/issues/20994)) (Milos Djermanovic) - [`970cea6`](https://github.com/eslint/eslint/commit/970cea62b295d931a4109abedeb21ba192d3f2be) chore: update dependency markdown-it to v14 ([#&#8203;20993](https://github.com/eslint/eslint/issues/20993)) (Milos Djermanovic) - [`b482120`](https://github.com/eslint/eslint/commit/b482120bacb40204fbf16f3b20be7207057157a5) chore: update dependency prettier to v3.8.4 ([#&#8203;20990](https://github.com/eslint/eslint/issues/20990)) (renovate\[bot]) - [`6993fb3`](https://github.com/eslint/eslint/commit/6993fb3173da84999fc208507b93f523aa657448) chore: update ecosystem plugins ([#&#8203;20985](https://github.com/eslint/eslint/issues/20985)) (ESLint Bot) ### [`v10.5.0`](https://github.com/eslint/eslint/releases/tag/v10.5.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.4.1...v10.5.0) #### Features - [`5ca8c52`](https://github.com/eslint/eslint/commit/5ca8c5278edea1fd84d3ba83d8ea3f52fb3831ad) feat: correct stack tracking in max-nested-callbacks ([#&#8203;20973](https://github.com/eslint/eslint/issues/20973)) (Pixel998) - [`b565783`](https://github.com/eslint/eslint/commit/b5657837604fa5e8cf1278074782025cadd34b6c) feat: report no-with violations at the with keyword ([#&#8203;20971](https://github.com/eslint/eslint/issues/20971)) (Pixel998) - [`2ce032f`](https://github.com/eslint/eslint/commit/2ce032fbc72a1a80c024c084a4f382fb6dece684) feat: report max-lines-per-function violations at function head ([#&#8203;20966](https://github.com/eslint/eslint/issues/20966)) (Pixel998) - [`732cb3e`](https://github.com/eslint/eslint/commit/732cb3e09d5b8b809b5f461d118a5d9fdcd6427f) feat: report max-nested-callbacks violations at function head ([#&#8203;20967](https://github.com/eslint/eslint/issues/20967)) (Pixel998) - [`f9c138a`](https://github.com/eslint/eslint/commit/f9c138a0ba7d8e37aed39aef4a3ff1cae8c669f7) feat: report max-depth violations on keywords ([#&#8203;20943](https://github.com/eslint/eslint/issues/20943)) (Pixel998) - [`bdb496c`](https://github.com/eslint/eslint/commit/bdb496cc0d54b6d0a023aef9abd5f040ccff2101) feat: correct max-depth handling for else-if chains ([#&#8203;20944](https://github.com/eslint/eslint/issues/20944)) (Pixel998) - [`c296873`](https://github.com/eslint/eslint/commit/c29687354a7f96093f57f7d73eecb866ad5e2953) feat: update error loc in `max-statements` to function header ([#&#8203;20907](https://github.com/eslint/eslint/issues/20907)) (Taejin Kim) #### Documentation - [`8ae1b5b`](https://github.com/eslint/eslint/commit/8ae1b5b856dc031cd6c701d89a4df7da4772cd56) docs: Update README (GitHub Actions Bot) - [`ca7eb90`](https://github.com/eslint/eslint/commit/ca7eb90127dcad917188bb1342623f02a272e781) docs: update Node.js prerequisites to include ICU support ([#&#8203;20962](https://github.com/eslint/eslint/issues/20962)) (Francesco Trotta) - [`f99b47a`](https://github.com/eslint/eslint/commit/f99b47a6799be25321552402a49303bb06a43fe4) docs: Update README (GitHub Actions Bot) - [`acf03d4`](https://github.com/eslint/eslint/commit/acf03d4eed31d259c7dc62af5b9640629784f7cc) docs: clarify precedence of parserOptions over languageOptions ([#&#8203;20926](https://github.com/eslint/eslint/issues/20926)) (sethamus) #### Chores - [`b18bf58`](https://github.com/eslint/eslint/commit/b18bf58c5ac748415ffffdff2d96980fbd6a57e8) chore: update ecosystem plugins ([#&#8203;20959](https://github.com/eslint/eslint/issues/20959)) (ESLint Bot) - [`c2d1444`](https://github.com/eslint/eslint/commit/c2d1444df77cb42e5a0b89ab70496879d180a54d) refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable ([#&#8203;20951](https://github.com/eslint/eslint/issues/20951)) (Taejin Kim) - [`243b8c5`](https://github.com/eslint/eslint/commit/243b8c56014bbbe63771185b0731d8dd4d1316e9) chore: enhance config-rule to support oneOf, anyOf, and nested schemas ([#&#8203;20788](https://github.com/eslint/eslint/issues/20788)) (kuldeep kumar) - [`217b2a9`](https://github.com/eslint/eslint/commit/217b2a91f46137c5ffd693965e71306c4c15ea6b) test: add unit tests for ParserService ([#&#8203;20949](https://github.com/eslint/eslint/issues/20949)) (Taejin Kim) - [`72003e7`](https://github.com/eslint/eslint/commit/72003e781d76bd4ee0d98a6601730d0b829070f9) test: add location information to error messages in `max-statements` ([#&#8203;20945](https://github.com/eslint/eslint/issues/20945)) (lumir) - [`7797c26`](https://github.com/eslint/eslint/commit/7797c266977b0bc4971aa79721813d480de72cd1) refactor: deduplicate isAnySegmentReachable across rules ([#&#8203;20890](https://github.com/eslint/eslint/issues/20890)) (Taejin Kim) - [`67c46fa`](https://github.com/eslint/eslint/commit/67c46fa6e4f34e88cc6bc82f8a0dcc917c65d257) chore: update ecosystem plugins ([#&#8203;20938](https://github.com/eslint/eslint/issues/20938)) (ESLint Bot) - [`95d8c7a`](https://github.com/eslint/eslint/commit/95d8c7a99f991abd8ab618d0ee2cbd4f58effc29) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to v2 ([#&#8203;20934](https://github.com/eslint/eslint/issues/20934)) (renovate\[bot]) - [`cf9e496`](https://github.com/eslint/eslint/commit/cf9e496205142cd4971b9f98aed85866d1010b9c) chore: update [@&#8203;arethetypeswrong/cli](https://github.com/arethetypeswrong/cli) to 0.18.3 ([#&#8203;20933](https://github.com/eslint/eslint/issues/20933)) (Pixel998) - [`fb6d396`](https://github.com/eslint/eslint/commit/fb6d3960cacc51fc12383fa5ded2382adbf90c1c) test: run type tests with TypeScript 7 ([#&#8203;20868](https://github.com/eslint/eslint/issues/20868)) (sethamus) ### [`v10.4.1`](https://github.com/eslint/eslint/releases/tag/v10.4.1) [Compare Source](https://github.com/eslint/eslint/compare/v10.4.0...v10.4.1) #### Bug Fixes - [`e557467`](https://github.com/eslint/eslint/commit/e557467db7496220eebcbe2ac5ea6d38c12bb1ec) fix: update `@eslint/plugin-kit` version to 0.7.2 ([#&#8203;20930](https://github.com/eslint/eslint/issues/20930)) (Francesco Trotta) - [`d4ce898`](https://github.com/eslint/eslint/commit/d4ce898796ca22c3b96aa70d3014cb85f4bac1cd) fix: propagate failures from delegated commands ([#&#8203;20917](https://github.com/eslint/eslint/issues/20917)) (Minh Vu) - [`f4f3507`](https://github.com/eslint/eslint/commit/f4f3507460bc016b5be979c05d2969793f570cbf) fix: prefer-arrow-callback invalid autofix with newline after `async` ([#&#8203;20916](https://github.com/eslint/eslint/issues/20916)) (kuldeep kumar) - [`c5bc78b`](https://github.com/eslint/eslint/commit/c5bc78b37e08b9054a11f0cc2d81808bb24acb85) fix: false positive for reference in `finally` block ([#&#8203;20655](https://github.com/eslint/eslint/issues/20655)) (Tanuj Kanti) - [`27538c0`](https://github.com/eslint/eslint/commit/27538c01f5df4e9306f6f4ba867b2dd6307fae59) fix: add missing CodePath and CodePathSegment types ([#&#8203;20853](https://github.com/eslint/eslint/issues/20853)) (Pixel998) #### Documentation - [`61b0add`](https://github.com/eslint/eslint/commit/61b0add61ffc52665562be7bb96f526690a78b30) docs: remove deprecated rule from related rules of `max-params` ([#&#8203;20921](https://github.com/eslint/eslint/issues/20921)) (Tanuj Kanti) - [`305d5b9`](https://github.com/eslint/eslint/commit/305d5b91aeac24d36fde42f75625a8f183d4ce43) docs: remove deprecated rules from related rules section ([#&#8203;20911](https://github.com/eslint/eslint/issues/20911)) (Tanuj Kanti) - [`49b0202`](https://github.com/eslint/eslint/commit/49b0202d01918b8061720d586dffd7c68047090c) docs: fix `display: none` of ad ([#&#8203;20901](https://github.com/eslint/eslint/issues/20901)) (Tanuj Kanti) - [`9067f94`](https://github.com/eslint/eslint/commit/9067f9492ec998afc5b4f057a477ecf6ebd45e44) docs: switch build to Node.js 24 ([#&#8203;20893](https://github.com/eslint/eslint/issues/20893)) (Milos Djermanovic) - [`c91b041`](https://github.com/eslint/eslint/commit/c91b0417e3420c76807ce1fa2aea76e2de87ab86) docs: Update README (GitHub Actions Bot) - [`e349265`](https://github.com/eslint/eslint/commit/e349265cb37f3ebc837e178e48a725bb782bd870) docs: clarify semver strings in rule deprecation objects ([#&#8203;20885](https://github.com/eslint/eslint/issues/20885)) (Milos Djermanovic) #### Chores - [`b0e466b`](https://github.com/eslint/eslint/commit/b0e466b6ab47bfc7de43d8de0c315d8ee83aa584) test: add `data` property to invalid tests cases for rules ([#&#8203;20924](https://github.com/eslint/eslint/issues/20924)) (Tanuj Kanti) - [`f78838b`](https://github.com/eslint/eslint/commit/f78838bc4c86d487e1bcc7cede260c4467721c46) test: add CodePath type coverage ([#&#8203;20904](https://github.com/eslint/eslint/issues/20904)) (Pixel998) - [`1daa4bd`](https://github.com/eslint/eslint/commit/1daa4bd734b79a62e317d0394394a6b38cff49f9) chore: update `eslint-plugin-eslint-comments` test data to latest commit ([#&#8203;20922](https://github.com/eslint/eslint/issues/20922)) (Francesco Trotta) - [`002942c`](https://github.com/eslint/eslint/commit/002942ce988ea28b78e0a2f3b074081e638b552c) ci: declare contents:read on update-readme workflow ([#&#8203;20919](https://github.com/eslint/eslint/issues/20919)) (Arpit Jain) - [`64bca24`](https://github.com/eslint/eslint/commit/64bca24e7bed35bc3c864fc625cb2d89eca87d5b) chore: update ecosystem plugins ([#&#8203;20912](https://github.com/eslint/eslint/issues/20912)) (ESLint Bot) - [`6d7c832`](https://github.com/eslint/eslint/commit/6d7c832950d5e92499d88e504080661f888f8f56) chore: ignore fflate updates in renovate ([#&#8203;20908](https://github.com/eslint/eslint/issues/20908)) (Pixel998) - [`b2c8638`](https://github.com/eslint/eslint/commit/b2c86382164d87c6203b78d52068cd6a2a6ffe30) ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 ([#&#8203;20889](https://github.com/eslint/eslint/issues/20889)) (dependabot\[bot]) - [`a9b8d7f`](https://github.com/eslint/eslint/commit/a9b8d7f74c50211701cfc49710fa541fd91b2aa5) chore: increase maxBuffer for ecosystem tests ([#&#8203;20881](https://github.com/eslint/eslint/issues/20881)) (sethamus) - [`b702ead`](https://github.com/eslint/eslint/commit/b702ead5e1ed7cb9f28238a454797662efb37396) chore: update ecosystem update MR settings ([#&#8203;20884](https://github.com/eslint/eslint/issues/20884)) (Pixel998) - [`507f60e`](https://github.com/eslint/eslint/commit/507f60e9a78c9a902bc8759f066ae17a1ea6cd81) chore: update ecosystem plugins ([#&#8203;20882](https://github.com/eslint/eslint/issues/20882)) (ESLint Bot) - [`92f5c5b`](https://github.com/eslint/eslint/commit/92f5c5bb6bf3a5d167c8ee53a430833410295c6d) test: add unit test for message-count ([#&#8203;20878](https://github.com/eslint/eslint/issues/20878)) (kuldeep kumar) - [`df32108`](https://github.com/eslint/eslint/commit/df321080af5758b1fa25e4b9a40e26135642dd6e) chore: add [@&#8203;eslint/markdown](https://github.com/eslint/markdown) and typescript-eslint ecosystem tests ([#&#8203;20837](https://github.com/eslint/eslint/issues/20837)) (sethamus) - [`327f91d`](https://github.com/eslint/eslint/commit/327f91d36aa49f2a50ded931d841a16374fd875f) chore: use includeIgnoreFile internally ([#&#8203;20876](https://github.com/eslint/eslint/issues/20876)) (Kirk Waiblinger) - [`f0dc4bd`](https://github.com/eslint/eslint/commit/f0dc4bd893fb3a9f44e4ddc3ad7063ffb0beacd3) chore: pin fflate\@&#8203;0.8.2 ([#&#8203;20877](https://github.com/eslint/eslint/issues/20877)) (Milos Djermanovic) - [`0f4bd25`](https://github.com/eslint/eslint/commit/0f4bd257a67a082b756de746d9e0c4842ab764ca) ci: run Discord alert for ecosystem test failures ([#&#8203;20873](https://github.com/eslint/eslint/issues/20873)) (Copilot) ### [`v10.4.0`](https://github.com/eslint/eslint/releases/tag/v10.4.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.3.0...v10.4.0) #### Features - [`1a45ec5`](https://github.com/eslint/eslint/commit/1a45ec596af1dd5f880e6874cb8f24dafb6a7ecf) feat: check sequence expressions in `for-direction` ([#&#8203;20701](https://github.com/eslint/eslint/issues/20701)) (kuldeep kumar) - [`450040b`](https://github.com/eslint/eslint/commit/450040bd89b989b3531824c6be45feb5fe3d936b) feat: add `includeIgnoreFile()` to `eslint/config` ([#&#8203;20735](https://github.com/eslint/eslint/issues/20735)) (Kirk Waiblinger) #### Bug Fixes - [`544c0c3`](https://github.com/eslint/eslint/commit/544c0c3da589166ad8e5d634f35d3d06701c57be) fix: escape code path DOT labels in debug output ([#&#8203;20866](https://github.com/eslint/eslint/issues/20866)) (Pixel998) - [`6799431`](https://github.com/eslint/eslint/commit/6799431203f2579632d0870f98ba132067f4040c) fix: update dependency [@&#8203;eslint/config-helpers](https://github.com/eslint/config-helpers) to ^0.6.0 ([#&#8203;20850](https://github.com/eslint/eslint/issues/20850)) (renovate\[bot]) - [`f078fef`](https://github.com/eslint/eslint/commit/f078fef5005dceb14fc162aab7c7200e027688dd) fix: handle non-array deprecated rule replacements ([#&#8203;20825](https://github.com/eslint/eslint/issues/20825)) (xbinaryx) #### Documentation - [`7e52a71`](https://github.com/eslint/eslint/commit/7e52a7151fb92eec0e0f67fe4e5ddbd1ccce796f) docs: add mention of `@eslint-react/eslint-plugin` ([#&#8203;20869](https://github.com/eslint/eslint/issues/20869)) (Pavel) - [`db3468b`](https://github.com/eslint/eslint/commit/db3468ba746407d7f286f18f7ea9db6df0e3bc08) docs: tweak wording around ambiguous CJS-vs-ESM config ([#&#8203;20865](https://github.com/eslint/eslint/issues/20865)) (Kirk Waiblinger) - [`9084664`](https://github.com/eslint/eslint/commit/90846643ec6e97d447ae0d831fabe6d17b0a998a) docs: Update README (GitHub Actions Bot) - [`9cc7387`](https://github.com/eslint/eslint/commit/9cc73875046e3c4b8313644cbb1e99e26b36bd3f) docs: Update README (GitHub Actions Bot) - [`3d7b548`](https://github.com/eslint/eslint/commit/3d7b5484407403817aa9071a394d336d8ea96eb5) docs: Update README (GitHub Actions Bot) - [`191ec3c`](https://github.com/eslint/eslint/commit/191ec3c0a3f94ce0f110df761f0b2b8949011ccb) docs: Update README (GitHub Actions Bot) #### Chores - [`6616856`](https://github.com/eslint/eslint/commit/6616856f28fa514a30f87b5539fc100d739a94bf) chore: upgrade knip to v6 ([#&#8203;20875](https://github.com/eslint/eslint/issues/20875)) (Pixel998) - [`d13b084`](https://github.com/eslint/eslint/commit/d13b084a3ad02f926e9addaa35fc383759ea5554) ci: ensure auto-created MRs run CI ([#&#8203;20860](https://github.com/eslint/eslint/issues/20860)) (lumir) - [`e71c7af`](https://github.com/eslint/eslint/commit/e71c7af86dce9acc1d18cb12d2184309f6841594) ci: bump pnpm/action-setup from 6.0.5 to 6.0.7 ([#&#8203;20862](https://github.com/eslint/eslint/issues/20862)) (dependabot\[bot]) - [`d84393d`](https://github.com/eslint/eslint/commit/d84393dea170f54191fd20c8268b52c81c0ccd99) test: add unit tests for SuppressionsService.applySuppressions() ([#&#8203;20863](https://github.com/eslint/eslint/issues/20863)) (kuldeep kumar) - [`24db8cb`](https://github.com/eslint/eslint/commit/24db8cb8e6f07fba667121777a15b1785486be94) test: add tests for SuppressionsService.save() ([#&#8203;20802](https://github.com/eslint/eslint/issues/20802)) (kuldeep kumar) - [`2ef0549`](https://github.com/eslint/eslint/commit/2ef0549cac4a9537e4c3a26b9f3edd4c99476bf6) chore: update ecosystem plugins ([#&#8203;20857](https://github.com/eslint/eslint/issues/20857)) (github-actions\[bot]) - [`a429791`](https://github.com/eslint/eslint/commit/a4297918d264d229a06cd96051ef9b91c7b86732) ci: remove `eslint-webpack-plugin` types integration test ([#&#8203;20668](https://github.com/eslint/eslint/issues/20668)) (Milos Djermanovic) - [`9e37386`](https://github.com/eslint/eslint/commit/9e37386aa7f2ce220b2ef74a6afbac5f6b3527c5) chore: replace `recast` with range approach in code-sample-minimizer ([#&#8203;20682](https://github.com/eslint/eslint/issues/20682)) (Copilot) - [`0dd1f9f`](https://github.com/eslint/eslint/commit/0dd1f9ffc9a07704d46e2a4c8d4ccc0d0908b0c0) test: disable warning for `vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER` ([#&#8203;20845](https://github.com/eslint/eslint/issues/20845)) (Francesco Trotta) - [`9da3c7b`](https://github.com/eslint/eslint/commit/9da3c7bc92d9579f8db19ecb56e718538d09db2b) refactor: remove deprecated `meta.language` and migrate `meta.dialects` ([#&#8203;20716](https://github.com/eslint/eslint/issues/20716)) (Pixel998) - [`2099ed1`](https://github.com/eslint/eslint/commit/2099ed12a0a74c3d7f0808514362af2499b4fe2b) refactor: add `meta.defaultOptions` to more rules, enable linting ([#&#8203;20800](https://github.com/eslint/eslint/issues/20800)) (xbinaryx) - [`f1dfbc9`](https://github.com/eslint/eslint/commit/f1dfbc9ca57196de7092e1888cc99427bd6fe06e) chore: update ecosystem plugins ([#&#8203;20836](https://github.com/eslint/eslint/issues/20836)) (github-actions\[bot]) - [`c759413`](https://github.com/eslint/eslint/commit/c75941390c14728806cd4baef4f6072f6de78318) ci: bump pnpm/action-setup from 6.0.3 to 6.0.5 ([#&#8203;20843](https://github.com/eslint/eslint/issues/20843)) (dependabot\[bot]) - [`5b817d6`](https://github.com/eslint/eslint/commit/5b817d6fdc9ae2c35b528dc662b2eca8f40f64aa) test: add unit tests for lib/shared/ast-utils ([#&#8203;20838](https://github.com/eslint/eslint/issues/20838)) (kuldeep kumar) - [`1c13ae3`](https://github.com/eslint/eslint/commit/1c13ae3934c198c494e5958fa3a68b33244ff06a) test: add unit tests for lib/shared/severity ([#&#8203;20835](https://github.com/eslint/eslint/issues/20835)) (kuldeep kumar) ### [`v10.3.0`](https://github.com/eslint/eslint/releases/tag/v10.3.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.2.1...v10.3.0) #### Features - [`379571a`](https://github.com/eslint/eslint/commit/379571a975f2b24d88037b9de2e72ec61d004130) feat: add suggestions for no-unused-private-class-members ([#&#8203;20773](https://github.com/eslint/eslint/issues/20773)) (sethamus) #### Bug Fixes - [`b6ae5cf`](https://github.com/eslint/eslint/commit/b6ae5cf07b9b51802367539cb24b245b61eaa37c) fix: handle unavailable require cache ([#&#8203;20812](https://github.com/eslint/eslint/issues/20812)) (Simon Podlipsky) - [`6fb3685`](https://github.com/eslint/eslint/commit/6fb3685bcbe9a6f72fd7dfb9129686b6fb96b0bd) fix: rule suggestions cause continuation in class body ([#&#8203;20787](https://github.com/eslint/eslint/issues/20787)) (Milos Djermanovic) #### Documentation - [`32cc7ab`](https://github.com/eslint/eslint/commit/32cc7ab4ec653ce89da92deb5c40a9f4fc707fe5) docs: fix typos in docs and comments ([#&#8203;20809](https://github.com/eslint/eslint/issues/20809)) (Tanuj Kanti) - [`7f47937`](https://github.com/eslint/eslint/commit/7f479376a2fa463d823ab762db6bb37ce8d2ee8f) docs: Update README (GitHub Actions Bot) #### Chores - [`d32235e`](https://github.com/eslint/eslint/commit/d32235ec19ceea211fa86452afa383ca05f5c2f9) ci: use pnpm in `eslint-flat-config-utils` type integration test ([#&#8203;20826](https://github.com/eslint/eslint/issues/20826)) (Francesco Trotta) - [`3ffb14e`](https://github.com/eslint/eslint/commit/3ffb14ea517de750ed1181579ef844af342e4096) chore: clean up typos in comments and JSDoc ([#&#8203;20821](https://github.com/eslint/eslint/issues/20821)) (Pixel998) - [`22eb58a`](https://github.com/eslint/eslint/commit/22eb58a21cbde2fbd53a1fae99453d408672de50) chore: add missing continue-on-error to ecosystem-tests.yml ([#&#8203;20818](https://github.com/eslint/eslint/issues/20818)) (Josh Goldberg ✨) - [`88bf002`](https://github.com/eslint/eslint/commit/88bf0024cb36caebf2880516d9a1f81aa75dafe2) ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 ([#&#8203;20815](https://github.com/eslint/eslint/issues/20815)) (dependabot\[bot]) - [`97c8c33`](https://github.com/eslint/eslint/commit/97c8c330beae9557ad24e19f94eebc8d08d1a722) chore: update ilshidur/action-discord action to v0.4.0 ([#&#8203;20811](https://github.com/eslint/eslint/issues/20811)) (renovate\[bot]) - [`2f58136`](https://github.com/eslint/eslint/commit/2f58136dd47364a4cae7054a64f7bf1e79693813) chore: pin peter-evans/create-pull-request action to [`5f6978f`](https://github.com/eslint/eslint/commit/5f6978f) ([#&#8203;20810](https://github.com/eslint/eslint/issues/20810)) (renovate\[bot]) - [`77add7f`](https://github.com/eslint/eslint/commit/77add7f1bc91ed17bba3be3289928a9146c5f5a1) chore: add initial ecosystem plugin tests workflow ([#&#8203;19643](https://github.com/eslint/eslint/issues/19643)) (Josh Goldberg ✨) - [`4023b55`](https://github.com/eslint/eslint/commit/4023b55490fae55e464fe35530ef038cdf5d79a5) test: Add unit tests for SuppressionsService.prune() ([#&#8203;20797](https://github.com/eslint/eslint/issues/20797)) (kuldeep kumar) - [`54080da`](https://github.com/eslint/eslint/commit/54080dad4f77bb39a1a843933d4ff3a2b7c175e2) test: add unit tests for ForkContext ([#&#8203;20778](https://github.com/eslint/eslint/issues/20778)) (kuldeep kumar) - [`f0e2bcc`](https://github.com/eslint/eslint/commit/f0e2bcc4bf19253aaebfbd7df87824b0ca4a151f) test: add unit tests for SuppressionsService.suppress() method ([#&#8203;20765](https://github.com/eslint/eslint/issues/20765)) (kuldeep kumar) - [`a7f0b94`](https://github.com/eslint/eslint/commit/a7f0b94743a99bcdf8d07cff15ffbfa6a6c5f927) chore: update dependency prettier to v3.8.3 ([#&#8203;20782](https://github.com/eslint/eslint/issues/20782)) (renovate\[bot]) - [`7bf93d9`](https://github.com/eslint/eslint/commit/7bf93d9e79f6dbf77242cbb9a9b8be834730fccd) chore: update TypeScript to v6 ([#&#8203;20677](https://github.com/eslint/eslint/issues/20677)) (sethamus) - [`b42dd72`](https://github.com/eslint/eslint/commit/b42dd72e76e7f90e7f0be9458288d93353052adc) ci: bump pnpm/action-setup from 6.0.0 to 6.0.1 ([#&#8203;20781](https://github.com/eslint/eslint/issues/20781)) (dependabot\[bot]) - [`2b252be`](https://github.com/eslint/eslint/commit/2b252be80f362cca7be3326a6dbe958680fdfe9a) test: add unit tests for IdGenerator ([#&#8203;20775](https://github.com/eslint/eslint/issues/20775)) (kuldeep kumar) ### [`v10.2.1`](https://github.com/eslint/eslint/releases/tag/v10.2.1) [Compare Source](https://github.com/eslint/eslint/compare/v10.2.0...v10.2.1) #### Bug Fixes - [`14be92b`](https://github.com/eslint/eslint/commit/14be92b6d1fa0923b8923830f2208e5e2705b002) fix: model generator yield resumption paths in code path analysis ([#&#8203;20665](https://github.com/eslint/eslint/issues/20665)) (sethamus) - [`84a19d2`](https://github.com/eslint/eslint/commit/84a19d2c32255db6b9cfc08644a607aae6d5cb62) fix: no-async-promise-executor false positives for shadowed Promise ([#&#8203;20740](https://github.com/eslint/eslint/issues/20740)) (xbinaryx) - [`af764af`](https://github.com/eslint/eslint/commit/af764af0ec38225755fbf8a6f207f0c77b595a8d) fix: clarify language and processor validation errors ([#&#8203;20729](https://github.com/eslint/eslint/issues/20729)) (Pixel998) - [`e251b89`](https://github.com/eslint/eslint/commit/e251b89a38280973e468a4a9386c138f4f55d10d) fix: update eslint ([#&#8203;20715](https://github.com/eslint/eslint/issues/20715)) (renovate\[bot]) #### Documentation - [`ca92ca0`](https://github.com/eslint/eslint/commit/ca92ca0fb4599e8de1e2fb914e695fe7397cbe63) docs: reuse markdown-it instance for markdown filter ([#&#8203;20768](https://github.com/eslint/eslint/issues/20768)) (Amaresh S M) - [`57d2ee2`](https://github.com/eslint/eslint/commit/57d2ee213305cee0cb55ef08e0480b57396269a9) docs: Enable Eleventy incremental mode for watch ([#&#8203;20767](https://github.com/eslint/eslint/issues/20767)) (Amaresh S M) - [`c1621b9`](https://github.com/eslint/eslint/commit/c1621b915742276e5f4b25efe790ca62296330dc) docs: fix typos in code-path-analyzer.js ([#&#8203;20700](https://github.com/eslint/eslint/issues/20700)) (Ayush Shukla) - [`1418d52`](https://github.com/eslint/eslint/commit/1418d522d10bde1960f4942afb548bc7160ec49e) docs: Update README (GitHub Actions Bot) - [`39771e6`](https://github.com/eslint/eslint/commit/39771e6e600f0b0617fdeafff6dd07e4211ffde6) docs: Update README (GitHub Actions Bot) - [`71e0469`](https://github.com/eslint/eslint/commit/71e04693def2df57268f08f3072a2749df6bf438) docs: fix incomplete JSDoc param description in no-shadow rule ([#&#8203;20728](https://github.com/eslint/eslint/issues/20728)) (kuldeep kumar) - [`22119ce`](https://github.com/eslint/eslint/commit/22119ceb93e28f62262fc1d98ff1b1442d6e2dbf) docs: clarify scope of for-direction rule with dead code examples ([#&#8203;20723](https://github.com/eslint/eslint/issues/20723)) (Amaresh S M) - [`8f3fb77`](https://github.com/eslint/eslint/commit/8f3fb77f122a5641d1833cad5d93f3f54fa3be0b) docs: document `meta.docs.dialects` ([#&#8203;20718](https://github.com/eslint/eslint/issues/20718)) (Pixel998) #### Chores - [`7ddfea9`](https://github.com/eslint/eslint/commit/7ddfea9c4f62add1588c5c0b0da568c299246383) chore: update dependency prettier to v3.8.2 ([#&#8203;20770](https://github.com/eslint/eslint/issues/20770)) (renovate\[bot]) - [`fac40e1`](https://github.com/eslint/eslint/commit/fac40e1de2ba7646cc7cd2d3f93fbdd1f8819001) ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 ([#&#8203;20763](https://github.com/eslint/eslint/issues/20763)) (dependabot\[bot]) - [`7246f92`](https://github.com/eslint/eslint/commit/7246f923332522d8b3d46b6ee646fce88535f3fb) test: add tests for SuppressionsService.load() error handling ([#&#8203;20734](https://github.com/eslint/eslint/issues/20734)) (kuldeep kumar) - [`4f34b1e`](https://github.com/eslint/eslint/commit/4f34b1e592b0f63d766d9903998e8e36eb49d3aa) chore: update pnpm/action-setup action to v5 ([#&#8203;20762](https://github.com/eslint/eslint/issues/20762)) (renovate\[bot]) - [`51080eb`](https://github.com/eslint/eslint/commit/51080eb5c98d619434e4835dbe9f1c6654aca3b8) test: processor service ([#&#8203;20731](https://github.com/eslint/eslint/issues/20731)) (kuldeep kumar) - [`e7e1889`](https://github.com/eslint/eslint/commit/e7e1889fca9b6044e08f41b38df20a1ce45808c8) chore: remove stale babel-eslint10 fixture and test ([#&#8203;20727](https://github.com/eslint/eslint/issues/20727)) (kuldeep kumar) - [`4e1a87c`](https://github.com/eslint/eslint/commit/4e1a87cb8fb90e309524bc36bc5f31b9f9cfaa76) test: remove redundant async/await in flat config array tests ([#&#8203;20722](https://github.com/eslint/eslint/issues/20722)) (Pixel998) - [`066eabb`](https://github.com/eslint/eslint/commit/066eabb3643b12931f991594969bcc0028f71a5f) test: add rule metadata coverage for `languages` and `docs.dialects` ([#&#8203;20717](https://github.com/eslint/eslint/issues/20717)) (Pixel998) ### [`v10.2.0`](https://github.com/eslint/eslint/releases/tag/v10.2.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.1.0...v10.2.0) #### Features - [`586ec2f`](https://github.com/eslint/eslint/commit/586ec2f43092779acc957866db4abe999112d1e1) feat: Add `meta.languages` support to rules ([#&#8203;20571](https://github.com/eslint/eslint/issues/20571)) (Copilot) - [`14207de`](https://github.com/eslint/eslint/commit/14207dee3939dc87cfa8b2fcfc271fff2cfd6471) feat: add `Temporal` to `no-obj-calls` ([#&#8203;20675](https://github.com/eslint/eslint/issues/20675)) (Pixel998) - [`bbb2c93`](https://github.com/eslint/eslint/commit/bbb2c93a2b31bd30924f32fe69a9acf41f9dfe35) feat: add Temporal to ES2026 globals ([#&#8203;20672](https://github.com/eslint/eslint/issues/20672)) (Pixel998) #### Bug Fixes - [`542cb3e`](https://github.com/eslint/eslint/commit/542cb3e6442a4e6ee3457c799e2a0ee23bef0c6a) fix: update first-party dependencies ([#&#8203;20714](https://github.com/eslint/eslint/issues/20714)) (Francesco Trotta) #### Documentation - [`a2af743`](https://github.com/eslint/eslint/commit/a2af743ea60f683d0e0de9d98267c1e7e4f5e412) docs: add `language` to configuration objects ([#&#8203;20712](https://github.com/eslint/eslint/issues/20712)) (Francesco Trotta) - [`845f23f`](https://github.com/eslint/eslint/commit/845f23f1370892bf07d819497ac518c9e65090d6) docs: Update README (GitHub Actions Bot) - [`5fbcf59`](https://github.com/eslint/eslint/commit/5fbcf5958b897cc4df5d652924d18428db37f7ee) docs: remove `sourceType` from ts playground link ([#&#8203;20477](https://github.com/eslint/eslint/issues/20477)) (Tanuj Kanti) - [`8702a47`](https://github.com/eslint/eslint/commit/8702a474659be786b6b1392e5e7c0c56355ae4a4) docs: Update README (GitHub Actions Bot) - [`ddeaded`](https://github.com/eslint/eslint/commit/ddeaded2ab36951383ff67c60fb64ec68d29a46a) docs: Update README (GitHub Actions Bot) - [`2b44966`](https://github.com/eslint/eslint/commit/2b4496691266547784a7f7ad1989ce53381bab91) docs: add Major Releases section to Manage Releases ([#&#8203;20269](https://github.com/eslint/eslint/issues/20269)) (Milos Djermanovic) - [`eab65c7`](https://github.com/eslint/eslint/commit/eab65c700ebb16a6e790910c720450c9908961fd) docs: update `eslint` versions in examples ([#&#8203;20664](https://github.com/eslint/eslint/issues/20664)) (루밀LuMir) - [`3e4a299`](https://github.com/eslint/eslint/commit/3e4a29903bf31f0998e45ad9128a265bce1edc56) docs: update ESM Dependencies policies with note for own-usage packages ([#&#8203;20660](https://github.com/eslint/eslint/issues/20660)) (Milos Djermanovic) #### Chores - [`8120e30`](https://github.com/eslint/eslint/commit/8120e30f833474f47acc061d24d164e9f022264f) refactor: extract no unmodified loop condition ([#&#8203;20679](https://github.com/eslint/eslint/issues/20679)) (kuldeep kumar) - [`46e8469`](https://github.com/eslint/eslint/commit/46e8469786be1b2bbb522100e1d44624d98d3745) chore: update dependency markdownlint-cli2 to ^0.22.0 ([#&#8203;20697](https://github.com/eslint/eslint/issues/20697)) (renovate\[bot]) - [`01ed3aa`](https://github.com/eslint/eslint/commit/01ed3aa68477f81a7188e1498cf4906e02015b7c) test: add unit tests for unicode utilities ([#&#8203;20622](https://github.com/eslint/eslint/issues/20622)) (Manish chaudhary) - [`811f493`](https://github.com/eslint/eslint/commit/811f4930f82ee2b6ac8eae75cade9bed63de0781) ci: remove `--legacy-peer-deps` from types integration tests ([#&#8203;20667](https://github.com/eslint/eslint/issues/20667)) (Milos Djermanovic) - [`6b86fcf`](https://github.com/eslint/eslint/commit/6b86fcfc5c75d6a3b8a2cf7bcdb3ef60635a9a03) chore: update dependency npm-run-all2 to v8 ([#&#8203;20663](https://github.com/eslint/eslint/issues/20663)) (renovate\[bot]) - [`632c4f8`](https://github.com/eslint/eslint/commit/632c4f83bf32b77981c7d395cacddd1bb172ee25) chore: add `prettier` update commit to `.git-blame-ignore-revs` ([#&#8203;20662](https://github.com/eslint/eslint/issues/20662)) (루밀LuMir) - [`b0b0f21`](https://github.com/eslint/eslint/commit/b0b0f21927e03ba092400e3c70d7058f537765c8) chore: update dependency eslint-plugin-regexp to ^3.1.0 ([#&#8203;20659](https://github.com/eslint/eslint/issues/20659)) (Milos Djermanovic) - [`228a2dd`](https://github.com/eslint/eslint/commit/228a2dd4b272c17f516ee3541f1dd69eca0a8ab0) chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 ([#&#8203;20661](https://github.com/eslint/eslint/issues/20661)) (Milos Djermanovic) - [`3ab4d7e`](https://github.com/eslint/eslint/commit/3ab4d7e244df244102de9d0d250b2ff12456a785) test: Add tests for eslintrc-style keys ([#&#8203;20645](https://github.com/eslint/eslint/issues/20645)) (kuldeep kumar) ### [`v10.1.0`](https://github.com/eslint/eslint/releases/tag/v10.1.0) [Compare Source](https://github.com/eslint/eslint/compare/v10.0.3...v10.1.0) #### Features - [`ff4382b`](https://github.com/eslint/eslint/commit/ff4382be349035acdb170627a2dc92828e134562) feat: apply fix for `no-var` in `TSModuleBlock` ([#&#8203;20638](https://github.com/eslint/eslint/issues/20638)) (Tanuj Kanti) - [`0916995`](https://github.com/eslint/eslint/commit/0916995b51528872b15ba4fedb24172cf25fcb3f) feat: Implement api support for bulk-suppressions ([#&#8203;20565](https://github.com/eslint/eslint/issues/20565)) (Blake Sager) #### Bug Fixes - [`2b8824e`](https://github.com/eslint/eslint/commit/2b8824e6be4223980e929a20025602df20d05ea2) fix: Prevent `no-var` autofix when a variable is used before declaration ([#&#8203;20464](https://github.com/eslint/eslint/issues/20464)) (Amaresh S M) - [`e58b4bf`](https://github.com/eslint/eslint/commit/e58b4bff167e79afd067d1b0ee9360bec2d3393e) fix: update eslint ([#&#8203;20597](https://github.com/eslint/eslint/issues/20597)) (renovate\[bot]) #### Documentation - [`b7b57fe`](https://github.com/eslint/eslint/commit/b7b57fe9942c572ff651230f1f96cefed787ca52) docs: use correct JSDoc link in require-jsdoc.md ([#&#8203;20641](https://github.com/eslint/eslint/issues/20641)) (mkemna-clb) - [`58e4cfc`](https://github.com/eslint/eslint/commit/58e4cfc7dbf0fe40c73f09bf0ff94ad944d0ba0e) docs: add deprecation notice partial ([#&#8203;20639](https://github.com/eslint/eslint/issues/20639)) (Milos Djermanovic) - [`7143dbf`](https://github.com/eslint/eslint/commit/7143dbf99df27c61edf1552da981794e99a0b2f2) docs: update v9 migration guide for `@eslint/js` usage ([#&#8203;20540](https://github.com/eslint/eslint/issues/20540)) (fnx) - [`035fc4f`](https://github.com/eslint/eslint/commit/035fc4fbe506e3e4524882cf50db37a4e430adf4) docs: note that `globalReturn` applies only with `sourceType: "script"` ([#&#8203;20630](https://github.com/eslint/eslint/issues/20630)) (Milos Djermanovic) - [`e972c88`](https://github.com/eslint/eslint/commit/e972c88ab7474a74191ee99ac2558b00d0427a8a) docs: merge ESLint option descriptions into type definitions ([#&#8203;20608](https://github.com/eslint/eslint/issues/20608)) (Francesco Trotta) - [`7f10d84`](https://github.com/eslint/eslint/commit/7f10d8440137f0cfd75f18f4746ba6a1c621b953) docs: Update README (GitHub Actions Bot) - [`aeed007`](https://github.com/eslint/eslint/commit/aeed0078ca2f73d4744cc522102178d45b5be64e) docs: open playground link in new tab ([#&#8203;20602](https://github.com/eslint/eslint/issues/20602)) (Tanuj Kanti) - [`a0d1a37`](https://github.com/eslint/eslint/commit/a0d1a3772679d3d74bb860fc65b5b58678acd452) docs: Add AI Usage Policy ([#&#8203;20510](https://github.com/eslint/eslint/issues/20510)) (Nicholas C. Zakas) #### Chores - [`a9f9cce`](https://github.com/eslint/eslint/commit/a9f9cce82d80b540a0e3549d0e91c16df28740d8) chore: update dependency eslint-plugin-unicorn to ^63.0.0 ([#&#8203;20584](https://github.com/eslint/eslint/issues/20584)) (Milos Djermanovic) - [`1f42bd7`](https://github.com/eslint/eslint/commit/1f42bd7876ae4192cf7f7f4faf73b4ef3d2563cb) chore: update `prettier` to 3.8.1 ([#&#8203;20651](https://github.com/eslint/eslint/issues/20651)) (루밀LuMir) - [`c0a6f4a`](https://github.com/eslint/eslint/commit/c0a6f4a2b4169edeca2a81bf7b47783e39ade366) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^1.2.0 ([#&#8203;20652](https://github.com/eslint/eslint/issues/20652)) (renovate\[bot]) - [`cc43f79`](https://github.com/eslint/eslint/commit/cc43f795c42e5ec2f19bb43b1f6d534ef2e469f3) chore: update dependency c8 to v11 ([#&#8203;20650](https://github.com/eslint/eslint/issues/20650)) (renovate\[bot]) - [`2ce4635`](https://github.com/eslint/eslint/commit/2ce4635b036ff2665c7009afddf9c0fb2274dceb) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to v1 ([#&#8203;20649](https://github.com/eslint/eslint/issues/20649)) (renovate\[bot]) - [`f0406ee`](https://github.com/eslint/eslint/commit/f0406eedcc3dc415babbbf6bbdb5db1eebfd487b) chore: update dependency markdownlint-cli2 to ^0.21.0 ([#&#8203;20646](https://github.com/eslint/eslint/issues/20646)) (renovate\[bot]) - [`dbb4c95`](https://github.com/eslint/eslint/commit/dbb4c9582a00bac604d5c6ac671bb7111468a846) chore: remove trunk ([#&#8203;20478](https://github.com/eslint/eslint/issues/20478)) (sethamus) - [`c672a2a`](https://github.com/eslint/eslint/commit/c672a2a70579fddf1c6ce33dfa712d705726e1c9) test: fix CLI test for empty output file ([#&#8203;20640](https://github.com/eslint/eslint/issues/20640)) (kuldeep kumar) - [`c7ada24`](https://github.com/eslint/eslint/commit/c7ada2455680036bbfc42fcb1511ff28afe3c587) ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 ([#&#8203;20636](https://github.com/eslint/eslint/issues/20636)) (dependabot\[bot]) - [`07c4b8b`](https://github.com/eslint/eslint/commit/07c4b8b4a9f49145e60a3448dd57853213ed4de3) test: fix `RuleTester` test without test runners ([#&#8203;20631](https://github.com/eslint/eslint/issues/20631)) (Francesco Trotta) - [`079bba7`](https://github.com/eslint/eslint/commit/079bba7ff17d0a99fdffe32bf991d005ba797fae) test: Add tests for `isValidWithUnicodeFlag` ([#&#8203;20601](https://github.com/eslint/eslint/issues/20601)) (Manish chaudhary) - [`5885ae6`](https://github.com/eslint/eslint/commit/5885ae66216bcee9310bbf73786b7d7d5774aeaf) ci: unpin Node.js 25.x in CI ([#&#8203;20615](https://github.com/eslint/eslint/issues/20615)) (Copilot) - [`f65e5d3`](https://github.com/eslint/eslint/commit/f65e5d3c0df65fdb317ad6d23f7ae113c5f4b6d7) chore: update pnpm/action-setup digest to [`b906aff`](https://github.com/eslint/eslint/commit/b906aff) ([#&#8203;20610](https://github.com/eslint/eslint/issues/20610)) (renovate\[bot]) ### [`v10.0.3`](https://github.com/eslint/eslint/releases/tag/v10.0.3) [Compare Source](https://github.com/eslint/eslint/compare/v10.0.2...v10.0.3) #### Bug Fixes - [`e511b58`](https://github.com/eslint/eslint/commit/e511b58d5ecd63a232b87743614867f4eaadbba4) fix: update eslint ([#&#8203;20595](https://github.com/eslint/eslint/issues/20595)) (renovate\[bot]) - [`f4c9cf9`](https://github.com/eslint/eslint/commit/f4c9cf9b8dc5642de555a09295933464080d722a) fix: include variable name in `no-useless-assignment` message ([#&#8203;20581](https://github.com/eslint/eslint/issues/20581)) (sethamus) - [`ee9ff31`](https://github.com/eslint/eslint/commit/ee9ff31cee13712d2be2a6b5c0a4a54449fe9fe1) fix: update dependency minimatch to ^10.2.4 ([#&#8203;20562](https://github.com/eslint/eslint/issues/20562)) (Milos Djermanovic) #### Documentation - [`9fc31b0`](https://github.com/eslint/eslint/commit/9fc31b03ef05abfc4f0f449b22947029d51a72f6) docs: Update README (GitHub Actions Bot) - [`4efaa36`](https://github.com/eslint/eslint/commit/4efaa367c62d5a45dd21e246e4a506e11dd51758) docs: add info box for `eslint-plugin-eslint-comments` ([#&#8203;20570](https://github.com/eslint/eslint/issues/20570)) (DesselBane) - [`23b2759`](https://github.com/eslint/eslint/commit/23b2759dd5cd70976ab2e8f4a1cf86ffe4b9f65d) docs: add v10 migration guide link to Use docs index ([#&#8203;20577](https://github.com/eslint/eslint/issues/20577)) (Pixel998) - [`80259a9`](https://github.com/eslint/eslint/commit/80259a9b0d9e29596a5ef0e1e5269031636cacdb) docs: Remove deprecated eslintrc documentation files ([#&#8203;20472](https://github.com/eslint/eslint/issues/20472)) (Copilot) - [`9b9b4ba`](https://github.com/eslint/eslint/commit/9b9b4baf7f0515d28290464ea754d7e7dc350395) docs: fix typo in no-await-in-loop documentation ([#&#8203;20575](https://github.com/eslint/eslint/issues/20575)) (Pixel998) - [`e7d72a7`](https://github.com/eslint/eslint/commit/e7d72a77e5e1277690a505160137aebd5985909a) docs: document TypeScript 5.3 minimum supported version ([#&#8203;20547](https://github.com/eslint/eslint/issues/20547)) (sethamus) #### Chores - [`ef8fb92`](https://github.com/eslint/eslint/commit/ef8fb924bfabc2e239b46b2d7b3c37319b03084e) chore: package.json update for eslint-config-eslint release (Jenkins) - [`e8f2104`](https://github.com/eslint/eslint/commit/e8f21040f675753e92df8e04f2dbd03addb92985) chore: updates for v9.39.4 release (Jenkins) - [`5cd1604`](https://github.com/eslint/eslint/commit/5cd1604cea5734bc235155a1a1add9f08ae83370) refactor: simplify isCombiningCharacter helper ([#&#8203;20524](https://github.com/eslint/eslint/issues/20524)) (Huáng Jùnliàng) - [`70ff1d0`](https://github.com/eslint/eslint/commit/70ff1d07a8e7eba9e70b67ea55fcf2e47cdc9b2d) chore: eslint-config-eslint require Node `^20.19.0 || ^22.13.0 || >=24` ([#&#8203;20586](https://github.com/eslint/eslint/issues/20586)) (Milos Djermanovic) - [`e32df71`](https://github.com/eslint/eslint/commit/e32df71a569d5f4aca13079dedd4ae76ea05168a) chore: update eslint-plugin-eslint-comments, remove legacy-peer-deps ([#&#8203;20576](https://github.com/eslint/eslint/issues/20576)) (Milos Djermanovic) - [`53ca6ee`](https://github.com/eslint/eslint/commit/53ca6eeed87262ebddd20636107f486badabcc1f) chore: disable `eslint-comments/no-unused-disable` rule ([#&#8203;20578](https://github.com/eslint/eslint/issues/20578)) (Milos Djermanovic) - [`e121895`](https://github.com/eslint/eslint/commit/e1218957452e223af27ace1f9d031ab421aec08f) ci: pin Node.js 25.6.1 ([#&#8203;20559](https://github.com/eslint/eslint/issues/20559)) (Milos Djermanovic) - [`efc5aef`](https://github.com/eslint/eslint/commit/efc5aef2f9a05f01d5cad53dcb91e7f2c575e295) chore: update `tsconfig.json` in `eslint-config-eslint` ([#&#8203;20551](https://github.com/eslint/eslint/issues/20551)) (Francesco Trotta) ### [`v10.0.2`](https://github.com/eslint/eslint/releases/tag/v10.0.2) [Compare Source](https://github.com/eslint/eslint/compare/v10.0.1...v10.0.2) #### Bug Fixes - [`2b72361`](https://github.com/eslint/eslint/commit/2b723616a4daeacd4605f11b4d087d4a7cae5c74) fix: update `ajv` to `6.14.0` to address security vulnerabilities ([#&#8203;20537](https://github.com/eslint/eslint/issues/20537)) (루밀LuMir) #### Documentation - [`13eeedb`](https://github.com/eslint/eslint/commit/13eeedbbd16218b0da1425b78cb284937fd964ca) docs: link rule type explanation to CLI option --fix-type ([#&#8203;20548](https://github.com/eslint/eslint/issues/20548)) (Mike McCready) - [`98cbf6b`](https://github.com/eslint/eslint/commit/98cbf6ba53a1fb2028d25078c7049a538d0e392c) docs: update migration guide per Program range change ([#&#8203;20534](https://github.com/eslint/eslint/issues/20534)) (Huáng Jùnliàng) - [`61a2405`](https://github.com/eslint/eslint/commit/61a24054411fa56ce74bef554846caa9d8cb01f5) docs: add missing semicolon in vars-on-top rule example ([#&#8203;20533](https://github.com/eslint/eslint/issues/20533)) (Abilash) #### Chores - [`951223b`](https://github.com/eslint/eslint/commit/951223b29669885643f7854d7c824288ba962d7e) chore: update dependency [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc) to ^3.3.4 ([#&#8203;20553](https://github.com/eslint/eslint/issues/20553)) (renovate\[bot]) - [`6aa1afe`](https://github.com/eslint/eslint/commit/6aa1afe6694f3fd7f82116109a5ef2ad18ece074) chore: update dependency eslint-plugin-jsdoc to ^62.7.0 ([#&#8203;20536](https://github.com/eslint/eslint/issues/20536)) (Milos Djermanovic) ### [`v10.0.1`](https://github.com/eslint/eslint/releases/tag/v10.0.1) [Compare Source](https://github.com/eslint/eslint/compare/v10.0.0...v10.0.1) #### Bug Fixes - [`c87d5bd`](https://github.com/eslint/eslint/commit/c87d5bded54c5cf491eb04c24c9d09bbbd42c23e) fix: update eslint ([#&#8203;20531](https://github.com/eslint/eslint/issues/20531)) (renovate\[bot]) - [`d841001`](https://github.com/eslint/eslint/commit/d84100115c14691691058f00779c94e74fca946a) fix: update `minimatch` to `10.2.1` to address security vulnerabilities ([#&#8203;20519](https://github.com/eslint/eslint/issues/20519)) (루밀LuMir) - [`04c2147`](https://github.com/eslint/eslint/commit/04c21475b3004904948f02049f2888b401d82c78) fix: update error message for unused suppressions ([#&#8203;20496](https://github.com/eslint/eslint/issues/20496)) (fnx) - [`38b089c`](https://github.com/eslint/eslint/commit/38b089c1726feac0e31a31d47941bd99e29ce003) fix: update dependency [@&#8203;eslint/config-array](https://github.com/eslint/config-array) to ^0.23.1 ([#&#8203;20484](https://github.com/eslint/eslint/issues/20484)) (renovate\[bot]) #### Documentation - [`5b3dbce`](https://github.com/eslint/eslint/commit/5b3dbce50a1404a9f118afe810cefeee79388a2a) docs: add AI acknowledgement section to templates ([#&#8203;20431](https://github.com/eslint/eslint/issues/20431)) (루밀LuMir) - [`6f23076`](https://github.com/eslint/eslint/commit/6f23076037d5879f20fb3be2ef094293b1e8d38c) docs: toggle nav in no-JS mode ([#&#8203;20476](https://github.com/eslint/eslint/issues/20476)) (Tanuj Kanti) - [`b69cfb3`](https://github.com/eslint/eslint/commit/b69cfb32a16c5d5e9986390d484fae1d21e406f9) docs: Update README (GitHub Actions Bot) #### Chores - [`e5c281f`](https://github.com/eslint/eslint/commit/e5c281ffd038a3a7a3e5364db0b9378e0ad83020) chore: updates for v9.39.3 release (Jenkins) - [`8c3832a`](https://github.com/eslint/eslint/commit/8c3832adb77cd993b4a24891900d5eeaaf093cdc) chore: update [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) to ^8.56.0 ([#&#8203;20514](https://github.com/eslint/eslint/issues/20514)) (Milos Djermanovic) - [`8330d23`](https://github.com/eslint/eslint/commit/8330d238ae6adb68bb6a1c9381e38cfedd990d94) test: add tests for config-api ([#&#8203;20493](https://github.com/eslint/eslint/issues/20493)) (Milos Djermanovic) - [`37d6e91`](https://github.com/eslint/eslint/commit/37d6e91e88fa6a2ca6d8726679096acff21ba6cc) chore: remove eslint v10 prereleases from eslint-config-eslint deps ([#&#8203;20494](https://github.com/eslint/eslint/issues/20494)) (Milos Djermanovic) - [`da7cd0e`](https://github.com/eslint/eslint/commit/da7cd0e79197ad16e17052eef99df141de6dbfb1) refactor: cleanup error message templates ([#&#8203;20479](https://github.com/eslint/eslint/issues/20479)) (Francesco Trotta) - [`84fb885`](https://github.com/eslint/eslint/commit/84fb885d49ac810e79a9491276b4828b53d913e5) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`1f66734`](https://github.com/eslint/eslint/commit/1f667344b57c4c09b548d94bcfac1f91b6e5c63d) chore: add `eslint` to `peerDependencies` of `@eslint/js` ([#&#8203;20467](https://github.com/eslint/eslint/issues/20467)) (Milos Djermanovic) ### [`v10.0.0`](https://github.com/eslint/eslint/releases/tag/v10.0.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.39.5...v10.0.0) #### Breaking Changes - [`f9e54f4`](https://github.com/eslint/eslint/commit/f9e54f43a5e497cdfa179338b431093245cb787b) feat!: estimate rule-tester failure location ([#&#8203;20420](https://github.com/eslint/eslint/issues/20420)) (ST-DDT) - [`a176319`](https://github.com/eslint/eslint/commit/a176319d8ade1a7d9b2d7fb8f038f55a2662325f) feat!: replace `chalk` with `styleText` and add `color` to `ResultsMeta` ([#&#8203;20227](https://github.com/eslint/eslint/issues/20227)) (루밀LuMir) - [`c7046e6`](https://github.com/eslint/eslint/commit/c7046e6c1e03c4ca0eee4888a1f2eba4c6454f84) feat!: enable JSX reference tracking ([#&#8203;20152](https://github.com/eslint/eslint/issues/20152)) (Pixel998) - [`fa31a60`](https://github.com/eslint/eslint/commit/fa31a608901684fbcd9906d1907e66561d16e5aa) feat!: add `name` to configs ([#&#8203;20015](https://github.com/eslint/eslint/issues/20015)) (Kirk Waiblinger) - [`3383e7e`](https://github.com/eslint/eslint/commit/3383e7ec9028166cafc8ea7986c2f7498d0049f0) fix!: remove deprecated `SourceCode` methods ([#&#8203;20137](https://github.com/eslint/eslint/issues/20137)) (Pixel998) - [`501abd0`](https://github.com/eslint/eslint/commit/501abd0e916a35554c58b7c0365537f1fa3880ce) feat!: update dependency minimatch to v10 ([#&#8203;20246](https://github.com/eslint/eslint/issues/20246)) (renovate\[bot]) - [`ca4d3b4`](https://github.com/eslint/eslint/commit/ca4d3b40085de47561f89656a2207d09946ed45e) fix!: stricter rule tester assertions for valid test cases ([#&#8203;20125](https://github.com/eslint/eslint/issues/20125)) (唯然) - [`96512a6`](https://github.com/eslint/eslint/commit/96512a66c86402fb0538cdcb6cd30b9073f6bf3b) fix!: Remove deprecated rule context methods ([#&#8203;20086](https://github.com/eslint/eslint/issues/20086)) (Nicholas C. Zakas) - [`c69fdac`](https://github.com/eslint/eslint/commit/c69fdacdb2e886b9d965568a397aa8220db3fe90) feat!: remove eslintrc support ([#&#8203;20037](https://github.com/eslint/eslint/issues/20037)) (Francesco Trotta) - [`208b5cc`](https://github.com/eslint/eslint/commit/208b5cc34a8374ff81412b5bec2e0800eebfbd04) feat!: Use `ScopeManager#addGlobals()` ([#&#8203;20132](https://github.com/eslint/eslint/issues/20132)) (Milos Djermanovic) - [`a2ee188`](https://github.com/eslint/eslint/commit/a2ee188ea7a38a0c6155f3d39e2b00e1d0f36e14) fix!: add `uniqueItems: true` in `no-invalid-regexp` option ([#&#8203;20155](https://github.com/eslint/eslint/issues/20155)) (Tanuj Kanti) - [`a89059d`](https://github.com/eslint/eslint/commit/a89059dbf2832d417dd493ee81483227ec44e4ab) feat!: Program range span entire source text ([#&#8203;20133](https://github.com/eslint/eslint/issues/20133)) (Pixel998) - [`39a6424`](https://github.com/eslint/eslint/commit/39a6424373d915fa9de0d7b0caba9a4dc3da9b53) fix!: assert 'text' is a string across all RuleFixer methods ([#&#8203;20082](https://github.com/eslint/eslint/issues/20082)) (Pixel998) - [`f28fbf8`](https://github.com/eslint/eslint/commit/f28fbf846244e043c92b355b224d121b06140b44) fix!: Deprecate `"always"` and `"as-needed"` options of the `radix` rule ([#&#8203;20223](https://github.com/eslint/eslint/issues/20223)) (Milos Djermanovic) - [`aa3fb2b`](https://github.com/eslint/eslint/commit/aa3fb2b233e929b37220be940575f42c280e0b98) fix!: tighten `func-names` schema ([#&#8203;20119](https://github.com/eslint/eslint/issues/20119)) (Pixel998) - [`f6c0ed0`](https://github.com/eslint/eslint/commit/f6c0ed0311dcfee853367d5068c765d066e6b756) feat!: report `eslint-env` comments as errors ([#&#8203;20128](https://github.com/eslint/eslint/issues/20128)) (Francesco Trotta) - [`4bf739f`](https://github.com/eslint/eslint/commit/4bf739fb533e59f7f0a66b65f7bc80be0f37d8db) fix!: remove deprecated `LintMessage#nodeType` and `TestCaseError#type` ([#&#8203;20096](https://github.com/eslint/eslint/issues/20096)) (Pixel998) - [`523c076`](https://github.com/eslint/eslint/commit/523c076866400670fb2192a3f55dbf7ad3469247) feat!: drop support for jiti < 2.2.0 ([#&#8203;20016](https://github.com/eslint/eslint/issues/20016)) (michael faith) - [`454a292`](https://github.com/eslint/eslint/commit/454a292c95f34dad232411ddac06408e6383bb64) feat!: update `eslint:recommended` configuration ([#&#8203;20210](https://github.com/eslint/eslint/issues/20210)) (Pixel998) - [`4f880ee`](https://github.com/eslint/eslint/commit/4f880ee02992e1bf0e96ebaba679985e2d1295f1) feat!: remove `v10_*` and inactive `unstable_*` flags ([#&#8203;20225](https://github.com/eslint/eslint/issues/20225)) (sethamus) - [`f18115c`](https://github.com/eslint/eslint/commit/f18115c363a4ac7671a4c7f30ee13d57ebba330f) feat!: `no-shadow-restricted-names` report `globalThis` by default ([#&#8203;20027](https://github.com/eslint/eslint/issues/20027)) (sethamus) - [`c6358c3`](https://github.com/eslint/eslint/commit/c6358c31fbd3937b92d89be2618ffdf5a774604e) feat!: Require Node.js `^20.19.0 || ^22.13.0 || >=24` ([#&#8203;20160](https://github.com/eslint/eslint/issues/20160)) (Milos Djermanovic) #### Features - [`bff9091`](https://github.com/eslint/eslint/commit/bff9091927811497dbf066b0e3b85ecb37d43822) feat: handle `Array.fromAsync` in `array-callback-return` ([#&#8203;20457](https://github.com/eslint/eslint/issues/20457)) (Francesco Trotta) - [`290c594`](https://github.com/eslint/eslint/commit/290c594bb50c439fb71bc75521ee5360daa8c222) feat: add `self` to `no-implied-eval` rule ([#&#8203;20468](https://github.com/eslint/eslint/issues/20468)) (sethamus) - [`43677de`](https://github.com/eslint/eslint/commit/43677de07ebd6e14bfac40a46ad749ba783c45f2) feat: fix handling of function and class expression names in `no-shadow` ([#&#8203;20432](https://github.com/eslint/eslint/issues/20432)) (Milos Djermanovic) - [`f0cafe5`](https://github.com/eslint/eslint/commit/f0cafe5f37e7765e9d8c2751b5f5d33107687009) feat: rule tester add assertion option `requireData` ([#&#8203;20409](https://github.com/eslint/eslint/issues/20409)) (fnx) - [`f7ab693`](https://github.com/eslint/eslint/commit/f7ab6937e63bc618d326710858f5861a68f80616) feat: output RuleTester test case failure index ([#&#8203;19976](https://github.com/eslint/eslint/issues/19976)) (ST-DDT) - [`7cbcbf9`](https://github.com/eslint/eslint/commit/7cbcbf9c3c2008deee7d143ae35e668e8ffbccb3) feat: add `countThis` option to `max-params` ([#&#8203;20236](https://github.com/eslint/eslint/issues/20236)) (Gerkin) - [`f148a5e`](https://github.com/eslint/eslint/commit/f148a5eaa1e89dd80ade62f0a690186b00b9f6e1) feat: add error assertion options ([#&#8203;20247](https://github.com/eslint/eslint/issues/20247)) (ST-DDT) - [`09e6654`](https://github.com/eslint/eslint/commit/09e66549ecada6dcb8c567a60faf044fce049188) feat: update error loc of `require-yield` and `no-useless-constructor` ([#&#8203;20267](https://github.com/eslint/eslint/issues/20267)) (Tanuj Kanti) #### Bug Fixes - [`436b82f`](https://github.com/eslint/eslint/commit/436b82f3c0a8cfa2fdc17d173e95ea11d5d3ee03) fix: update eslint ([#&#8203;20473](https://github.com/eslint/eslint/issues/20473)) (renovate\[bot]) - [`1d29d22`](https://github.com/eslint/eslint/commit/1d29d22fe302443cec2a11da0816397f94af97ec) fix: detect default `this` binding in `Array.fromAsync` callbacks ([#&#8203;20456](https://github.com/eslint/eslint/issues/20456)) (Francesco Trotta) - [`727451e`](https://github.com/eslint/eslint/commit/727451eff55b35d853e0e443d0de58f4550762bf) fix: fix regression of global mode report range in `strict` rule ([#&#8203;20462](https://github.com/eslint/eslint/issues/20462)) (ntnyq) - [`e80485f`](https://github.com/eslint/eslint/commit/e80485fcd27196fa0b6f6b5c7ac8cf49ad4b079d) fix: remove fake `FlatESLint` and `LegacyESLint` exports ([#&#8203;20460](https://github.com/eslint/eslint/issues/20460)) (Francesco Trotta) - [`9eeff3b`](https://github.com/eslint/eslint/commit/9eeff3bc13813a786b8a4c3815def97c0fb646ef) fix: update esquery ([#&#8203;20423](https://github.com/eslint/eslint/issues/20423)) (cryptnix) - [`b34b938`](https://github.com/eslint/eslint/commit/b34b93852d014ebbcf3538d892b55e0216cdf681) fix: use `Error.prepareStackTrace` to estimate failing test location ([#&#8203;20436](https://github.com/eslint/eslint/issues/20436)) (Francesco Trotta) - [`51aab53`](https://github.com/eslint/eslint/commit/51aab5393b058f7cbed69041a9069b2bd106aabd) fix: update eslint ([#&#8203;20443](https://github.com/eslint/eslint/issues/20443)) (renovate\[bot]) - [`23490b2`](https://github.com/eslint/eslint/commit/23490b266276792896a0b7b43c49a1ce87bf8568) fix: handle space before colon in `RuleTester` location estimation ([#&#8203;20433](https://github.com/eslint/eslint/issues/20433)) (Francesco Trotta) - [`f244dbf`](https://github.com/eslint/eslint/commit/f244dbf2191267a4cafd08645243624baf3e8c83) fix: use `MessagePlaceholderData` type from `@eslint/core` ([#&#8203;20348](https://github.com/eslint/eslint/issues/20348)) (루밀LuMir) - [`d186f8c`](https://github.com/eslint/eslint/commit/d186f8c0747f14890e86a5a39708b052b391ddaf) fix: update eslint ([#&#8203;20427](https://github.com/eslint/eslint/issues/20427)) (renovate\[bot]) - [`2332262`](https://github.com/eslint/eslint/commit/2332262deb4ef3188b210595896bb0ff552a7e66) fix: error location should not modify error message in RuleTester ([#&#8203;20421](https://github.com/eslint/eslint/issues/20421)) (Milos Djermanovic) - [`ab99b21`](https://github.com/eslint/eslint/commit/ab99b21a6715dee1035d8f4e6d6841853eb5563f) fix: ensure `filename` is passed as third argument to `verifyAndFix()` ([#&#8203;20405](https://github.com/eslint/eslint/issues/20405)) (루밀LuMir) - [`8a60f3b`](https://github.com/eslint/eslint/commit/8a60f3bc80ad96c65feeb29886342623c630199c) fix: remove `ecmaVersion` and `sourceType` from `ParserOptions` type ([#&#8203;20415](https://github.com/eslint/eslint/issues/20415)) (Pixel998) - [`eafd727`](https://github.com/eslint/eslint/commit/eafd727a060131f7fc79b2eb5698d8d27683c3a2) fix: remove `TDZ` scope type ([#&#8203;20231](https://github.com/eslint/eslint/issues/20231)) (jaymarvelz) - [`39d1f51`](https://github.com/eslint/eslint/commit/39d1f51680d4fbade16b4d9c07ad61a87ee3b1ea) fix: correct `Scope` typings ([#&#8203;20404](https://github.com/eslint/eslint/issues/20404)) (sethamus) - [`2bd0f13`](https://github.com/eslint/eslint/commit/2bd0f13a92fb373827f16210aa4748d4885fddb1) fix: update `verify` and `verifyAndFix` types ([#&#8203;20384](https://github.com/eslint/eslint/issues/20384)) (Francesco Trotta) - [`ba6ebfa`](https://github.com/eslint/eslint/commit/ba6ebfa78de0b8522cea5ee80179887e92c6c935) fix: correct typings for `loadESLint()` and `shouldUseFlatConfig()` ([#&#8203;20393](https://github.com/eslint/eslint/issues/20393)) (루밀LuMir) - [`e7673ae`](https://github.com/eslint/eslint/commit/e7673ae096900330599680efe91f8a199a5c2e59) fix: correct RuleTester typings ([#&#8203;20105](https://github.com/eslint/eslint/issues/20105)) (Pixel998) - [`53e9522`](https://github.com/eslint/eslint/commit/53e95222af8561a8eed282fa9fd44b2f320a3c37) fix: strict removed formatters check ([#&#8203;20241](https://github.com/eslint/eslint/issues/20241)) (ntnyq) - [`b017f09`](https://github.com/eslint/eslint/commit/b017f094d4e53728f8d335b9cf8b16dc074afda3) fix: correct `no-restricted-import` messages ([#&#8203;20374](https://github.com/eslint/eslint/issues/20374)) (Francesco Trotta) #### Documentation - [`e978dda`](https://github.com/eslint/eslint/commit/e978ddaab7e6a3c38b4a2afa721148a6ef38f29a) docs: Update README (GitHub Actions Bot) - [`4cecf83`](https://github.com/eslint/eslint/commit/4cecf8393ae9af18c4cfd50621115eb23b3d0cb6) docs: Update README (GitHub Actions Bot) - [`c79f0ab`](https://github.com/eslint/eslint/commit/c79f0ab2e2d242a93b08ff2f6a0712e2ef60b7b8) docs: Update README (GitHub Actions Bot) - [`773c052`](https://github.com/eslint/eslint/commit/773c0527c72c09fb5e63c2036b5cb9783f1f04d3) docs: Update README (GitHub Actions Bot) - [`f2962e4`](https://github.com/eslint/eslint/commit/f2962e46a0e8ee8e04d76e9d899f6a7c73a646f1) docs: document `meta.docs.frozen` property ([#&#8203;20475](https://github.com/eslint/eslint/issues/20475)) (Pixel998) - [`8e94f58`](https://github.com/eslint/eslint/commit/8e94f58bebfd854eed814a39e19dea4e3c3ee4a3) docs: fix broken anchor links from gerund heading updates ([#&#8203;20449](https://github.com/eslint/eslint/issues/20449)) (Copilot) - [`1495654`](https://github.com/eslint/eslint/commit/14956543d42ab542f72820f38941d0bcc39a1fbb) docs: Update README (GitHub Actions Bot) - [`0b8ed5c`](https://github.com/eslint/eslint/commit/0b8ed5c0aa4222a9b6b185c605cfedaef4662dcb) docs: document support for `:is` selector alias ([#&#8203;20454](https://github.com/eslint/eslint/issues/20454)) (sethamus) - [`1c4b33f`](https://github.com/eslint/eslint/commit/1c4b33fe8620dcaafbe6e8f4e9515b624476548c) docs: Document policies about ESM-only dependencies ([#&#8203;20448](https://github.com/eslint/eslint/issues/20448)) (Milos Djermanovic) - [`3e5d38c`](https://github.com/eslint/eslint/commit/3e5d38cdd5712bef50d440585b0f6669a2e9a9b9) docs: add missing indentation space in rule example ([#&#8203;20446](https://github.com/eslint/eslint/issues/20446)) (fnx) - [`63a0c7c`](https://github.com/eslint/eslint/commit/63a0c7c84bf5b12357893ea2bf0482aa3c855bac) docs: Update README (GitHub Actions Bot) - [`65ed0c9`](https://github.com/eslint/eslint/commit/65ed0c94e7cd1e3f882956113228311d8c7b3463) docs: Update README (GitHub Actions Bot) - [`b0e4717`](https://github.com/eslint/eslint/commit/b0e4717d6619ffd02913cf3633b44d8e6953d938) docs: \[no-await-in-loop] Expand inapplicability ([#&#8203;20363](https://github.com/eslint/eslint/issues/20363)) (Niklas Hambüchen) - [`fca421f`](https://github.com/eslint/eslint/commit/fca421f6a4eecd52f2a7ae5765bd9008f62f9994) docs: Update README (GitHub Actions Bot) - [`d925c54`](https://github.com/eslint/eslint/commit/d925c54f045b2230d3404e8aa18f4e2860a35e1d) docs: update config syntax in `no-lone-blocks` ([#&#8203;20413](https://github.com/eslint/eslint/issues/20413)) (Pixel998) - [`7d5c95f`](https://github.com/eslint/eslint/commit/7d5c95f281cb88868f4e09ca07fbbc6394d78c41) docs: remove redundant `sourceType: "module"` from rule examples ([#&#8203;20412](https://github.com/eslint/eslint/issues/20412)) (Pixel998) - [`02e7e71`](https://github.com/eslint/eslint/commit/02e7e7126366fc5eeffb713f865d80a759dc14b0) docs: correct `.mts` glob pattern in files with extensions example ([#&#8203;20403](https://github.com/eslint/eslint/issues/20403)) (Ali Essalihi) - [`264b981`](https://github.com/eslint/eslint/commit/264b981101a3cf0c12eba200ac64e5523186a89f) docs: Update README (GitHub Actions Bot) - [`5a4324f`](https://github.com/eslint/eslint/commit/5a4324f38e7ce370038351ef7412dcf8548c105e) docs: clarify `"local"` option of `no-unused-vars` ([#&#8203;20385](https://github.com/eslint/eslint/issues/20385)) (Milos Djermanovic) - [`e593aa0`](https://github.com/eslint/eslint/commit/e593aa0fd29f51edea787815ffc847aa723ef1f8) docs: improve clarity, grammar, and wording in documentation site README ([#&#8203;20370](https://github.com/eslint/eslint/issues/20370)) (Aditya) - [`3f5062e`](https://github.com/eslint/eslint/commit/3f5062ed5f27eb25414faced2478ae076906874e) docs: Add messages property to rule meta documentation ([#&#8203;20361](https://github.com/eslint/eslint/issues/20361)) (Sabya Sachi) - [`9e5a5c2`](https://github.com/eslint/eslint/commit/9e5a5c2b6b368cdacd678eabf36b441bd8bb726c) docs: remove `Examples` headings from rule docs ([#&#8203;20364](https://github.com/eslint/eslint/issues/20364)) (Milos Djermanovic) - [`194f488`](https://github.com/eslint/eslint/commit/194f488a8dc97850485afe704d2a64096582f96d) docs: Update README (GitHub Actions Bot) - [`0f5a94a`](https://github.com/eslint/eslint/commit/0f5a94a84beee19f376025c74f703f275d52c94b) docs: \[class-methods-use-this] explain purpose of rule ([#&#8203;20008](https://github.com/eslint/eslint/issues/20008)) (Kirk Waiblinger) - [`df5566f`](https://github.com/eslint/eslint/commit/df5566f826d9f5740546e473aa6876b1f7d2f12c) docs: add Options section to all rule docs ([#&#8203;20296](https://github.com/eslint/eslint/issues/20296)) (sethamus) - [`adf7a2b`](https://github.com/eslint/eslint/commit/adf7a2b202743a98edc454890574292dd2b34837) docs: no-unsafe-finally note for generator functions ([#&#8203;20330](https://github.com/eslint/eslint/issues/20330)) (Tom Pereira) - [`ef7028c`](https://github.com/eslint/eslint/commit/ef7028c9688dc931051a4217637eb971efcbd71b) docs: Update README (GitHub Actions Bot) - [`fbae5d1`](https://github.com/eslint/eslint/commit/fbae5d18854b30ea3b696672c7699cef3ec92140) docs: consistently use "v10.0.0" in migration guide ([#&#8203;20328](https://github.com/eslint/eslint/issues/20328)) (Pixel998) - [`778aa2d`](https://github.com/eslint/eslint/commit/778aa2d83e1ef1e2bd1577ee976c5a43472a3dbe) docs: ignoring default file patterns ([#&#8203;20312](https://github.com/eslint/eslint/issues/20312)) (Tanuj Kanti) - [`4b5dbcd`](https://github.com/eslint/eslint/commit/4b5dbcdae52c1c16293dc68028cab18ed2504841) docs: reorder v10 migration guide ([#&#8203;20315](https://github.com/eslint/eslint/issues/20315)) (Milos Djermanovic) - [`5d84a73`](https://github.com/eslint/eslint/commit/5d84a7371d01ead1b274600c055fe49150d487f1) docs: Update README (GitHub Actions Bot) - [`37c8863`](https://github.com/eslint/eslint/commit/37c8863088a2d7e845d019f68a329f53a3fe2c35) docs: fix incorrect anchor link in v10 migration guide ([#&#8203;20299](https://github.com/eslint/eslint/issues/20299)) (Pixel998) - [`077ff02`](https://github.com/eslint/eslint/commit/077ff028b6ce036da091d2f7ed8c606c9d017468) docs: add migrate-to-10.0.0 doc ([#&#8203;20143](https://github.com/eslint/eslint/issues/20143)) (唯然) - [`3822e1b`](https://github.com/eslint/eslint/commit/3822e1b768bb4a64b72b73b5657737a6ee5c8afe) docs: Update README (GitHub Actions Bot) #### Build Related - [`9f08712`](https://github.com/eslint/eslint/commit/9f0871236e90ec78bcdbfa352cc1363b4bae5596) Build: changelog update for 10.0.0-rc.2 (Jenkins) - [`1e2c449`](https://github.com/eslint/eslint/commit/1e2c449701524b426022fde19144b1d22d8197b0) Build: changelog update for 10.0.0-rc.1 (Jenkins) - [`c4c72a8`](https://github.com/eslint/eslint/commit/c4c72a8d996dda629e85e78a6ef5417242594b5d) Build: changelog update for 10.0.0-rc.0 (Jenkins) - [`7e4daf9`](https://github.com/eslint/eslint/commit/7e4daf93d255ed343d68e999aad167bb20e5a96b) Build: changelog update for 10.0.0-beta.0 (Jenkins) - [`a126a2a`](https://github.com/eslint/eslint/commit/a126a2ab136406017f2dac2d7632114e37e62dc2) build: add .scss files entry to knip ([#&#8203;20389](https://github.com/eslint/eslint/issues/20389)) (Francesco Trotta) - [`f5c0193`](https://github.com/eslint/eslint/commit/f5c01932f69189b260646d60b28011c55870e65d) Build: changelog update for 10.0.0-alpha.1 (Jenkins) - [`165326f`](https://github.com/eslint/eslint/commit/165326f0469dd6a9b33598a6fceb66336bb2deb5) Build: changelog update for 10.0.0-alpha.0 (Jenkins) #### Chores - [`1ece282`](https://github.com/eslint/eslint/commit/1ece282c2286b5dc187ece2a793dbd8798f20bd7) chore: ignore `/docs/v9.x` in link checker ([#&#8203;20452](https://github.com/eslint/eslint/issues/20452)) (Milos Djermanovic) - [`034e139`](https://github.com/eslint/eslint/commit/034e1397446205e83eb341354605380195c88633) ci: add type integration test for `@html-eslint/eslint-plugin` ([#&#8203;20345](https://github.com/eslint/eslint/issues/20345)) (sethamus) - [`f3fbc2f`](https://github.com/eslint/eslint/commit/f3fbc2f60cbe2c718364feb8c3fc0452c0df3c56) chore: set `@eslint/js` version to 10.0.0 to skip releasing it ([#&#8203;20466](https://github.com/eslint/eslint/issues/20466)) (Milos Djermanovic) - [`afc0681`](https://github.com/eslint/eslint/commit/afc06817bbd0625c7b0a46bdc81c38dab0c99441) chore: remove scopeManager.addGlobals patch for typescript-eslint parser ([#&#8203;20461](https://github.com/eslint/eslint/issues/20461)) (fnx) - [`3e5a173`](https://github.com/eslint/eslint/commit/3e5a173053fe0bb3d0f29aff12eb2c19ae21aa36) refactor: use types from `@eslint/plugin-kit` ([#&#8203;20435](https://github.com/eslint/eslint/issues/20435)) (Pixel998) - [`11644b1`](https://github.com/eslint/eslint/commit/11644b1dc2bdf4c4f3a97901932e5f25c9f60775) ci: rename workflows ([#&#8203;20463](https://github.com/eslint/eslint/issues/20463)) (Milos Djermanovic) - [`2d14173`](https://github.com/eslint/eslint/commit/2d14173729ae75fe562430dd5e37c457f44bc7ac) chore: fix typos in docs and comments ([#&#8203;20458](https://github.com/eslint/eslint/issues/20458)) (o-m12a) - [`6742f92`](https://github.com/eslint/eslint/commit/6742f927ba6afb1bce6f64b9b072a1a11dbf53c4) test: add endLine/endColumn to invalid test case in no-alert ([#&#8203;20441](https://github.com/eslint/eslint/issues/20441)) (경하) - [`3e22c82`](https://github.com/eslint/eslint/commit/3e22c82a87f44f7407ff75b17b26f1ceed3edd14) test: add missing location data to no-template-curly-in-string tests ([#&#8203;20440](https://github.com/eslint/eslint/issues/20440)) (Haeun Kim) - [`b4b3127`](https://github.com/eslint/eslint/commit/b4b3127f8542c599ce2dea804b6582ebc40c993d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f658419`](https://github.com/eslint/eslint/commit/f6584191cb5cabd62f6a197339a91e1f9b3f8432) refactor: remove `raw` parser option from JS language ([#&#8203;20416](https://github.com/eslint/eslint/issues/20416)) (Pixel998) - [`2c3efb7`](https://github.com/eslint/eslint/commit/2c3efb728b294b74a240ec24c7be8137a31cf5f0) chore: remove `category` from type test fixtures ([#&#8203;20417](https://github.com/eslint/eslint/issues/20417)) (Pixel998) - [`36193fd`](https://github.com/eslint/eslint/commit/36193fd9ad27764d8e4a24ce7c7bbeeaf5d4a6ba) chore: remove `category` from formatter test fixtures ([#&#8203;20418](https://github.com/eslint/eslint/issues/20418)) (Pixel998) - [`e8d203b`](https://github.com/eslint/eslint/commit/e8d203b0d9f66e55841863f90d215fd83b7eee0f) chore: add JSX language tag validation to `check-rule-examples` ([#&#8203;20414](https://github.com/eslint/eslint/issues/20414)) (Pixel998) - [`bc465a1`](https://github.com/eslint/eslint/commit/bc465a1e9d955b6e53a45d1b5da7c632dae77262) chore: pin dependencies ([#&#8203;20397](https://github.com/eslint/eslint/issues/20397)) (renovate\[bot]) - [`703f0f5`](https://github.com/eslint/eslint/commit/703f0f551daea28767e5a68a00e335928919a7ff) test: replace deprecated rules in `linter` tests ([#&#8203;20406](https://github.com/eslint/eslint/issues/20406)) (루밀LuMir) - [`ba71baa`](https://github.com/eslint/eslint/commit/ba71baa87265888b582f314163df1d727441e2f1) test: enable `strict` mode in type tests ([#&#8203;20398](https://github.com/eslint/eslint/issues/20398)) (루밀LuMir) - [`f9c4968`](https://github.com/eslint/eslint/commit/f9c49683a6d69ff0b5425803955fc226f7e05d76) refactor: remove `lib/linter/rules.js` ([#&#8203;20399](https://github.com/eslint/eslint/issues/20399)) (Francesco Trotta) - [`6f1c48e`](https://github.com/eslint/eslint/commit/6f1c48e5e7f8195f7796ea04e756841391ada927) chore: updates for v9.39.2 release (Jenkins) - [`54bf0a3`](https://github.com/eslint/eslint/commit/54bf0a3646265060f5f22faef71ec840d630c701) ci: create package manager test ([#&#8203;20392](https://github.com/eslint/eslint/issues/20392)) (루밀LuMir) - [`3115021`](https://github.com/eslint/eslint/commit/3115021439490d1ed12da5804902ebbf8a5e574b) refactor: simplify JSDoc comment detection logic ([#&#8203;20360](https://github.com/eslint/eslint/issues/20360)) (Pixel998) - [`4345b17`](https://github.com/eslint/eslint/commit/4345b172a81e1394579ec09df51ba460b956c3b5) chore: update `@eslint-community/regexpp` to `4.12.2` ([#&#8203;20366](https://github.com/eslint/eslint/issues/20366)) (루밀LuMir) - [`772c9ee`](https://github.com/eslint/eslint/commit/772c9ee9b65b6ad0be3e46462a7f93c37578cfa8) chore: update dependency [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc) to ^3.3.3 ([#&#8203;20359](https://github.com/eslint/eslint/issues/20359)) (renovate\[bot]) - [`0b14059`](https://github.com/eslint/eslint/commit/0b14059491d830a49b3577931f4f68fbcfce6be5) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`d6e7bf3`](https://github.com/eslint/eslint/commit/d6e7bf3064be01d159d6856e3718672c6a97a8e1) ci: bump actions/checkout from 5 to 6 ([#&#8203;20350](https://github.com/eslint/eslint/issues/20350)) (dependabot\[bot]) - [`139d456`](https://github.com/eslint/eslint/commit/139d4567d4afe3f1e1cdae21769d5e868f90ef0d) chore: require mandatory headers in rule docs ([#&#8203;20347](https://github.com/eslint/eslint/issues/20347)) (Milos Djermanovic) - [`3b0289c`](https://github.com/eslint/eslint/commit/3b0289c7b605b2d94fe2d0c347d07eea4b6ba1d4) chore: remove unused `.eslintignore` and test fixtures ([#&#8203;20316](https://github.com/eslint/eslint/issues/20316)) (Pixel998) - [`a463e7b`](https://github.com/eslint/eslint/commit/a463e7bea0d18af55e5557e33691e4b0685d9523) chore: update dependency js-yaml to v4 \[security] ([#&#8203;20319](https://github.com/eslint/eslint/issues/20319)) (renovate\[bot]) - [`ebfe905`](https://github.com/eslint/eslint/commit/ebfe90533d07a7020a5c63b93763fe537120f61f) chore: remove redundant rules from eslint-config-eslint ([#&#8203;20327](https://github.com/eslint/eslint/issues/20327)) (Milos Djermanovic) - [`88dfdb2`](https://github.com/eslint/eslint/commit/88dfdb23ee541de4e9c3aa5d8a152c5980f6cc3f) test: add regression tests for message placeholder interpolation ([#&#8203;20318](https://github.com/eslint/eslint/issues/20318)) (fnx) - [`6ed0f75`](https://github.com/eslint/eslint/commit/6ed0f758ff460b7a182c8d16b0487ae707e43cc9) chore: skip type checking in `eslint-config-eslint` ([#&#8203;20323](https://github.com/eslint/eslint/issues/20323)) (Francesco Trotta) - [`1e2cad5`](https://github.com/eslint/eslint/commit/1e2cad5f6fa47ed6ed89d2a29798dda926d50990) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`9da2679`](https://github.com/eslint/eslint/commit/9da26798483270a2c3c490c41cbd8f0c28edf75a) chore: update `@eslint/*` dependencies ([#&#8203;20321](https://github.com/eslint/eslint/issues/20321)) (Milos Djermanovic) - [`0439794`](https://github.com/eslint/eslint/commit/043979418161e1c17becef31b1dd5c6e1b031e98) refactor: use types from [@&#8203;eslint/core](https://github.com/eslint/core) ([#&#8203;20235](https://github.com/eslint/eslint/issues/20235)) (jaymarvelz) - [`cb51ec2`](https://github.com/eslint/eslint/commit/cb51ec2d6d3b729bf02a5e6b58b236578c6cce42) test: cleanup `SourceCode#traverse` tests ([#&#8203;20289](https://github.com/eslint/eslint/issues/20289)) (Milos Djermanovic) - [`897a347`](https://github.com/eslint/eslint/commit/897a3471d6da073c1a179fa84f7a3fe72973ec45) chore: remove restriction for `type` in rule tests ([#&#8203;20305](https://github.com/eslint/eslint/issues/20305)) (Pixel998) - [`d972098`](https://github.com/eslint/eslint/commit/d9720988579734da7323fbacca4c67058651d6ff) chore: ignore prettier updates in renovate to keep in sync with trunk ([#&#8203;20304](https://github.com/eslint/eslint/issues/20304)) (Pixel998) - [`a086359`](https://github.com/eslint/eslint/commit/a0863593872fe01b5dd0e04c682450c26ae40ac8) chore: remove redundant `fast-glob` dev-dependency ([#&#8203;20301](https://github.com/eslint/eslint/issues/20301)) (루밀LuMir) - [`564b302`](https://github.com/eslint/eslint/commit/564b30215c3c1aba47bc29f948f11db5c824cacd) chore: install `prettier` as a dev dependency ([#&#8203;20302](https://github.com/eslint/eslint/issues/20302)) (michael faith) - [`8257b57`](https://github.com/eslint/eslint/commit/8257b5729d6a26f88b079aa389df4ecea4451a80) refactor: correct regex for `eslint-plugin/report-message-format` ([#&#8203;20300](https://github.com/eslint/eslint/issues/20300)) (루밀LuMir) - [`e251671`](https://github.com/eslint/eslint/commit/e2516713bc9ae62117da3f490d9cb6a9676f44fe) refactor: extract assertions in RuleTester ([#&#8203;20135](https://github.com/eslint/eslint/issues/20135)) (唯然) - [`2e7f25e`](https://github.com/eslint/eslint/commit/2e7f25e18908e66d9bd1a4dc016709e39e19a24d) chore: add `legacy-peer-deps` to `.npmrc` ([#&#8203;20281](https://github.com/eslint/eslint/issues/20281)) (Milos Djermanovic) - [`39c638a`](https://github.com/eslint/eslint/commit/39c638a9aeb7ddc353684d536bbf69d1d39380bd) chore: update eslint-config-eslint dependencies for v10 prereleases ([#&#8203;20278](https://github.com/eslint/eslint/issues/20278)) (Milos Djermanovic) - [`8533b3f`](https://github.com/eslint/eslint/commit/8533b3fa281e6ecc481083ee83e9c34cae22f31c) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.14.0 ([#&#8203;20288](https://github.com/eslint/eslint/issues/20288)) (renovate\[bot]) - [`796ddf6`](https://github.com/eslint/eslint/commit/796ddf6db5c8fe3e098aa3198128f8ce3c58f8e0) chore: update dependency [@&#8203;eslint/js](https://github.com/eslint/js) to ^9.39.1 ([#&#8203;20285](https://github.com/eslint/eslint/issues/20285)) (renovate\[bot]) ### [`v9.39.5`](https://github.com/eslint/eslint/releases/tag/v9.39.5) [Compare Source](https://github.com/eslint/eslint/compare/v9.39.4...v9.39.5) #### Bug Fixes - [`253be16`](https://github.com/eslint/eslint/commit/253be16a79a4c78eec4e0eb461b574d60dbf6b11) fix: handle unavailable require cache (backport of [#&#8203;20812](https://github.com/eslint/eslint/issues/20812) to v9.x) ([#&#8203;21065](https://github.com/eslint/eslint/issues/21065)) (Eric) #### Documentation - [`74930ed`](https://github.com/eslint/eslint/commit/74930edd1ce0d246819edc72705101ec271da50b) docs: switch build to Node.js 24 ([#&#8203;20894](https://github.com/eslint/eslint/issues/20894)) (Milos Djermanovic) - [`eaec8bb`](https://github.com/eslint/eslint/commit/eaec8bb6b1ca4b36985ee0222c457d4730d47a20) docs: Add ESLint v9.x EOL notice ([#&#8203;20828](https://github.com/eslint/eslint/issues/20828)) (Milos Djermanovic) #### Chores - [`458205f`](https://github.com/eslint/eslint/commit/458205f7d7a4769f32bec006eecc45c6a71be16a) chore: update `@eslint/eslintrc` and `@eslint/js` for v9.39.5 ([#&#8203;21077](https://github.com/eslint/eslint/issues/21077)) (Francesco Trotta) - [`202117b`](https://github.com/eslint/eslint/commit/202117be549534715d687f988e17f29e1dcd0622) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`d9eb6ed`](https://github.com/eslint/eslint/commit/d9eb6edcc93c1319ff1d2bb9aeb6d7d47bd73a79) test: disable warning for `vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER` ([#&#8203;21074](https://github.com/eslint/eslint/issues/21074)) (Francesco Trotta) - [`7b431a7`](https://github.com/eslint/eslint/commit/7b431a7b19c345b8db56040b1888a3b531c3e64c) chore: override `re2` dependency for `@metascraper/helpers` ([#&#8203;21068](https://github.com/eslint/eslint/issues/21068)) (Milos Djermanovic) - [`daf7791`](https://github.com/eslint/eslint/commit/daf77911de33be163503c6568ccb159741f4b018) chore: pin fflate\@&#8203;0.8.2 ([#&#8203;20895](https://github.com/eslint/eslint/issues/20895)) (Milos Djermanovic) - [`daee8ba`](https://github.com/eslint/eslint/commit/daee8ba3082afbc94d3b69ddc129d4dc664716f2) ci: use pnpm in `eslint-flat-config-utils` type integration test ([#&#8203;20829](https://github.com/eslint/eslint/issues/20829)) (Milos Djermanovic) - [`116d4be`](https://github.com/eslint/eslint/commit/116d4bec7c0ddaeaa75f92fb1271a4ab70d24ce3) ci: unpin Node.js 25.x in CI ([#&#8203;20619](https://github.com/eslint/eslint/issues/20619)) (Copilot) ### [`v9.39.4`](https://github.com/eslint/eslint/releases/tag/v9.39.4) [Compare Source](https://github.com/eslint/eslint/compare/v9.39.3...v9.39.4) #### Bug Fixes - [`f18f6c8`](https://github.com/eslint/eslint/commit/f18f6c8ae92a1bcfc558f48c0bd863ea94067459) fix: update dependency minimatch to ^3.1.5 ([#&#8203;20564](https://github.com/eslint/eslint/issues/20564)) (Milos Djermanovic) - [`a3c868f`](https://github.com/eslint/eslint/commit/a3c868f6ef103c1caff9d15f744f9ebd995e872f) fix: update dependency [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc) to ^3.3.4 ([#&#8203;20554](https://github.com/eslint/eslint/issues/20554)) (Milos Djermanovic) - [`234d005`](https://github.com/eslint/eslint/commit/234d005da6cd3c924f359e3783fbf565a3c047c3) fix: minimatch security vulnerability patch for v9.x ([#&#8203;20549](https://github.com/eslint/eslint/issues/20549)) (Andrej Beles) - [`b1b37ee`](https://github.com/eslint/eslint/commit/b1b37eecaa033d2e390e1d8f1d6e68d0f5ff3a6a) fix: update `ajv` to `6.14.0` to address security vulnerabilities ([#&#8203;20538](https://github.com/eslint/eslint/issues/20538)) (루밀LuMir) #### Documentation - [`4675152`](https://github.com/eslint/eslint/commit/46751526037682f8b42abcfb3e06d19213719347) docs: add deprecation notice partial ([#&#8203;20520](https://github.com/eslint/eslint/issues/20520)) (Milos Djermanovic) #### Chores - [`b8b4eb1`](https://github.com/eslint/eslint/commit/b8b4eb15901c1bd6ef40d2589da4ae75795c0f6e) chore: update dependencies for ESLint v9.39.4 ([#&#8203;20596](https://github.com/eslint/eslint/issues/20596)) (Francesco Trotta) - [`71b2f6b`](https://github.com/eslint/eslint/commit/71b2f6b628b76157b4a2a296cb969dc56abb296c) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`1d16c2f`](https://github.com/eslint/eslint/commit/1d16c2fa3998440ae7b0f6e2612935bd6b0ded1d) ci: pin Node.js 25.6.1 ([#&#8203;20563](https://github.com/eslint/eslint/issues/20563)) (Milos Djermanovic) ### [`v9.39.3`](https://github.com/eslint/eslint/releases/tag/v9.39.3) [Compare Source](https://github.com/eslint/eslint/compare/v9.39.2...v9.39.3) #### Bug Fixes - [`791bf8d`](https://github.com/eslint/eslint/commit/791bf8d7e76ce7ab8c88cb8982658823da4eff27) fix: restore TypeScript 4.0 compatibility in types ([#&#8203;20504](https://github.com/eslint/eslint/issues/20504)) (sethamus) #### Chores - [`8594a43`](https://github.com/eslint/eslint/commit/8594a436c22a0167fe3c2c4109bbdb04e519a014) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.39.3 ([#&#8203;20529](https://github.com/eslint/eslint/issues/20529)) (Milos Djermanovic) - [`9ceef92`](https://github.com/eslint/eslint/commit/9ceef92fbd3d1298d9a00483f86897834b88acac) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`af498c6`](https://github.com/eslint/eslint/commit/af498c63b9ca065223a425a85afabdcc8451e69b) chore: ignore `/docs/v9.x` in link checker ([#&#8203;20453](https://github.com/eslint/eslint/issues/20453)) (Milos Djermanovic) ### [`v9.39.2`](https://github.com/eslint/eslint/releases/tag/v9.39.2) [Compare Source](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2) #### Bug Fixes - [`5705833`](https://github.com/eslint/eslint/commit/57058331946568164449c5caabe2cf206e4fb5d9) fix: warn when `eslint-env` configuration comments are found ([#&#8203;20381](https://github.com/eslint/eslint/issues/20381)) (sethamus) #### Build Related - [`506f154`](https://github.com/eslint/eslint/commit/506f1549a64aa65bdddc75c71cb62f0ab94b5a23) build: add .scss files entry to knip ([#&#8203;20391](https://github.com/eslint/eslint/issues/20391)) (Milos Djermanovic) #### Chores - [`7ca0af7`](https://github.com/eslint/eslint/commit/7ca0af7f9f89dd4a01736dae01931c45d528171b) chore: upgrade to `@eslint/js@9.39.2` ([#&#8203;20394](https://github.com/eslint/eslint/issues/20394)) (Francesco Trotta) - [`c43ce24`](https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`4c9858e`](https://github.com/eslint/eslint/commit/4c9858e47bb9146cf20f546a562bc58a9ee3dae1) ci: add `v9.x-dev` branch ([#&#8203;20382](https://github.com/eslint/eslint/issues/20382)) (Milos Djermanovic) ### [`v9.39.1`](https://github.com/eslint/eslint/releases/tag/v9.39.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.39.0...v9.39.1) #### Bug Fixes - [`650753e`](https://github.com/eslint/eslint/commit/650753ee3976784343ceb40170619dab1aa9fe0d) fix: Only pass node to JS lang visitor methods ([#&#8203;20283](https://github.com/eslint/eslint/issues/20283)) (Nicholas C. Zakas) #### Documentation - [`51b51f4`](https://github.com/eslint/eslint/commit/51b51f4f1ce82ef63264c4e45d9ef579bcd73f8e) docs: add a section on when to use extends vs cascading ([#&#8203;20268](https://github.com/eslint/eslint/issues/20268)) (Tanuj Kanti) - [`b44d426`](https://github.com/eslint/eslint/commit/b44d42699dcd1729b7ecb50ca70e4c1c17f551f1) docs: Update README (GitHub Actions Bot) #### Chores - [`92db329`](https://github.com/eslint/eslint/commit/92db329211c8da5ce8340a4d4c05ce9c12845381) chore: update `@eslint/js` version to 9.39.1 ([#&#8203;20284](https://github.com/eslint/eslint/issues/20284)) (Francesco Trotta) - [`c7ebefc`](https://github.com/eslint/eslint/commit/c7ebefc9eaf99b76b30b0d3cf9960807a47367c4) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`61778f6`](https://github.com/eslint/eslint/commit/61778f6ca33c0f63962a91d6a75a4fa5db9f47d2) chore: update eslint-config-eslint dependency [@&#8203;eslint/js](https://github.com/eslint/js) to ^9.39.0 ([#&#8203;20275](https://github.com/eslint/eslint/issues/20275)) (renovate\[bot]) - [`d9ca2fc`](https://github.com/eslint/eslint/commit/d9ca2fcd9ad63331bfd329a69534e1ff04f231e8) ci: Add rangeStrategy to eslint group in renovate config ([#&#8203;20266](https://github.com/eslint/eslint/issues/20266)) (唯然) - [`009e507`](https://github.com/eslint/eslint/commit/009e5076ff5a4bd845f55e17676e3bb88f47c280) test: fix version tests for ESLint v10 ([#&#8203;20274](https://github.com/eslint/eslint/issues/20274)) (Milos Djermanovic) ### [`v9.39.0`](https://github.com/eslint/eslint/releases/tag/v9.39.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.38.0...v9.39.0) #### Features - [`cc57d87`](https://github.com/eslint/eslint/commit/cc57d87a3f119e9d39c55e044e526ae067fa31ce) feat: update error loc to key in `no-dupe-class-members` ([#&#8203;20259](https://github.com/eslint/eslint/issues/20259)) (Tanuj Kanti) - [`126552f`](https://github.com/eslint/eslint/commit/126552fcf35da3ddcefa527db06dabc54c04041c) feat: update error location in `for-direction` and `no-dupe-args` ([#&#8203;20258](https://github.com/eslint/eslint/issues/20258)) (Tanuj Kanti) - [`167d097`](https://github.com/eslint/eslint/commit/167d0970d3802a66910e9820f31dcd717fab0b2a) feat: update `complexity` rule to highlight only static block header ([#&#8203;20245](https://github.com/eslint/eslint/issues/20245)) (jaymarvelz) #### Bug Fixes - [`15f5c7c`](https://github.com/eslint/eslint/commit/15f5c7c168d0698683943f51dd617f14a5e6815c) fix: forward traversal `step.args` to visitors ([#&#8203;20253](https://github.com/eslint/eslint/issues/20253)) (jaymarvelz) - [`5a1a534`](https://github.com/eslint/eslint/commit/5a1a534e877f7c4c992885867f923df307c3929d) fix: allow JSDoc comments in object-shorthand rule ([#&#8203;20167](https://github.com/eslint/eslint/issues/20167)) (Nitin Kumar) - [`e86b813`](https://github.com/eslint/eslint/commit/e86b813eb660f1a5adc8e143a70d9b683cd12362) fix: Use more types from [@&#8203;eslint/core](https://github.com/eslint/core) ([#&#8203;20257](https://github.com/eslint/eslint/issues/20257)) (Nicholas C. Zakas) - [`927272d`](https://github.com/eslint/eslint/commit/927272d1f0d5683b029b729d368a96527f283323) fix: correct `Scope` typings ([#&#8203;20198](https://github.com/eslint/eslint/issues/20198)) (jaymarvelz) - [`37f76d9`](https://github.com/eslint/eslint/commit/37f76d9c539bb6fc816fedb7be4486b71a58620a) fix: use `AST.Program` type for Program node ([#&#8203;20244](https://github.com/eslint/eslint/issues/20244)) (Francesco Trotta) - [`ae07f0b`](https://github.com/eslint/eslint/commit/ae07f0b3334ebd22ae2e7b09bca5973b96aa9768) fix: unify timing report for concurrent linting ([#&#8203;20188](https://github.com/eslint/eslint/issues/20188)) (jaymarvelz) - [`b165d47`](https://github.com/eslint/eslint/commit/b165d471be6062f4475b972155b02654a974a0e9) fix: correct `Rule` typings ([#&#8203;20199](https://github.com/eslint/eslint/issues/20199)) (jaymarvelz) - [`fb97cda`](https://github.com/eslint/eslint/commit/fb97cda70d87286a7dbd2457f578ef578d6905e8) fix: improve error message for missing fix function in suggestions ([#&#8203;20218](https://github.com/eslint/eslint/issues/20218)) (jaymarvelz) #### Documentation - [`d3e81e3`](https://github.com/eslint/eslint/commit/d3e81e30ee6be5a21151b7a17ef10a714b6059c0) docs: Always recommend to include a files property ([#&#8203;20158](https://github.com/eslint/eslint/issues/20158)) (Percy Ma) - [`0f0385f`](https://github.com/eslint/eslint/commit/0f0385f1404dcadaba4812120b1ad02334dbd66a) docs: use consistent naming recommendation ([#&#8203;20250](https://github.com/eslint/eslint/issues/20250)) (Alex M. Spieslechner) - [`a3b1456`](https://github.com/eslint/eslint/commit/a3b145609ac649fac837c8c0515cbb2a9321ca40) docs: Update README (GitHub Actions Bot) - [`cf5f2dd`](https://github.com/eslint/eslint/commit/cf5f2dd58dd98084a21da04fe7b9054b9478d552) docs: fix correct tag of `no-useless-constructor` ([#&#8203;20255](https://github.com/eslint/eslint/issues/20255)) (Tanuj Kanti) - [`10b995c`](https://github.com/eslint/eslint/commit/10b995c8e5473de8d66d3cd99d816e046f35e3ec) docs: add TS options and examples for `nofunc` in `no-use-before-define` ([#&#8203;20249](https://github.com/eslint/eslint/issues/20249)) (Tanuj Kanti) - [`2584187`](https://github.com/eslint/eslint/commit/2584187e4a305ea7a98e1a5bd4dca2a60ad132f8) docs: remove repetitive word in comment ([#&#8203;20242](https://github.com/eslint/eslint/issues/20242)) (reddaisyy) - [`637216b`](https://github.com/eslint/eslint/commit/637216bd4f2aae7c928ad04a4e40eecffb50c9e5) docs: update CLI flags migration instructions ([#&#8203;20238](https://github.com/eslint/eslint/issues/20238)) (jaymarvelz) - [`e7cda3b`](https://github.com/eslint/eslint/commit/e7cda3bdf1bdd664e6033503a3315ad81736b200) docs: Update README (GitHub Actions Bot) - [`7b9446f`](https://github.com/eslint/eslint/commit/7b9446f7cc2054aa2cdf8e6225f4ac15a03671a8) docs: handle empty flags sections on the feature flags page ([#&#8203;20222](https://github.com/eslint/eslint/issues/20222)) (sethamus) #### Chores - [`dfe3c1b`](https://github.com/eslint/eslint/commit/dfe3c1b2034228765c48c8a445554223767dd16d) chore: update `@eslint/js` version to 9.39.0 ([#&#8203;20270](https://github.com/eslint/eslint/issues/20270)) (Francesco Trotta) - [`2375a6d`](https://github.com/eslint/eslint/commit/2375a6de8263393c129d41cac1b407b40111a73c) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`a1f4e52`](https://github.com/eslint/eslint/commit/a1f4e52d67c94bef61edd1607dcd130047c1baf0) chore: update `@eslint` dependencies ([#&#8203;20265](https://github.com/eslint/eslint/issues/20265)) (Francesco Trotta) - [`c7d3229`](https://github.com/eslint/eslint/commit/c7d32298482752eeac9fb46378d4f1ea095f3836) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.17.0 ([#&#8203;20256](https://github.com/eslint/eslint/issues/20256)) (renovate\[bot]) - [`27549bc`](https://github.com/eslint/eslint/commit/27549bc774c7c2dc5c569070a3e87c62f602bf7d) chore: update fuzz testing to not error if code sample minimizer fails ([#&#8203;20252](https://github.com/eslint/eslint/issues/20252)) (Milos Djermanovic) - [`a1370ee`](https://github.com/eslint/eslint/commit/a1370ee40e9d8e0e41843f3278cd745fc1ad543f) ci: bump actions/setup-node from 5 to 6 ([#&#8203;20230](https://github.com/eslint/eslint/issues/20230)) (dependabot\[bot]) - [`9e7fad4`](https://github.com/eslint/eslint/commit/9e7fad4a1867709060686d03e0ec1d0d69671cfb) chore: add script to auto-generate eslint:recommended configuration ([#&#8203;20208](https://github.com/eslint/eslint/issues/20208)) (唯然) ### [`v9.38.0`](https://github.com/eslint/eslint/releases/tag/v9.38.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.37.0...v9.38.0) #### Features - [`ce40f74`](https://github.com/eslint/eslint/commit/ce40f74efd45f66d9fbfc6f78ce622ee72008485) feat: update `complexity` rule to only highlight function header ([#&#8203;20048](https://github.com/eslint/eslint/issues/20048)) (Atul Nair) - [`e37e590`](https://github.com/eslint/eslint/commit/e37e590aae2a7fcca4d3a9adc1379ad466e5c5d1) feat: correct `no-loss-of-precision` false positives with `e` notation ([#&#8203;20187](https://github.com/eslint/eslint/issues/20187)) (Francesco Trotta) #### Bug Fixes - [`50c3dfd`](https://github.com/eslint/eslint/commit/50c3dfd98065622765a51a8ddb1e70c44fc5a4cb) fix: improve type support for isolated dependencies in pnpm ([#&#8203;20201](https://github.com/eslint/eslint/issues/20201)) (Francesco Trotta) - [`a1f06a3`](https://github.com/eslint/eslint/commit/a1f06a350c4155c4dbf39bf932a38d71d70f1b65) fix: correct SourceCode typings ([#&#8203;20114](https://github.com/eslint/eslint/issues/20114)) (Pixel998) #### Documentation - [`462675a`](https://github.com/eslint/eslint/commit/462675af8a811f9ca984efaedbdc5b46b13ced7a) docs: improve web accessibility by hiding non-semantic character ([#&#8203;20205](https://github.com/eslint/eslint/issues/20205)) (루밀LuMir) - [`c070e65`](https://github.com/eslint/eslint/commit/c070e65f6bb9e38d06a89ba2b3261781bec3d397) docs: correct formatting in `no-irregular-whitespace` rule documentation ([#&#8203;20203](https://github.com/eslint/eslint/issues/20203)) (루밀LuMir) - [`b39e71a`](https://github.com/eslint/eslint/commit/b39e71a2130ae1ea3fbc19b19f5b951eb625722a) docs: Update README (GitHub Actions Bot) - [`cd39983`](https://github.com/eslint/eslint/commit/cd3998314876a4fad6463d9011bc73778ccc1fd9) docs: move `custom-formatters` type descriptions to `nodejs-api` ([#&#8203;20190](https://github.com/eslint/eslint/issues/20190)) (Percy Ma) #### Chores - [`d17c795`](https://github.com/eslint/eslint/commit/d17c795bf1624e0604998482b98e6bb6bff39045) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.38.0 ([#&#8203;20221](https://github.com/eslint/eslint/issues/20221)) (Milos Djermanovic) - [`25d0e33`](https://github.com/eslint/eslint/commit/25d0e33270e08baed09dbee2cdd56a8e5cd9da0f) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`c82b5ef`](https://github.com/eslint/eslint/commit/c82b5efa1fc91900e029efa23e688fad67fc17fa) refactor: Use types from [@&#8203;eslint/core](https://github.com/eslint/core) ([#&#8203;20168](https://github.com/eslint/eslint/issues/20168)) (Nicholas C. Zakas) - [`ff31609`](https://github.com/eslint/eslint/commit/ff31609f195654d448954210ba4d31e921d463e8) ci: add Node.js 25 to `ci.yml` ([#&#8203;20220](https://github.com/eslint/eslint/issues/20220)) (루밀LuMir) - [`004577e`](https://github.com/eslint/eslint/commit/004577eda2f2f4b2829e0364f8b41893cebfc859) ci: bump github/codeql-action from 3 to 4 ([#&#8203;20211](https://github.com/eslint/eslint/issues/20211)) (dependabot\[bot]) - [`eac71fb`](https://github.com/eslint/eslint/commit/eac71fb77113de7bf199ff20c6ee44cefcb59848) test: remove use of `nodejsScope` option of eslint-scope from tests ([#&#8203;20206](https://github.com/eslint/eslint/issues/20206)) (Milos Djermanovic) - [`4168a18`](https://github.com/eslint/eslint/commit/4168a18b7efd8facbbd71cd44a62942a9f656a30) chore: fix typo in legacy-eslint.js ([#&#8203;20202](https://github.com/eslint/eslint/issues/20202)) (Sweta Tanwar) - [`205dbd2`](https://github.com/eslint/eslint/commit/205dbd2d9272e761574c478e3b0181f7b89ed0f6) chore: fix typos ([#&#8203;20200](https://github.com/eslint/eslint/issues/20200)) (ntnyq) - [`dbb200e`](https://github.com/eslint/eslint/commit/dbb200e3604e63bba23a18d40089ca44604835ed) chore: use team member's username when name is not available in data ([#&#8203;20194](https://github.com/eslint/eslint/issues/20194)) (Milos Djermanovic) - [`8962089`](https://github.com/eslint/eslint/commit/8962089edbd978b43513576387a134036b8e2d36) chore: mark deprecated rules as available until v11.0.0 ([#&#8203;20184](https://github.com/eslint/eslint/issues/20184)) (Pixel998) ### [`v9.37.0`](https://github.com/eslint/eslint/releases/tag/v9.37.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.36.0...v9.37.0) #### Features - [`39f7fb4`](https://github.com/eslint/eslint/commit/39f7fb493a6924ff7dc638fd4d6e7b3d8eb95383) feat: `preserve-caught-error` should recognize all static "cause" keys ([#&#8203;20163](https://github.com/eslint/eslint/issues/20163)) (Pixel998) - [`f81eabc`](https://github.com/eslint/eslint/commit/f81eabc5849ece98b8ca054f96b29f038a69bcf8) feat: support TS syntax in `no-restricted-imports` ([#&#8203;19562](https://github.com/eslint/eslint/issues/19562)) (Nitin Kumar) #### Bug Fixes - [`a129cce`](https://github.com/eslint/eslint/commit/a129cced7a86ea2518eb9be6990fa18af39694ca) fix: correct `no-loss-of-precision` false positives for leading zeros ([#&#8203;20164](https://github.com/eslint/eslint/issues/20164)) (Francesco Trotta) - [`09e04fc`](https://github.com/eslint/eslint/commit/09e04fcc3f4cc963eea7c9c579391de5e231595b) fix: add missing AST token types ([#&#8203;20172](https://github.com/eslint/eslint/issues/20172)) (Pixel998) - [`861c6da`](https://github.com/eslint/eslint/commit/861c6da2bd2796414e6eed782155ec34e2ed6344) fix: correct `ESLint` typings ([#&#8203;20122](https://github.com/eslint/eslint/issues/20122)) (Pixel998) #### Documentation - [`b950359`](https://github.com/eslint/eslint/commit/b950359c5f39085483c3137a6a160e582ef32007) docs: fix typos across the docs ([#&#8203;20182](https://github.com/eslint/eslint/issues/20182)) (루밀LuMir) - [`42498a2`](https://github.com/eslint/eslint/commit/42498a27981d50750dd15ae8660dbe85c4f4587c) docs: improve ToC accessibility by hiding non-semantic character ([#&#8203;20181](https://github.com/eslint/eslint/issues/20181)) (Percy Ma) - [`29ea092`](https://github.com/eslint/eslint/commit/29ea092b93608756350b1e9c5a4f29c8a49264ab) docs: Update README (GitHub Actions Bot) - [`5c97a04`](https://github.com/eslint/eslint/commit/5c97a04578e6280c2395f642c2d8d6bdf30eec18) docs: show `availableUntil` in deprecated rule banner ([#&#8203;20170](https://github.com/eslint/eslint/issues/20170)) (Pixel998) - [`90a71bf`](https://github.com/eslint/eslint/commit/90a71bf5024a86fc232cd2e05f96811e2a18fd0f) docs: update `README` files to add badge and instructions ([#&#8203;20115](https://github.com/eslint/eslint/issues/20115)) (루밀LuMir) - [`1603ae1`](https://github.com/eslint/eslint/commit/1603ae1526d9b6f557c7d5534a4f40f46842edd6) docs: update references from `master` to `main` ([#&#8203;20153](https://github.com/eslint/eslint/issues/20153)) (루밀LuMir) #### Chores - [`afe8a13`](https://github.com/eslint/eslint/commit/afe8a1346958242031fea66fdfbb239e8bf408b7) chore: update `@eslint/js` dependency to version 9.37.0 ([#&#8203;20183](https://github.com/eslint/eslint/issues/20183)) (Francesco Trotta) - [`abee4ca`](https://github.com/eslint/eslint/commit/abee4ca1fa10da733b1cc4a7d5e765b912a9de82) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`fc9381f`](https://github.com/eslint/eslint/commit/fc9381f6ca57b824e82d118c14631c17bea79d7e) chore: fix typos in comments ([#&#8203;20175](https://github.com/eslint/eslint/issues/20175)) (overlookmotel) - [`e1574a2`](https://github.com/eslint/eslint/commit/e1574a22d38fd7e1891f86f8db0b09053f8963cb) chore: unpin jiti ([#&#8203;20173](https://github.com/eslint/eslint/issues/20173)) (renovate\[bot]) - [`e1ac05e`](https://github.com/eslint/eslint/commit/e1ac05e2fae779e738f85bd47dda1cc2b7099346) refactor: mark `ESLint.findConfigFile()` as `async`, add missing docs ([#&#8203;20157](https://github.com/eslint/eslint/issues/20157)) (Pixel998) - [`347906d`](https://github.com/eslint/eslint/commit/347906d627c53bf45d63ba831d2fd2b83fb0a749) chore: update eslint ([#&#8203;20149](https://github.com/eslint/eslint/issues/20149)) (renovate\[bot]) - [`0cb5897`](https://github.com/eslint/eslint/commit/0cb5897e24059bacadb8d2e6458184904759fda1) test: remove tmp dir created for circular fixes in multithread mode test ([#&#8203;20146](https://github.com/eslint/eslint/issues/20146)) (Milos Djermanovic) - [`bb99566`](https://github.com/eslint/eslint/commit/bb995665e32b3a958e78006c9fd75744c5604f1b) ci: pin `jiti` to version 2.5.1 ([#&#8203;20151](https://github.com/eslint/eslint/issues/20151)) (Pixel998) - [`177f669`](https://github.com/eslint/eslint/commit/177f669adc0f96d14ae1a71cde7786f327515863) perf: improve worker count calculation for `"auto"` concurrency ([#&#8203;20067](https://github.com/eslint/eslint/issues/20067)) (Francesco Trotta) - [`448b57b`](https://github.com/eslint/eslint/commit/448b57bca3406ee12c4e44e9298fc0c99d3ee10c) chore: Mark deprecated formatting rules as available until v11.0.0 ([#&#8203;20144](https://github.com/eslint/eslint/issues/20144)) (Milos Djermanovic) ### [`v9.36.0`](https://github.com/eslint/eslint/releases/tag/v9.36.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.35.0...v9.36.0) #### Features - [`47afcf6`](https://github.com/eslint/eslint/commit/47afcf668df65eac68d7b04145d037037010a076) feat: correct `preserve-caught-error` edge cases ([#&#8203;20109](https://github.com/eslint/eslint/issues/20109)) (Francesco Trotta) #### Bug Fixes - [`75b74d8`](https://github.com/eslint/eslint/commit/75b74d865d3b8e7fa3bcf5ad29f4bf6d18d1310e) fix: add missing rule option types ([#&#8203;20127](https://github.com/eslint/eslint/issues/20127)) (ntnyq) - [`1c0d850`](https://github.com/eslint/eslint/commit/1c0d85049e3f30a8809340c1abc881c63b7812ff) fix: update `eslint-all.js` to use `Object.freeze` for `rules` object ([#&#8203;20116](https://github.com/eslint/eslint/issues/20116)) (루밀LuMir) - [`7d61b7f`](https://github.com/eslint/eslint/commit/7d61b7fadc9c5c6f2b131e37e8a3cffa5aae8ee6) fix: add missing scope types to `Scope.type` ([#&#8203;20110](https://github.com/eslint/eslint/issues/20110)) (Pixel998) - [`7a670c3`](https://github.com/eslint/eslint/commit/7a670c301b58609017ce8cfda99ee81f95de3898) fix: correct rule option typings in `rules.d.ts` ([#&#8203;20084](https://github.com/eslint/eslint/issues/20084)) (Pixel998) #### Documentation - [`b73ab12`](https://github.com/eslint/eslint/commit/b73ab12acd3e87f8d8173cda03499f6cd1f26db6) docs: update examples to use `defineConfig` ([#&#8203;20131](https://github.com/eslint/eslint/issues/20131)) (sethamus) - [`31d9392`](https://github.com/eslint/eslint/commit/31d93926990fba536846ec727d7a2625fc844649) docs: fix typos ([#&#8203;20118](https://github.com/eslint/eslint/issues/20118)) (Pixel998) - [`c7f861b`](https://github.com/eslint/eslint/commit/c7f861b3f8c1ac961b4cd4f22483798f3324c62b) docs: Update README (GitHub Actions Bot) - [`6b0c08b`](https://github.com/eslint/eslint/commit/6b0c08b106aa66f2e9fa484282f0eb63c64a1215) docs: Update README (GitHub Actions Bot) - [`91f97c5`](https://github.com/eslint/eslint/commit/91f97c50468fbdc089c91e99c2ea0fe821911df2) docs: Update README (GitHub Actions Bot) #### Chores - [`12411e8`](https://github.com/eslint/eslint/commit/12411e8d450ed26a5f7cca6a78ec05323c9323e8) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.36.0 ([#&#8203;20139](https://github.com/eslint/eslint/issues/20139)) (Milos Djermanovic) - [`488cba6`](https://github.com/eslint/eslint/commit/488cba6b391b97b2cfc74bbb46fdeacb1361949e) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`bac82a2`](https://github.com/eslint/eslint/commit/bac82a2a9c80a3f69087852758d7737aea371f09) ci: simplify renovate configuration ([#&#8203;19907](https://github.com/eslint/eslint/issues/19907)) (唯然) - [`c00bb37`](https://github.com/eslint/eslint/commit/c00bb37d62c1bcc0a37f094371be9c40064009f1) ci: bump actions/labeler from 5 to 6 ([#&#8203;20090](https://github.com/eslint/eslint/issues/20090)) (dependabot\[bot]) - [`fee751d`](https://github.com/eslint/eslint/commit/fee751dc8aeab54547af4538332ea5c069ef28b6) refactor: use `defaultOptions` in rules ([#&#8203;20121](https://github.com/eslint/eslint/issues/20121)) (Pixel998) - [`1ace67d`](https://github.com/eslint/eslint/commit/1ace67d9f7903adc3d3f09868aa05b673e7d3f3b) chore: update example to use `defineConfig` ([#&#8203;20111](https://github.com/eslint/eslint/issues/20111)) (루밀LuMir) - [`4821963`](https://github.com/eslint/eslint/commit/4821963bf765532069c49e9da9ecbe9485b073fc) test: add missing loc information to error objects in rule tests ([#&#8203;20112](https://github.com/eslint/eslint/issues/20112)) (루밀LuMir) - [`b42c42e`](https://github.com/eslint/eslint/commit/b42c42e7cd3ac9ee1b5a15f16ff25b325d0482e4) chore: disallow use of deprecated `type` property in core rule tests ([#&#8203;20094](https://github.com/eslint/eslint/issues/20094)) (Milos Djermanovic) - [`7bb498d`](https://github.com/eslint/eslint/commit/7bb498d720dcd054cc042ca4b60b138d8485f07c) test: remove deprecated `type` property from core rule tests ([#&#8203;20093](https://github.com/eslint/eslint/issues/20093)) (Pixel998) - [`e10cf2a`](https://github.com/eslint/eslint/commit/e10cf2ab42fe5b481d980dc652f7504414747733) ci: bump actions/setup-node from 4 to 5 ([#&#8203;20089](https://github.com/eslint/eslint/issues/20089)) (dependabot\[bot]) - [`5cb0ce4`](https://github.com/eslint/eslint/commit/5cb0ce48ef6cfbbe6d09131c33a53f9d66fe9bd4) refactor: use `meta.defaultOptions` in `preserve-caught-error` ([#&#8203;20080](https://github.com/eslint/eslint/issues/20080)) (Pixel998) - [`f9f7cb5`](https://github.com/eslint/eslint/commit/f9f7cb578dced3c14f635e17c75aa6744d291f4d) chore: package.json update for eslint-config-eslint release (Jenkins) - [`81764b2`](https://github.com/eslint/eslint/commit/81764b298065a328038cd067bc8fedef97e57500) chore: update `eslint` peer dependency in `eslint-config-eslint` ([#&#8203;20079](https://github.com/eslint/eslint/issues/20079)) (Milos Djermanovic) ### [`v9.35.0`](https://github.com/eslint/eslint/releases/tag/v9.35.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.34.0...v9.35.0) #### Features - [`42761fa`](https://github.com/eslint/eslint/commit/42761fa7c872fb9e14c144b692af6967b3662082) feat: implement suggestions for no-empty-function ([#&#8203;20057](https://github.com/eslint/eslint/issues/20057)) (jaymarvelz) - [`102f444`](https://github.com/eslint/eslint/commit/102f44442ac9bf1fcd4ba6ab9fae43ce09199df6) feat: implement suggestions for no-empty-static-block ([#&#8203;20056](https://github.com/eslint/eslint/issues/20056)) (jaymarvelz) - [`e51ffff`](https://github.com/eslint/eslint/commit/e51ffff737ca245b3a1d115cb11e1c99737249a3) feat: add `preserve-caught-error` rule ([#&#8203;19913](https://github.com/eslint/eslint/issues/19913)) (Amnish Singh Arora) #### Bug Fixes - [`10e7ae2`](https://github.com/eslint/eslint/commit/10e7ae23e30ea0834d9fdeb3a2a1db8103c36cd2) fix: update uncloneable options error message ([#&#8203;20059](https://github.com/eslint/eslint/issues/20059)) (soda-sorcery) - [`bfa4601`](https://github.com/eslint/eslint/commit/bfa46013e7ea9a522c02f72250fa07160f96a6b8) fix: ignore empty switch statements with comments in no-empty rule ([#&#8203;20045](https://github.com/eslint/eslint/issues/20045)) (jaymarvelz) - [`dfd11de`](https://github.com/eslint/eslint/commit/dfd11deb24fc733faa5db751a2f615eb04e48b15) fix: add `before` and `after` to test case types ([#&#8203;20049](https://github.com/eslint/eslint/issues/20049)) (Francesco Trotta) - [`dabbe95`](https://github.com/eslint/eslint/commit/dabbe95c39671c5fa272da012ee1432aa088650f) fix: correct types for `no-restricted-imports` rule ([#&#8203;20034](https://github.com/eslint/eslint/issues/20034)) (Milos Djermanovic) - [`ea789c7`](https://github.com/eslint/eslint/commit/ea789c7dd234c1a6be499a4644dd0f5c97615972) fix: no-loss-of-precision false positive with uppercase exponent ([#&#8203;20032](https://github.com/eslint/eslint/issues/20032)) (sethamus) #### Documentation - [`d265515`](https://github.com/eslint/eslint/commit/d265515642f65246bcd45c17979f67c2afb12f95) docs: improve phrasing - "if" → "even if" from getting-started section ([#&#8203;20074](https://github.com/eslint/eslint/issues/20074)) (jjangga0214) - [`a355a0e`](https://github.com/eslint/eslint/commit/a355a0e5b2e6a47cda099b31dc7d112cfb5c4315) docs: invert comparison logic for example in `no-var` doc page ([#&#8203;20064](https://github.com/eslint/eslint/issues/20064)) (OTonGitHub) - [`5082fc2`](https://github.com/eslint/eslint/commit/5082fc206de6946d9d4c20e57301f78839b3b9f2) docs: Update README (GitHub Actions Bot) - [`99cfd7e`](https://github.com/eslint/eslint/commit/99cfd7e056e1703941c9eb8ca1ae7fdb1987ba9d) docs: add missing "the" in rule deprecation docs ([#&#8203;20050](https://github.com/eslint/eslint/issues/20050)) (Josh Goldberg ✨) - [`6ad8973`](https://github.com/eslint/eslint/commit/6ad8973e5d3c94b8e100b7266f55f8eb0757eb00) docs: update `--no-ignore` and `--ignore-pattern` documentation ([#&#8203;20036](https://github.com/eslint/eslint/issues/20036)) (Francesco Trotta) - [`8033b19`](https://github.com/eslint/eslint/commit/8033b195299a1eaa4a0ed6553d9e034a457bb577) docs: add documentation for `--no-config-lookup` ([#&#8203;20033](https://github.com/eslint/eslint/issues/20033)) (Francesco Trotta) #### Chores - [`da87f2f`](https://github.com/eslint/eslint/commit/da87f2fe792cab5b69b62bf5c15e69ab4f433087) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.35.0 ([#&#8203;20077](https://github.com/eslint/eslint/issues/20077)) (Milos Djermanovic) - [`af2a087`](https://github.com/eslint/eslint/commit/af2a0870fdc646091d027516601888923e5bc202) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`7055764`](https://github.com/eslint/eslint/commit/70557649e3111c55d8cddf678b6c4079aa6f0ccc) test: remove `tests/lib/eslint/eslint.config.js` ([#&#8203;20065](https://github.com/eslint/eslint/issues/20065)) (Milos Djermanovic) - [`84ffb96`](https://github.com/eslint/eslint/commit/84ffb9680b15e45bfd8c8a5db4731576ddd16fc4) chore: update `@eslint-community/eslint-utils` ([#&#8203;20069](https://github.com/eslint/eslint/issues/20069)) (Francesco Trotta) - [`d5ef939`](https://github.com/eslint/eslint/commit/d5ef9397150cc178e1f9891c3ff49ac4871ec786) refactor: remove deprecated `context.parserOptions` usage across rules ([#&#8203;20060](https://github.com/eslint/eslint/issues/20060)) (sethamus) - [`1b3881d`](https://github.com/eslint/eslint/commit/1b3881d7e859bec9589e39888656c33c914a8302) chore: remove redundant word ([#&#8203;20058](https://github.com/eslint/eslint/issues/20058)) (pxwanglu) ### [`v9.34.0`](https://github.com/eslint/eslint/releases/tag/v9.34.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.33.0...v9.34.0) #### Features - [`0bb777a`](https://github.com/eslint/eslint/commit/0bb777a82b533df595cd520d9c89d291efa14a33) feat: multithread linting ([#&#8203;19794](https://github.com/eslint/eslint/issues/19794)) (Francesco Trotta) - [`43a5f9e`](https://github.com/eslint/eslint/commit/43a5f9e36f1aade16f81fc49ef4b333660faadab) feat: add eslint-plugin-regexp to eslint-config-eslint base config ([#&#8203;19951](https://github.com/eslint/eslint/issues/19951)) (Pixel998) #### Bug Fixes - [`9b89903`](https://github.com/eslint/eslint/commit/9b8990397b2d2ed70771bb0e2070261a0c41782c) fix: default value of accessor-pairs option in rule.d.ts file ([#&#8203;20024](https://github.com/eslint/eslint/issues/20024)) (Tanuj Kanti) - [`6c07420`](https://github.com/eslint/eslint/commit/6c074206ae0eae4816197a57648b415832a20e1d) fix: fix spurious failure in neostandard integration test ([#&#8203;20023](https://github.com/eslint/eslint/issues/20023)) (Kirk Waiblinger) - [`676f4ac`](https://github.com/eslint/eslint/commit/676f4acaaed6e4f6ffe0c2e21272d4702b311a7b) fix: allow scientific notation with trailing zeros matching exponent ([#&#8203;20002](https://github.com/eslint/eslint/issues/20002)) (Sweta Tanwar) #### Documentation - [`0b4a590`](https://github.com/eslint/eslint/commit/0b4a590333b73a21b9e0ddc98462680e09fe3232) docs: make rulesdir deprecation clearer ([#&#8203;20018](https://github.com/eslint/eslint/issues/20018)) (Domenico Gemoli) - [`327c672`](https://github.com/eslint/eslint/commit/327c67256fbeaf9d5e365802c2a11f5d32a16522) docs: Update README (GitHub Actions Bot) - [`bf26229`](https://github.com/eslint/eslint/commit/bf2622991f5b892610a8c3343ff16519e5fd7a79) docs: Fix typo in core-concepts/index.md ([#&#8203;20009](https://github.com/eslint/eslint/issues/20009)) (Tobias Hernstig) - [`2309327`](https://github.com/eslint/eslint/commit/2309327554acbf011f0d17e7b36fdd68e43adf3a) docs: fix typo in the "Configuring Rules" section ([#&#8203;20001](https://github.com/eslint/eslint/issues/20001)) (ghazi-git) - [`2b87e21`](https://github.com/eslint/eslint/commit/2b87e21321422c120c2248dae25cac7f9eec0f29) docs: \[no-else-return] clarify sample code. ([#&#8203;19991](https://github.com/eslint/eslint/issues/19991)) (Yuki Takada (Yukinosuke Takada)) - [`c36570c`](https://github.com/eslint/eslint/commit/c36570c6657c2a92dbb4f09a8166a4d9909a091a) docs: Update README (GitHub Actions Bot) #### Chores - [`f19ad94`](https://github.com/eslint/eslint/commit/f19ad9493e0ca04c2c1455fbb3402eaad993a8be) chore: upgrade to `@eslint/js@9.34.0` ([#&#8203;20030](https://github.com/eslint/eslint/issues/20030)) (Francesco Trotta) - [`b48fa20`](https://github.com/eslint/eslint/commit/b48fa20034e53bc65d1a58f3d834705e3087b00c) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`4bce8a2`](https://github.com/eslint/eslint/commit/4bce8a250262ec47207bc260581f979e40c86bda) chore: package.json update for eslint-config-eslint release (Jenkins) - [`0c9999c`](https://github.com/eslint/eslint/commit/0c9999c2a682151cf13bb3a4f8916930678c2f9b) refactor: prefer default options in `grouped-accessor-pairs` ([#&#8203;20028](https://github.com/eslint/eslint/issues/20028)) (루밀LuMir) - [`d503f19`](https://github.com/eslint/eslint/commit/d503f1981354c7b86e423879846c61e0405af8fe) ci: fix `stale.yml` ([#&#8203;20010](https://github.com/eslint/eslint/issues/20010)) (루밀LuMir) - [`e2dc67d`](https://github.com/eslint/eslint/commit/e2dc67d8b028147de4da35c64efe1d74c9f6a883) ci: centralize `stale.yml` ([#&#8203;19994](https://github.com/eslint/eslint/issues/19994)) (루밀LuMir) - [`7093cb8`](https://github.com/eslint/eslint/commit/7093cb8f590ec2a1b5364d7b5687e9b5f4e06f8a) ci: bump actions/checkout from 4 to 5 ([#&#8203;20005](https://github.com/eslint/eslint/issues/20005)) (dependabot\[bot]) ### [`v9.33.0`](https://github.com/eslint/eslint/releases/tag/v9.33.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.32.0...v9.33.0) #### Features - [`e07820e`](https://github.com/eslint/eslint/commit/e07820e66fd1fceaf2620dc931154955a706cc0f) feat: add global object access detection to no-restricted-globals ([#&#8203;19939](https://github.com/eslint/eslint/issues/19939)) (sethamus) - [`90b050e`](https://github.com/eslint/eslint/commit/90b050ec11557cab08b6be9f05fabf97dba6a63d) feat: support explicit resource management in `one-var` ([#&#8203;19941](https://github.com/eslint/eslint/issues/19941)) (Sweta Tanwar) #### Bug Fixes - [`732433c`](https://github.com/eslint/eslint/commit/732433c4fb023f45154b825cdc8cdaf1979d4336) fix: allow any type for `meta.docs.recommended` in custom rules ([#&#8203;19995](https://github.com/eslint/eslint/issues/19995)) (Francesco Trotta) - [`e8a6914`](https://github.com/eslint/eslint/commit/e8a6914a249d036e12494004e586b2a2b6e104d1) fix: Fixed potential bug in check-emfile-handling.js ([#&#8203;19975](https://github.com/eslint/eslint/issues/19975)) (諏訪原慶斗) #### Documentation - [`34f0723`](https://github.com/eslint/eslint/commit/34f0723e2d0faf8ac8dc95ec56e6d181bd6b67f2) docs: playground button for TypeScript code example ([#&#8203;19671](https://github.com/eslint/eslint/issues/19671)) (Tanuj Kanti) - [`dc942a4`](https://github.com/eslint/eslint/commit/dc942a47daf41228d69072c52f1be20789426862) docs: Update README (GitHub Actions Bot) - [`5a4b6f7`](https://github.com/eslint/eslint/commit/5a4b6f74320b72f9b6ad8b30f5c463b2b71315af) docs: Update no-multi-assign.md ([#&#8203;19979](https://github.com/eslint/eslint/issues/19979)) (Yuki Takada (Yukinosuke Takada)) - [`247e156`](https://github.com/eslint/eslint/commit/247e15698e34919a0cd411842fb3e14ac7a8f1ba) docs: add missing let declarations in `no-plusplus` ([#&#8203;19980](https://github.com/eslint/eslint/issues/19980)) (Yuki Takada (Yukinosuke Takada)) - [`0d17242`](https://github.com/eslint/eslint/commit/0d17242b3c25c2ddf8363f4560641acd1ae82ca9) docs: Update README (GitHub Actions Bot) - [`fa20b9d`](https://github.com/eslint/eslint/commit/fa20b9db8ff90ea9f0527118114dda17c656d095) docs: Clarify when to open an issue for a MR ([#&#8203;19974](https://github.com/eslint/eslint/issues/19974)) (Nicholas C. Zakas) #### Build Related - [`27fa865`](https://github.com/eslint/eslint/commit/27fa86551bd173387e29a139293de78b0e14f0f3) build: use `ESLint` class to generate formatter examples ([#&#8203;19972](https://github.com/eslint/eslint/issues/19972)) (Milos Djermanovic) #### Chores - [`4258046`](https://github.com/eslint/eslint/commit/425804602ecb9ee5f54d1c38a473cf20538420c5) chore: update dependency [@&#8203;eslint/js](https://github.com/eslint/js) to v9.33.0 ([#&#8203;19998](https://github.com/eslint/eslint/issues/19998)) (renovate\[bot]) - [`ad28371`](https://github.com/eslint/eslint/commit/ad283717ed4764a171120ca7c6cba82a78fa024c) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`06a22f1`](https://github.com/eslint/eslint/commit/06a22f154c08ea044b3172b357b226d34dfefc6a) test: resolve flakiness in --mcp flag test ([#&#8203;19993](https://github.com/eslint/eslint/issues/19993)) (Pixel998) - [`54920ed`](https://github.com/eslint/eslint/commit/54920ed229693f23650dace6e567bf44413aaf98) test: switch to `Linter.Config` in `ESLintRules` type tests ([#&#8203;19977](https://github.com/eslint/eslint/issues/19977)) (Francesco Trotta) ### [`v9.32.0`](https://github.com/eslint/eslint/releases/tag/v9.32.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.31.0...v9.32.0) #### Features - [`1245000`](https://github.com/eslint/eslint/commit/1245000c5a81954d42f0c7eb670efe450c3bbad5) feat: support explicit resource management in core rules ([#&#8203;19828](https://github.com/eslint/eslint/issues/19828)) (fnx) - [`0e957a7`](https://github.com/eslint/eslint/commit/0e957a7b5528f375a51e7c1a2fd1b03cdcd2af2d) feat: support typescript types in accessor rules ([#&#8203;19882](https://github.com/eslint/eslint/issues/19882)) (fnx) #### Bug Fixes - [`960fd40`](https://github.com/eslint/eslint/commit/960fd40dfd204af30726b49b6bec714fe49a606e) fix: Upgrade [@&#8203;eslint/js](https://github.com/eslint/js) ([#&#8203;19971](https://github.com/eslint/eslint/issues/19971)) (Nicholas C. Zakas) - [`bbf23fa`](https://github.com/eslint/eslint/commit/bbf23fa2f1c6058f6cb5c9f2f32460a15e75e596) fix: Refactor reporting into FileReport ([#&#8203;19877](https://github.com/eslint/eslint/issues/19877)) (Nicholas C. Zakas) - [`d498887`](https://github.com/eslint/eslint/commit/d4988872f375890bf677ce1a1d92a505085b51fa) fix: bump [@&#8203;eslint/plugin-kit](https://github.com/eslint/plugin-kit) to 0.3.4 to resolve vulnerability ([#&#8203;19965](https://github.com/eslint/eslint/issues/19965)) (Milos Djermanovic) - [`f46fc6c`](https://github.com/eslint/eslint/commit/f46fc6c137c951bc73cf3bd9446053c1b11f769b) fix: report only global references in no-implied-eval ([#&#8203;19932](https://github.com/eslint/eslint/issues/19932)) (Nitin Kumar) - [`7863d26`](https://github.com/eslint/eslint/commit/7863d26b7cfb03a81ec86f93439757ff60bf6afb) fix: remove outdated types in `ParserOptions.ecmaFeatures` ([#&#8203;19944](https://github.com/eslint/eslint/issues/19944)) (ntnyq) - [`3173305`](https://github.com/eslint/eslint/commit/317330552e2d276221c7f2dd9c1516ad8b41cc3c) fix: update execScript message in no-implied-eval rule ([#&#8203;19937](https://github.com/eslint/eslint/issues/19937)) (TKDev7) #### Documentation - [`86e7426`](https://github.com/eslint/eslint/commit/86e7426e4463ca49ffa5c82e825ecb6aa19ca8a0) docs: Update README (GitHub Actions Bot) #### Chores - [`50de1ce`](https://github.com/eslint/eslint/commit/50de1ced9df2b1ee48ee6843c8cfe0f5d8edbc27) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`74f01a3`](https://github.com/eslint/eslint/commit/74f01a3f5905aaa0902837ced2425209c09c048f) ci: unpin `jiti` to version `^2.5.1` ([#&#8203;19970](https://github.com/eslint/eslint/issues/19970)) (루밀LuMir) - [`2ab1381`](https://github.com/eslint/eslint/commit/2ab13813a7e7f3014c35490b351447ec43229951) ci: pin `jiti` to version 2.4.2 ([#&#8203;19964](https://github.com/eslint/eslint/issues/19964)) (Francesco Trotta) - [`b7f7545`](https://github.com/eslint/eslint/commit/b7f75454695079f54b77fcdc9ebe3b9199d5ad30) test: switch to flat config mode in `SourceCode` tests ([#&#8203;19953](https://github.com/eslint/eslint/issues/19953)) (Milos Djermanovic) - [`f5a35e3`](https://github.com/eslint/eslint/commit/f5a35e3b7cee17cd31fc02c24c3e74b42ee202bc) test: switch to flat config mode in eslint-fuzzer ([#&#8203;19960](https://github.com/eslint/eslint/issues/19960)) (Milos Djermanovic) - [`e22af8c`](https://github.com/eslint/eslint/commit/e22af8c42d622d8d912ee7bedf49bf4283247fdc) refactor: use `CustomRuleDefinitionType` in `JSRuleDefinition` ([#&#8203;19949](https://github.com/eslint/eslint/issues/19949)) (Francesco Trotta) - [`e855717`](https://github.com/eslint/eslint/commit/e85571730f1360464b7ee00695c678d551f9c643) chore: switch performance tests to hyperfine ([#&#8203;19919](https://github.com/eslint/eslint/issues/19919)) (Francesco Trotta) - [`2f73a23`](https://github.com/eslint/eslint/commit/2f73a23655092a41780859ffe0a07c44a2f1b5f5) test: switch to flat config mode in `ast-utils` tests ([#&#8203;19948](https://github.com/eslint/eslint/issues/19948)) (Milos Djermanovic) - [`c565a53`](https://github.com/eslint/eslint/commit/c565a530f50c96dacd44e096f7d531b073aa4dc7) chore: exclude `further_reading_links.json` from Prettier formatting ([#&#8203;19943](https://github.com/eslint/eslint/issues/19943)) (Milos Djermanovic) ### [`v9.31.0`](https://github.com/eslint/eslint/releases/tag/v9.31.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.30.1...v9.31.0) #### Features - [`35cf44c`](https://github.com/eslint/eslint/commit/35cf44c22e36b1554486e7a75c870e86c10b83f8) feat: output full actual location in rule tester if different ([#&#8203;19904](https://github.com/eslint/eslint/issues/19904)) (ST-DDT) - [`a6a6325`](https://github.com/eslint/eslint/commit/a6a63259de6cb5642f69c7be429554bbcedca4c0) feat: support explicit resource management in `no-loop-func` ([#&#8203;19895](https://github.com/eslint/eslint/issues/19895)) (Milos Djermanovic) - [`4682cdc`](https://github.com/eslint/eslint/commit/4682cdc6960279ee17f23899fbab6f58d881eadf) feat: support explicit resource management in `no-undef-init` ([#&#8203;19894](https://github.com/eslint/eslint/issues/19894)) (Milos Djermanovic) - [`5848216`](https://github.com/eslint/eslint/commit/58482165eaf597cc5c58216a956c301ae87520b3) feat: support explicit resource management in `init-declarations` ([#&#8203;19893](https://github.com/eslint/eslint/issues/19893)) (Milos Djermanovic) - [`bb370b8`](https://github.com/eslint/eslint/commit/bb370b8e79f65ee32d9d89ecf249fb74a141ad22) feat: support explicit resource management in `no-const-assign` ([#&#8203;19892](https://github.com/eslint/eslint/issues/19892)) (Milos Djermanovic) #### Bug Fixes - [`07fac6c`](https://github.com/eslint/eslint/commit/07fac6cafa0426b4d1ea12d9001f3955f19b286d) fix: retry on EMFILE when writing autofix results ([#&#8203;19926](https://github.com/eslint/eslint/issues/19926)) (TKDev7) - [`28cc7ab`](https://github.com/eslint/eslint/commit/28cc7abbb72b29b1cac6fc4253646a7839586064) fix: Remove incorrect RuleContext types ([#&#8203;19910](https://github.com/eslint/eslint/issues/19910)) (Nicholas C. Zakas) #### Documentation - [`664cb44`](https://github.com/eslint/eslint/commit/664cb44ab03785bd200a792607a7e20faa2d4b28) docs: Update README (GitHub Actions Bot) - [`40dbe2a`](https://github.com/eslint/eslint/commit/40dbe2a43f83d366e9026faec70293512fb61ca2) docs: fix mismatch between `globalIgnores()` code and text ([#&#8203;19914](https://github.com/eslint/eslint/issues/19914)) (MaoShizhong) - [`5a0069d`](https://github.com/eslint/eslint/commit/5a0069d60815246cf24e1c96125540792c2507ef) docs: Update README (GitHub Actions Bot) - [`fef04b5`](https://github.com/eslint/eslint/commit/fef04b5c7fea99362d67b31b8e98cd4914020ed3) docs: Update working on issues info ([#&#8203;19902](https://github.com/eslint/eslint/issues/19902)) (Nicholas C. Zakas) #### Chores - [`3ddd454`](https://github.com/eslint/eslint/commit/3ddd454c1c73294e5af7905d60d03fac162f1b3e) chore: upgrade to `@eslint/js@9.31.0` ([#&#8203;19935](https://github.com/eslint/eslint/issues/19935)) (Francesco Trotta) - [`d5054e5`](https://github.com/eslint/eslint/commit/d5054e5454a537e9ade238c768c262c6c592cbc1) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`0f4a378`](https://github.com/eslint/eslint/commit/0f4a3781fe7c11fad7b206c3c694655486ddd187) chore: update eslint ([#&#8203;19933](https://github.com/eslint/eslint/issues/19933)) (renovate\[bot]) - [`76c2340`](https://github.com/eslint/eslint/commit/76c2340c368f96db77439b5cd1df0196cc39bf3e) chore: bump mocha to v11 ([#&#8203;19917](https://github.com/eslint/eslint/issues/19917)) (루밀LuMir) ### [`v9.30.1`](https://github.com/eslint/eslint/releases/tag/v9.30.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.30.0...v9.30.1) #### Bug Fixes - [`e91bb87`](https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c) fix: allow separate default and named type imports ([#&#8203;19899](https://github.com/eslint/eslint/issues/19899)) (xbinaryx) #### Documentation - [`ab7c625`](https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3) docs: Update README (GitHub Actions Bot) - [`dae1e5b`](https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838) docs: update jsdoc's link ([#&#8203;19896](https://github.com/eslint/eslint/issues/19896)) (JamesVanWaza) #### Chores - [`b035f74`](https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53) chore: upgrade to `@eslint/js@9.30.1` ([#&#8203;19906](https://github.com/eslint/eslint/issues/19906)) (Francesco Trotta) - [`b3dbc16`](https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) ### [`v9.30.0`](https://github.com/eslint/eslint/releases/tag/v9.30.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.29.0...v9.30.0) #### Features - [`52a5fca`](https://github.com/eslint/eslint/commit/52a5fcaa4e0bb4e55c014c20ed47d6c93b107635) feat: Support `basePath` property in config objects ([#&#8203;19879](https://github.com/eslint/eslint/issues/19879)) (Milos Djermanovic) - [`4ab4482`](https://github.com/eslint/eslint/commit/4ab44823df4d4b47d3650da949077a0551e7579e) feat: add `allowSeparateTypeImports` option to `no-duplicate-imports` ([#&#8203;19872](https://github.com/eslint/eslint/issues/19872)) (sethamus) - [`b8a7e7a`](https://github.com/eslint/eslint/commit/b8a7e7aeb5f0ed2e1670771ab4dda6fd723d96eb) feat: throw error when column is negative in `getIndexFromLoc` ([#&#8203;19831](https://github.com/eslint/eslint/issues/19831)) (루밀LuMir) #### Bug Fixes - [`6a0f164`](https://github.com/eslint/eslint/commit/6a0f164543bf8461d6a27a740c9e08aa77cbe42d) fix: handle `null` type `loc` in `getIndexFromLoc` method ([#&#8203;19862](https://github.com/eslint/eslint/issues/19862)) (루밀LuMir) - [`3fbcd70`](https://github.com/eslint/eslint/commit/3fbcd704a0b2aef2a6c1fc34d2bc4b35f6425067) fix: update error message for `no-restricted-properties` ([#&#8203;19855](https://github.com/eslint/eslint/issues/19855)) (Tanuj Kanti) - [`7ef4cf7`](https://github.com/eslint/eslint/commit/7ef4cf76610d42727a404e495ac6d47868cf5040) fix: remove unnecessary semicolon from fixes ([#&#8203;19857](https://github.com/eslint/eslint/issues/19857)) (Francesco Trotta) - [`7dabc38`](https://github.com/eslint/eslint/commit/7dabc38a8406d470fb2389eec2f0ad1ad214173e) fix: use `process.version` in `--env-info` ([#&#8203;19865](https://github.com/eslint/eslint/issues/19865)) (TKDev7) #### Documentation - [`8662ed1`](https://github.com/eslint/eslint/commit/8662ed1f6debc358e22812b145e117aa4a907d78) docs: adopt eslint-stylistic sub packages related changes ([#&#8203;19887](https://github.com/eslint/eslint/issues/19887)) (ntnyq) - [`20158b0`](https://github.com/eslint/eslint/commit/20158b09db3430cf00b202ba8c25ce874bbaf00a) docs: typo in comment for unused variables handling ([#&#8203;19870](https://github.com/eslint/eslint/issues/19870)) (leopardracer) - [`ebfb5b4`](https://github.com/eslint/eslint/commit/ebfb5b46136c4d737c9783333e3057421d1a0bef) docs: Fixed Typo in configuration-files.md ([#&#8203;19873](https://github.com/eslint/eslint/issues/19873)) (0-20) - [`4112fd0`](https://github.com/eslint/eslint/commit/4112fd09531092e9651e9981205bcd603dc56acf) docs: clarify that boolean is still allowed for rule `meta.deprecated` ([#&#8203;19866](https://github.com/eslint/eslint/issues/19866)) (Bryan Mishkin) #### Chores - [`2b6491c`](https://github.com/eslint/eslint/commit/2b6491cd4b8eec44d4a3f8dea1b71151e8dd0230) chore: upgrade to `@eslint/js@9.30.0` ([#&#8203;19889](https://github.com/eslint/eslint/issues/19889)) (Francesco Trotta) - [`5a5d526`](https://github.com/eslint/eslint/commit/5a5d5261037fdf84a91f2f22d3726d58572453f4) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`eaf8a41`](https://github.com/eslint/eslint/commit/eaf8a418af32b3190494e4a2284533353c28ccfa) chore: Correct typos in linter tests ([#&#8203;19878](https://github.com/eslint/eslint/issues/19878)) (kilavvy) ### [`v9.29.0`](https://github.com/eslint/eslint/releases/tag/v9.29.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0) #### Features - [`f686fcb`](https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d) feat: add `ecmaVersion: 2026`, parsing `using` and `await using` ([#&#8203;19832](https://github.com/eslint/eslint/issues/19832)) (Milos Djermanovic) - [`19cdd22`](https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4) feat: prune suppressions for non-existent files ([#&#8203;19825](https://github.com/eslint/eslint/issues/19825)) (TKDev7) - [`b3d720f`](https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c) feat: add ES2025 globals ([#&#8203;19835](https://github.com/eslint/eslint/issues/19835)) (fisker Cheung) - [`677a283`](https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579) feat: add auto-accessor fields support to class-methods-use-this ([#&#8203;19789](https://github.com/eslint/eslint/issues/19789)) (sethamus) - [`dbba058`](https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47) feat: allow global type declaration in `no-var` ([#&#8203;19714](https://github.com/eslint/eslint/issues/19714)) (Remco Haszing) - [`342bd29`](https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863) feat: ignore type annotations in no-restricted-globals ([#&#8203;19781](https://github.com/eslint/eslint/issues/19781)) (sethamus) - [`786bcd1`](https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542) feat: add allowProperties option to no-restricted-properties ([#&#8203;19772](https://github.com/eslint/eslint/issues/19772)) (sethamus) - [`05b66d0`](https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a) feat: add `sourceCode.isGlobalReference(node)` method ([#&#8203;19695](https://github.com/eslint/eslint/issues/19695)) (Nitin Kumar) #### Bug Fixes - [`85c082c`](https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f) fix: explicit matching behavior with negated patterns and arrays ([#&#8203;19845](https://github.com/eslint/eslint/issues/19845)) (Milos Djermanovic) - [`9bda4a9`](https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc) fix: fix `LintOptions.filterCodeBlock` types ([#&#8203;19837](https://github.com/eslint/eslint/issues/19837)) (ntnyq) - [`7ab77a2`](https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12) fix: correct breaking deprecation of FlatConfig type ([#&#8203;19826](https://github.com/eslint/eslint/issues/19826)) (Logicer) - [`1ba3318`](https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd) fix: add `language` and `dialects` to `no-use-before-define` ([#&#8203;19808](https://github.com/eslint/eslint/issues/19808)) (Francesco Trotta) #### Documentation - [`00e3e6a`](https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7) docs: add support for custom name parameter to `includeIgnoreFile` ([#&#8203;19795](https://github.com/eslint/eslint/issues/19795)) (루밀LuMir) - [`3aed075`](https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b) docs: Update README (GitHub Actions Bot) - [`a2f888d`](https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d) docs: enhance documentation with links and fix typos ([#&#8203;19761](https://github.com/eslint/eslint/issues/19761)) (루밀LuMir) - [`53c3235`](https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf) docs: update to clarify prompt usage ([#&#8203;19748](https://github.com/eslint/eslint/issues/19748)) (Jennifer Davis) #### Chores - [`5c114c9`](https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.29.0 ([#&#8203;19851](https://github.com/eslint/eslint/issues/19851)) (Milos Djermanovic) - [`acf2201`](https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`a806994`](https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808) refactor: Remove eslintrc from flat config functionality ([#&#8203;19833](https://github.com/eslint/eslint/issues/19833)) (Nicholas C. Zakas) - [`152ed51`](https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f) test: switch to flat config mode in code path analysis tests ([#&#8203;19824](https://github.com/eslint/eslint/issues/19824)) (Milos Djermanovic) - [`b647239`](https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd) chore: Update first-party dependencies faster with Renovate ([#&#8203;19822](https://github.com/eslint/eslint/issues/19822)) (Nicholas C. Zakas) - [`7abe42e`](https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64) refactor: SafeEmitter -> SourceCodeVisitor ([#&#8203;19708](https://github.com/eslint/eslint/issues/19708)) (Nicholas C. Zakas) - [`e392895`](https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f) perf: improve time complexity of `getLocFromIndex` ([#&#8203;19782](https://github.com/eslint/eslint/issues/19782)) (루밀LuMir) - [`0ed289c`](https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd) chore: remove accidentally committed file ([#&#8203;19807](https://github.com/eslint/eslint/issues/19807)) (Francesco Trotta) ### [`v9.28.0`](https://github.com/eslint/eslint/releases/tag/v9.28.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.27.0...v9.28.0) #### Features - [`b0674be`](https://github.com/eslint/eslint/commit/b0674be94e4394401b4f668453a473572c321023) feat: Customization of serialization for languageOptions ([#&#8203;19760](https://github.com/eslint/eslint/issues/19760)) (Nicholas C. Zakas) - [`a95721f`](https://github.com/eslint/eslint/commit/a95721f1064fdbfe0e392b955ce3053a24551f80) feat: Add `--pass-on-unpruned-suppressions` CLI option ([#&#8203;19773](https://github.com/eslint/eslint/issues/19773)) (Milos Djermanovic) - [`bfd0e7a`](https://github.com/eslint/eslint/commit/bfd0e7a39535b3c1ddc742dfffa6bdcdc93079e2) feat: support TypeScript syntax in `no-use-before-define` ([#&#8203;19566](https://github.com/eslint/eslint/issues/19566)) (Tanuj Kanti) - [`68c61c0`](https://github.com/eslint/eslint/commit/68c61c093a885623e48f38026e3f3a05bfa403de) feat: support TS syntax in `no-shadow` ([#&#8203;19565](https://github.com/eslint/eslint/issues/19565)) (Nitin Kumar) - [`0f773ef`](https://github.com/eslint/eslint/commit/0f773ef248af0301a410fee11e1b22174100cf6a) feat: support TS syntax in `no-magic-numbers` ([#&#8203;19561](https://github.com/eslint/eslint/issues/19561)) (Nitin Kumar) - [`c4a6b60`](https://github.com/eslint/eslint/commit/c4a6b6051889b1cb668d4d2ae29e9c27c74993d6) feat: add allowTypeAnnotation to func-style ([#&#8203;19754](https://github.com/eslint/eslint/issues/19754)) (sethamus) - [`b03ad17`](https://github.com/eslint/eslint/commit/b03ad176f158afdd921f0af5126c398012b10559) feat: add TypeScript support to `prefer-arrow-callback` ([#&#8203;19678](https://github.com/eslint/eslint/issues/19678)) (Tanuj Kanti) - [`bc3c331`](https://github.com/eslint/eslint/commit/bc3c3313ce2719062805b6849d29f9a375cf23f2) feat: ignore overloaded function declarations in func-style rule ([#&#8203;19755](https://github.com/eslint/eslint/issues/19755)) (sethamus) #### Bug Fixes - [`eea3e7e`](https://github.com/eslint/eslint/commit/eea3e7eb1ca84f9e8870e1190d65d5235d9d8429) fix: Remove configured global variables from `GlobalScope#implicit` ([#&#8203;19779](https://github.com/eslint/eslint/issues/19779)) (Milos Djermanovic) - [`a467de3`](https://github.com/eslint/eslint/commit/a467de39f6e509af95a7963904326635c1bf7116) fix: update context.report types ([#&#8203;19751](https://github.com/eslint/eslint/issues/19751)) (Nitin Kumar) - [`fd467bb`](https://github.com/eslint/eslint/commit/fd467bb892d735a4a8863beabd181a3f3152689a) fix: remove interopDefault to use jiti's default ([#&#8203;19697](https://github.com/eslint/eslint/issues/19697)) (sethamus) - [`72d16e3`](https://github.com/eslint/eslint/commit/72d16e3066aac2f1c74f4150ba43dfa8cf532584) fix: avoid false positive in `no-unassigned-vars` for declare module ([#&#8203;19746](https://github.com/eslint/eslint/issues/19746)) (Azat S.) - [`81c3c93`](https://github.com/eslint/eslint/commit/81c3c936266474c2081f310098084bd0eb1768d2) fix: curly types ([#&#8203;19750](https://github.com/eslint/eslint/issues/19750)) (Eli) #### Documentation - [`3ec2082`](https://github.com/eslint/eslint/commit/3ec208233f29c161aae8f99f9f091e371fe83a62) docs: Nested arrays in files config entry ([#&#8203;19799](https://github.com/eslint/eslint/issues/19799)) (Nicholas C. Zakas) - [`89a65b0`](https://github.com/eslint/eslint/commit/89a65b07f6171a860284b62d97c8b3edf312b98c) docs: clarify how config arrays can apply to subsets of files ([#&#8203;19788](https://github.com/eslint/eslint/issues/19788)) (Shais Ch) - [`2ba8a0d`](https://github.com/eslint/eslint/commit/2ba8a0d75c7a8e6aa4798275126698be40391d37) docs: Add description of meta.namespace to plugin docs ([#&#8203;19798](https://github.com/eslint/eslint/issues/19798)) (Nicholas C. Zakas) - [`59dd7e6`](https://github.com/eslint/eslint/commit/59dd7e6b28507053bde985ea2311dca8ec0db681) docs: update `func-style` with examples ([#&#8203;19793](https://github.com/eslint/eslint/issues/19793)) (Tanuj Kanti) - [`e9129e0`](https://github.com/eslint/eslint/commit/e9129e0799d068c377d63d59a0a800e7d1fea8dd) docs: add global scope's `implicit` field to Scope Manager docs ([#&#8203;19770](https://github.com/eslint/eslint/issues/19770)) (Milos Djermanovic) - [`52f5b7a`](https://github.com/eslint/eslint/commit/52f5b7a0af48a2f143f0bccfd4e036025b08280d) docs: fix minor typos and add links ([#&#8203;19743](https://github.com/eslint/eslint/issues/19743)) (루밀LuMir) - [`00716a3`](https://github.com/eslint/eslint/commit/00716a339ede24ed5a76aceed833f38a6c4e8d3a) docs: upfront recommend against using the no-return-await rule ([#&#8203;19727](https://github.com/eslint/eslint/issues/19727)) (Mike DiDomizio) #### Chores - [`175b7b8`](https://github.com/eslint/eslint/commit/175b7b83fcdc8f3f84821510dd7e04d120402317) chore: upgrade to `@eslint/js@9.28.0` ([#&#8203;19802](https://github.com/eslint/eslint/issues/19802)) (Francesco Trotta) - [`844f5a6`](https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`62b1c1b`](https://github.com/eslint/eslint/commit/62b1c1bc7981798c3aec2dd430c200c797a25629) chore: update globals to v16 ([#&#8203;19791](https://github.com/eslint/eslint/issues/19791)) (Nitin Kumar) - [`e8a1cb8`](https://github.com/eslint/eslint/commit/e8a1cb8f7fbc18efa589bfedea5326de636b4868) chore: ignore jiti-v2.0 & jiti-v2.1 for renovate ([#&#8203;19786](https://github.com/eslint/eslint/issues/19786)) (Nitin Kumar) - [`43d3975`](https://github.com/eslint/eslint/commit/43d39754b6d315954f46a70dbd53d1fa0eea1619) chore: Add Copilot Instructions file ([#&#8203;19753](https://github.com/eslint/eslint/issues/19753)) (Nicholas C. Zakas) - [`2dfb5eb`](https://github.com/eslint/eslint/commit/2dfb5ebef4c14d552d10a6c7c2c2ce376e63654a) test: update `SourceCodeTraverser` tests ([#&#8203;19763](https://github.com/eslint/eslint/issues/19763)) (Milos Djermanovic) - [`5bc21f9`](https://github.com/eslint/eslint/commit/5bc21f9e8e00f9e49442d1b6520b307ce94f3518) chore: add `*.code-workspace` to `.gitignore` ([#&#8203;19771](https://github.com/eslint/eslint/issues/19771)) (루밀LuMir) - [`f4fa40e`](https://github.com/eslint/eslint/commit/f4fa40eb4bd6f4dba3b2e7fff259d0780ef6becf) refactor: NodeEventGenerator -> SourceCodeTraverser ([#&#8203;19679](https://github.com/eslint/eslint/issues/19679)) (Nicholas C. Zakas) - [`0f49329`](https://github.com/eslint/eslint/commit/0f49329b4a7f91714f2cd1e9ce532d32202c47f4) refactor: use a service to emit warnings ([#&#8203;19725](https://github.com/eslint/eslint/issues/19725)) (Francesco Trotta) - [`20a9e59`](https://github.com/eslint/eslint/commit/20a9e59438fde3642ab058cc55ee1b9fa02b6391) chore: update dependency shelljs to ^0.10.0 ([#&#8203;19740](https://github.com/eslint/eslint/issues/19740)) (renovate\[bot]) ### [`v9.27.0`](https://github.com/eslint/eslint/releases/tag/v9.27.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.26.0...v9.27.0) #### Features - [`d71e37f`](https://github.com/eslint/eslint/commit/d71e37f450f4ae115ec394615e21523685f0d370) feat: Allow flags to be set in ESLINT\_FLAGS env variable ([#&#8203;19717](https://github.com/eslint/eslint/issues/19717)) (Nicholas C. Zakas) - [`ba456e0`](https://github.com/eslint/eslint/commit/ba456e000e104fd7f2dbd27eebbd4f35e6c18934) feat: Externalize MCP server ([#&#8203;19699](https://github.com/eslint/eslint/issues/19699)) (Nicholas C. Zakas) - [`07c1a7e`](https://github.com/eslint/eslint/commit/07c1a7e839ec61bd706c651428606ea5955b2bb0) feat: add `allowRegexCharacters` to `no-useless-escape` ([#&#8203;19705](https://github.com/eslint/eslint/issues/19705)) (sethamus) - [`7bc6c71`](https://github.com/eslint/eslint/commit/7bc6c71ca350fa37531291e1d704be6ed408c5dc) feat: add no-unassigned-vars rule ([#&#8203;19618](https://github.com/eslint/eslint/issues/19618)) (Jacob Bandes-Storch) - [`ee40364`](https://github.com/eslint/eslint/commit/ee4036429758cdaf7f77c52f1c2b74b5a2bb7b66) feat: convert no-array-constructor suggestions to autofixes ([#&#8203;19621](https://github.com/eslint/eslint/issues/19621)) (sethamus) - [`32957cd`](https://github.com/eslint/eslint/commit/32957cde72196c7e41741db311786d881c1613a1) feat: support TS syntax in `max-params` ([#&#8203;19557](https://github.com/eslint/eslint/issues/19557)) (Nitin Kumar) #### Bug Fixes - [`5687ce7`](https://github.com/eslint/eslint/commit/5687ce7055d30e2d5ef800b3d5c3096c3fc42c0e) fix: correct mismatched removed rules ([#&#8203;19734](https://github.com/eslint/eslint/issues/19734)) (루밀LuMir) - [`dc5ed33`](https://github.com/eslint/eslint/commit/dc5ed337fd18cb59801e4afaf394f6b84057b601) fix: correct types and tighten type definitions in `SourceCode` class ([#&#8203;19731](https://github.com/eslint/eslint/issues/19731)) (루밀LuMir) - [`de1b5de`](https://github.com/eslint/eslint/commit/de1b5deba069f770140f3a7dba2702c1016dcc2a) fix: correct `service` property name in `Linter.ESLintParseResult` type ([#&#8203;19713](https://github.com/eslint/eslint/issues/19713)) (Francesco Trotta) - [`60c3e2c`](https://github.com/eslint/eslint/commit/60c3e2cf9256f3676b7934e26ff178aaf19c9e97) fix: sort keys in eslint-suppressions.json to avoid git churn ([#&#8203;19711](https://github.com/eslint/eslint/issues/19711)) (Ron Waldon-Howe) - [`9da90ca`](https://github.com/eslint/eslint/commit/9da90ca3c163adb23a9cc52421f59dedfce34fc9) fix: add `allowReserved` to `Linter.ParserOptions` type ([#&#8203;19710](https://github.com/eslint/eslint/issues/19710)) (Francesco Trotta) - [`fbb8be9`](https://github.com/eslint/eslint/commit/fbb8be9256dc7613fa0b87e87974714284b78a94) fix: add `info` to `ESLint.DeprecatedRuleUse` type ([#&#8203;19701](https://github.com/eslint/eslint/issues/19701)) (Francesco Trotta) #### Documentation - [`25de550`](https://github.com/eslint/eslint/commit/25de55055d420d7c8b794ae5fdaeb67947c613d9) docs: Update description of frozen rules to mention TypeScript ([#&#8203;19736](https://github.com/eslint/eslint/issues/19736)) (Nicholas C. Zakas) - [`bd5def6`](https://github.com/eslint/eslint/commit/bd5def66d1a3f9bad7da3547b5dff6003e67d9d3) docs: Clean up configuration files docs ([#&#8203;19735](https://github.com/eslint/eslint/issues/19735)) (Nicholas C. Zakas) - [`4d0c60d`](https://github.com/eslint/eslint/commit/4d0c60d0738cb32c12e4ea132caa6fab6d5ed0a7) docs: Add Neovim to editor integrations ([#&#8203;19729](https://github.com/eslint/eslint/issues/19729)) (Maria José Solano) - [`71317eb`](https://github.com/eslint/eslint/commit/71317ebeaf1c542114e4fcda99ee26115d8e4a27) docs: Update README (GitHub Actions Bot) - [`4c289e6`](https://github.com/eslint/eslint/commit/4c289e685e6cf87331f4b1e6afe34a4feb8e6cc8) docs: Update README (GitHub Actions Bot) - [`f0f0d46`](https://github.com/eslint/eslint/commit/f0f0d46ab2f87e439642abd84b6948b447b66349) docs: clarify that unused suppressions cause non-zero exit code ([#&#8203;19698](https://github.com/eslint/eslint/issues/19698)) (Milos Djermanovic) - [`8ed3273`](https://github.com/eslint/eslint/commit/8ed32734cc22988173f99fd0703d50f94c60feb8) docs: fix internal usages of `ConfigData` type ([#&#8203;19688](https://github.com/eslint/eslint/issues/19688)) (Francesco Trotta) - [`eb316a8`](https://github.com/eslint/eslint/commit/eb316a83a49347ab47ae965ff95f81dd620d074c) docs: add `fmt` and `check` sections to `Package.json Conventions` ([#&#8203;19686](https://github.com/eslint/eslint/issues/19686)) (루밀LuMir) - [`a3a2559`](https://github.com/eslint/eslint/commit/a3a255924866b94ef8d604e91636547600edec56) docs: fix wording in Combine Configs ([#&#8203;19685](https://github.com/eslint/eslint/issues/19685)) (Milos Djermanovic) - [`c8d17e1`](https://github.com/eslint/eslint/commit/c8d17e11dc63909e693eaed5b5ccc50e698ac3b3) docs: Update README (GitHub Actions Bot) #### Chores - [`f8f1560`](https://github.com/eslint/eslint/commit/f8f1560de633aaf24a7099f89cbbfed12a762a32) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.27.0 ([#&#8203;19739](https://github.com/eslint/eslint/issues/19739)) (Milos Djermanovic) - [`ecaef73`](https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`596fdc6`](https://github.com/eslint/eslint/commit/596fdc62047dff863e990c3246b32da97ae9a14e) chore: update dependency [@&#8203;arethetypeswrong/cli](https://github.com/arethetypeswrong/cli) to ^0.18.0 ([#&#8203;19732](https://github.com/eslint/eslint/issues/19732)) (renovate\[bot]) - [`f791da0`](https://github.com/eslint/eslint/commit/f791da040189ada1b1ec15856557b939ffcd978b) chore: remove unbalanced curly brace from `.editorconfig` ([#&#8203;19730](https://github.com/eslint/eslint/issues/19730)) (Maria José Solano) - [`e86edee`](https://github.com/eslint/eslint/commit/e86edee0918107e4e41e908fe59c937b83f00d4e) refactor: Consolidate Config helpers ([#&#8203;19675](https://github.com/eslint/eslint/issues/19675)) (Nicholas C. Zakas) - [`cf36352`](https://github.com/eslint/eslint/commit/cf3635299e09570b7472286f25dacd8ab24e0517) chore: remove shared types ([#&#8203;19718](https://github.com/eslint/eslint/issues/19718)) (Francesco Trotta) - [`f60f276`](https://github.com/eslint/eslint/commit/f60f2764971a33e252be13e560dccf21f554dbf1) refactor: Easier RuleContext creation ([#&#8203;19709](https://github.com/eslint/eslint/issues/19709)) (Nicholas C. Zakas) - [`58a171e`](https://github.com/eslint/eslint/commit/58a171e8f0dcc1e599ac22bf8c386abacdbee424) chore: update dependency [@&#8203;eslint/plugin-kit](https://github.com/eslint/plugin-kit) to ^0.3.1 ([#&#8203;19712](https://github.com/eslint/eslint/issues/19712)) (renovate\[bot]) - [`3a075a2`](https://github.com/eslint/eslint/commit/3a075a29cfb43ef08711c2e433fb6f218855886d) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.14.0 ([#&#8203;19715](https://github.com/eslint/eslint/issues/19715)) (renovate\[bot]) - [`44bac9d`](https://github.com/eslint/eslint/commit/44bac9d15c4e0ca099d0b0d85e601f3b55d4e167) ci: run tests in Node.js 24 ([#&#8203;19702](https://github.com/eslint/eslint/issues/19702)) (Francesco Trotta) - [`35304dd`](https://github.com/eslint/eslint/commit/35304dd2b0d8a4b640b9a25ae27ebdcb5e124cde) chore: add missing `funding` field to packages ([#&#8203;19684](https://github.com/eslint/eslint/issues/19684)) (루밀LuMir) - [`f305beb`](https://github.com/eslint/eslint/commit/f305beb82c51215ad48c5c860f02be1b34bcce32) test: mock `process.emitWarning` to prevent output disruption ([#&#8203;19687](https://github.com/eslint/eslint/issues/19687)) (Francesco Trotta) ### [`v9.26.0`](https://github.com/eslint/eslint/releases/tag/v9.26.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.25.1...v9.26.0) #### Features - [`e9754e7`](https://github.com/eslint/eslint/commit/e9754e7433edf665602ceba4f7f8fbca559c974f) feat: add reportGlobalThis to no-shadow-restricted-names ([#&#8203;19670](https://github.com/eslint/eslint/issues/19670)) (sethamus) - [`0fa2b7a`](https://github.com/eslint/eslint/commit/0fa2b7a3666f1eedcc091446dc860037c9bafa5c) feat: add suggestions for `eqeqeq` rule ([#&#8203;19640](https://github.com/eslint/eslint/issues/19640)) (Nitin Kumar) - [`dcbdcc9`](https://github.com/eslint/eslint/commit/dcbdcc9c6be628240269b41f7bb576dde1e6f5b3) feat: Add MCP server ([#&#8203;19592](https://github.com/eslint/eslint/issues/19592)) (Nicholas C. Zakas) - [`2dfd83e`](https://github.com/eslint/eslint/commit/2dfd83ef4ee054f748732581c422508c45d6f1bf) feat: add `ignoreDirectives` option in `no-unused-expressions` ([#&#8203;19645](https://github.com/eslint/eslint/issues/19645)) (sethamus) #### Bug Fixes - [`96e84de`](https://github.com/eslint/eslint/commit/96e84de55ad17c96e5b6f2dece75145542505469) fix: check cache file existence before deletion ([#&#8203;19648](https://github.com/eslint/eslint/issues/19648)) (sethamus) - [`d683aeb`](https://github.com/eslint/eslint/commit/d683aebc8e0792e4f80bd1488c705c90f22c317e) fix: don't crash on tests with circular references in `RuleTester` ([#&#8203;19664](https://github.com/eslint/eslint/issues/19664)) (Milos Djermanovic) - [`9736d5d`](https://github.com/eslint/eslint/commit/9736d5d15870c9185da7d140becb9a15aa69057d) fix: add `namespace` to `Plugin.meta` type ([#&#8203;19661](https://github.com/eslint/eslint/issues/19661)) (Milos Djermanovic) - [`17bae69`](https://github.com/eslint/eslint/commit/17bae69e02fff6f26487a3cbd9c3c3218088949c) fix: update `RuleTester.run()` type ([#&#8203;19634](https://github.com/eslint/eslint/issues/19634)) (Nitin Kumar) #### Documentation - [`dd98d63`](https://github.com/eslint/eslint/commit/dd98d63f09c9324124734206d904d31d433a7c92) docs: Update README (GitHub Actions Bot) - [`c25e858`](https://github.com/eslint/eslint/commit/c25e858d2d7e9bd3e53dcb32c9af5251d6f0569e) docs: Update README (GitHub Actions Bot) - [`b2397e9`](https://github.com/eslint/eslint/commit/b2397e9bef5ca7faf7e100ecebc20e457bf0b588) docs: Update README (GitHub Actions Bot) - [`addd0a6`](https://github.com/eslint/eslint/commit/addd0a6a62d1b89dc7ab49cbd08c5a6af3e7da29) docs: fix formatting of unordered lists in Markdown ([#&#8203;19660](https://github.com/eslint/eslint/issues/19660)) (Milos Djermanovic) - [`a21b38d`](https://github.com/eslint/eslint/commit/a21b38db0276ab3373c95ebc7b1ef1910b79dfe6) docs: Update README (GitHub Actions Bot) - [`c0721a7`](https://github.com/eslint/eslint/commit/c0721a7f34264da0a32ade8432511eeda4a2c1b9) docs: fix double space in command ([#&#8203;19657](https://github.com/eslint/eslint/issues/19657)) (CamWass) #### Chores - [`5b247c8`](https://github.com/eslint/eslint/commit/5b247c859f1b653297a9b9135d92a59742a669cc) chore: upgrade to `@eslint/js@9.26.0` ([#&#8203;19681](https://github.com/eslint/eslint/issues/19681)) (Francesco Trotta) - [`d6fa4ac`](https://github.com/eslint/eslint/commit/d6fa4ac031c2fe24fb778e84940393fbda3ddf77) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`0958690`](https://github.com/eslint/eslint/commit/09586905be394c05839996a5ea812adfac44d320) chore: disambiguate internal types `LanguageOptions` and `Rule` ([#&#8203;19669](https://github.com/eslint/eslint/issues/19669)) (Francesco Trotta) - [`f1c858e`](https://github.com/eslint/eslint/commit/f1c858e3c1e9712ef398588bf5ed68bc19fad3f2) chore: fix internal type references to `Plugin` and `Rule` ([#&#8203;19665](https://github.com/eslint/eslint/issues/19665)) (Francesco Trotta) - [`40dd299`](https://github.com/eslint/eslint/commit/40dd2998cedddb75e0514b2c5cc855293c85da41) refactor: One-shot ESQuery selector analysis ([#&#8203;19652](https://github.com/eslint/eslint/issues/19652)) (Nicholas C. Zakas) - [`1cfd702`](https://github.com/eslint/eslint/commit/1cfd7024226cd9c42ceb75732f79e3bc36e8305c) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.12.0 ([#&#8203;19656](https://github.com/eslint/eslint/issues/19656)) (renovate\[bot]) ### [`v9.25.1`](https://github.com/eslint/eslint/releases/tag/v9.25.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.25.0...v9.25.1) #### Bug Fixes - [`cdc8e8c`](https://github.com/eslint/eslint/commit/cdc8e8c950ddfe1f9d462ea138ad7866da0394da) fix: revert directive detection in no-unused-expressions ([#&#8203;19639](https://github.com/eslint/eslint/issues/19639)) (sethamus) #### Chores - [`1f2b057`](https://github.com/eslint/eslint/commit/1f2b057ddcbef4340f78d1314456935054b8d93f) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.25.1 ([#&#8203;19642](https://github.com/eslint/eslint/issues/19642)) (Milos Djermanovic) - [`771317f`](https://github.com/eslint/eslint/commit/771317fa937a07277201f7155e9b835e6a5658f9) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) ### [`v9.25.0`](https://github.com/eslint/eslint/releases/tag/v9.25.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.24.0...v9.25.0) #### Features - [`dcd95aa`](https://github.com/eslint/eslint/commit/dcd95aafa33a95c8102834af85129f6f398fe394) feat: support TypeScript syntax in no-empty-function rule ([#&#8203;19551](https://github.com/eslint/eslint/issues/19551)) (sethamus) - [`77d6d5b`](https://github.com/eslint/eslint/commit/77d6d5bc4923012aee34b0a7c3d971f017d65555) feat: support TS syntax in `no-unused-expressions` ([#&#8203;19564](https://github.com/eslint/eslint/issues/19564)) (Sweta Tanwar) - [`90228e5`](https://github.com/eslint/eslint/commit/90228e5d57672579cf82bede29880532c2cb8ca9) feat: support `JSRuleDefinition` type ([#&#8203;19604](https://github.com/eslint/eslint/issues/19604)) (루밀LuMir) - [`59ba6b7`](https://github.com/eslint/eslint/commit/59ba6b73789835813ab3002c651a7217dd30a8cc) feat: add allowObjects option to no-restricted-properties ([#&#8203;19607](https://github.com/eslint/eslint/issues/19607)) (sethamus) - [`db650a0`](https://github.com/eslint/eslint/commit/db650a036baf502c7366a7da633d4cd00719394e) feat: support TypeScript syntax in `no-invalid-this` rule ([#&#8203;19532](https://github.com/eslint/eslint/issues/19532)) (Tanuj Kanti) - [`9535cff`](https://github.com/eslint/eslint/commit/9535cffe7b66abe850d90258e702279afabce7fe) feat: support TS syntax in `no-loop-func` ([#&#8203;19559](https://github.com/eslint/eslint/issues/19559)) (Nitin Kumar) #### Bug Fixes - [`910bd13`](https://github.com/eslint/eslint/commit/910bd13c4cb49001f2a9f172229360771b857585) fix: `nodeTypeKey` not being used in `NodeEventGenerator` ([#&#8203;19631](https://github.com/eslint/eslint/issues/19631)) (StyleShit) #### Documentation - [`ca7a735`](https://github.com/eslint/eslint/commit/ca7a735dde44120111d56e36ce93ba750b3c3c86) docs: update `no-undef-init` when not to use section ([#&#8203;19624](https://github.com/eslint/eslint/issues/19624)) (Tanuj Kanti) - [`1b870c9`](https://github.com/eslint/eslint/commit/1b870c9da4b3aa28f4a6f4f62e0437b743344994) docs: use `eslint-config-xo` in the getting started guide ([#&#8203;19629](https://github.com/eslint/eslint/issues/19629)) (Nitin Kumar) - [`5d4af16`](https://github.com/eslint/eslint/commit/5d4af16ab170306862dd0c33894044e59e03d041) docs: add types for multiple rule options ([#&#8203;19616](https://github.com/eslint/eslint/issues/19616)) (Tanuj Kanti) - [`e8f8d57`](https://github.com/eslint/eslint/commit/e8f8d57bd6c0d95f9f25db8c5b3ff72de42488b7) docs: Update README (GitHub Actions Bot) - [`a40348f`](https://github.com/eslint/eslint/commit/a40348f1f67a6c3da320682d683589f91d7e6f7b) docs: no-use-before-define tweaks ([#&#8203;19622](https://github.com/eslint/eslint/issues/19622)) (Kirk Waiblinger) - [`0ba3ae3`](https://github.com/eslint/eslint/commit/0ba3ae3e5a2425560baf771c05e7c69c63a1983c) docs: Update README (GitHub Actions Bot) - [`865dbfe`](https://github.com/eslint/eslint/commit/865dbfed6cbade8a22756965be256da317801937) docs: ensure "learn more" deprecation links point to useful resource ([#&#8203;19590](https://github.com/eslint/eslint/issues/19590)) (Kirk Waiblinger) - [`f80b746`](https://github.com/eslint/eslint/commit/f80b746d850021d253c01bb0eae466a701e63055) docs: add known limitations for no-self-compare ([#&#8203;19612](https://github.com/eslint/eslint/issues/19612)) (Nitin Kumar) - [`865aed6`](https://github.com/eslint/eslint/commit/865aed629318ca1e86e7d371fac49d7de4e7e8a8) docs: Update README (GitHub Actions Bot) #### Chores - [`88dc196`](https://github.com/eslint/eslint/commit/88dc1965a4f53babec36e0f5bd450dd02467acde) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.25.0 ([#&#8203;19636](https://github.com/eslint/eslint/issues/19636)) (Milos Djermanovic) - [`345288d`](https://github.com/eslint/eslint/commit/345288d7b270e8c122e922bfa31f219aedc4e63b) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`affe6be`](https://github.com/eslint/eslint/commit/affe6be0181422a51875a2ad40eb5152d94fc254) chore: upgrade trunk ([#&#8203;19628](https://github.com/eslint/eslint/issues/19628)) (sethamus) - [`dd20cf2`](https://github.com/eslint/eslint/commit/dd20cf274e285f09f230638184c997c44912485f) test: fix `no-loop-func` test with duplicate variable reports ([#&#8203;19610](https://github.com/eslint/eslint/issues/19610)) (Milos Djermanovic) - [`bd05397`](https://github.com/eslint/eslint/commit/bd05397ef68bb23a6148aeb70088d7167f201bf7) chore: upgrade `@eslint/*` dependencies ([#&#8203;19606](https://github.com/eslint/eslint/issues/19606)) (Milos Djermanovic) - [`22ea18b`](https://github.com/eslint/eslint/commit/22ea18b8babe4d60af7b3518b24d1ec31bf09605) chore: replace invalid `int` type with `number` inside JSDocs. ([#&#8203;19597](https://github.com/eslint/eslint/issues/19597)) (Arya Emami) ### [`v9.24.0`](https://github.com/eslint/eslint/releases/tag/v9.24.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.23.0...v9.24.0) #### Features - [`556c25b`](https://github.com/eslint/eslint/commit/556c25bbadd640ba9465ca6ec152f10959591666) feat: support loading TS config files using `--experimental-strip-types` ([#&#8203;19401](https://github.com/eslint/eslint/issues/19401)) (Arya Emami) - [`72650ac`](https://github.com/eslint/eslint/commit/72650acdb715fc25c675dc6368877b0e3f8d3885) feat: support TS syntax in `init-declarations` ([#&#8203;19540](https://github.com/eslint/eslint/issues/19540)) (Nitin Kumar) - [`03fb0bc`](https://github.com/eslint/eslint/commit/03fb0bca2be41597fcea7c0e84456bbaf2e5acca) feat: normalize patterns to handle "./" prefix in files and ignores ([#&#8203;19568](https://github.com/eslint/eslint/issues/19568)) (Pixel998) - [`071dcd3`](https://github.com/eslint/eslint/commit/071dcd3a8e34aeeb52d0b9c23c2c4a1e58b45858) feat: support TS syntax in `no-dupe-class-members` ([#&#8203;19558](https://github.com/eslint/eslint/issues/19558)) (Nitin Kumar) - [`cd72bcc`](https://github.com/eslint/eslint/commit/cd72bcc0c8d81fbf47ff3c8fe05ae48e1d862246) feat: Introduce a way to suppress violations ([#&#8203;19159](https://github.com/eslint/eslint/issues/19159)) (Iacovos Constantinou) - [`2a81578`](https://github.com/eslint/eslint/commit/2a81578ac179b1eeb1484fddee31913ed99042a2) feat: support TS syntax in `no-loss-of-precision` ([#&#8203;19560](https://github.com/eslint/eslint/issues/19560)) (Nitin Kumar) - [`30ae4ed`](https://github.com/eslint/eslint/commit/30ae4ed093d19e9950d09c2ab57f43d3564e31c9) feat: add new options to class-methods-use-this ([#&#8203;19527](https://github.com/eslint/eslint/issues/19527)) (sethamus) - [`b79ade6`](https://github.com/eslint/eslint/commit/b79ade6c1e0765457637f7ddaa52a39eed3aad38) feat: support TypeScript syntax in `no-array-constructor` ([#&#8203;19493](https://github.com/eslint/eslint/issues/19493)) (Tanuj Kanti) #### Bug Fixes - [`b23d1c5`](https://github.com/eslint/eslint/commit/b23d1c5f0297c5e2e9a4ff70533f3c0bdbfc34b8) fix: deduplicate variable names in no-loop-func error messages ([#&#8203;19595](https://github.com/eslint/eslint/issues/19595)) (Nitin Kumar) - [`fb8cdb8`](https://github.com/eslint/eslint/commit/fb8cdb842edcc035969e14b7b7e3ee372304f2d7) fix: use `any[]` type for `context.options` ([#&#8203;19584](https://github.com/eslint/eslint/issues/19584)) (Francesco Trotta) #### Documentation - [`f857820`](https://github.com/eslint/eslint/commit/f8578206cc9b9fcd03dc5311f8a2d96b7b3359a5) docs: update documentation for `--experimental-strip-types` ([#&#8203;19594](https://github.com/eslint/eslint/issues/19594)) (Nikolas Schröter) - [`803e4af`](https://github.com/eslint/eslint/commit/803e4af48e7fc3a2051e8c384f30fe4a318520e3) docs: simplify gitignore path handling in includeIgnoreFile section ([#&#8203;19596](https://github.com/eslint/eslint/issues/19596)) (Thomas Broyer) - [`6d979cc`](https://github.com/eslint/eslint/commit/6d979ccc183454e616bc82a598db5402e9d63dcf) docs: Update README (GitHub Actions Bot) - [`82177e4`](https://github.com/eslint/eslint/commit/82177e4108d6b3e63ece6072d923c0a2c08907bf) docs: Update README (GitHub Actions Bot) - [`e849dc0`](https://github.com/eslint/eslint/commit/e849dc01286cde5b6e2f0e04bf36928710633715) docs: replace existing var with const ([#&#8203;19578](https://github.com/eslint/eslint/issues/19578)) (Sweta Tanwar) - [`0c65c62`](https://github.com/eslint/eslint/commit/0c65c628022ff3ce40598c1a6ce95728e7eda317) docs: don't pass filename when linting rule examples ([#&#8203;19571](https://github.com/eslint/eslint/issues/19571)) (Milos Djermanovic) - [`6be36c9`](https://github.com/eslint/eslint/commit/6be36c99432ecdc72e33b6fb3293cf28f66ab78d) docs: Update custom-rules.md code example of fixer ([#&#8203;19555](https://github.com/eslint/eslint/issues/19555)) (Yifan Pan) #### Build Related - [`366e369`](https://github.com/eslint/eslint/commit/366e3694afd85ab6605adf4fee4dfa1316be8b74) build: re-enable Prettier formatting for `package.json` files ([#&#8203;19569](https://github.com/eslint/eslint/issues/19569)) (Francesco Trotta) #### Chores - [`ef67420`](https://github.com/eslint/eslint/commit/ef6742091d49fc1809ad933f1daeff7124f57e93) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.24.0 ([#&#8203;19602](https://github.com/eslint/eslint/issues/19602)) (Milos Djermanovic) - [`4946847`](https://github.com/eslint/eslint/commit/4946847bb675ee26c3a52bfe3bca63a0dc5e5c61) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`a995acb`](https://github.com/eslint/eslint/commit/a995acbe32471ce8c20cbf9f48b4f3e1d8bc2229) chore: correct 'flter'/'filter' typo in package script ([#&#8203;19587](https://github.com/eslint/eslint/issues/19587)) (Josh Goldberg ✨) - [`b9a5efa`](https://github.com/eslint/eslint/commit/b9a5efa937046f2d3f97e6caabb67a4bc182c983) test: skip symlink test on Windows ([#&#8203;19503](https://github.com/eslint/eslint/issues/19503)) (fisker Cheung) - [`46eea6d`](https://github.com/eslint/eslint/commit/46eea6d1cbed41d020cb76841ebba30710b0afd0) chore: remove `Rule` & `FormatterFunction` from `shared/types.js` ([#&#8203;19556](https://github.com/eslint/eslint/issues/19556)) (Nitin Kumar) - [`bdcc91d`](https://github.com/eslint/eslint/commit/bdcc91d5b61ad1b3e55044767362548c906f5462) chore: modify .editorconfig to keep parity with prettier config ([#&#8203;19577](https://github.com/eslint/eslint/issues/19577)) (Sweta Tanwar) - [`7790d83`](https://github.com/eslint/eslint/commit/7790d8305a8cef7cc95c331205d59d6b3c2b4e2e) chore: fix some typos in comment ([#&#8203;19576](https://github.com/eslint/eslint/issues/19576)) (todaymoon) - [`76064a6`](https://github.com/eslint/eslint/commit/76064a632438533bbb90e253ec72d172e948d200) test: ignore `package-lock.json` for `eslint-webpack-plugin` ([#&#8203;19572](https://github.com/eslint/eslint/issues/19572)) (Francesco Trotta) ### [`v9.23.0`](https://github.com/eslint/eslint/releases/tag/v9.23.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.22.0...v9.23.0) #### Features - [`557a0d2`](https://github.com/eslint/eslint/commit/557a0d23755f8af4f2aaab751805c7ba6496fc21) feat: support TypeScript syntax in no-useless-constructor ([#&#8203;19535](https://github.com/eslint/eslint/issues/19535)) (Josh Goldberg ✨) - [`8320241`](https://github.com/eslint/eslint/commit/83202412a1ceefd3eba4b97cc9dbe99ab70d59a2) feat: support TypeScript syntax in `default-param-last` ([#&#8203;19431](https://github.com/eslint/eslint/issues/19431)) (Josh Goldberg ✨) - [`833c4a3`](https://github.com/eslint/eslint/commit/833c4a301d4f7d21583d520d20d8a6724171733f) feat: defineConfig() supports "flat/" config prefix ([#&#8203;19533](https://github.com/eslint/eslint/issues/19533)) (Nicholas C. Zakas) - [`4a0df16`](https://github.com/eslint/eslint/commit/4a0df16f1ba7bed02d15c561119623199ea2ace0) feat: circular autofix/conflicting rules detection ([#&#8203;19514](https://github.com/eslint/eslint/issues/19514)) (Milos Djermanovic) - [`be56a68`](https://github.com/eslint/eslint/commit/be56a685bf1aadbf59d99d43e71c00802bc9ba27) feat: support TypeScript syntax in `class-methods-use-this` ([#&#8203;19498](https://github.com/eslint/eslint/issues/19498)) (Josh Goldberg ✨) #### Bug Fixes - [`0e20aa7`](https://github.com/eslint/eslint/commit/0e20aa72fec53b16a21c42ac9e82969efa8f94d2) fix: move deprecated `RuleContext` methods to subtype ([#&#8203;19531](https://github.com/eslint/eslint/issues/19531)) (Francesco Trotta) - [`cc3bd00`](https://github.com/eslint/eslint/commit/cc3bd00795708c4d7c06a6103983245cc9d9845b) fix: reporting variable used in catch block in `no-useless-assignment` ([#&#8203;19423](https://github.com/eslint/eslint/issues/19423)) (Tanuj Kanti) - [`d46ff83`](https://github.com/eslint/eslint/commit/d46ff832195aa841224a21086afda9d98be45ad6) fix: `no-dupe-keys` false positive with proto setter ([#&#8203;19508](https://github.com/eslint/eslint/issues/19508)) (Milos Djermanovic) - [`e732773`](https://github.com/eslint/eslint/commit/e7327736b92686e02721461ac9ccf6e65e0badac) fix: navigation of search results on pressing Enter ([#&#8203;19502](https://github.com/eslint/eslint/issues/19502)) (Tanuj Kanti) - [`f4e9c5f`](https://github.com/eslint/eslint/commit/f4e9c5fda9f8bcd36f1afe3706da60554cd07c48) fix: allow `RuleTester` to test files inside `node_modules/` ([#&#8203;19499](https://github.com/eslint/eslint/issues/19499)) (fisker Cheung) #### Documentation - [`5405939`](https://github.com/eslint/eslint/commit/5405939efcfe6a038a7c89354eae9c39c8ff21e3) docs: show red underlines in TypeScript examples in rules docs ([#&#8203;19547](https://github.com/eslint/eslint/issues/19547)) (Milos Djermanovic) - [`48b53d6`](https://github.com/eslint/eslint/commit/48b53d6e79945b4f5f66aa2073c2d51ff7896c7c) docs: replace var with const in examples ([#&#8203;19539](https://github.com/eslint/eslint/issues/19539)) (Nitin Kumar) - [`c39d7db`](https://github.com/eslint/eslint/commit/c39d7db7142ebdb8174da00358b80094eaad39c1) docs: Update README (GitHub Actions Bot) - [`a4f8760`](https://github.com/eslint/eslint/commit/a4f87604f4d8d53cb2efbd19aa067606dd1c409e) docs: revert accidental changes ([#&#8203;19542](https://github.com/eslint/eslint/issues/19542)) (Francesco Trotta) - [`280128f`](https://github.com/eslint/eslint/commit/280128f73def56479e32e7d40879fff05b7f44a2) docs: add copy button ([#&#8203;19512](https://github.com/eslint/eslint/issues/19512)) (xbinaryx) - [`cd83eaa`](https://github.com/eslint/eslint/commit/cd83eaa761b4acd9a43fd3888a12ea08483c3366) docs: replace `var` with `const` in examples ([#&#8203;19530](https://github.com/eslint/eslint/issues/19530)) (Nitin Kumar) - [`7ff0cde`](https://github.com/eslint/eslint/commit/7ff0cde23014909997dd493de890463d8b09205e) docs: Update README (GitHub Actions Bot) - [`996cfb9`](https://github.com/eslint/eslint/commit/996cfb9771734cb462b02a73c4aa87555854a05e) docs: migrate sass to module system ([#&#8203;19518](https://github.com/eslint/eslint/issues/19518)) (xbinaryx) - [`17cb958`](https://github.com/eslint/eslint/commit/17cb9586a706e75adee09b2388deea77a6ca8f14) docs: replace `var` with `let` and `const` in rule examples ([#&#8203;19515](https://github.com/eslint/eslint/issues/19515)) (Tanuj Kanti) - [`83e24f5`](https://github.com/eslint/eslint/commit/83e24f5be4d5723b5f79512b46ab68bc97a23247) docs: Replace var with let or const ([#&#8203;19511](https://github.com/eslint/eslint/issues/19511)) (Jenna Toff) - [`a59d0c0`](https://github.com/eslint/eslint/commit/a59d0c06b5a28ae5149eae6d10fa9f4968963b01) docs: Update docs for defineConfig ([#&#8203;19505](https://github.com/eslint/eslint/issues/19505)) (Nicholas C. Zakas) - [`fe92927`](https://github.com/eslint/eslint/commit/fe929270f33493d1a77be0f25a95d97817440c49) docs: `require-unicode-regexp` add note for `i` flag and `\w` ([#&#8203;19510](https://github.com/eslint/eslint/issues/19510)) (Chaemin-Lim) #### Build Related - [`2357edd`](https://github.com/eslint/eslint/commit/2357edd09beca1c3f70c92df23f2f99b9ebc7a70) build: exclude autogenerated files from Prettier formatting ([#&#8203;19548](https://github.com/eslint/eslint/issues/19548)) (Francesco Trotta) #### Chores - [`0ac8ea4`](https://github.com/eslint/eslint/commit/0ac8ea45350fa5819694a3775641e94b1da3282b) chore: update dependencies for v9.23.0 release ([#&#8203;19554](https://github.com/eslint/eslint/issues/19554)) (Francesco Trotta) - [`20591c4`](https://github.com/eslint/eslint/commit/20591c49ff27435b1555111a929a6966febc249f) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`901344f`](https://github.com/eslint/eslint/commit/901344f9441c746dfa82261a0d00ff6ef35bcdf1) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.11.0 ([#&#8203;19552](https://github.com/eslint/eslint/issues/19552)) (renovate\[bot]) - [`5228383`](https://github.com/eslint/eslint/commit/5228383e3e5c77c7dd07fc9d17b9a57c2ee5bb48) chore: fix update-readme formatting ([#&#8203;19544](https://github.com/eslint/eslint/issues/19544)) (Milos Djermanovic) - [`5439525`](https://github.com/eslint/eslint/commit/5439525925dc26b387cc6cebf0b01f42464b4ab0) chore: format JSON files in Trunk ([#&#8203;19541](https://github.com/eslint/eslint/issues/19541)) (Francesco Trotta) - [`75adc99`](https://github.com/eslint/eslint/commit/75adc99eab2878e58fc88f0d4b1b6f9091455914) chore: enabled Prettier in Trunk ([#&#8203;19354](https://github.com/eslint/eslint/issues/19354)) (Josh Goldberg ✨) - [`2395168`](https://github.com/eslint/eslint/commit/239516856fbf61828f5ac2c8b45e245103c41c04) chore: added .git-blame-ignore-revs for Prettier via trunk fmt ([#&#8203;19538](https://github.com/eslint/eslint/issues/19538)) (Josh Goldberg ✨) - [`129882d`](https://github.com/eslint/eslint/commit/129882d2fdb4e7f597ed78eeadd86377f3d6b078) chore: formatted files with Prettier via trunk fmt ([#&#8203;19355](https://github.com/eslint/eslint/issues/19355)) (Josh Goldberg ✨) - [`1738dbc`](https://github.com/eslint/eslint/commit/1738dbc36ce556745c230d3592e7f1aa673a1430) chore: temporarily disable prettier in trunk ([#&#8203;19537](https://github.com/eslint/eslint/issues/19537)) (Josh Goldberg ✨) - [`dc854fd`](https://github.com/eslint/eslint/commit/dc854fdd2634cdec575ae5fc508edd838056f006) chore: update dependency shelljs to ^0.9.0 ([#&#8203;19524](https://github.com/eslint/eslint/issues/19524)) (renovate\[bot]) - [`5d57496`](https://github.com/eslint/eslint/commit/5d574963b71529abbb84fbc4861230a050434664) chore: fix some comments ([#&#8203;19525](https://github.com/eslint/eslint/issues/19525)) (jimmycathy) - [`9c5c6ee`](https://github.com/eslint/eslint/commit/9c5c6ee7734c6a5918a5983d4f2bd971ca3225a8) test: fix an assertion failure ([#&#8203;19500](https://github.com/eslint/eslint/issues/19500)) (fisker Cheung) - [`7a699a6`](https://github.com/eslint/eslint/commit/7a699a6b2616c24fe58df1265f6148b406a17e41) chore: remove formatting-related lint rules internally ([#&#8203;19473](https://github.com/eslint/eslint/issues/19473)) (Josh Goldberg ✨) - [`c99db89`](https://github.com/eslint/eslint/commit/c99db89141f1601abe6f9d398a4b6c126e3a0bdb) test: replace WebdriverIO with Cypress ([#&#8203;19465](https://github.com/eslint/eslint/issues/19465)) (Pixel998) ### [`v9.22.0`](https://github.com/eslint/eslint/releases/tag/v9.22.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.21.0...v9.22.0) #### Features - [`7ddb095`](https://github.com/eslint/eslint/commit/7ddb095419203d0efc883a6b3fdd3ac20128400a) feat: Export defineConfig, globalIgnores ([#&#8203;19487](https://github.com/eslint/eslint/issues/19487)) (Nicholas C. Zakas) #### Bug Fixes - [`19c0127`](https://github.com/eslint/eslint/commit/19c0127e79c37dba8d389733024be7326e540767) fix: improve message for `no-console` suggestions ([#&#8203;19483](https://github.com/eslint/eslint/issues/19483)) (Francesco Trotta) - [`49e624f`](https://github.com/eslint/eslint/commit/49e624f4a02e03762232cce2047febb36b1bcf4c) fix: improve error message for falsy parsed JS AST ([#&#8203;19458](https://github.com/eslint/eslint/issues/19458)) (Josh Goldberg ✨) #### Documentation - [`86c5f37`](https://github.com/eslint/eslint/commit/86c5f37bc7300157d9f19b633197135d2a7a2645) docs: Update README (GitHub Actions Bot) - [`fbdeff0`](https://github.com/eslint/eslint/commit/fbdeff08f3bf4edd7f686af91d9ac0ed6e295080) docs: Update README (GitHub Actions Bot) - [`c9e8510`](https://github.com/eslint/eslint/commit/c9e85105300069f4aa60526ca2de4d67d1eebe1d) docs: generate deprecation notice in TSDoc comments from rule metadata ([#&#8203;19461](https://github.com/eslint/eslint/issues/19461)) (Francesco Trotta) - [`2f386ad`](https://github.com/eslint/eslint/commit/2f386ad203a672832c91e72c285a25bd64d48d9d) docs: replace `var` with `const` in rule examples ([#&#8203;19469](https://github.com/eslint/eslint/issues/19469)) (Tanuj Kanti) - [`0e688e3`](https://github.com/eslint/eslint/commit/0e688e3a0d53bad991d2b4ae3bda926cc29bd54b) docs: Update README (GitHub Actions Bot) - [`06b596d`](https://github.com/eslint/eslint/commit/06b596d221a2b4af644824bd10e0194e7237b6f2) docs: Restore the carrot to the position where the search input was lost ([#&#8203;19459](https://github.com/eslint/eslint/issues/19459)) (Amaresh S M) #### Chores - [`97f788b`](https://github.com/eslint/eslint/commit/97f788b02e5742445887b4499a6dba9abb879a79) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.22.0 ([#&#8203;19489](https://github.com/eslint/eslint/issues/19489)) (Milos Djermanovic) - [`eed409a`](https://github.com/eslint/eslint/commit/eed409a64bfe2ae1123086aaf1652c8124e49b7c) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f9a56d3`](https://github.com/eslint/eslint/commit/f9a56d337881300c94093e38804ba929ee09f7e9) chore: upgrade eslint-scope\@&#8203;8.3.0 ([#&#8203;19488](https://github.com/eslint/eslint/issues/19488)) (Milos Djermanovic) ### [`v9.21.0`](https://github.com/eslint/eslint/releases/tag/v9.21.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.20.1...v9.21.0) #### Features - [`418717f`](https://github.com/eslint/eslint/commit/418717f1150bb794c40014eca60c9116de2b0488) feat: introduce new deprecated types for rules ([#&#8203;19238](https://github.com/eslint/eslint/issues/19238)) (fnx) - [`5c5b802`](https://github.com/eslint/eslint/commit/5c5b8025d3e2a2a796909bdf7866fdce2a2f334c) feat: Add `--ext` CLI option ([#&#8203;19405](https://github.com/eslint/eslint/issues/19405)) (Milos Djermanovic) #### Bug Fixes - [`db5340d`](https://github.com/eslint/eslint/commit/db5340d57bff6b6e3a148f0f2bb56c7da6614ec0) fix: update missing plugin message template ([#&#8203;19445](https://github.com/eslint/eslint/issues/19445)) (Milos Djermanovic) - [`d8ffdd4`](https://github.com/eslint/eslint/commit/d8ffdd4e51ac46cef51b4118aa3d97195b38de63) fix: do not exit process on rule crash ([#&#8203;19436](https://github.com/eslint/eslint/issues/19436)) (Francesco Trotta) #### Documentation - [`c5561ea`](https://github.com/eslint/eslint/commit/c5561ea7fcc9d48f7c8017f51fb64fcdf13ff832) docs: Update README (GitHub Actions Bot) - [`80b0485`](https://github.com/eslint/eslint/commit/80b048535e1d951692e838fe502fb0edb72c837f) docs: replace `var` with `let` and `const` in rule example ([#&#8203;19434](https://github.com/eslint/eslint/issues/19434)) (Tanuj Kanti) - [`f67d5e8`](https://github.com/eslint/eslint/commit/f67d5e875324a9d899598b11807a9c7624021432) docs: Update README (GitHub Actions Bot) - [`75afc61`](https://github.com/eslint/eslint/commit/75afc61ff89c8c38a31877d1302584af9266f6d3) docs: Update README (GitHub Actions Bot) - [`0636cab`](https://github.com/eslint/eslint/commit/0636caba7dd7c77c1845a69257bda68d5287a097) docs: Update Eleventy from v2 to v3 ([#&#8203;19415](https://github.com/eslint/eslint/issues/19415)) (Amaresh S M) - [`dd7d930`](https://github.com/eslint/eslint/commit/dd7d93063418a9a9064a0e7cb7f556f5b8b6e96b) docs: Update README (GitHub Actions Bot) #### Chores - [`a8c9a9f`](https://github.com/eslint/eslint/commit/a8c9a9f1b30db08094b145dd79921ae302b6ae24) chore: update `@eslint/eslintrc` and `@eslint/js` ([#&#8203;19453](https://github.com/eslint/eslint/issues/19453)) (Francesco Trotta) - [`265e0cf`](https://github.com/eslint/eslint/commit/265e0cf6d03df44f0e65ce5bcb0bac382189486a) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`3401b85`](https://github.com/eslint/eslint/commit/3401b85faaf75629900b7592433169fc00d8b224) test: add test for `Rule.ReportDescriptor` type ([#&#8203;19449](https://github.com/eslint/eslint/issues/19449)) (Francesco Trotta) - [`e497aa7`](https://github.com/eslint/eslint/commit/e497aa75f5441406985d417303081944f24acf6f) chore: update rewrite dependencies ([#&#8203;19448](https://github.com/eslint/eslint/issues/19448)) (Francesco Trotta) - [`dab5478`](https://github.com/eslint/eslint/commit/dab5478e8628447dbf9eaaa8b6f36d7ca253ed48) chore: better error message for missing plugin in config ([#&#8203;19402](https://github.com/eslint/eslint/issues/19402)) (Tanuj Kanti) - [`ebfe2eb`](https://github.com/eslint/eslint/commit/ebfe2ebc3d8b8f2d84caf309b2fc6bc8fd66fc22) chore: set js language for bug report issue config block ([#&#8203;19439](https://github.com/eslint/eslint/issues/19439)) (Josh Goldberg ✨) - [`5fd211d`](https://github.com/eslint/eslint/commit/5fd211d00b6f0fc58cf587196a432325b7b88ec2) test: processors can return subpaths ([#&#8203;19425](https://github.com/eslint/eslint/issues/19425)) (Milos Djermanovic) ### [`v9.20.1`](https://github.com/eslint/eslint/releases/tag/v9.20.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.20.0...v9.20.1) #### Bug Fixes - [`274f054`](https://github.com/eslint/eslint/commit/274f054f19f5f490d9496c6eee4bcd8620d2f4be) fix: fix `RuleContext` type ([#&#8203;19417](https://github.com/eslint/eslint/issues/19417)) (Francesco Trotta) #### Documentation - [`fe3ccb2`](https://github.com/eslint/eslint/commit/fe3ccb2ff43a9f20a7801c679f7d41f6a7ed3ddc) docs: allow typing in search box while dropdown is open ([#&#8203;19424](https://github.com/eslint/eslint/issues/19424)) (Amaresh S M) - [`93c78a5`](https://github.com/eslint/eslint/commit/93c78a5c58edb7ead9bff87c874d2ff9b824ec04) docs: Add instructions for pnpm compat ([#&#8203;19422](https://github.com/eslint/eslint/issues/19422)) (Nicholas C. Zakas) - [`b476a93`](https://github.com/eslint/eslint/commit/b476a930bb3a6d644c482747d985f5da0d89e1e9) docs: Fix Keyboard Navigation for Search Results ([#&#8203;19416](https://github.com/eslint/eslint/issues/19416)) (Amaresh S M) - [`ccb60c0`](https://github.com/eslint/eslint/commit/ccb60c0b1452e73750e3734c9cd7c7b12c473827) docs: Update README (GitHub Actions Bot) ### [`v9.20.0`](https://github.com/eslint/eslint/releases/tag/v9.20.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.19.0...v9.20.0) #### Features - [`e89a54a`](https://github.com/eslint/eslint/commit/e89a54a3090f3503daf5e36b02b0035c993e3fd1) feat: change behavior of inactive flags ([#&#8203;19386](https://github.com/eslint/eslint/issues/19386)) (Milos Djermanovic) #### Bug Fixes - [`91d4d9f`](https://github.com/eslint/eslint/commit/91d4d9f62095e302c71595cc04c47073f366315c) fix: Bring types in sync with [@&#8203;eslint/core](https://github.com/eslint/core) ([#&#8203;19157](https://github.com/eslint/eslint/issues/19157)) (Nicholas C. Zakas) - [`fa25c7a`](https://github.com/eslint/eslint/commit/fa25c7a79edee280f275fbc35b83bcde906d1480) fix: Emit warning when empty config file is used ([#&#8203;19399](https://github.com/eslint/eslint/issues/19399)) (Nicholas C. Zakas) - [`31a9fd0`](https://github.com/eslint/eslint/commit/31a9fd03d23aecf2b1e0c9b3df27554aff245723) fix: Clearer error message for wrong plugin format ([#&#8203;19380](https://github.com/eslint/eslint/issues/19380)) (Nicholas C. Zakas) - [`61d99e3`](https://github.com/eslint/eslint/commit/61d99e38f248f4d9abc09d970c4eebddd1af86ca) fix: Better error message for unserializable parser ([#&#8203;19384](https://github.com/eslint/eslint/issues/19384)) (Nicholas C. Zakas) - [`db1b9a6`](https://github.com/eslint/eslint/commit/db1b9a66e387e573f45885687dfefc04ab2877fe) fix: Ensure module scope is checked for references in `consistent-this` ([#&#8203;19383](https://github.com/eslint/eslint/issues/19383)) (Nicholas C. Zakas) - [`8bcd820`](https://github.com/eslint/eslint/commit/8bcd820f37f2361e4f7261a9876f52d21bd9de8f) fix: `arrow-body-style` crash with single-token body ([#&#8203;19379](https://github.com/eslint/eslint/issues/19379)) (Milos Djermanovic) #### Documentation - [`b7012c8`](https://github.com/eslint/eslint/commit/b7012c85f3c0f683baeffb6d856faf86c4d41702) docs: rewrite examples with var using let and const ([#&#8203;19407](https://github.com/eslint/eslint/issues/19407)) (Mueez Javaid Hashmi) - [`6406376`](https://github.com/eslint/eslint/commit/64063765afa5bf29855d996ccabfaa93b19bd458) docs: Update README (GitHub Actions Bot) - [`350f2b9`](https://github.com/eslint/eslint/commit/350f2b9349bc8d2230cd953c14b77071f2961f47) docs: rewrite some examples with var using let and const ([#&#8203;19404](https://github.com/eslint/eslint/issues/19404)) (Mueez Javaid Hashmi) - [`93c325a`](https://github.com/eslint/eslint/commit/93c325a7a841d0fe4b5bf79efdec832e7c8f805f) docs: rewrite examples with var using let and const ([#&#8203;19398](https://github.com/eslint/eslint/issues/19398)) (Mueez Javaid Hashmi) - [`56ff404`](https://github.com/eslint/eslint/commit/56ff4048e053374db39201e7e880bde4c930e19f) docs: replace var with let or const in rules docs ([#&#8203;19396](https://github.com/eslint/eslint/issues/19396)) (Daniel Harbrueger) - [`4053226`](https://github.com/eslint/eslint/commit/4053226996bbdec1ffdef8af1b9d7f5aa4b11b86) docs: change `sourceType` in `no-eval` examples ([#&#8203;19393](https://github.com/eslint/eslint/issues/19393)) (Milos Djermanovic) - [`1324af0`](https://github.com/eslint/eslint/commit/1324af027986d655848ee1a9dcb89a527917ea3e) docs: replace var with let and const in rules docs ([#&#8203;19392](https://github.com/eslint/eslint/issues/19392)) (Daniel Harbrueger) - [`8b87e00`](https://github.com/eslint/eslint/commit/8b87e007bb2ba59b73061d22ef34baffb5656b79) docs: replace `var` with `const` and `let` in rules ([#&#8203;19389](https://github.com/eslint/eslint/issues/19389)) (Tanuj Kanti) - [`758c66b`](https://github.com/eslint/eslint/commit/758c66bc8d83cd4eda9639b0745f0d0fb70f04f4) docs: Explain what frozen rules mean ([#&#8203;19382](https://github.com/eslint/eslint/issues/19382)) (Nicholas C. Zakas) - [`0ef8bb8`](https://github.com/eslint/eslint/commit/0ef8bb859c988e558683c2d8bd9c9606f22e456c) docs: additional checks for rule examples ([#&#8203;19358](https://github.com/eslint/eslint/issues/19358)) (Milos Djermanovic) - [`58ab2f6`](https://github.com/eslint/eslint/commit/58ab2f69d2d4cf9b49bf3fd303795040ec761ebd) docs: fix order of installation steps in getting started ([#&#8203;19326](https://github.com/eslint/eslint/issues/19326)) (Tanuj Kanti) #### Chores - [`979097a`](https://github.com/eslint/eslint/commit/979097a3b4c656e2d9faabd4a52010d6647911f6) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.20.0 ([#&#8203;19412](https://github.com/eslint/eslint/issues/19412)) (Francesco Trotta) - [`031734e`](https://github.com/eslint/eslint/commit/031734efcb27e0d800da7ec32f5d5dae55f80564) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`d4c47c3`](https://github.com/eslint/eslint/commit/d4c47c3738f2bf53b4f6a1cf505861b35875ac5f) test: avoid empty config warning in test output ([#&#8203;19408](https://github.com/eslint/eslint/issues/19408)) (Milos Djermanovic) - [`67dd82a`](https://github.com/eslint/eslint/commit/67dd82ab88d784b6f36e471b6a5c6f64e37f9485) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.10.0 ([#&#8203;19387](https://github.com/eslint/eslint/issues/19387)) (renovate\[bot]) - [`15ac0e1`](https://github.com/eslint/eslint/commit/15ac0e182486f32d63171a310050383e15767697) chore: add permissions: read-all to stale.yml workflow ([#&#8203;19374](https://github.com/eslint/eslint/issues/19374)) (Josh Goldberg ✨) ### [`v9.19.0`](https://github.com/eslint/eslint/releases/tag/v9.19.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.18.0...v9.19.0) #### Features - [`1637b8e`](https://github.com/eslint/eslint/commit/1637b8e87df5c7f58ab71e0e159f4b96c998e070) feat: add `--report-unused-inline-configs` ([#&#8203;19201](https://github.com/eslint/eslint/issues/19201)) (Josh Goldberg ✨) #### Bug Fixes - [`aae6717`](https://github.com/eslint/eslint/commit/aae67172ab9631b4267fc03f64d3c3d6d1fcda73) fix: sync rule type header comments automatically ([#&#8203;19276](https://github.com/eslint/eslint/issues/19276)) (Francesco Trotta) #### Documentation - [`cfea9ab`](https://github.com/eslint/eslint/commit/cfea9abe0e27cf2ce1d27232b8c70555397e141b) docs: Clarify overrideConfig option ([#&#8203;19370](https://github.com/eslint/eslint/issues/19370)) (Nicholas C. Zakas) - [`2b84f66`](https://github.com/eslint/eslint/commit/2b84f666cd7474bb061e2f12205af57f5dbb89d6) docs: Update README ([#&#8203;19362](https://github.com/eslint/eslint/issues/19362)) (Nicholas C. Zakas) - [`044f93c`](https://github.com/eslint/eslint/commit/044f93cbbe71a45130156004509083814e2b9669) docs: clarify frozen rule description ([#&#8203;19351](https://github.com/eslint/eslint/issues/19351)) (Pavel) - [`797ee7c`](https://github.com/eslint/eslint/commit/797ee7c0d669678b90c5d5742228bc7b24353f79) docs: fix Bluesky links ([#&#8203;19368](https://github.com/eslint/eslint/issues/19368)) (Milos Djermanovic) - [`81a9c0e`](https://github.com/eslint/eslint/commit/81a9c0ebc33dd33765711296f827c4448c80163d) docs: Update README (GitHub Actions Bot) - [`093fb3d`](https://github.com/eslint/eslint/commit/093fb3d40286588c2c425b738426ebfe5d142a63) docs: replace `var` with `let` and `const` in rule examples ([#&#8203;19365](https://github.com/eslint/eslint/issues/19365)) (Tanuj Kanti) - [`417de32`](https://github.com/eslint/eslint/commit/417de3298527e4f257e1ae7b02e1df9db3c9ed33) docs: replace var with const in rule examples ([#&#8203;19352](https://github.com/eslint/eslint/issues/19352)) (jj) - [`17f2aae`](https://github.com/eslint/eslint/commit/17f2aaec16d5afbb0d219bce6ae01d7b15d74828) docs: update getting-started config to match default generated config ([#&#8203;19308](https://github.com/eslint/eslint/issues/19308)) (0xDev) - [`8a0a5a8`](https://github.com/eslint/eslint/commit/8a0a5a8851f72982327c2aa3a41403963f025771) docs: better `global ignores` instruction ([#&#8203;19297](https://github.com/eslint/eslint/issues/19297)) (Jacopo Marrone) - [`6671a2c`](https://github.com/eslint/eslint/commit/6671a2cd8ccc710fefbccad9a813c3bea5f76c68) docs: Update README (GitHub Actions Bot) - [`e39d3f2`](https://github.com/eslint/eslint/commit/e39d3f22ff793db42e1f1fc3808cbb12fc513118) docs: fix divider for rule category ([#&#8203;19264](https://github.com/eslint/eslint/issues/19264)) (Tanuj Kanti) - [`e0cf53f`](https://github.com/eslint/eslint/commit/e0cf53f80a4b127524e0badc8999d5d1a247143f) docs: fix search result box position for small screens ([#&#8203;19328](https://github.com/eslint/eslint/issues/19328)) (Tanuj Kanti) - [`f92a680`](https://github.com/eslint/eslint/commit/f92a6803a10c66cf77408b2bf29c17bcd63b1049) docs: replace var with let or const in rule examples ([#&#8203;19331](https://github.com/eslint/eslint/issues/19331)) (Ravi Teja Kolla) - [`b04b84b`](https://github.com/eslint/eslint/commit/b04b84bc17d4aaaea1326cb08196593624db02a2) docs: revert accidental changes in TS config files docs ([#&#8203;19336](https://github.com/eslint/eslint/issues/19336)) (Francesco Trotta) #### Chores - [`9b9cb05`](https://github.com/eslint/eslint/commit/9b9cb0584867916d50aa2e9590b132e2ef8ca59c) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.19.0 ([#&#8203;19371](https://github.com/eslint/eslint/issues/19371)) (Milos Djermanovic) - [`58560e7`](https://github.com/eslint/eslint/commit/58560e70bb4dcb305343fcd7c893ac56a404f674) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`2089707`](https://github.com/eslint/eslint/commit/20897070913418078d8f1ea9a877d223650dff73) test: fix failing test in Node.js v22.13.0 ([#&#8203;19345](https://github.com/eslint/eslint/issues/19345)) (Francesco Trotta) ### [`v9.18.0`](https://github.com/eslint/eslint/releases/tag/v9.18.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0) #### Features - [`e84e6e2`](https://github.com/eslint/eslint/commit/e84e6e269c4aefc84952e17a1f967697b02b7ad2) feat: Report allowed methods for `no-console` rule ([#&#8203;19306](https://github.com/eslint/eslint/issues/19306)) (Anna Bocharova) - [`8efc2d0`](https://github.com/eslint/eslint/commit/8efc2d0c92dab6099f34c1479cd80bdc5cd1b07b) feat: unflag TypeScript config files ([#&#8203;19266](https://github.com/eslint/eslint/issues/19266)) (Francesco Trotta) - [`87a9352`](https://github.com/eslint/eslint/commit/87a9352c621e7cd1d5bb77b3c08df7837363ea12) feat: check imports and class names in `no-shadow-restricted-names` ([#&#8203;19272](https://github.com/eslint/eslint/issues/19272)) (Milos Djermanovic) #### Bug Fixes - [`da768d4`](https://github.com/eslint/eslint/commit/da768d4541c4c30bfc33640a07a8d8a485520b18) fix: correct `overrideConfigFile` type ([#&#8203;19289](https://github.com/eslint/eslint/issues/19289)) (Francesco Trotta) #### Documentation - [`d9c23c5`](https://github.com/eslint/eslint/commit/d9c23c55be52a431141f38561c14140ee8b15686) docs: replace `var` with `const` in rule examples ([#&#8203;19325](https://github.com/eslint/eslint/issues/19325)) (Tanuj Kanti) - [`8e1a898`](https://github.com/eslint/eslint/commit/8e1a898411fd16c73332d7a2dd28aff9bac8da01) docs: add tabs to cli code blocks ([#&#8203;18784](https://github.com/eslint/eslint/issues/18784)) (Jay) - [`f3aeefb`](https://github.com/eslint/eslint/commit/f3aeefbd6547c25d78819ab7e77cf36a2c26611c) docs: rewrite using let and const in rule examples ([#&#8203;19320](https://github.com/eslint/eslint/issues/19320)) (PoloSpark) - [`0b680b3`](https://github.com/eslint/eslint/commit/0b680b3cc19c1e8d79ab94e7160051177c4adfe7) docs: Update README (GitHub Actions Bot) - [`98c86a9`](https://github.com/eslint/eslint/commit/98c86a99f7657a2f15ea30a251523446b10a7cad) docs: `Edit this page` button link to different branches ([#&#8203;19228](https://github.com/eslint/eslint/issues/19228)) (Tanuj Kanti) - [`6947901`](https://github.com/eslint/eslint/commit/6947901d14b18dbb2db259c9769bd8ac4cd04c3c) docs: remove hardcoded edit link ([#&#8203;19323](https://github.com/eslint/eslint/issues/19323)) (Milos Djermanovic) - [`03f2f44`](https://github.com/eslint/eslint/commit/03f2f442a9a8bec15e89786980c07be5980cdac5) docs: rewrite var with const in rules examples ([#&#8203;19317](https://github.com/eslint/eslint/issues/19317)) (Thiago) - [`26c3003`](https://github.com/eslint/eslint/commit/26c3003bfca2f7d98950446fdf5b3978d17a3a60) docs: Clarify dangers of eslint:all ([#&#8203;19318](https://github.com/eslint/eslint/issues/19318)) (Nicholas C. Zakas) - [`c038257`](https://github.com/eslint/eslint/commit/c03825730d277405c357388d62ed48b3973083ba) docs: add `eqeqeq` in related rules to `no-eq-null` ([#&#8203;19310](https://github.com/eslint/eslint/issues/19310)) (루밀LuMir) - [`89c8fc5`](https://github.com/eslint/eslint/commit/89c8fc54c977ac457d3b5525a87cec1c51e72e23) docs: rewrite examples with var using let and const ([#&#8203;19315](https://github.com/eslint/eslint/issues/19315)) (Amaresh S M) - [`db574c4`](https://github.com/eslint/eslint/commit/db574c4d380e2d25b6111a06bd15caa83f75bb2d) docs: add missing backticks to `no-void` ([#&#8203;19313](https://github.com/eslint/eslint/issues/19313)) (루밀LuMir) - [`8d943c3`](https://github.com/eslint/eslint/commit/8d943c335c528a6a6a631dcbd98506238240ecfb) docs: add missing backticks to `default-case-last` ([#&#8203;19311](https://github.com/eslint/eslint/issues/19311)) (루밀LuMir) - [`36ef8bb`](https://github.com/eslint/eslint/commit/36ef8bbeab495ef2598a4b1f52e32b4cb50be5e2) docs: rewrite examples with var using let and const ([#&#8203;19298](https://github.com/eslint/eslint/issues/19298)) (Amaresh S M) - [`1610c9e`](https://github.com/eslint/eslint/commit/1610c9ee1479f23b1bc5a6853d0b42b83dacdb7f) docs: add missing backticks to `no-else-return` ([#&#8203;19309](https://github.com/eslint/eslint/issues/19309)) (루밀LuMir) - [`df409d8`](https://github.com/eslint/eslint/commit/df409d8f76555c7baa4353d678d5fc460454a4d7) docs: Update README (GitHub Actions Bot) - [`2e84213`](https://github.com/eslint/eslint/commit/2e842138e689ee5623552e885c3a5ac1b0c2bfcf) docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View ([#&#8203;19304](https://github.com/eslint/eslint/issues/19304)) (Amaresh S M) - [`6e7361b`](https://github.com/eslint/eslint/commit/6e7361bb6ae93c87fccdf2219379c7793517f17a) docs: replace `var` with `let` and `const` in rule example ([#&#8203;19302](https://github.com/eslint/eslint/issues/19302)) (Tanuj Kanti) - [`069af5e`](https://github.com/eslint/eslint/commit/069af5e9ac43c7f33bd2a30abce3d5d94f504465) docs: rewrite `var` using `const` in rule examples ([#&#8203;19303](https://github.com/eslint/eslint/issues/19303)) (Kim GyeonWon) - [`064e35d`](https://github.com/eslint/eslint/commit/064e35de95339cfedcad467c3c9871d5ff70c1a7) docs: remove 'I hope to' comments from scope-manager-interface ([#&#8203;19300](https://github.com/eslint/eslint/issues/19300)) (Josh Goldberg ✨) - [`8e00305`](https://github.com/eslint/eslint/commit/8e003056a805468b07bcf4edba83a90a932fb520) docs: replace `var` with `const` in rule examples ([#&#8203;19299](https://github.com/eslint/eslint/issues/19299)) (Tanuj Kanti) - [`a559009`](https://github.com/eslint/eslint/commit/a559009f51ad9f081bae5252bb2b7a6e23c54767) docs: Add warning about extending core rules ([#&#8203;19295](https://github.com/eslint/eslint/issues/19295)) (Nicholas C. Zakas) - [`0bfdf6c`](https://github.com/eslint/eslint/commit/0bfdf6caaf3e1553c67a77da900245879c730ad3) docs: Update README (GitHub Actions Bot) - [`ce0b9ff`](https://github.com/eslint/eslint/commit/ce0b9ff04242f61c8c49fc1ce164eb45eb3c459a) docs: add navigation link for `code explorer` ([#&#8203;19285](https://github.com/eslint/eslint/issues/19285)) (Tanuj Kanti) - [`e255cc9`](https://github.com/eslint/eslint/commit/e255cc98abef202929112378bfe133f260f2ac9d) docs: add bluesky icon to footer ([#&#8203;19290](https://github.com/eslint/eslint/issues/19290)) (Tanuj Kanti) - [`5d64851`](https://github.com/eslint/eslint/commit/5d64851955f410f31c159a7097f6cc7d4a01d6a1) docs: remove outdated info about environments ([#&#8203;19296](https://github.com/eslint/eslint/issues/19296)) (Francesco Trotta) - [`eec01f0`](https://github.com/eslint/eslint/commit/eec01f04ae1c44f7c9a8c6afec59dd72f5a57600) docs: switch rule examples config format to `languageOptions` ([#&#8203;19277](https://github.com/eslint/eslint/issues/19277)) (Milos Djermanovic) - [`b36ca0a`](https://github.com/eslint/eslint/commit/b36ca0a490829c579358ec7193bde35275000e04) docs: Fixing Focus Order by Rearranging Element Sequence ([#&#8203;19241](https://github.com/eslint/eslint/issues/19241)) (Amaresh S M) - [`d122c8a`](https://github.com/eslint/eslint/commit/d122c8a756bb8e232ef7c25cca6dcae645094835) docs: add missing backticks to `sort-imports` ([#&#8203;19282](https://github.com/eslint/eslint/issues/19282)) (루밀LuMir) - [`0367a70`](https://github.com/eslint/eslint/commit/0367a70a43346f1b9df8be75d38f98f9cfe4007c) docs: update custom parser docs ([#&#8203;19288](https://github.com/eslint/eslint/issues/19288)) (Francesco Trotta) - [`8c07ebb`](https://github.com/eslint/eslint/commit/8c07ebb9004309f8691f972d554e8bbb3eb517bc) docs: add `border-radius` to `hX:target` selector styles ([#&#8203;19270](https://github.com/eslint/eslint/issues/19270)) (루밀LuMir) - [`eff7c57`](https://github.com/eslint/eslint/commit/eff7c5721c101975a03e7906905f1fe2c9538df0) docs: add limitation section in `no-loop-func` ([#&#8203;19287](https://github.com/eslint/eslint/issues/19287)) (Tanuj Kanti) - [`5db226f`](https://github.com/eslint/eslint/commit/5db226f4da9ad7d53a4505a90290b68d4036c082) docs: add missing backticks in various parts of the documentation ([#&#8203;19269](https://github.com/eslint/eslint/issues/19269)) (루밀LuMir) - [`789edbb`](https://github.com/eslint/eslint/commit/789edbbae5aeeefc8fee94cd653b0b5f3e2ae3eb) docs: Update README (GitHub Actions Bot) - [`613c06a`](https://github.com/eslint/eslint/commit/613c06a2c341758739473409a2331074884ec7f8) docs: mark rules that are frozen with ❄️ ([#&#8203;19231](https://github.com/eslint/eslint/issues/19231)) (Amaresh S M) - [`43172ec`](https://github.com/eslint/eslint/commit/43172ecbd449c13a503cb39539e31106179f5d80) docs: Update README (GitHub Actions Bot) - [`ac8b3c4`](https://github.com/eslint/eslint/commit/ac8b3c4ca9f7b84f84356137cf23a1ba6dfecf11) docs: fix description of `overrideConfigFile` option ([#&#8203;19262](https://github.com/eslint/eslint/issues/19262)) (Milos Djermanovic) - [`bbb9b46`](https://github.com/eslint/eslint/commit/bbb9b46c20662019e98df85dedde9b68719afa1f) docs: Update README (GitHub Actions Bot) - [`995b492`](https://github.com/eslint/eslint/commit/995b49231a3f0ccddb941663175ce4fead9c9432) docs: fix inconsistent divider in rule categories box ([#&#8203;19249](https://github.com/eslint/eslint/issues/19249)) (Tanuj Kanti) - [`f76d05d`](https://github.com/eslint/eslint/commit/f76d05da6e745adbea574c32b334638c7ba3c0c8) docs: Refactor search result handling with better event listener cleanup ([#&#8203;19252](https://github.com/eslint/eslint/issues/19252)) (Amaresh S M) - [`c5f3d7d`](https://github.com/eslint/eslint/commit/c5f3d7dab303468ae33ccfec61bba75a816f832c) docs: Update README (GitHub Actions Bot) #### Chores - [`c52be85`](https://github.com/eslint/eslint/commit/c52be85c4a916f70807377e1a486adb3a5857347) chore: upgrade to `@eslint/js@9.18.0` ([#&#8203;19330](https://github.com/eslint/eslint/issues/19330)) (Francesco Trotta) - [`362099c`](https://github.com/eslint/eslint/commit/362099c580992b2602316fc417ce3e595b96f28c) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`495aa49`](https://github.com/eslint/eslint/commit/495aa499a7390f99b763cba8f2b8312e3eecfe0d) chore: extract package `name` from `package.json` for public interface ([#&#8203;19314](https://github.com/eslint/eslint/issues/19314)) (루밀LuMir) - [`6fe0e72`](https://github.com/eslint/eslint/commit/6fe0e7244a7e88458ea7fdcebc43794c03793c4b) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.9.0 ([#&#8203;19263](https://github.com/eslint/eslint/issues/19263)) (renovate\[bot]) ### [`v9.17.0`](https://github.com/eslint/eslint/releases/tag/v9.17.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.16.0...v9.17.0) #### Features - [`eed91d1`](https://github.com/eslint/eslint/commit/eed91d12d4d265bd32905dd1fbf8a6d5dbcdb54a) feat: add suggestions to `no-unused-vars` ([#&#8203;18352](https://github.com/eslint/eslint/issues/18352)) (Tanuj Kanti) #### Bug Fixes - [`67d683d`](https://github.com/eslint/eslint/commit/67d683df29d873002299c70736dacea731b69f5d) fix: fix crash when `message.fix` is nullish ([#&#8203;19168](https://github.com/eslint/eslint/issues/19168)) (ntnyq) - [`c618707`](https://github.com/eslint/eslint/commit/c61870715e5bc1cb51c45a8efd72f392502807b8) fix: ignore vars with non-identifier references in no-useless-assignment ([#&#8203;19200](https://github.com/eslint/eslint/issues/19200)) (YeonJuan) #### Documentation - [`3c22d2a`](https://github.com/eslint/eslint/commit/3c22d2accedd7b0bc381a4eee2c3db4df657b236) docs: update `yoda` to `Yoda` in `yoda.md` for consistency ([#&#8203;19230](https://github.com/eslint/eslint/issues/19230)) (루밀LuMir) - [`e0a2203`](https://github.com/eslint/eslint/commit/e0a220355f447b3674b758776344959ce746b5e3) docs: add missing backticks to `no-sequences` ([#&#8203;19233](https://github.com/eslint/eslint/issues/19233)) (루밀LuMir) - [`4cc4881`](https://github.com/eslint/eslint/commit/4cc48812cdfd686304b5b3b71ea70cd7f2d8389a) docs: Update README (GitHub Actions Bot) - [`3db6fdf`](https://github.com/eslint/eslint/commit/3db6fdf885b17d25103e3cddc31fea56542e064d) docs: \[no-await-in-loop] expand on benefits and inapplicability ([#&#8203;19211](https://github.com/eslint/eslint/issues/19211)) (Kirk Waiblinger) - [`bf2a4f6`](https://github.com/eslint/eslint/commit/bf2a4f686bb387711e269b08f13771e4208113f0) docs: add missing backticks to `func-style` ([#&#8203;19227](https://github.com/eslint/eslint/issues/19227)) (루밀LuMir) - [`ba098bd`](https://github.com/eslint/eslint/commit/ba098bd03c9943007ec77d628dc59f7eaf60f871) docs: add missing header to `prefer-spread` ([#&#8203;19224](https://github.com/eslint/eslint/issues/19224)) (루밀LuMir) - [`b607ae6`](https://github.com/eslint/eslint/commit/b607ae64913ca2b6450a74344ab0ad548e314915) docs: update description of `no-param-reassign` ([#&#8203;19220](https://github.com/eslint/eslint/issues/19220)) (루밀LuMir) - [`1eb424d`](https://github.com/eslint/eslint/commit/1eb424de558fba301eaef9a7fce256539b48dee3) docs: add missing backticks to `prefer-destructuring` ([#&#8203;19223](https://github.com/eslint/eslint/issues/19223)) (루밀LuMir) - [`85998d1`](https://github.com/eslint/eslint/commit/85998d14051c7a0c5b7b6da8cfda13dc1fc7c153) docs: add missing backticks to `no-unneeded-ternary` ([#&#8203;19222](https://github.com/eslint/eslint/issues/19222)) (루밀LuMir) - [`b75b32c`](https://github.com/eslint/eslint/commit/b75b32c091f0742788ecf232f52d9e9427008526) docs: add missing backticks to `no-new-func` ([#&#8203;19219](https://github.com/eslint/eslint/issues/19219)) (루밀LuMir) - [`a7700bc`](https://github.com/eslint/eslint/commit/a7700bcc9c566b3e348a72f3e6a4a6f5ac3345a4) docs: add missing backticks to `id-length` ([#&#8203;19217](https://github.com/eslint/eslint/issues/19217)) (루밀LuMir) - [`e2bb429`](https://github.com/eslint/eslint/commit/e2bb429974ae397c1c1cc495fa7630441c9da61a) docs: add missing backticks to `complexity.md` ([#&#8203;19214](https://github.com/eslint/eslint/issues/19214)) (루밀LuMir) - [`045d716`](https://github.com/eslint/eslint/commit/045d716b92276720961e950e6a259ef40e8e07ea) docs: add missing `)` to `id-denylist` ([#&#8203;19213](https://github.com/eslint/eslint/issues/19213)) (루밀LuMir) - [`7fe4114`](https://github.com/eslint/eslint/commit/7fe4114be2e714506fd406ea4474430ea3de0f93) docs: Update README (GitHub Actions Bot) - [`c743ba6`](https://github.com/eslint/eslint/commit/c743ba6402a27130f8b7700ae0816b087e20085d) docs: add CSS language to `no-restricted-syntax` ([#&#8203;19208](https://github.com/eslint/eslint/issues/19208)) (Milos Djermanovic) - [`1416d70`](https://github.com/eslint/eslint/commit/1416d70d4358a57e99e810dd25ac0e6263924c02) docs: add missing backticks to `eqeqeq` ([#&#8203;19207](https://github.com/eslint/eslint/issues/19207)) (루밀LuMir) - [`b950c1b`](https://github.com/eslint/eslint/commit/b950c1b7db28cc569a53b6677b71a40f1fe3bf98) docs: add missing backticks to `prefer-object-spread` ([#&#8203;19206](https://github.com/eslint/eslint/issues/19206)) (루밀LuMir) - [`8a941cb`](https://github.com/eslint/eslint/commit/8a941cb776d0872236c33027bcff6337739a6ddb) docs: update docs and `description` of `require-unicode-regexp` ([#&#8203;19205](https://github.com/eslint/eslint/issues/19205)) (루밀LuMir) - [`cbab228`](https://github.com/eslint/eslint/commit/cbab2281ddd583ddddfb55151babbd9ea59eb078) docs: Update README (GitHub Actions Bot) - [`f2257ce`](https://github.com/eslint/eslint/commit/f2257ce41278dd85170d4d102969738bcabd5903) docs: update comments and `description` of `no-script-url` ([#&#8203;19203](https://github.com/eslint/eslint/issues/19203)) (루밀LuMir) - [`365f0f4`](https://github.com/eslint/eslint/commit/365f0f4df7045c42de0f9624c488d62cf7f6cece) docs: add missing backtick to `default-case-last` ([#&#8203;19202](https://github.com/eslint/eslint/issues/19202)) (루밀LuMir) - [`e6b84f5`](https://github.com/eslint/eslint/commit/e6b84f535e84050b0c63ae304eb17f9d181ac299) docs: add missing punctuation in document ([#&#8203;19161](https://github.com/eslint/eslint/issues/19161)) (루밀LuMir) - [`c88708e`](https://github.com/eslint/eslint/commit/c88708e0571b62ee5d6c6168373e4204ec75b931) docs: replace quote with backtick in `description` of `for-direction` ([#&#8203;19199](https://github.com/eslint/eslint/issues/19199)) (루밀LuMir) - [`a76f233`](https://github.com/eslint/eslint/commit/a76f233a67abebf861efc0dd06cde2187abbd273) docs: use higher contrast color tokens for code comments ([#&#8203;19187](https://github.com/eslint/eslint/issues/19187)) (Josh Goldberg ✨) - [`db19502`](https://github.com/eslint/eslint/commit/db195024978044b7457d5d551299f96f6b60caed) docs: Update README (GitHub Actions Bot) #### Chores - [`cc243c9`](https://github.com/eslint/eslint/commit/cc243c948226a585f01d3e68b4cedbabcc5e0e40) chore: upgrade to `@eslint/js@9.17.0` ([#&#8203;19242](https://github.com/eslint/eslint/issues/19242)) (Francesco Trotta) - [`84c5787`](https://github.com/eslint/eslint/commit/84c57877801da729265cf9ce11d325c0be8c82b1) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`4c4f53b`](https://github.com/eslint/eslint/commit/4c4f53b8c961dd6aed6c0cdca303018d805a59fe) chore: add missing backticks to `flags.js` ([#&#8203;19226](https://github.com/eslint/eslint/issues/19226)) (루밀LuMir) - [`4b3132c`](https://github.com/eslint/eslint/commit/4b3132c3f55db6b51665c4c42bb762d00e266262) chore: update dependency eslint-plugin-expect-type to ^0.6.0 ([#&#8203;19221](https://github.com/eslint/eslint/issues/19221)) (renovate\[bot]) - [`9bf2204`](https://github.com/eslint/eslint/commit/9bf220464a594d44744fd35d688c61159366b8ea) chore: add type definitions for the `eslint-config-eslint` package ([#&#8203;19050](https://github.com/eslint/eslint/issues/19050)) (Arya Emami) - [`ee8c220`](https://github.com/eslint/eslint/commit/ee8c2200a19dd55aa5068b6cd336a2aec7c52ad3) chore: fix incorrect `name` property in `integration-tutorial-code` ([#&#8203;19218](https://github.com/eslint/eslint/issues/19218)) (루밀LuMir) - [`cca801d`](https://github.com/eslint/eslint/commit/cca801dd17931cfd913456569b41f6132d0366aa) chore: Upgrade cross-spawn to 7.0.6 ([#&#8203;19185](https://github.com/eslint/eslint/issues/19185)) (folortin) ### [`v9.16.0`](https://github.com/eslint/eslint/releases/tag/v9.16.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.15.0...v9.16.0) #### Features - [`8f70eb1`](https://github.com/eslint/eslint/commit/8f70eb142cce025e7040d016a959eff0f51eb672) feat: Add `ignoreComputedKeys` option in `sort-keys` rule ([#&#8203;19162](https://github.com/eslint/eslint/issues/19162)) (Milos Djermanovic) #### Documentation - [`9eefc8f`](https://github.com/eslint/eslint/commit/9eefc8f813b5c31f49fbbd9a36f439b365bea180) docs: fix typos in `use-isnan` ([#&#8203;19190](https://github.com/eslint/eslint/issues/19190)) (루밀LuMir) - [`0c8cea8`](https://github.com/eslint/eslint/commit/0c8cea8c803962a4358032fde5c117a1e9c41ca0) docs: switch the order of words in `no-unreachable` ([#&#8203;19189](https://github.com/eslint/eslint/issues/19189)) (루밀LuMir) - [`0c19417`](https://github.com/eslint/eslint/commit/0c19417c644a29b5113d3a2b94ce00640117574b) docs: add missing backtick to `no-async-promise-executor` ([#&#8203;19188](https://github.com/eslint/eslint/issues/19188)) (루밀LuMir) - [`8df9276`](https://github.com/eslint/eslint/commit/8df927646cadaa70263914c62f2f76fccb8c46fd) docs: add backtick in `-0` in `description` of `no-compare-neg-zero` ([#&#8203;19186](https://github.com/eslint/eslint/issues/19186)) (루밀LuMir) - [`7e16e3f`](https://github.com/eslint/eslint/commit/7e16e3fb8594e361b3e121d2d4059dc26e30c407) docs: fix `caseSensitive` option's title of `sort-keys` ([#&#8203;19183](https://github.com/eslint/eslint/issues/19183)) (Tanuj Kanti) - [`0c6b842`](https://github.com/eslint/eslint/commit/0c6b84212144da3238693fa56500b02bd4a9f05a) docs: fix typos in `migration-guide.md` ([#&#8203;19180](https://github.com/eslint/eslint/issues/19180)) (루밀LuMir) - [`353266e`](https://github.com/eslint/eslint/commit/353266edf827d4e63e9efef321f5d128748bc74d) docs: fix a typo in `debug.md` ([#&#8203;19179](https://github.com/eslint/eslint/issues/19179)) (루밀LuMir) - [`5ff318a`](https://github.com/eslint/eslint/commit/5ff318a528e3f6b8b9c6a62ea949d66ebb7f0716) docs: delete unnecessary horizontal rule(`---`) in `nodejs-api` ([#&#8203;19175](https://github.com/eslint/eslint/issues/19175)) (루밀LuMir) - [`576bcc5`](https://github.com/eslint/eslint/commit/576bcc5461c0c00c30dfceec9abcddb99e559c74) docs: mark more rules as handled by TypeScript ([#&#8203;19164](https://github.com/eslint/eslint/issues/19164)) (Tanuj Kanti) - [`742d054`](https://github.com/eslint/eslint/commit/742d054ac1124d4e53c84234dd6960d4e272d490) docs: note that `no-restricted-syntax` can be used with any language ([#&#8203;19148](https://github.com/eslint/eslint/issues/19148)) (Milos Djermanovic) #### Chores - [`feb703b`](https://github.com/eslint/eslint/commit/feb703b3dc198cda03fb69c75a31d56d999b9d2e) chore: upgrade to `@eslint/js@9.16.0` ([#&#8203;19195](https://github.com/eslint/eslint/issues/19195)) (Francesco Trotta) - [`df9bf95`](https://github.com/eslint/eslint/commit/df9bf9519a302e284700ad300463ecdf2ebf9f25) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f831893`](https://github.com/eslint/eslint/commit/f831893b6e2951f56ce8b9ff12e4a16913b72b47) chore: add type for `ignoreComputedKeys` option of `sort-keys` ([#&#8203;19184](https://github.com/eslint/eslint/issues/19184)) (Tanuj Kanti) - [`3afb8a1`](https://github.com/eslint/eslint/commit/3afb8a1dcf12ad12df480db014042a51403ff672) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.8.0 ([#&#8203;19177](https://github.com/eslint/eslint/issues/19177)) (Milos Djermanovic) - [`1f77c53`](https://github.com/eslint/eslint/commit/1f77c53b12d00403b88a0e02c8d2432278abcf52) chore: add `repository.directory` property to `package.json` ([#&#8203;19165](https://github.com/eslint/eslint/issues/19165)) (루밀LuMir) - [`d460594`](https://github.com/eslint/eslint/commit/d46059410a0e02b98067aa31975c25fd8d0d1c2b) chore: update dependency [@&#8203;arethetypeswrong/cli](https://github.com/arethetypeswrong/cli) to ^0.17.0 ([#&#8203;19147](https://github.com/eslint/eslint/issues/19147)) (renovate\[bot]) - [`45cd4ea`](https://github.com/eslint/eslint/commit/45cd4ead9c4fc354a2542b806ec82afb67cb54fc) refactor: update default options in rules ([#&#8203;19136](https://github.com/eslint/eslint/issues/19136)) (Milos Djermanovic) ### [`v9.15.0`](https://github.com/eslint/eslint/releases/tag/v9.15.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.14.0...v9.15.0) #### Features - [`01557ce`](https://github.com/eslint/eslint/commit/01557cec24203be72222858a3912da0a474ac75c) feat: Implement Language#normalizeLanguageOptions() ([#&#8203;19104](https://github.com/eslint/eslint/issues/19104)) (Nicholas C. Zakas) - [`2edc0e2`](https://github.com/eslint/eslint/commit/2edc0e2bdc40c4a6da8d526c82c0b6c582bae419) feat: add meta.defaultOptions ([#&#8203;17656](https://github.com/eslint/eslint/issues/17656)) (Josh Goldberg ✨) - [`bdec50e`](https://github.com/eslint/eslint/commit/bdec50e91baf9d5eefa07d97d2059fdebb53cdaa) feat: fix `no-useless-computed-key` false negative with `__proto__` ([#&#8203;19123](https://github.com/eslint/eslint/issues/19123)) (Milos Djermanovic) - [`3087c9e`](https://github.com/eslint/eslint/commit/3087c9e95094cad1354aca2e4ae48c7bd2381184) feat: add `meta` object to `@eslint/js` plugin ([#&#8203;19095](https://github.com/eslint/eslint/issues/19095)) (Francesco Trotta) #### Bug Fixes - [`fd33f13`](https://github.com/eslint/eslint/commit/fd33f1315ac59b1b3828dbab8e1e056a1585eff0) fix: update types for `no-restricted-imports` rule ([#&#8203;19060](https://github.com/eslint/eslint/issues/19060)) (Nitin Kumar) - [`bd35098`](https://github.com/eslint/eslint/commit/bd35098f5b949ecb83e8c7e287524b28b2a3dd71) fix: switch away from Node.js node:assert and AssertionError ([#&#8203;19082](https://github.com/eslint/eslint/issues/19082)) (Josh Goldberg ✨) - [`9db5b15`](https://github.com/eslint/eslint/commit/9db5b152c325a930130d49ca967013471c3ba0dc) fix: unsafe report for `no-lonely-if` ([#&#8203;19087](https://github.com/eslint/eslint/issues/19087)) (Abraham Guo) - [`68fa497`](https://github.com/eslint/eslint/commit/68fa497f6a11f1738dce85bb2bdd7a5f8b9f5d6d) fix: ignore files on a different drive on Windows ([#&#8203;19069](https://github.com/eslint/eslint/issues/19069)) (Francesco Trotta) - [`4ce625a`](https://github.com/eslint/eslint/commit/4ce625a230778a41b856162df9ebcc57c25cc103) fix: upgrade [@&#8203;humanwhocodes/retry](https://github.com/humanwhocodes/retry)@&#8203;0.4.1 to avoid debug logs ([#&#8203;19102](https://github.com/eslint/eslint/issues/19102)) (Milos Djermanovic) #### Documentation - [`d927920`](https://github.com/eslint/eslint/commit/d9279202e7d15452e44adf38451d33d4aaad3bd4) docs: fix styles in no-js mode ([#&#8203;18916](https://github.com/eslint/eslint/issues/18916)) (Tanuj Kanti) - [`09bc2a8`](https://github.com/eslint/eslint/commit/09bc2a88c00aa9a93c7de505795fc4e85b2e6357) docs: Update README (GitHub Actions Bot) - [`39089c8`](https://github.com/eslint/eslint/commit/39089c80a7af09494fce86a6574bf012cbe46d10) docs: add `no-useless-computed-key` examples with object patterns ([#&#8203;19109](https://github.com/eslint/eslint/issues/19109)) (Milos Djermanovic) - [`895c60f`](https://github.com/eslint/eslint/commit/895c60f7fe09f59df1e9490006220d3ec4b9d5b0) docs: add missing messageId property and suggestion properties ([#&#8203;19122](https://github.com/eslint/eslint/issues/19122)) (fnx) - [`298625e`](https://github.com/eslint/eslint/commit/298625eb65dc00bfa0a877ea46faada22021c23e) docs: Change CLI -c to use flat config ([#&#8203;19103](https://github.com/eslint/eslint/issues/19103)) (Nicholas C. Zakas) - [`522d8a3`](https://github.com/eslint/eslint/commit/522d8a32f326c52886c531f43cf6a1ff15af8286) docs: add deprecation on `indent`, `quotes` and `semi` rule types ([#&#8203;19090](https://github.com/eslint/eslint/issues/19090)) (Marco Pasqualetti) #### Chores - [`2967d91`](https://github.com/eslint/eslint/commit/2967d91037ad670ea3a67fdb9c171b60d9af138b) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.15.0 ([#&#8203;19133](https://github.com/eslint/eslint/issues/19133)) (Milos Djermanovic) - [`b441bee`](https://github.com/eslint/eslint/commit/b441bee6ad9807fef614bd071e6bd3e8b3307b2d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`7d6bf4a`](https://github.com/eslint/eslint/commit/7d6bf4a250f97d8ff1e2606e3d769e016a32f45b) chore: upgrade [@&#8203;eslint/core](https://github.com/eslint/core)@&#8203;0.9.0 ([#&#8203;19131](https://github.com/eslint/eslint/issues/19131)) (Milos Djermanovic) - [`902e707`](https://github.com/eslint/eslint/commit/902e70713de1ab67ede9ef8a3836fd2d09a759e5) chore: upgrade [@&#8203;eslint/plugin-kit](https://github.com/eslint/plugin-kit)@&#8203;0.2.3 ([#&#8203;19130](https://github.com/eslint/eslint/issues/19130)) (Milos Djermanovic) - [`5ff6c1d`](https://github.com/eslint/eslint/commit/5ff6c1dd09f32b56c05ab97f328741fc8ffb1f64) chore: bump cross-spawn ([#&#8203;19125](https://github.com/eslint/eslint/issues/19125)) (Ian Bobinac) - [`cceccc7`](https://github.com/eslint/eslint/commit/cceccc771631011e04b37122b990205f0e8b6925) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.6.0 ([#&#8203;19117](https://github.com/eslint/eslint/issues/19117)) (renovate\[bot]) - [`0da3f73`](https://github.com/eslint/eslint/commit/0da3f732fe1776f8f79dac829b2cab4cedd4b6d8) chore: update algolia referrer ([#&#8203;19114](https://github.com/eslint/eslint/issues/19114)) (Strek) - [`4f08332`](https://github.com/eslint/eslint/commit/4f08332ac03e51002f8de6da5c5a362608205437) ci: unpin `trunk-io/trunk-action` ([#&#8203;19108](https://github.com/eslint/eslint/issues/19108)) (Francesco Trotta) - [`6b75683`](https://github.com/eslint/eslint/commit/6b75683b47c346faaeb6c1dac8e168d64338c7b3) perf: optimize `text-table` by replacing regex with `trimEnd` ([#&#8203;19061](https://github.com/eslint/eslint/issues/19061)) (Nitin Kumar) ### [`v9.14.0`](https://github.com/eslint/eslint/releases/tag/v9.14.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0) #### Features - [`3fa009f`](https://github.com/eslint/eslint/commit/3fa009f25992d3d305437205be0ca145a0fb53f4) feat: add support for Import Attributes and RegExp Modifiers ([#&#8203;19076](https://github.com/eslint/eslint/issues/19076)) (Milos Djermanovic) - [`b0faee3`](https://github.com/eslint/eslint/commit/b0faee30e007a89bd7bdbc22a70223fabb99a541) feat: add types for the `@eslint/js` package ([#&#8203;19010](https://github.com/eslint/eslint/issues/19010)) (Nitin Kumar) #### Bug Fixes - [`24d0172`](https://github.com/eslint/eslint/commit/24d0172bbfb92cac663cb1631bd04e7539262066) fix: enable retry concurrency limit for readFile() ([#&#8203;19077](https://github.com/eslint/eslint/issues/19077)) (Nicholas C. Zakas) - [`b442067`](https://github.com/eslint/eslint/commit/b44206725247d30b10cd58859c388949f5489087) fix: Don't crash when directory is deleted during traversal. ([#&#8203;19067](https://github.com/eslint/eslint/issues/19067)) (Nicholas C. Zakas) - [`d474443`](https://github.com/eslint/eslint/commit/d474443109762f3b92811df0411965cf64f595c2) fix: avoid call stack overflow while processing globs ([#&#8203;19035](https://github.com/eslint/eslint/issues/19035)) (Livia Medeiros) #### Documentation - [`151c965`](https://github.com/eslint/eslint/commit/151c965aec1c46000ac7dfc67a1c04802112aafc) docs: update `context.languageOptions.parser` description ([#&#8203;19084](https://github.com/eslint/eslint/issues/19084)) (Nitin Kumar) - [`dc34f94`](https://github.com/eslint/eslint/commit/dc34f94a2ed25b37ac4aafcabed7bfae582db77e) docs: Update README (GitHub Actions Bot) - [`f16e846`](https://github.com/eslint/eslint/commit/f16e846ac004bc32e52cd3991d14d7a89374bbb5) docs: Update README (GitHub Actions Bot) - [`ee0a77e`](https://github.com/eslint/eslint/commit/ee0a77ea3caa5838bab704b54a577eefbed58f68) docs: change link from [@&#8203;types/eslint](https://github.com/types/eslint) to lib/types ([#&#8203;19049](https://github.com/eslint/eslint/issues/19049)) (Karl Horky) - [`50f03a1`](https://github.com/eslint/eslint/commit/50f03a119e6827c03b1d6c86d3aa1f4820b609e8) docs: Clarify global ignores in config migration guide ([#&#8203;19032](https://github.com/eslint/eslint/issues/19032)) (Milos Djermanovic) #### Build Related - [`37c9177`](https://github.com/eslint/eslint/commit/37c9177aa07296a7a794c4b4ef5333e16fa22415) build: update `@wdio/*` dependencies ([#&#8203;19068](https://github.com/eslint/eslint/issues/19068)) (Francesco Trotta) - [`35a8858`](https://github.com/eslint/eslint/commit/35a8858d62cb050fa0b56702e55c94ffaaf6956d) build: exclude flawed dendency versions ([#&#8203;19065](https://github.com/eslint/eslint/issues/19065)) (Francesco Trotta) #### Chores - [`f36cb16`](https://github.com/eslint/eslint/commit/f36cb1649a85028fb3999ee2056ee467a907c061) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.14.0 ([#&#8203;19086](https://github.com/eslint/eslint/issues/19086)) (Milos Djermanovic) - [`28be447`](https://github.com/eslint/eslint/commit/28be4471f6eb61b4304ae3d17ea7eeacc6364bbe) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f48a2a0`](https://github.com/eslint/eslint/commit/f48a2a0e9bf4a659b9af5e70e873fb631430c1ba) test: add `no-invalid-regexp` tests with RegExp Modifiers ([#&#8203;19075](https://github.com/eslint/eslint/issues/19075)) (Milos Djermanovic) - [`425202e`](https://github.com/eslint/eslint/commit/425202ed49a1372c1719d4e7b48d0fbdda8af9fa) perf: Fix caching in config loaders ([#&#8203;19042](https://github.com/eslint/eslint/issues/19042)) (Milos Djermanovic) - [`3d44b3c`](https://github.com/eslint/eslint/commit/3d44b3c4751e4c44c32b879b65a723faee9c1c29) ci: run tests in Node.js 23 ([#&#8203;19055](https://github.com/eslint/eslint/issues/19055)) (Francesco Trotta) - [`7259627`](https://github.com/eslint/eslint/commit/725962731538eaa38d5d78b9e82ce3fccc9762d0) test: ensure tmp directory cleanup in `check-emfile-handling.js` ([#&#8203;19036](https://github.com/eslint/eslint/issues/19036)) (Livia Medeiros) ### [`v9.13.0`](https://github.com/eslint/eslint/releases/tag/v9.13.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.12.0...v9.13.0) #### Features - [`381c32b`](https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731) feat: Allow languages to provide `defaultLanguageOptions` ([#&#8203;19003](https://github.com/eslint/eslint/issues/19003)) (Milos Djermanovic) - [`bf723bd`](https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88) feat: Improve eslintrc warning message ([#&#8203;19023](https://github.com/eslint/eslint/issues/19023)) (Milos Djermanovic) - [`1def4cd`](https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6) feat: drop support for jiti v1.21 ([#&#8203;18996](https://github.com/eslint/eslint/issues/18996)) (Francesco Trotta) - [`f879be2`](https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45) feat: export `ESLint.defaultConfig` ([#&#8203;18983](https://github.com/eslint/eslint/issues/18983)) (Nitin Kumar) #### Bug Fixes - [`78836d4`](https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc) fix: update the `complexity` rule type ([#&#8203;19027](https://github.com/eslint/eslint/issues/19027)) (Nitin Kumar) - [`064c8b6`](https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66) fix: update rule types ([#&#8203;18925](https://github.com/eslint/eslint/issues/18925)) (Nitin Kumar) #### Documentation - [`abdbfa8`](https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740) docs: mark `LintMessage#nodeType` as deprecated ([#&#8203;19019](https://github.com/eslint/eslint/issues/19019)) (Nitin Kumar) - [`19e68d3`](https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4) docs: update deprecated rules type definitions ([#&#8203;19018](https://github.com/eslint/eslint/issues/19018)) (Nitin Kumar) - [`7dd402d`](https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd) docs: Update examples of passing multiple values to a CLI option ([#&#8203;19006](https://github.com/eslint/eslint/issues/19006)) (Milos Djermanovic) - [`5dcbc51`](https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1) docs: Add example with side-effect imports to no-restricted-imports ([#&#8203;18997](https://github.com/eslint/eslint/issues/18997)) (Milos Djermanovic) - [`1ee87ca`](https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2) docs: Update README (GitHub Actions Bot) - [`2c3dbdc`](https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890) docs: Use prerendered sponsors for README ([#&#8203;18988](https://github.com/eslint/eslint/issues/18988)) (Milos Djermanovic) #### Chores - [`68d2d9d`](https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a) chore: upgrade to `@eslint/js@9.13.0` and `@eslint/core@^0.7.0` ([#&#8203;19034](https://github.com/eslint/eslint/issues/19034)) (Francesco Trotta) - [`2211f0a`](https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`c7abaef`](https://github.com/eslint/eslint/commit/c7abaef5332caf4b6251c9550a81a9c29bf324fd) perf: using Node.js compile cache ([#&#8203;19012](https://github.com/eslint/eslint/issues/19012)) (唯然) - [`1d7c077`](https://github.com/eslint/eslint/commit/1d7c077145d070aa7754018b29b038ce2e0c8b0e) chore: add pkg.type "commonjs" ([#&#8203;19011](https://github.com/eslint/eslint/issues/19011)) (唯然) - [`468e3bd`](https://github.com/eslint/eslint/commit/468e3bdadfdf5f197a44efd6c8dc5cf2b241f964) test: fix `ESLint` tests ([#&#8203;19021](https://github.com/eslint/eslint/issues/19021)) (Francesco Trotta) - [`ed4635f`](https://github.com/eslint/eslint/commit/ed4635fa0e4fb91705223a7d9c230b6e9a87cd4c) ci: upgrade knip\@&#8203;5.32.0 ([#&#8203;18992](https://github.com/eslint/eslint/issues/18992)) (Milos Djermanovic) - [`efad767`](https://github.com/eslint/eslint/commit/efad76732170a9a7db2e056a8d9a0cf503448c48) chore: remove unused ignore dependency ([#&#8203;18993](https://github.com/eslint/eslint/issues/18993)) (Amaresh S M) ### [`v9.12.0`](https://github.com/eslint/eslint/releases/tag/v9.12.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.11.1...v9.12.0) #### Features - [`5a6a053`](https://github.com/eslint/eslint/commit/5a6a05321ca34480c780be8c2cb7946e4c299001) feat: update to `jiti` v2 ([#&#8203;18954](https://github.com/eslint/eslint/issues/18954)) (Arya Emami) - [`17a07fb`](https://github.com/eslint/eslint/commit/17a07fb548ecce24b88e8b2b07491c24ed1111a9) feat: Hooks for test cases (RuleTester) ([#&#8203;18771](https://github.com/eslint/eslint/issues/18771)) (Anna Bocharova) - [`2ff0e51`](https://github.com/eslint/eslint/commit/2ff0e51cedaab967b7ce383437f64b4a6df8608d) feat: Implement alternate config lookup ([#&#8203;18742](https://github.com/eslint/eslint/issues/18742)) (Nicholas C. Zakas) - [`2d17453`](https://github.com/eslint/eslint/commit/2d174532ae96bcaecf6fd7de78755164378b3a2d) feat: Implement modified cyclomatic complexity ([#&#8203;18896](https://github.com/eslint/eslint/issues/18896)) (Dmitry Pashkevich) #### Bug Fixes - [`ea380ca`](https://github.com/eslint/eslint/commit/ea380cac6f598c86b25a2726c2783636c4169957) fix: Upgrade retry to avoid EMFILE errors ([#&#8203;18986](https://github.com/eslint/eslint/issues/18986)) (Nicholas C. Zakas) - [`fdd6319`](https://github.com/eslint/eslint/commit/fdd631964aee250bc5520770bc1fc3f2f2872813) fix: Issues with type definitions ([#&#8203;18940](https://github.com/eslint/eslint/issues/18940)) (Arya Emami) #### Documentation - [`ecbd522`](https://github.com/eslint/eslint/commit/ecbd52291d7c118b77016c6bf1c60b7d263c44f0) docs: Mention code explorer ([#&#8203;18978](https://github.com/eslint/eslint/issues/18978)) (Nicholas C. Zakas) - [`7ea4ecc`](https://github.com/eslint/eslint/commit/7ea4ecc6e3320a74c960cb78acc94c0140d15f55) docs: Clarifying the Use of Meta Objects ([#&#8203;18697](https://github.com/eslint/eslint/issues/18697)) (Amaresh S M) - [`d3e4b2e`](https://github.com/eslint/eslint/commit/d3e4b2ea4a8f76d4d49345c242f013f49635274f) docs: Clarify how to exclude `.js` files ([#&#8203;18976](https://github.com/eslint/eslint/issues/18976)) (Milos Djermanovic) - [`57232ff`](https://github.com/eslint/eslint/commit/57232ff3d50412586df094f052b47adb38f8d9ae) docs: Mention plugin-kit in language docs ([#&#8203;18973](https://github.com/eslint/eslint/issues/18973)) (Nicholas C. Zakas) - [`b80ed00`](https://github.com/eslint/eslint/commit/b80ed007cefee086db1ff17cde9f7dd6690459f0) docs: Update README (GitHub Actions Bot) - [`cb69ab3`](https://github.com/eslint/eslint/commit/cb69ab374c149eb725b2fc5a8f0ff33fd7268a46) docs: Update README (GitHub Actions Bot) - [`7fb0d95`](https://github.com/eslint/eslint/commit/7fb0d957c102be499d5358a74928e0ea93913371) docs: Update README (GitHub Actions Bot) - [`493348a`](https://github.com/eslint/eslint/commit/493348a9a5dcca29d7fbbe13c67ce13a7a38413b) docs: Update README (GitHub Actions Bot) - [`87a582c`](https://github.com/eslint/eslint/commit/87a582c8b537d133c140781aa9e3ff0201a3c10f) docs: fix typo in `id-match` rule ([#&#8203;18944](https://github.com/eslint/eslint/issues/18944)) (Jay) #### Chores - [`555aafd`](https://github.com/eslint/eslint/commit/555aafd06f6dddc743acff06111dc72dd8ea4c4e) chore: upgrade to `@eslint/js@9.12.0` ([#&#8203;18987](https://github.com/eslint/eslint/issues/18987)) (Francesco Trotta) - [`873ae60`](https://github.com/eslint/eslint/commit/873ae608c15a0a386f022076b5aab6112b56b59b) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`d0a5414`](https://github.com/eslint/eslint/commit/d0a5414c30421e5dbe313790502dbf13b9330fef) refactor: replace strip-ansi with native module ([#&#8203;18982](https://github.com/eslint/eslint/issues/18982)) (Cristopher) - [`b827029`](https://github.com/eslint/eslint/commit/b8270299abe777bb80a065d537aa1d4be74be705) chore: Enable JSON5 linting ([#&#8203;18979](https://github.com/eslint/eslint/issues/18979)) (Milos Djermanovic) - [`8f55ca2`](https://github.com/eslint/eslint/commit/8f55ca22d94c1b0ff3be323b97949edef8d880b0) chore: Upgrade espree, eslint-visitor-keys, eslint-scope ([#&#8203;18962](https://github.com/eslint/eslint/issues/18962)) (Nicholas C. Zakas) - [`c1a2725`](https://github.com/eslint/eslint/commit/c1a2725e9c776d6845d94c866c7f7b1fe0315090) chore: update dependency mocha to ^10.7.3 ([#&#8203;18945](https://github.com/eslint/eslint/issues/18945)) (Milos Djermanovic) ### [`v9.11.1`](https://github.com/eslint/eslint/releases/tag/v9.11.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.11.0...v9.11.1) #### Bug Fixes - [`20fd916`](https://github.com/eslint/eslint/commit/20fd91689f2a89643a6f67e900a53552d47ddfe5) fix: add `@eslint/core`, `@types/estree`, & `@types/json-schema` deps ([#&#8203;18938](https://github.com/eslint/eslint/issues/18938)) (Nitin Kumar) - [`2738322`](https://github.com/eslint/eslint/commit/27383226b8c5ead6b7cafc017a8ca12a1512a301) fix: add missing types for `require-atomic-updates` rule ([#&#8203;18937](https://github.com/eslint/eslint/issues/18937)) (Kristóf Poduszló) - [`d71ff30`](https://github.com/eslint/eslint/commit/d71ff3068c3134171346c91f4095dd5908d9c897) fix: add missing types for `object-shorthand` rule ([#&#8203;18935](https://github.com/eslint/eslint/issues/18935)) (Kristóf Poduszló) - [`561cadc`](https://github.com/eslint/eslint/commit/561cadc54376fd0a5cc1446c3cd76bfbb6b3ce9d) fix: add missing types for `no-unsafe-negation` rule ([#&#8203;18932](https://github.com/eslint/eslint/issues/18932)) (Kristóf Poduszló) - [`8843656`](https://github.com/eslint/eslint/commit/8843656f9b161d97d9dc78db01413029621e266d) fix: add missing types for `no-underscore-dangle` rule ([#&#8203;18931](https://github.com/eslint/eslint/issues/18931)) (Kristóf Poduszló) - [`92cde5c`](https://github.com/eslint/eslint/commit/92cde5c6da43b6017657e4c596421e3347f3dbc4) fix: add missing types for `no-shadow` rule ([#&#8203;18930](https://github.com/eslint/eslint/issues/18930)) (Kristóf Poduszló) - [`b3cbe11`](https://github.com/eslint/eslint/commit/b3cbe11a9216d1edabd5b85d6f274ca84574bce6) fix: add missing types for `no-sequences` rule ([#&#8203;18929](https://github.com/eslint/eslint/issues/18929)) (Kristóf Poduszló) - [`976f77f`](https://github.com/eslint/eslint/commit/976f77f7f6da591b715b1ce2592f09c2f1160153) fix: add missing types for `no-unused-expressions` rule ([#&#8203;18933](https://github.com/eslint/eslint/issues/18933)) (Kristóf Poduszló) #### Documentation - [`3eff709`](https://github.com/eslint/eslint/commit/3eff70963772e9faad4a865aaa4cf3d7dbe700a0) docs: replace deprecated `Linter.FlatConfig` type with `Linter.Config` ([#&#8203;18941](https://github.com/eslint/eslint/issues/18941)) (Carlos Meira) #### Chores - [`df4a859`](https://github.com/eslint/eslint/commit/df4a859b4cd578a3535a488a665a6e858289f455) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.11.1 ([#&#8203;18943](https://github.com/eslint/eslint/issues/18943)) (Milos Djermanovic) - [`36d8095`](https://github.com/eslint/eslint/commit/36d8095308d8973aa38bb9568121822776a5199d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) ### [`v9.11.0`](https://github.com/eslint/eslint/releases/tag/v9.11.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0) #### Features - [`ec30c73`](https://github.com/eslint/eslint/commit/ec30c7349e0bc2c37465a036e8c7ea3318ac2328) feat: add "eslint/universal" to export `Linter` ([#&#8203;18883](https://github.com/eslint/eslint/issues/18883)) (唯然) - [`c591da6`](https://github.com/eslint/eslint/commit/c591da68d4a96aa28df68f4eff7641f42af82b15) feat: Add language to types ([#&#8203;18917](https://github.com/eslint/eslint/issues/18917)) (Nicholas C. Zakas) - [`492eb8f`](https://github.com/eslint/eslint/commit/492eb8f34ebbc5c9d1dbfcf4dd06b8dde8d1df74) feat: limit the name given to `ImportSpecifier` in `id-length` ([#&#8203;18861](https://github.com/eslint/eslint/issues/18861)) (Tanuj Kanti) - [`19c6856`](https://github.com/eslint/eslint/commit/19c685608d134d9120a129cc80c0ba7f8f016aa3) feat: Add `no-useless-constructor` suggestion ([#&#8203;18799](https://github.com/eslint/eslint/issues/18799)) (Jordan Thomson) - [`a48f8c2`](https://github.com/eslint/eslint/commit/a48f8c29b58c27d87dbf202d55a5770d678d37d6) feat: add type `FormatterFunction`, update `LoadedFormatter` ([#&#8203;18872](https://github.com/eslint/eslint/issues/18872)) (Francesco Trotta) #### Bug Fixes - [`5e5f39b`](https://github.com/eslint/eslint/commit/5e5f39b82535f59780ce4be56d01fd1466029c25) fix: add missing types for `no-restricted-exports` rule ([#&#8203;18914](https://github.com/eslint/eslint/issues/18914)) (Kristóf Poduszló) - [`8f630eb`](https://github.com/eslint/eslint/commit/8f630eb5794ef9fe38e0b8f034287650def634bd) fix: add missing types for `no-param-reassign` options ([#&#8203;18906](https://github.com/eslint/eslint/issues/18906)) (Kristóf Poduszló) - [`d715781`](https://github.com/eslint/eslint/commit/d71578124f14d6da3fa5ab5cc391bb6c9ac3ffcf) fix: add missing types for `no-extra-boolean-cast` options ([#&#8203;18902](https://github.com/eslint/eslint/issues/18902)) (Kristóf Poduszló) - [`2de5742`](https://github.com/eslint/eslint/commit/2de5742682ec45e24dca9ca7faaa45330497fca9) fix: add missing types for `no-misleading-character-class` options ([#&#8203;18905](https://github.com/eslint/eslint/issues/18905)) (Kristóf Poduszló) - [`c153084`](https://github.com/eslint/eslint/commit/c153084250673b31bed46e3fe6af7a65b4ce8d6f) fix: add missing types for `no-implicit-coercion` options ([#&#8203;18903](https://github.com/eslint/eslint/issues/18903)) (Kristóf Poduszló) - [`fa11b2e`](https://github.com/eslint/eslint/commit/fa11b2ede6e5dc1f55dfe4b9b65d9760828900e8) fix: add missing types for `no-empty-function` options ([#&#8203;18901](https://github.com/eslint/eslint/issues/18901)) (Kristóf Poduszló) - [`a0deed1`](https://github.com/eslint/eslint/commit/a0deed122a9676fab07b903c8d16fbf60b92eadf) fix: add missing types for `camelcase` options ([#&#8203;18897](https://github.com/eslint/eslint/issues/18897)) (Kristóf Poduszló) #### Documentation - [`e4e5709`](https://github.com/eslint/eslint/commit/e4e570952249d1c4fde59c79a0f49a38490b72c9) docs: correct `prefer-object-has-own` type definition comment ([#&#8203;18924](https://github.com/eslint/eslint/issues/18924)) (Nitin Kumar) - [`91cbd18`](https://github.com/eslint/eslint/commit/91cbd18c70dee2ef73de8d8e43f2c744fd173934) docs: add unicode abbreviations in no-irregular-whitespace rule ([#&#8203;18894](https://github.com/eslint/eslint/issues/18894)) (Alix Royere) - [`59cfc0f`](https://github.com/eslint/eslint/commit/59cfc0f1b3bbb62260602579f79bd1c36ab5a00f) docs: clarify `resultsMeta` in `LoadedFormatter` type ([#&#8203;18881](https://github.com/eslint/eslint/issues/18881)) (Milos Djermanovic) - [`adcc50d`](https://github.com/eslint/eslint/commit/adcc50dbf1fb98c0884f841e2a627796a4490373) docs: Update README (GitHub Actions Bot) - [`4edac1a`](https://github.com/eslint/eslint/commit/4edac1a325a832804f76602736a86217b40f69ac) docs: Update README (GitHub Actions Bot) #### Build Related - [`959d360`](https://github.com/eslint/eslint/commit/959d360be597d3112b10590018cd52f1d98712d6) build: Support updates to previous major versions ([#&#8203;18871](https://github.com/eslint/eslint/issues/18871)) (Milos Djermanovic) #### Chores - [`ca21a64`](https://github.com/eslint/eslint/commit/ca21a64ed0f59adb9dadcef2fc8f7248879edbd3) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.11.0 ([#&#8203;18927](https://github.com/eslint/eslint/issues/18927)) (Milos Djermanovic) - [`a10f90a`](https://github.com/eslint/eslint/commit/a10f90af35aea9ac555b1f33106fbba1027d774e) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`e4e02cc`](https://github.com/eslint/eslint/commit/e4e02cc6938f38ad5028bb8ad82f52460a18dea5) refactor: Extract processor logic into ProcessorService ([#&#8203;18818](https://github.com/eslint/eslint/issues/18818)) (Nicholas C. Zakas) - [`6d4484d`](https://github.com/eslint/eslint/commit/6d4484d9c19e4132f3dee948174a543dbbb5d30f) chore: updates for v8.57.1 release (Jenkins) - [`71f37c5`](https://github.com/eslint/eslint/commit/71f37c5bf04afb704232d312cc6c72c957d1c14e) refactor: use optional chaining when validating config rules ([#&#8203;18893](https://github.com/eslint/eslint/issues/18893)) (lucasrmendonca) - [`2c2805f`](https://github.com/eslint/eslint/commit/2c2805f8ee0fb1f27f3e442de248f45e5a98a067) chore: Add MR note to all templates ([#&#8203;18892](https://github.com/eslint/eslint/issues/18892)) (Nicholas C. Zakas) - [`7b852ce`](https://github.com/eslint/eslint/commit/7b852ce59e6ed56931c080aa46ab548fa57feffc) refactor: use `Directive` class from `@eslint/plugin-kit` ([#&#8203;18884](https://github.com/eslint/eslint/issues/18884)) (Milos Djermanovic) - [`d594ddd`](https://github.com/eslint/eslint/commit/d594ddd2cc9b0c251291ea12fbd14ccd2ee32ac7) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.6.0 ([#&#8203;18863](https://github.com/eslint/eslint/issues/18863)) (renovate\[bot]) - [`78b2421`](https://github.com/eslint/eslint/commit/78b2421e28f29206fe120ae1b03804b1b79e6324) chore: Update change.yml ([#&#8203;18882](https://github.com/eslint/eslint/issues/18882)) (Nicholas C. Zakas) - [`a416f0a`](https://github.com/eslint/eslint/commit/a416f0a270e922c86e8571e94a30fc87d72fa873) chore: enable `$ExpectType` comments in .ts files ([#&#8203;18869](https://github.com/eslint/eslint/issues/18869)) (Francesco Trotta) ### [`v9.10.0`](https://github.com/eslint/eslint/releases/tag/v9.10.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0) #### Features - [`301b90d`](https://github.com/eslint/eslint/commit/301b90df0c032c62d00ba377fefadc5c99b55bf4) feat: Add types ([#&#8203;18854](https://github.com/eslint/eslint/issues/18854)) (Nicholas C. Zakas) - [`bcf0df5`](https://github.com/eslint/eslint/commit/bcf0df55c2c151d018083dd126e55dfdb62a3e78) feat: limit namespace import identifier in id-length rule ([#&#8203;18849](https://github.com/eslint/eslint/issues/18849)) (ChaedongIm) - [`45c18e1`](https://github.com/eslint/eslint/commit/45c18e108efd23b4ed2d6bb55e4e2f92620d7f09) feat: add `requireFlag` option to `require-unicode-regexp` rule ([#&#8203;18836](https://github.com/eslint/eslint/issues/18836)) (Brett Zamir) - [`183b459`](https://github.com/eslint/eslint/commit/183b459b72be5c1e359985b1584f73421dfb1484) feat: add error message for duplicate flags in `no-invalid-regexp` ([#&#8203;18837](https://github.com/eslint/eslint/issues/18837)) (Tanuj Kanti) - [`c69b406`](https://github.com/eslint/eslint/commit/c69b40667a288bed1290b34b37387dc671295bb0) feat: report duplicate allowed flags in `no-invalid-regexp` ([#&#8203;18754](https://github.com/eslint/eslint/issues/18754)) (Tanuj Kanti) #### Documentation - [`bee0e7a`](https://github.com/eslint/eslint/commit/bee0e7a5f55717d029258c99864df356c9745692) docs: update README ([#&#8203;18865](https://github.com/eslint/eslint/issues/18865)) (Milos Djermanovic) - [`5d80b59`](https://github.com/eslint/eslint/commit/5d80b5952056edf1a17bf4bfae30270fc7e7a9bd) docs: specify that `ruleId` can be `null` in custom formatter docs ([#&#8203;18857](https://github.com/eslint/eslint/issues/18857)) (Milos Djermanovic) - [`156b1c3`](https://github.com/eslint/eslint/commit/156b1c3037b616ff13eced5652f94784ebbe0e89) docs: Update README (GitHub Actions Bot) - [`f6fdef9`](https://github.com/eslint/eslint/commit/f6fdef9df4b1d4d07bb84c38d56ab2595fbb7e11) docs: Update README (GitHub Actions Bot) - [`a20c870`](https://github.com/eslint/eslint/commit/a20c870744824943e213e08ca52514ac10882fdb) docs: Update README (GitHub Actions Bot) - [`90e699b`](https://github.com/eslint/eslint/commit/90e699bd9d76139ed0aeb3894839b2d4856b4a72) docs: Update README (GitHub Actions Bot) #### Chores - [`24c3ff7`](https://github.com/eslint/eslint/commit/24c3ff7d0c0bd8b98994e04f0870cbec94c5801d) chore: upgrade to [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.10.0 ([#&#8203;18866](https://github.com/eslint/eslint/issues/18866)) (Francesco Trotta) - [`1ebdde1`](https://github.com/eslint/eslint/commit/1ebdde1cf2793b12c2e9417ce428ae3326ce8ea3) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`e8fc5bd`](https://github.com/eslint/eslint/commit/e8fc5bd3daae5aa52f90466236f467a075a10c91) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.5.0 ([#&#8203;18848](https://github.com/eslint/eslint/issues/18848)) (renovate\[bot]) - [`343f992`](https://github.com/eslint/eslint/commit/343f99216096f1db955766870e35d92d5a121448) refactor: don't use `node.value` when removing unused directives ([#&#8203;18835](https://github.com/eslint/eslint/issues/18835)) (Milos Djermanovic) - [`3db18b0`](https://github.com/eslint/eslint/commit/3db18b0b6733aa1d083bf55967735e5ff4195c6c) refactor: Extract FileContext into class ([#&#8203;18831](https://github.com/eslint/eslint/issues/18831)) (Nicholas C. Zakas) - [`931d650`](https://github.com/eslint/eslint/commit/931d650b3754c4323a19f6d259a96a5098c7c3eb) refactor: Use [@&#8203;eslint/plugin-kit](https://github.com/eslint/plugin-kit) ([#&#8203;18822](https://github.com/eslint/eslint/issues/18822)) (Nicholas C. Zakas) - [`ed5cf0c`](https://github.com/eslint/eslint/commit/ed5cf0c6a91032ca51a867e619c9dc7bc70ea554) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.4.0 ([#&#8203;18829](https://github.com/eslint/eslint/issues/18829)) (Milos Djermanovic) - [`d1f0831`](https://github.com/eslint/eslint/commit/d1f0831bac173fe3e6e81ff95c5abdbf95b02b65) chore: added missing ids ([#&#8203;18817](https://github.com/eslint/eslint/issues/18817)) (Strek) - [`ec92813`](https://github.com/eslint/eslint/commit/ec928136576572a6841d238b7e41ac976d27c687) refactor: Config class ([#&#8203;18763](https://github.com/eslint/eslint/issues/18763)) (Nicholas C. Zakas) ### [`v9.9.1`](https://github.com/eslint/eslint/releases/tag/v9.9.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.9.0...v9.9.1) #### Bug Fixes - [`9bde90c`](https://github.com/eslint/eslint/commit/9bde90c2edb6800c7f6428c5550ff00fff44ab02) fix: add logic to handle `fixTypes` in `lintText()` ([#&#8203;18736](https://github.com/eslint/eslint/issues/18736)) (Amaresh S M) #### Documentation - [`4840930`](https://github.com/eslint/eslint/commit/4840930b9d8b6aa3578fe234180425e9060ceeca) docs: Update README with version support and clean up content ([#&#8203;18804](https://github.com/eslint/eslint/issues/18804)) (Nicholas C. Zakas) - [`f61f40d`](https://github.com/eslint/eslint/commit/f61f40d8a68b27ad1ff96c019ac41d4e958961a4) docs: Update globals examples ([#&#8203;18805](https://github.com/eslint/eslint/issues/18805)) (Nicholas C. Zakas) - [`241fcea`](https://github.com/eslint/eslint/commit/241fcea48abe1c63f22b31be4bd75b6039768a85) docs: Use and define languages ([#&#8203;18795](https://github.com/eslint/eslint/issues/18795)) (Nicholas C. Zakas) - [`5dbdd63`](https://github.com/eslint/eslint/commit/5dbdd63dc83428447e25f1fc1d05d8a69e3b006a) docs: eslint-plugin-markdown -> [@&#8203;eslint/markdown](https://github.com/eslint/markdown) ([#&#8203;18797](https://github.com/eslint/eslint/issues/18797)) (Nicholas C. Zakas) - [`c6c8ddd`](https://github.com/eslint/eslint/commit/c6c8ddd3130bbfec98ef817e4647faf19b34c85c) docs: update links to eslint-visitor-keys repo ([#&#8203;18796](https://github.com/eslint/eslint/issues/18796)) (Francesco Trotta) - [`f981d05`](https://github.com/eslint/eslint/commit/f981d054ed935ef9844b6f76d4ce90ebb345b66f) docs: Update README (GitHub Actions Bot) - [`b516974`](https://github.com/eslint/eslint/commit/b516974713ada28c75f1e21599fc0cec13a8b321) docs: update links to `eslint/js` repo ([#&#8203;18781](https://github.com/eslint/eslint/issues/18781)) (Francesco Trotta) - [`fb7a3f5`](https://github.com/eslint/eslint/commit/fb7a3f5df5f661bcd96e483558da66eafeb4b954) docs: update note for package managers ([#&#8203;18779](https://github.com/eslint/eslint/issues/18779)) (Jay) #### Chores - [`b0c34d0`](https://github.com/eslint/eslint/commit/b0c34d04b1ac1e56609209db2f9b18a6c05a198d) chore: upgrade to [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.9.1 ([#&#8203;18809](https://github.com/eslint/eslint/issues/18809)) (Francesco Trotta) - [`cd5a0da`](https://github.com/eslint/eslint/commit/cd5a0daa24b7ab019c42d64da478c84cc4d32c34) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`e112642`](https://github.com/eslint/eslint/commit/e1126423db08a29a6cdf39626110fd29186785f0) refactor: Extract parsing logic from Linter ([#&#8203;18790](https://github.com/eslint/eslint/issues/18790)) (Nicholas C. Zakas) - [`0f68a85`](https://github.com/eslint/eslint/commit/0f68a851db4db4eb6ff537345e7d6c26434950f1) chore: use eslint-plugin-yml on yaml files only ([#&#8203;18801](https://github.com/eslint/eslint/issues/18801)) (Milos Djermanovic) - [`f8d1b3c`](https://github.com/eslint/eslint/commit/f8d1b3c2324cdada4fe1d8799f4f517c1585a001) chore: update dependencies for browser tests ([#&#8203;18794](https://github.com/eslint/eslint/issues/18794)) (Christian Bromann) - [`aed2624`](https://github.com/eslint/eslint/commit/aed262407918406c19d43b8d54070fa93508782b) chore: update dependency [@&#8203;eslint/config-array](https://github.com/eslint/config-array) to ^0.18.0 ([#&#8203;18788](https://github.com/eslint/eslint/issues/18788)) (renovate\[bot]) - [`5c29128`](https://github.com/eslint/eslint/commit/5c291283dc29dcfdae585d9878e0fb8ab0d68c43) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.4.0 ([#&#8203;18789](https://github.com/eslint/eslint/issues/18789)) (renovate\[bot]) - [`5d66fb2`](https://github.com/eslint/eslint/commit/5d66fb2b53ded440180feef526b1211673c40e88) chore: migrate linting workflow to use trunk check meta-linter ([#&#8203;18643](https://github.com/eslint/eslint/issues/18643)) (Chris Clearwater) - [`bf96855`](https://github.com/eslint/eslint/commit/bf96855d7c181648cb0a0e8faf77d707ddd4725f) chore: add ids to github issue templates ([#&#8203;18775](https://github.com/eslint/eslint/issues/18775)) (Strek) ### [`v9.9.0`](https://github.com/eslint/eslint/releases/tag/v9.9.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0) #### Features - [`41d0206`](https://github.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986) feat: Add support for TS config files ([#&#8203;18134](https://github.com/eslint/eslint/issues/18134)) (Arya Emami) - [`3a4eaf9`](https://github.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a) feat: add suggestion to `require-await` to remove `async` keyword ([#&#8203;18716](https://github.com/eslint/eslint/issues/18716)) (Dave) #### Documentation - [`9fe068c`](https://github.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed) docs: how to author plugins with configs that extend other configs ([#&#8203;18753](https://github.com/eslint/eslint/issues/18753)) (Alec Gibson) - [`48117b2`](https://github.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f) docs: add version support page in the side navbar ([#&#8203;18738](https://github.com/eslint/eslint/issues/18738)) (Amaresh S M) - [`fec2951`](https://github.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3) docs: add version support page to the dropdown ([#&#8203;18730](https://github.com/eslint/eslint/issues/18730)) (Amaresh S M) - [`38a0661`](https://github.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064) docs: Fix typo ([#&#8203;18735](https://github.com/eslint/eslint/issues/18735)) (Zaina Al Habash) - [`3c32a9e`](https://github.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e) docs: Update yarn command for creating ESLint config ([#&#8203;18739](https://github.com/eslint/eslint/issues/18739)) (Temitope Ogunleye) - [`f9ac978`](https://github.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6) docs: Update README (GitHub Actions Bot) #### Chores - [`461b2c3`](https://github.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f) chore: upgrade to `@eslint/js@9.9.0` ([#&#8203;18765](https://github.com/eslint/eslint/issues/18765)) (Francesco Trotta) - [`59dba1b`](https://github.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`fea8563`](https://github.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.3.0 ([#&#8203;18724](https://github.com/eslint/eslint/issues/18724)) (renovate\[bot]) - [`aac191e`](https://github.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.3.0 ([#&#8203;18760](https://github.com/eslint/eslint/issues/18760)) (renovate\[bot]) - [`b97fa05`](https://github.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9) chore: update wdio dependencies for more stable tests ([#&#8203;18759](https://github.com/eslint/eslint/issues/18759)) (Christian Bromann) ### [`v9.8.0`](https://github.com/eslint/eslint/releases/tag/v9.8.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.7.0...v9.8.0) #### Features - [`13d0bd3`](https://github.com/eslint/eslint/commit/13d0bd371eb8eb4aa1601c8727212a62ab923d0e) feat: Add and use SourceCode#getLoc/getRange ([#&#8203;18703](https://github.com/eslint/eslint/issues/18703)) (Nicholas C. Zakas) #### Bug Fixes - [`ab0ff27`](https://github.com/eslint/eslint/commit/ab0ff2755d6950d7e7fb92944771c1c30f933e02) fix: Throw error when invalid flags passed ([#&#8203;18705](https://github.com/eslint/eslint/issues/18705)) (Nicholas C. Zakas) - [`70dc803`](https://github.com/eslint/eslint/commit/70dc80337328338f3811040e3f1a1bd5674ecbd2) fix: `basePath` directory can never be ignored ([#&#8203;18711](https://github.com/eslint/eslint/issues/18711)) (Milos Djermanovic) #### Documentation - [`282df1a`](https://github.com/eslint/eslint/commit/282df1aef3c3e62f2617c6c2944944510f287a07) docs: Add system theme option ([#&#8203;18617](https://github.com/eslint/eslint/issues/18617)) (Amaresh S M) - [`53b1ff0`](https://github.com/eslint/eslint/commit/53b1ff047948e36682fade502c949f4e371e53cd) docs: Debug config docs ([#&#8203;18698](https://github.com/eslint/eslint/issues/18698)) (Nicholas C. Zakas) - [`a7016a5`](https://github.com/eslint/eslint/commit/a7016a50d88011f279d52b9355a5662e561c414c) docs: fix search input stylings ([#&#8203;18682](https://github.com/eslint/eslint/issues/18682)) (Amaresh S M) #### Build Related - [`4514424`](https://github.com/eslint/eslint/commit/45144243f3b5762bd8e19e41749a7d330a723ada) build: Enable JSON linting ([#&#8203;18681](https://github.com/eslint/eslint/issues/18681)) (Nicholas C. Zakas) #### Chores - [`deee448`](https://github.com/eslint/eslint/commit/deee4480def929cfa7f5b75f315d84f23eaba592) chore: upgrade to `@eslint/js@9.8.0` ([#&#8203;18720](https://github.com/eslint/eslint/issues/18720)) (Francesco Trotta) - [`4aaf2b3`](https://github.com/eslint/eslint/commit/4aaf2b39ba3659aff0c769de4ccefa3d5379ff93) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`8e1a627`](https://github.com/eslint/eslint/commit/8e1a627a6784380ca7e7670e336bbe9630da2da1) chore: update dependency [@&#8203;eslint/core](https://github.com/eslint/core) to ^0.2.0 ([#&#8203;18700](https://github.com/eslint/eslint/issues/18700)) (renovate\[bot]) ### [`v9.7.0`](https://github.com/eslint/eslint/releases/tag/v9.7.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.6.0...v9.7.0) #### Features - [`7bd9839`](https://github.com/eslint/eslint/commit/7bd98398f112da020eddcda2c26cf4cc563af004) feat: add support for es2025 duplicate named capturing groups ([#&#8203;18630](https://github.com/eslint/eslint/issues/18630)) (Yosuke Ota) - [`1381394`](https://github.com/eslint/eslint/commit/1381394a75b5902ce588455765a3919e2f138a7a) feat: add `regex` option in `no-restricted-imports` ([#&#8203;18622](https://github.com/eslint/eslint/issues/18622)) (Nitin Kumar) #### Bug Fixes - [`14e9f81`](https://github.com/eslint/eslint/commit/14e9f81ccdb51d2b915b68f442d48ced0a691646) fix: destructuring in catch clause in `no-unused-vars` ([#&#8203;18636](https://github.com/eslint/eslint/issues/18636)) (Francesco Trotta) #### Documentation - [`9f416db`](https://github.com/eslint/eslint/commit/9f416db680ad01716a769296085bf3eb93f76424) docs: Add Powered by Algolia label to the search. ([#&#8203;18633](https://github.com/eslint/eslint/issues/18633)) (Amaresh S M) - [`c8d26cb`](https://github.com/eslint/eslint/commit/c8d26cb4a2f9d89bfc1914167d3e9f1d3314ffe7) docs: Open JS Foundation -> OpenJS Foundation ([#&#8203;18649](https://github.com/eslint/eslint/issues/18649)) (Milos Djermanovic) - [`6e79ac7`](https://github.com/eslint/eslint/commit/6e79ac76f44b34c24a3e92c20713fbafe1dcbae2) docs: `loadESLint` does not support option `cwd` ([#&#8203;18641](https://github.com/eslint/eslint/issues/18641)) (Francesco Trotta) #### Chores - [`793b718`](https://github.com/eslint/eslint/commit/793b7180119e7e440d685defb2ee01597574ef1e) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.7.0 ([#&#8203;18680](https://github.com/eslint/eslint/issues/18680)) (Francesco Trotta) - [`7ed6f9a`](https://github.com/eslint/eslint/commit/7ed6f9a4db702bbad941422f456451a8dba7a450) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`7bcda76`](https://github.com/eslint/eslint/commit/7bcda760369c44d0f1131fccaaf1ccfed5af85f1) refactor: Add type references ([#&#8203;18652](https://github.com/eslint/eslint/issues/18652)) (Nicholas C. Zakas) - [`51bf57c`](https://github.com/eslint/eslint/commit/51bf57c493a65baeee3a935f2d0e52e27271fb48) chore: add tech sponsors through actions ([#&#8203;18624](https://github.com/eslint/eslint/issues/18624)) (Strek) - [`6320732`](https://github.com/eslint/eslint/commit/6320732c3e2a52a220552e348108c53c60f9ef7a) refactor: don't use `parent` property in `NodeEventGenerator` ([#&#8203;18653](https://github.com/eslint/eslint/issues/18653)) (Milos Djermanovic) - [`9e6d640`](https://github.com/eslint/eslint/commit/9e6d6405c3ee774c2e716a3453ede9696ced1be7) refactor: move "Parsing error" prefix adding to Linter ([#&#8203;18650](https://github.com/eslint/eslint/issues/18650)) (Milos Djermanovic) ### [`v9.6.0`](https://github.com/eslint/eslint/releases/tag/v9.6.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.5.0...v9.6.0) #### Features - [`e2b16e2`](https://github.com/eslint/eslint/commit/e2b16e2b72606162dce3d804bc80186b6c5ec0f9) feat: Implement feature flags ([#&#8203;18516](https://github.com/eslint/eslint/issues/18516)) (Nicholas C. Zakas) - [`8824aa1`](https://github.com/eslint/eslint/commit/8824aa1469ffc572c5e5c1765d1b6da113dfba19) feat: add `ecmaVersion: 2025`, parsing duplicate named capturing groups ([#&#8203;18596](https://github.com/eslint/eslint/issues/18596)) (Milos Djermanovic) #### Bug Fixes - [`1613e2e`](https://github.com/eslint/eslint/commit/1613e2e586423ec7871617aec4dce5c433f0e9f0) fix: Allow escaping characters in config patterns on Windows ([#&#8203;18628](https://github.com/eslint/eslint/issues/18628)) (Milos Djermanovic) - [`21d3766`](https://github.com/eslint/eslint/commit/21d3766c3f4efd981d3cc294c2c82c8014815e6e) fix: `no-unused-vars` include caught errors pattern in report message ([#&#8203;18609](https://github.com/eslint/eslint/issues/18609)) (Kirk Waiblinger) - [`d7a7736`](https://github.com/eslint/eslint/commit/d7a7736937981befc5dfd68ce512f1a6ebf93e68) fix: improve `no-unused-vars` message on unused caught errors ([#&#8203;18608](https://github.com/eslint/eslint/issues/18608)) (Kirk Waiblinger) - [`f9e95d2`](https://github.com/eslint/eslint/commit/f9e95d2d06c0a7017417a3de4929b14d1008c63c) fix: correct locations of invalid `/* eslint */` comments ([#&#8203;18593](https://github.com/eslint/eslint/issues/18593)) (Milos Djermanovic) #### Documentation - [`13dbecd`](https://github.com/eslint/eslint/commit/13dbecdea749abf51951ce61662eec2621a4b9af) docs: Limit search to just docs ([#&#8203;18627](https://github.com/eslint/eslint/issues/18627)) (Nicholas C. Zakas) - [`375227f`](https://github.com/eslint/eslint/commit/375227f94da3c1c4ff6c61a29b272889fa48ca79) docs: Update getting-started.md - add pnpm to init eslint config ([#&#8203;18599](https://github.com/eslint/eslint/issues/18599)) (Kostiantyn Ochenash) - [`44915bb`](https://github.com/eslint/eslint/commit/44915bb95dfa21f946021d77b3b361e7e9b140e0) docs: Update README (GitHub Actions Bot) - [`d50db7b`](https://github.com/eslint/eslint/commit/d50db7bcb4c19c0631ab80b120249ecf155824ce) docs: Update vscode-eslint info ([#&#8203;18595](https://github.com/eslint/eslint/issues/18595)) (Nicholas C. Zakas) #### Chores - [`b15ee30`](https://github.com/eslint/eslint/commit/b15ee302742e280e8cd019b49e7b50a4f3b88bc0) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.6.0 ([#&#8203;18632](https://github.com/eslint/eslint/issues/18632)) (Milos Djermanovic) - [`d655503`](https://github.com/eslint/eslint/commit/d655503b1fc97acfb4e7c61b3d9b557733c189b7) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`7c78ad9`](https://github.com/eslint/eslint/commit/7c78ad9d9f896354d557f24e2d37710cf79a27bf) refactor: Use language.visitorKeys and check for non-JS SourceCode ([#&#8203;18625](https://github.com/eslint/eslint/issues/18625)) (Nicholas C. Zakas) - [`69ff64e`](https://github.com/eslint/eslint/commit/69ff64e638c0a56628afbc271dda5c963724aca4) refactor: Return value of applyInlineConfig() ([#&#8203;18623](https://github.com/eslint/eslint/issues/18623)) (Nicholas C. Zakas) - [`d2d06f7`](https://github.com/eslint/eslint/commit/d2d06f7a70d9b96b125ecf2de8951bea549db4da) refactor: use `/` separator when adjusting `ignorePatterns` on Windows ([#&#8203;18613](https://github.com/eslint/eslint/issues/18613)) (Milos Djermanovic) - [`6421973`](https://github.com/eslint/eslint/commit/642197346bf02d277c2014144537aa21ab57dc59) refactor: fix disable directives for languages with 0-based lines ([#&#8203;18605](https://github.com/eslint/eslint/issues/18605)) (Milos Djermanovic) - [`0a13539`](https://github.com/eslint/eslint/commit/0a135395aca72461eb8b4c6f0866290bcf59916e) refactor: Allow optional methods for languages ([#&#8203;18604](https://github.com/eslint/eslint/issues/18604)) (Nicholas C. Zakas) - [`c7ddee0`](https://github.com/eslint/eslint/commit/c7ddee0d089e4db7be3f1a09f1a5731dd90b81b1) chore: make internal-rules not being a package ([#&#8203;18601](https://github.com/eslint/eslint/issues/18601)) (Milos Djermanovic) - [`3379164`](https://github.com/eslint/eslint/commit/3379164e8b0cee57caf7da34226982075ebef51a) chore: remove `.eslintrc.js` ([#&#8203;18011](https://github.com/eslint/eslint/issues/18011)) (唯然) - [`d0c3a32`](https://github.com/eslint/eslint/commit/d0c3a322fbcc2f70cfcd9d5010efef721245c382) chore: update knip (with webdriver-io plugin) ([#&#8203;18594](https://github.com/eslint/eslint/issues/18594)) (Lars Kappert) ### [`v9.5.0`](https://github.com/eslint/eslint/releases/tag/v9.5.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.4.0...v9.5.0) #### Features - [`b2d256c`](https://github.com/eslint/eslint/commit/b2d256c7356838f908c4a5762d6dc64b41bbce5d) feat: `no-sparse-arrays` report on "comma" instead of the whole array ([#&#8203;18579](https://github.com/eslint/eslint/issues/18579)) (fisker Cheung) #### Bug Fixes - [`6880286`](https://github.com/eslint/eslint/commit/6880286e17375b08323512f38ea59fed440a4fb5) fix: treat `*` as a universal pattern ([#&#8203;18586](https://github.com/eslint/eslint/issues/18586)) (Milos Djermanovic) - [`7fbe211`](https://github.com/eslint/eslint/commit/7fbe211427432aba5fa972252b9b6b5cf9866624) fix: message template for all files ignored ([#&#8203;18564](https://github.com/eslint/eslint/issues/18564)) (Milos Djermanovic) - [`469cb36`](https://github.com/eslint/eslint/commit/469cb363f87564bafb8e628e738e01b53f4d6911) fix: Don't lint the same file multiple times ([#&#8203;18552](https://github.com/eslint/eslint/issues/18552)) (Milos Djermanovic) - [`5cff638`](https://github.com/eslint/eslint/commit/5cff638c03183204d09eb0a7a8bd2e032630db17) fix: improve message for ignored files without a matching config ([#&#8203;18404](https://github.com/eslint/eslint/issues/18404)) (Francesco Trotta) #### Documentation - [`455f7fd`](https://github.com/eslint/eslint/commit/455f7fd1662069e9e0f4dc912ecda72962679fbe) docs: add section about including `.gitignore` files ([#&#8203;18590](https://github.com/eslint/eslint/issues/18590)) (Milos Djermanovic) - [`721eafe`](https://github.com/eslint/eslint/commit/721eafeae45b33b95addf385c23eca1e2f8017d0) docs: update info about universal `files` patterns ([#&#8203;18587](https://github.com/eslint/eslint/issues/18587)) (Francesco Trotta) - [`8127127`](https://github.com/eslint/eslint/commit/8127127386180a2882bb1b75a8fbc7ffda78dce1) docs: Update README (GitHub Actions Bot) - [`55c2a66`](https://github.com/eslint/eslint/commit/55c2a6621cc403f2fc11eb4ad762eadc70a54874) docs: Update README (GitHub Actions Bot) - [`eb76282`](https://github.com/eslint/eslint/commit/eb76282e0a2db8aa10a3d5659f5f9237d9729121) docs: Update README (GitHub Actions Bot) - [`ff6e96e`](https://github.com/eslint/eslint/commit/ff6e96ec30862a4eb77a201551ec8c618335bfc2) docs: `baseConfig` and `overrideConfig` can be arrays ([#&#8203;18571](https://github.com/eslint/eslint/issues/18571)) (Milos Djermanovic) - [`d2d83e0`](https://github.com/eslint/eslint/commit/d2d83e045ad03f024d1679275708054d789ebe20) docs: Add mention of eslint-transforms to v9 migration guide ([#&#8203;18566](https://github.com/eslint/eslint/issues/18566)) (Nicholas C. Zakas) - [`9ce6832`](https://github.com/eslint/eslint/commit/9ce6832578d5798b591f490a8609c87235e881c7) docs: add callout box for unintuitive behavior ([#&#8203;18567](https://github.com/eslint/eslint/issues/18567)) (Ben McCann) - [`b8db99c`](https://github.com/eslint/eslint/commit/b8db99c575c75edc9b42e6333e1b0aa7d26d9a01) docs: Add VS Code info to config migration guide ([#&#8203;18555](https://github.com/eslint/eslint/issues/18555)) (Nicholas C. Zakas) - [`518a35c`](https://github.com/eslint/eslint/commit/518a35c8fa9161522cbe9066d48e6c6fcd8aadf3) docs: Mention config migrator ([#&#8203;18561](https://github.com/eslint/eslint/issues/18561)) (Nicholas C. Zakas) - [`eb440fc`](https://github.com/eslint/eslint/commit/eb440fcf16bd2f62d58b7aa9bbaf546cd94e9918) docs: specifying files with arbitrary or no extension ([#&#8203;18539](https://github.com/eslint/eslint/issues/18539)) (Francesco Trotta) - [`38c159e`](https://github.com/eslint/eslint/commit/38c159e7dda812ce6dfdbf8c5b78db7cdd676c62) docs: Provide example of reading package.json for plugins meta ([#&#8203;18530](https://github.com/eslint/eslint/issues/18530)) (Nicholas C. Zakas) - [`d16a659`](https://github.com/eslint/eslint/commit/d16a6599cad35726f62eb230bb95af463611c6c6) docs: add link to migration guide for `--ext` CLI option ([#&#8203;18537](https://github.com/eslint/eslint/issues/18537)) (Milos Djermanovic) - [`73408de`](https://github.com/eslint/eslint/commit/73408de08dbe1873bf6b5564533c0d81134cfeee) docs: add link to configuration file docs before examples ([#&#8203;18535](https://github.com/eslint/eslint/issues/18535)) (Milos Djermanovic) #### Chores - [`f588160`](https://github.com/eslint/eslint/commit/f588160c2f9996c9c62b787f1fe678f71740ec43) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.5.0 ([#&#8203;18591](https://github.com/eslint/eslint/issues/18591)) (Milos Djermanovic) - [`5890841`](https://github.com/eslint/eslint/commit/58908415c3e9e7924d39a2ff96573f7677ddb806) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`e9f4ccd`](https://github.com/eslint/eslint/commit/e9f4ccd8a182801e08d96d4246df10246ea82a58) chore: remove unused eslint-disable directive ([#&#8203;18589](https://github.com/eslint/eslint/issues/18589)) (Milos Djermanovic) - [`4b23ffd`](https://github.com/eslint/eslint/commit/4b23ffd6454cfb1a269430f5fe28e7d1c37b9d3e) refactor: Move JS parsing logic into JS language ([#&#8203;18448](https://github.com/eslint/eslint/issues/18448)) (Nicholas C. Zakas) - [`1495b93`](https://github.com/eslint/eslint/commit/1495b93d6fac4d7b6c9efa24c46b613f47feb1d4) chore: update WebdriverIO packages ([#&#8203;18558](https://github.com/eslint/eslint/issues/18558)) (Christian Bromann) - [`cea7ede`](https://github.com/eslint/eslint/commit/cea7ede4618d789180d37ee12a57939b30a5c4ee) chore: add website donate link instead of opencollective ([#&#8203;18582](https://github.com/eslint/eslint/issues/18582)) (Strek) - [`ec94880`](https://github.com/eslint/eslint/commit/ec948803c99ab1b001f093c7a2c412945fbb385f) chore: package.json update for eslint-config-eslint release (Jenkins) - [`6912586`](https://github.com/eslint/eslint/commit/69125865b058c08ded162d4395d606dd22acb77d) chore: extract formatting rules into separate config ([#&#8203;18560](https://github.com/eslint/eslint/issues/18560)) (Milos Djermanovic) - [`9738f7e`](https://github.com/eslint/eslint/commit/9738f7e9dee49a9a3a7b8bfce87eb236ede6f572) ci: fix CLI flags for c8, raise thresholds ([#&#8203;18554](https://github.com/eslint/eslint/issues/18554)) (Francesco Trotta) - [`c6de7bb`](https://github.com/eslint/eslint/commit/c6de7bba57054efd4620e0630c23e2c63b1927b2) chore: update dependency markdownlint-cli to ^0.41.0 ([#&#8203;18538](https://github.com/eslint/eslint/issues/18538)) (renovate\[bot]) - [`2c8fd34`](https://github.com/eslint/eslint/commit/2c8fd34bf1471efbd6e616b50d4e25ea858a6989) ci: pin [@&#8203;wdio/browser-runner](https://github.com/wdio/browser-runner) v8.36.0 ([#&#8203;18540](https://github.com/eslint/eslint/issues/18540)) (唯然) ### [`v9.4.0`](https://github.com/eslint/eslint/releases/tag/v9.4.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.3.0...v9.4.0) #### Features - [`89a4a0a`](https://github.com/eslint/eslint/commit/89a4a0a260b8eb11487fe3d5d4d80f4630933eb3) feat: ignore IIFE's in the `no-loop-func` rule ([#&#8203;17528](https://github.com/eslint/eslint/issues/17528)) (Nitin Kumar) #### Bug Fixes - [`f6534d1`](https://github.com/eslint/eslint/commit/f6534d14033e04f6c7c88a1f0c44a8077148ec6b) fix: skip processor code blocks that match only universal patterns ([#&#8203;18507](https://github.com/eslint/eslint/issues/18507)) (Milos Djermanovic) - [`7226ebd`](https://github.com/eslint/eslint/commit/7226ebd69df04a4cc5fe546641f3443b60ec47e9) fix: allow implicit undefined return in `no-constructor-return` ([#&#8203;18515](https://github.com/eslint/eslint/issues/18515)) (Ali Rezvani) - [`389744b`](https://github.com/eslint/eslint/commit/389744be255717c507fafc158746e579ac08d77e) fix: use `@eslint/config-inspector@latest` ([#&#8203;18483](https://github.com/eslint/eslint/issues/18483)) (唯然) - [`70118a5`](https://github.com/eslint/eslint/commit/70118a5b11860fce364028d3c515393b6a586aae) fix: `func-style` false positive with arrow functions and `super` ([#&#8203;18473](https://github.com/eslint/eslint/issues/18473)) (Milos Djermanovic) #### Documentation - [`d7ab6f5`](https://github.com/eslint/eslint/commit/d7ab6f589d39c64bc5daaef4be3a972032f04c05) docs: update theme when when `prefers-color-scheme` changes ([#&#8203;18510](https://github.com/eslint/eslint/issues/18510)) (Nitin Kumar) - [`525fdff`](https://github.com/eslint/eslint/commit/525fdffde4cb34010bc503f6d54855b3f9d07811) docs: fix components files ([#&#8203;18519](https://github.com/eslint/eslint/issues/18519)) (Tanuj Kanti) - [`80747d2`](https://github.com/eslint/eslint/commit/80747d23dec69b30ea2c3620a1198f7d06b012b8) docs: refactor `prefer-destructuring` rule ([#&#8203;18472](https://github.com/eslint/eslint/issues/18472)) (Tanuj Kanti) - [`f06e0b5`](https://github.com/eslint/eslint/commit/f06e0b5f51ae1aad8957d27aa0ea4d6d0ad51455) docs: clarify func-style ([#&#8203;18477](https://github.com/eslint/eslint/issues/18477)) (Cameron Steffen) #### Chores - [`010dd2e`](https://github.com/eslint/eslint/commit/010dd2ef50456a1ba5892152192b6c9d9d5fd470) chore: upgrade to `@eslint/js@9.4.0` ([#&#8203;18534](https://github.com/eslint/eslint/issues/18534)) (Francesco Trotta) - [`5e1b5dc`](https://github.com/eslint/eslint/commit/5e1b5dc9a3d839737125571c8fd4e239d81608de) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`594145f`](https://github.com/eslint/eslint/commit/594145f493d913e2b7e25a27accf33c44e1d4687) refactor: switch to `@eslint/config-array` ([#&#8203;18527](https://github.com/eslint/eslint/issues/18527)) (Francesco Trotta) ### [`v9.3.0`](https://github.com/eslint/eslint/releases/tag/v9.3.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.2.0...v9.3.0) #### Features - [`b32153c`](https://github.com/eslint/eslint/commit/b32153c97317c6fc593c2abbf6ae994519d473b4) feat: add `overrides.namedExports` to `func-style` rule ([#&#8203;18444](https://github.com/eslint/eslint/issues/18444)) (Percy Ma) - [`b67eba4`](https://github.com/eslint/eslint/commit/b67eba4514026ef7e489798fd883beb678817a46) feat: add `restrictedNamedExportsPattern` to `no-restricted-exports` ([#&#8203;18431](https://github.com/eslint/eslint/issues/18431)) (Akul Srivastava) - [`069aa68`](https://github.com/eslint/eslint/commit/069aa680c78b8516b9a1b568519f1d01e74fb2a2) feat: add option `allowEscape` to `no-misleading-character-class` rule ([#&#8203;18208](https://github.com/eslint/eslint/issues/18208)) (Francesco Trotta) - [`05ef92d`](https://github.com/eslint/eslint/commit/05ef92dd15949014c0735125c89b7bd70dec58c8) feat: deprecate `multiline-comment-style` & `line-comment-position` ([#&#8203;18435](https://github.com/eslint/eslint/issues/18435)) (唯然) - [`db0b174`](https://github.com/eslint/eslint/commit/db0b174c3ace60e29585bfc3520727c44cefcfc5) feat: add `enforceForInnerExpressions` option to `no-extra-boolean-cast` ([#&#8203;18222](https://github.com/eslint/eslint/issues/18222)) (Kirk Waiblinger) #### Bug Fixes - [`8db0eff`](https://github.com/eslint/eslint/commit/8db0eff4ba89b45f439c27ba1202ed056ae92e83) fix: Improve config error messages ([#&#8203;18457](https://github.com/eslint/eslint/issues/18457)) (Nicholas C. Zakas) - [`5c28d9a`](https://github.com/eslint/eslint/commit/5c28d9a367e1608e097c491f40b8afd0730a8b9e) fix: don't remove comments between key and value in object-shorthand ([#&#8203;18442](https://github.com/eslint/eslint/issues/18442)) (Kuba Jastrzębski) - [`39fb0ee`](https://github.com/eslint/eslint/commit/39fb0ee9cd33f952707294e67f194d414261a571) fix: object-shorthand loses type parameters when auto-fixing ([#&#8203;18438](https://github.com/eslint/eslint/issues/18438)) (dalaoshu) - [`37eba48`](https://github.com/eslint/eslint/commit/37eba48d6f2d3c99c5ecf2fc3967e428a6051dbb) fix: don't crash when `fs.readFile` returns promise from another realm ([#&#8203;18416](https://github.com/eslint/eslint/issues/18416)) (Milos Djermanovic) #### Documentation - [`ceada8c`](https://github.com/eslint/eslint/commit/ceada8c702d4903d6872f46a25d68b672d2c6289) docs: explain how to use "tsc waiting" label ([#&#8203;18466](https://github.com/eslint/eslint/issues/18466)) (Francesco Trotta) - [`62e686c`](https://github.com/eslint/eslint/commit/62e686c5e90411fed2b5561be5688d7faf64d791) docs: Add troubleshooting info for plugin compatibility ([#&#8203;18451](https://github.com/eslint/eslint/issues/18451)) (Nicholas C. Zakas) - [`e17e1c0`](https://github.com/eslint/eslint/commit/e17e1c0dd5d5dc5a4cae5888116913f6555b1f1e) docs: Update README (GitHub Actions Bot) - [`2465a1e`](https://github.com/eslint/eslint/commit/2465a1e3f3b78f302f64e62e5f0d851626b81b3c) docs: Update README (GitHub Actions Bot) - [`d23574c`](https://github.com/eslint/eslint/commit/d23574c5c0275c8b3714a7a6d3e8bf2108af60f1) docs: Clarify usage of `no-unreachable` with TypeScript ([#&#8203;18445](https://github.com/eslint/eslint/issues/18445)) (benj-dobs) - [`1db9bae`](https://github.com/eslint/eslint/commit/1db9bae944b69945e3b05f76754cced16ae83838) docs: Fix typos ([#&#8203;18443](https://github.com/eslint/eslint/issues/18443)) (Frieder Bluemle) - [`7065196`](https://github.com/eslint/eslint/commit/70651968beb0f907c9689c2477721c0b991acc4a) docs: Update README (GitHub Actions Bot) - [`04e7c6e`](https://github.com/eslint/eslint/commit/04e7c6e0a24bd2d7691ae641e2dc0e6d538dcdfd) docs: update deprecation notice of `no-return-await` ([#&#8203;18433](https://github.com/eslint/eslint/issues/18433)) (Tanuj Kanti) - [`e763512`](https://github.com/eslint/eslint/commit/e7635126f36145b47fe5d135ab258af43b2715c9) docs: Link global ignores section in config object property list ([#&#8203;18430](https://github.com/eslint/eslint/issues/18430)) (MaoShizhong) - [`ac7f718`](https://github.com/eslint/eslint/commit/ac7f718de66131187302387fc26907c4c93196f9) docs: reflect release of v9 in config migration guide ([#&#8203;18412](https://github.com/eslint/eslint/issues/18412)) (Peter Briggs) - [`0de0909`](https://github.com/eslint/eslint/commit/0de0909e001191a3464077d37e8c0b3f67e9a1cb) docs: fix grammar in configuration file resolution ([#&#8203;18419](https://github.com/eslint/eslint/issues/18419)) (Mike McCready) #### Chores - [`58e2719`](https://github.com/eslint/eslint/commit/58e271924aeb8ac2b8864845cd787ef3f9239939) chore: update dependencies for v9.3.0 release ([#&#8203;18469](https://github.com/eslint/eslint/issues/18469)) (Francesco Trotta) - [`b681ecb`](https://github.com/eslint/eslint/commit/b681ecbdf0882cbb7902682a9d35c1e76ac76c30) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`06f1d1c`](https://github.com/eslint/eslint/commit/06f1d1cd874dfc40a6651b08d766f6522a67b3f0) chore: update dependency [@&#8203;humanwhocodes/retry](https://github.com/humanwhocodes/retry) to ^0.3.0 ([#&#8203;18463](https://github.com/eslint/eslint/issues/18463)) (renovate\[bot]) - [`a63ed72`](https://github.com/eslint/eslint/commit/a63ed722a64040d2be90f36e45f1f5060a9fe28e) refactor: Use `node:` protocol for built-in Node.js modules ([#&#8203;18434](https://github.com/eslint/eslint/issues/18434)) (Milos Djermanovic) - [`040700a`](https://github.com/eslint/eslint/commit/040700a7a19726bb9568fc190bff95e88fb87269) chore: update dependency markdownlint-cli to ^0.40.0 ([#&#8203;18425](https://github.com/eslint/eslint/issues/18425)) (renovate\[bot]) - [`f47847c`](https://github.com/eslint/eslint/commit/f47847c1b45ef1ac5f05f3a37f5f8c46b860c57f) chore: update actions/stale action to v9 ([#&#8203;18426](https://github.com/eslint/eslint/issues/18426)) (renovate\[bot]) - [`c18ad25`](https://github.com/eslint/eslint/commit/c18ad252c280443e85f788c70ce597e1941f8ff5) chore: update actions/upload-artifact action to v4 ([#&#8203;18427](https://github.com/eslint/eslint/issues/18427)) (renovate\[bot]) - [`27e3060`](https://github.com/eslint/eslint/commit/27e3060f7519d84501a11218343c34df4947b303) chore: Disable documentation label ([#&#8203;18423](https://github.com/eslint/eslint/issues/18423)) (Nicholas C. Zakas) ### [`v9.2.0`](https://github.com/eslint/eslint/releases/tag/v9.2.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.1.1...v9.2.0) #### Features - [`8485d76`](https://github.com/eslint/eslint/commit/8485d76134bdbd29230780fadc284c482cd1d963) feat: `no-case-declarations` add suggestions ([#&#8203;18388](https://github.com/eslint/eslint/issues/18388)) (Josh Goldberg ✨) - [`a498f35`](https://github.com/eslint/eslint/commit/a498f35cef4df9c9f5387fafafaf482d913d5765) feat: update Unicode letter detection in capitalized-comments rule ([#&#8203;18375](https://github.com/eslint/eslint/issues/18375)) (Francesco Trotta) #### Bug Fixes - [`eeec413`](https://github.com/eslint/eslint/commit/eeec41346738afb491958fdbf0bcf45a302ca1b7) fix: do not throw when defining a global named **defineSetter** ([#&#8203;18364](https://github.com/eslint/eslint/issues/18364)) (唯然) #### Documentation - [`0f5df50`](https://github.com/eslint/eslint/commit/0f5df509a4bc00cff2c62b90fab184bdf0231322) docs: Update README (GitHub Actions Bot) - [`1579ce0`](https://github.com/eslint/eslint/commit/1579ce05cbb523cb5b04ff77fab06ba1ecd18dce) docs: update wording regarding indirect eval ([#&#8203;18394](https://github.com/eslint/eslint/issues/18394)) (Kirk Waiblinger) - [`f12a02c`](https://github.com/eslint/eslint/commit/f12a02c5749d31beefe46d2753a0d68b56f2281d) docs: update to eslint v9 in custom-rule-tutorial ([#&#8203;18383](https://github.com/eslint/eslint/issues/18383)) (唯然) #### Chores - [`b346605`](https://github.com/eslint/eslint/commit/b3466052802a1586560ad56a8128d603284d58c2) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.2.0 ([#&#8203;18413](https://github.com/eslint/eslint/issues/18413)) (Milos Djermanovic) - [`c4c18e0`](https://github.com/eslint/eslint/commit/c4c18e05fc866b73218dbe58b760546f39a2a620) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`284722c`](https://github.com/eslint/eslint/commit/284722ca8375c9a9e4f741bfdd78e765542da61f) chore: package.json update for eslint-config-eslint release (Jenkins) - [`347d44f`](https://github.com/eslint/eslint/commit/347d44f96b3d9d690e4f7380029e8a5a60b2fdc7) chore: remove eslintrc export from eslint-config-eslint ([#&#8203;18400](https://github.com/eslint/eslint/issues/18400)) (Milos Djermanovic) - [`f316e20`](https://github.com/eslint/eslint/commit/f316e2009a8aa902fa447a49b6b5e560848f0711) ci: run tests in Node.js 22 ([#&#8203;18393](https://github.com/eslint/eslint/issues/18393)) (Francesco Trotta) ### [`v9.1.1`](https://github.com/eslint/eslint/releases/tag/v9.1.1) [Compare Source](https://github.com/eslint/eslint/compare/v9.1.0...v9.1.1) #### Bug Fixes - [`a26b402`](https://github.com/eslint/eslint/commit/a26b40279f283853717236b44602b27b57f0b627) fix: use [@&#8203;eslint/create-config](https://github.com/eslint/create-config) latest ([#&#8203;18373](https://github.com/eslint/eslint/issues/18373)) (唯然) ### [`v9.1.0`](https://github.com/eslint/eslint/releases/tag/v9.1.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.0.0...v9.1.0) #### Features - [`03068f1`](https://github.com/eslint/eslint/commit/03068f13c0e3e6b34b8ca63628cfc79dd256feac) feat: Provide helpful error message for nullish configs ([#&#8203;18357](https://github.com/eslint/eslint/issues/18357)) (Nicholas C. Zakas) - [`751b518`](https://github.com/eslint/eslint/commit/751b518f02b1e9f4f0cb4a4007ffacb1be2246af) feat: replace dependency graphemer with `Intl.Segmenter` ([#&#8203;18110](https://github.com/eslint/eslint/issues/18110)) (Francesco Trotta) - [`4d11e56`](https://github.com/eslint/eslint/commit/4d11e567baff575146fd267b3765ab2c788aa1e5) feat: add `name` to eslint configs ([#&#8203;18289](https://github.com/eslint/eslint/issues/18289)) (唯然) - [`1cbe1f6`](https://github.com/eslint/eslint/commit/1cbe1f6d38272784307c260f2375ab30e68716e8) feat: allow `while(true)` in `no-constant-condition` ([#&#8203;18286](https://github.com/eslint/eslint/issues/18286)) (Tanuj Kanti) - [`0db676f`](https://github.com/eslint/eslint/commit/0db676f9c64d2622ada86b653136d2bda4f0eee0) feat: add `Intl` in es6 globals ([#&#8203;18318](https://github.com/eslint/eslint/issues/18318)) (唯然) #### Bug Fixes - [`8d18958`](https://github.com/eslint/eslint/commit/8d189586d60f9beda7be8cdefd4156c023c4fdde) fix: Remove name from eslint/js packages ([#&#8203;18368](https://github.com/eslint/eslint/issues/18368)) (Nicholas C. Zakas) - [`594eb0e`](https://github.com/eslint/eslint/commit/594eb0e5c2b14a418d686c33d2d40fb439888b70) fix: do not crash on error in `fs.walk` filter ([#&#8203;18295](https://github.com/eslint/eslint/issues/18295)) (Francesco Trotta) - [`0d8cf63`](https://github.com/eslint/eslint/commit/0d8cf6350ce3dc417d6e23922e6d4ad03952aaaa) fix: EMFILE errors ([#&#8203;18313](https://github.com/eslint/eslint/issues/18313)) (Nicholas C. Zakas) - [`e1ac0b5`](https://github.com/eslint/eslint/commit/e1ac0b5c035bfdff7be08b69e89e1470a7becac3) fix: --inspect-config only for flat config and respect -c ([#&#8203;18306](https://github.com/eslint/eslint/issues/18306)) (Nicholas C. Zakas) - [`09675e1`](https://github.com/eslint/eslint/commit/09675e153169d4d0f4a85a95007dcd17d34d70c7) fix: `--no-ignore` should not apply to non-global ignores ([#&#8203;18334](https://github.com/eslint/eslint/issues/18334)) (Milos Djermanovic) #### Documentation - [`fb50077`](https://github.com/eslint/eslint/commit/fb50077fec497fbf01d754fc75aa22cff43ef066) docs: include notes about globals in migration-guide ([#&#8203;18356](https://github.com/eslint/eslint/issues/18356)) (Gabriel Rohden) - [`71c771f`](https://github.com/eslint/eslint/commit/71c771fb390cf178220d06fd7316033a385128a9) docs: Fix missing accessible name for scroll-to-top link ([#&#8203;18329](https://github.com/eslint/eslint/issues/18329)) (Germán Freixinós) - [`200fd4e`](https://github.com/eslint/eslint/commit/200fd4e3223d1ad22dca3dc79aa6eaa860fefe32) docs: indicate eslintrc mode for `.eslintignore` ([#&#8203;18285](https://github.com/eslint/eslint/issues/18285)) (Francesco Trotta) - [`16b6a8b`](https://github.com/eslint/eslint/commit/16b6a8b469d2e0ba6d904b9e858711590568b246) docs: Update README (GitHub Actions Bot) - [`df5f8a9`](https://github.com/eslint/eslint/commit/df5f8a9bc1042c13f1969c9fbd8c72eee0662daa) docs: `paths` and `patterns` difference in `no-restricted-imports` ([#&#8203;18273](https://github.com/eslint/eslint/issues/18273)) (Tanuj Kanti) - [`c537d76`](https://github.com/eslint/eslint/commit/c537d76327586616b7ca5d00e76eaf6c76e6bcd2) docs: update `npm init @&#8203;eslint/config` generated file names ([#&#8203;18298](https://github.com/eslint/eslint/issues/18298)) (唯然) - [`e1e305d`](https://github.com/eslint/eslint/commit/e1e305defaab98605d79c81d67ee5a48558c458a) docs: fix `linebreak-style` examples ([#&#8203;18262](https://github.com/eslint/eslint/issues/18262)) (Francesco Trotta) - [`113f51e`](https://github.com/eslint/eslint/commit/113f51ec4e52d3082a74b9682239a6e28d1a70ee) docs: Mention package.json config support dropped ([#&#8203;18305](https://github.com/eslint/eslint/issues/18305)) (Nicholas C. Zakas) - [`5c35321`](https://github.com/eslint/eslint/commit/5c353215e05818e17e83192acbb4d3730c716afa) docs: add eslintrc-only note to `--rulesdir` ([#&#8203;18281](https://github.com/eslint/eslint/issues/18281)) (Adam Lui 刘展鹏) #### Build Related - [`1fa6622`](https://github.com/eslint/eslint/commit/1fa66220ad130eeb69cfa0207d3896b7bb09c576) build: do not use `--force` flag to install dependencies ([#&#8203;18284](https://github.com/eslint/eslint/issues/18284)) (Francesco Trotta) #### Chores - [`d9a2983`](https://github.com/eslint/eslint/commit/d9a2983e1301599117cf554aa6a9bd44b84f2e55) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js) to v9.1.1 ([#&#8203;18367](https://github.com/eslint/eslint/issues/18367)) (Francesco Trotta) - [`50d406d`](https://github.com/eslint/eslint/commit/50d406d68c0304370fa47d156a407258b68dfa1b) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`155c71c`](https://github.com/eslint/eslint/commit/155c71c210aaa7235ddadabb067813d8b1c76f65) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`0588fc5`](https://github.com/eslint/eslint/commit/0588fc5ecb87fddd70e1848e417ba712b48473c3) refactor: Move directive gathering to SourceCode ([#&#8203;18328](https://github.com/eslint/eslint/issues/18328)) (Nicholas C. Zakas) - [`9048e21`](https://github.com/eslint/eslint/commit/9048e2184c19799bb9b8a5908345d4ce05020c41) chore: lint `docs/src/_data` js files ([#&#8203;18335](https://github.com/eslint/eslint/issues/18335)) (Milos Djermanovic) - [`4820790`](https://github.com/eslint/eslint/commit/48207908a8291916a124af60e02d0327276f8957) chore: upgrade globals\@&#8203;15.0.0 dev dependency ([#&#8203;18332](https://github.com/eslint/eslint/issues/18332)) (Milos Djermanovic) - [`698d9ff`](https://github.com/eslint/eslint/commit/698d9ff2c9c4e24836d69358b93d42c356eb853b) chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint ([#&#8203;18333](https://github.com/eslint/eslint/issues/18333)) (Milos Djermanovic) - [`32c08cf`](https://github.com/eslint/eslint/commit/32c08cf66536e595e93284500b0b8d702e30cfd8) chore: drop Node < 18 and use [@&#8203;eslint/js](https://github.com/eslint/js) v9 in eslint-config-eslint ([#&#8203;18323](https://github.com/eslint/eslint/issues/18323)) (Milos Djermanovic) - [`a76fb55`](https://github.com/eslint/eslint/commit/a76fb55004ea095c68dde134ca7db0212c93c86e) chore: [@&#8203;eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) v4.3.0 ([#&#8203;18319](https://github.com/eslint/eslint/issues/18319)) (Milos Djermanovic) - [`78e45b1`](https://github.com/eslint/eslint/commit/78e45b1d8d6b673ced233ca82b9ff1dddcdd1fec) chore: eslint-plugin-eslint-plugin v6.0.0 ([#&#8203;18316](https://github.com/eslint/eslint/issues/18316)) (唯然) - [`36103a5`](https://github.com/eslint/eslint/commit/36103a52432fffa20b90f2c6960757e6b9dc778f) chore: eslint-plugin-n v17.0.0 ([#&#8203;18315](https://github.com/eslint/eslint/issues/18315)) (唯然) ### [`v9.0.0`](https://github.com/eslint/eslint/releases/tag/v9.0.0) [Compare Source](https://github.com/eslint/eslint/compare/v8.57.1...v9.0.0) #### Breaking Changes - [`b7cf3bd`](https://github.com/eslint/eslint/commit/b7cf3bd29f25a0bab4102a51029bf47c50f406b5) fix!: correct `camelcase` rule schema for `allow` option ([#&#8203;18232](https://github.com/eslint/eslint/issues/18232)) (eMerzh) - [`09bd7fe`](https://github.com/eslint/eslint/commit/09bd7fe09ad255a263286e90accafbe2bf04ccfc) feat!: move AST traversal into SourceCode ([#&#8203;18167](https://github.com/eslint/eslint/issues/18167)) (Nicholas C. Zakas) - [`79a95eb`](https://github.com/eslint/eslint/commit/79a95eb7da7fe657b6448c225d4f8ac31117456a) feat!: disallow multiple configuration comments for same rule ([#&#8203;18157](https://github.com/eslint/eslint/issues/18157)) (Milos Djermanovic) - [`9163646`](https://github.com/eslint/eslint/commit/916364692bae6a93c10b5d48fc1e9de1677d0d09) feat!: Rule Tester checks for missing placeholder data in the message ([#&#8203;18073](https://github.com/eslint/eslint/issues/18073)) (fnx) - [`3c4d51d`](https://github.com/eslint/eslint/commit/3c4d51d55fa5435ab18b6bf46f6b97df0f480ae7) feat!: default for `enforceForClassMembers` in `no-useless-computed-key` ([#&#8203;18054](https://github.com/eslint/eslint/issues/18054)) (Francesco Trotta) - [`47e60f8`](https://github.com/eslint/eslint/commit/47e60f85e0c3f275207bb4be9b5947166a190477) feat!: Stricter rule test validations ([#&#8203;17654](https://github.com/eslint/eslint/issues/17654)) (fnx) - [`1a94589`](https://github.com/eslint/eslint/commit/1a945890105d307541dcbff15f6438c19b476ade) feat!: `no-unused-vars` default caughtErrors to 'all' ([#&#8203;18043](https://github.com/eslint/eslint/issues/18043)) (Josh Goldberg ✨) - [`57089cb`](https://github.com/eslint/eslint/commit/57089cb5166acf8b8bdba8a8dbeb0a129f841478) feat!: no-restricted-imports allow multiple config entries for same path ([#&#8203;18021](https://github.com/eslint/eslint/issues/18021)) (Milos Djermanovic) - [`2e1d549`](https://github.com/eslint/eslint/commit/2e1d54960051b59e1c731fa44c2ef843290b1335) feat!: detect duplicate test cases ([#&#8203;17955](https://github.com/eslint/eslint/issues/17955)) (Bryan Mishkin) - [`701f1af`](https://github.com/eslint/eslint/commit/701f1afbee34e458b56d2dfa36d9153d6aebea3a) feat!: no-inner-declaration new default behaviour and option ([#&#8203;17885](https://github.com/eslint/eslint/issues/17885)) (Tanuj Kanti) - [`bde5105`](https://github.com/eslint/eslint/commit/bde51055530d4a71bd9f48c90ed7de9c0b767d86) fix!: handle `--output-file` for empty output when saving to disk ([#&#8203;17957](https://github.com/eslint/eslint/issues/17957)) (Nitin Kumar) - [`07107a5`](https://github.com/eslint/eslint/commit/07107a5904c2580243971c8ad7f26a04738b712e) fix!: upgrade eslint-scope\@&#8203;8.0.0 ([#&#8203;17942](https://github.com/eslint/eslint/issues/17942)) (Milos Djermanovic) - [`3ee0f6c`](https://github.com/eslint/eslint/commit/3ee0f6ca5d756da647e4e76bf3daa82a5905a792) fix!: no-unused-vars `varsIgnorePattern` behavior with catch arguments ([#&#8203;17932](https://github.com/eslint/eslint/issues/17932)) (Tanuj Kanti) - [`51f8bc8`](https://github.com/eslint/eslint/commit/51f8bc836bf0b13dad3a897ae84259bcdaed2431) fix!: configuration comments with just severity should retain options ([#&#8203;17945](https://github.com/eslint/eslint/issues/17945)) (Milos Djermanovic) - [`d191bdd`](https://github.com/eslint/eslint/commit/d191bdd67214c33e65bd605e616ca7cc947fd045) feat!: Remove CodePath#currentSegments ([#&#8203;17936](https://github.com/eslint/eslint/issues/17936)) (Milos Djermanovic) - [`946ae00`](https://github.com/eslint/eslint/commit/946ae00457265eb298eb169d6d48ca7ec71b9eef) feat!: FlatRuleTester -> RuleTester ([#&#8203;17922](https://github.com/eslint/eslint/issues/17922)) (Nicholas C. Zakas) - [`baff28c`](https://github.com/eslint/eslint/commit/baff28ce8f167f564471f1d70d6e9c4b0cb1a508) feat!: remove `no-inner-declarations` from `eslint:recommended` ([#&#8203;17920](https://github.com/eslint/eslint/issues/17920)) (Milos Djermanovic) - [`cadfbcd`](https://github.com/eslint/eslint/commit/cadfbcd468737fc9447243edd1d15058efb6d3d8) feat!: Rename FlatESLint to ESLint ([#&#8203;17914](https://github.com/eslint/eslint/issues/17914)) (Nicholas C. Zakas) - [`d1018fc`](https://github.com/eslint/eslint/commit/d1018fc5e59db0495aa4a7f501c9d3f831981f35) feat!: skip running warnings in --quiet mode ([#&#8203;17274](https://github.com/eslint/eslint/issues/17274)) (Maddy Miller) - [`fb81b1c`](https://github.com/eslint/eslint/commit/fb81b1cb78d2692a87fd3591fdc0f96b0c95e760) feat!: Set default `schema: []`, drop support for function-style rules ([#&#8203;17792](https://github.com/eslint/eslint/issues/17792)) (Milos Djermanovic) - [`0b21e1f`](https://github.com/eslint/eslint/commit/0b21e1fd67d94f907d007a7a9707a3ae1cc08575) feat!: add two more cases to `no-implicit-coercion` ([#&#8203;17832](https://github.com/eslint/eslint/issues/17832)) (Gürgün Dayıoğlu) - [`2916c63`](https://github.com/eslint/eslint/commit/2916c63046603e0cdc578d3c2eef8fca5b2e8847) feat!: Switch Linter to flat config by default ([#&#8203;17851](https://github.com/eslint/eslint/issues/17851)) (Nicholas C. Zakas) - [`200518e`](https://github.com/eslint/eslint/commit/200518eb6d42de4c3b0c6ef190fc09a95718297e) fix!: Parsing 'exported' comment using parseListConfig ([#&#8203;17675](https://github.com/eslint/eslint/issues/17675)) (amondev) - [`bdd6ba1`](https://github.com/eslint/eslint/commit/bdd6ba138645dba0442bb0ed2ee73049df56f38d) feat!: Remove valid-jsdoc and require-jsdoc ([#&#8203;17694](https://github.com/eslint/eslint/issues/17694)) (Nicholas C. Zakas) - [`12be307`](https://github.com/eslint/eslint/commit/12be3071d014814149e8e6d602f5c192178ca771) fix!: Behavior of CLI when no arguments are passed ([#&#8203;17644](https://github.com/eslint/eslint/issues/17644)) (Nicholas C. Zakas) - [`8fe8c56`](https://github.com/eslint/eslint/commit/8fe8c5626b98840d6a8580004f6ceffeff56264f) feat!: Update shouldUseFlatConfig and CLI so flat config is default ([#&#8203;17748](https://github.com/eslint/eslint/issues/17748)) (Nicholas C. Zakas) - [`60dea3e`](https://github.com/eslint/eslint/commit/60dea3e3abd6c0b6aab25437b2d0501b0d30b70c) feat!: deprecate no-new-symbol, recommend no-new-native-nonconstructor ([#&#8203;17710](https://github.com/eslint/eslint/issues/17710)) (Francesco Trotta) - [`5aa9c49`](https://github.com/eslint/eslint/commit/5aa9c499da48b2d3187270d5d8ece71ad7521f56) feat!: check for parsing errors in suggestion fixes ([#&#8203;16639](https://github.com/eslint/eslint/issues/16639)) (Bryan Mishkin) - [`b3e0bb0`](https://github.com/eslint/eslint/commit/b3e0bb03cc814e78b06a1acc4e5347b4c90d72bf) feat!: assert suggestion messages are unique in rule testers ([#&#8203;17532](https://github.com/eslint/eslint/issues/17532)) (Josh Goldberg ✨) - [`e563c52`](https://github.com/eslint/eslint/commit/e563c52e35d25f726d423cc3b1dffcd80027fd99) feat!: `no-invalid-regexp` make allowConstructorFlags case-sensitive ([#&#8203;17533](https://github.com/eslint/eslint/issues/17533)) (Josh Goldberg ✨) - [`e5f02c7`](https://github.com/eslint/eslint/commit/e5f02c70084c4f80900c0875b08f665e1f030af2) fix!: no-sequences rule schema correction ([#&#8203;17878](https://github.com/eslint/eslint/issues/17878)) (MHO) - [`6ee3e9e`](https://github.com/eslint/eslint/commit/6ee3e9eb5df7bdfdaa1746214793ed511112be76) feat!: Update `eslint:recommended` configuration ([#&#8203;17716](https://github.com/eslint/eslint/issues/17716)) (Milos Djermanovic) - [`c2cf85a`](https://github.com/eslint/eslint/commit/c2cf85a7447777e6b499cbb5c49de919bb5c817f) feat!: drop support for string configurations in flat config array ([#&#8203;17717](https://github.com/eslint/eslint/issues/17717)) (Milos Djermanovic) - [`c314fd6`](https://github.com/eslint/eslint/commit/c314fd612587c42cfbe6acbe286629c4178be3f7) feat!: Remove `SourceCode#getComments()` ([#&#8203;17715](https://github.com/eslint/eslint/issues/17715)) (Milos Djermanovic) - [`ae78ff1`](https://github.com/eslint/eslint/commit/ae78ff16558a1a2ca07b2b9cd294157d1bdcce2e) feat!: Remove deprecated context methods ([#&#8203;17698](https://github.com/eslint/eslint/issues/17698)) (Nicholas C. Zakas) - [`f71c328`](https://github.com/eslint/eslint/commit/f71c328e2786e2d73f168e43c7f96de172484a49) feat!: Swap FlatESLint-ESLint, FlatRuleTester-RuleTester in API ([#&#8203;17823](https://github.com/eslint/eslint/issues/17823)) (Nicholas C. Zakas) - [`5304da0`](https://github.com/eslint/eslint/commit/5304da03d94dc8cb19060e2efc9206784c4cec0e) feat!: remove formatters except html, json(-with-metadata), and stylish ([#&#8203;17531](https://github.com/eslint/eslint/issues/17531)) (Josh Goldberg ✨) - [`e1e827f`](https://github.com/eslint/eslint/commit/e1e827ffcbd73faa40dbac3b97529452e9c67108) feat!: Require Node.js `^18.18.0 || ^20.9.0 || >=21.1.0` ([#&#8203;17725](https://github.com/eslint/eslint/issues/17725)) (Milos Djermanovic) #### Features - [`d54a412`](https://github.com/eslint/eslint/commit/d54a41200483b7dd90531841a48a1f3a91f172fe) feat: Add --inspect-config CLI flag ([#&#8203;18270](https://github.com/eslint/eslint/issues/18270)) (Nicholas C. Zakas) - [`97ce45b`](https://github.com/eslint/eslint/commit/97ce45bcdaf2320efd59bb7974e0c8e073aab672) feat: Add `reportUsedIgnorePattern` option to `no-unused-vars` rule ([#&#8203;17662](https://github.com/eslint/eslint/issues/17662)) (Pearce Ropion) - [`3e9fcea`](https://github.com/eslint/eslint/commit/3e9fcea3808af83bda1e610aa2d33fb92135b5de) feat: Show config names in error messages ([#&#8203;18256](https://github.com/eslint/eslint/issues/18256)) (Nicholas C. Zakas) - [`de40874`](https://github.com/eslint/eslint/commit/de408743b5c3fc25ebd7ef5fb11ab49ab4d06c36) feat: Rule Performance Statistics for flat ESLint ([#&#8203;17850](https://github.com/eslint/eslint/issues/17850)) (Mara Kiefer) - [`d85c436`](https://github.com/eslint/eslint/commit/d85c436353d566d261798c51dadb8ed50def1a7d) feat: use-isnan report NaN in `indexOf` and `lastIndexOf` with fromIndex ([#&#8203;18225](https://github.com/eslint/eslint/issues/18225)) (Tanuj Kanti) - [`b8fb572`](https://github.com/eslint/eslint/commit/b8fb57256103b908712302ccd508f464eff1c9dc) feat: add `reportUnusedFallthroughComment` option to no-fallthrough rule ([#&#8203;18188](https://github.com/eslint/eslint/issues/18188)) (Kirk Waiblinger) - [`1c173dc`](https://github.com/eslint/eslint/commit/1c173dc1f3d36a28cb2543e93675c2fbdb6fa9f1) feat: add `ignoreClassWithStaticInitBlock` option to `no-unused-vars` ([#&#8203;18170](https://github.com/eslint/eslint/issues/18170)) (Tanuj Kanti) - [`a451b32`](https://github.com/eslint/eslint/commit/a451b32b33535a57b4b7e24291f30760f65460ba) feat: make `no-misleading-character-class` report more granular errors ([#&#8203;18082](https://github.com/eslint/eslint/issues/18082)) (Francesco Trotta) - [`c49ed63`](https://github.com/eslint/eslint/commit/c49ed63265fc8e0cccea404810a4c5075d396a15) feat: update complexity rule for optional chaining & default values ([#&#8203;18152](https://github.com/eslint/eslint/issues/18152)) (Mathias Schreck) - [`11144a2`](https://github.com/eslint/eslint/commit/11144a2671b2404b293f656be111221557f3390f) feat: `no-restricted-imports` option added `allowImportNames` ([#&#8203;16196](https://github.com/eslint/eslint/issues/16196)) (M Pater) - [`74124c2`](https://github.com/eslint/eslint/commit/74124c20287fac1995c3f4e553f0723c066f311d) feat: add suggestions to `use-isnan` in `indexOf` & `lastIndexOf` calls ([#&#8203;18063](https://github.com/eslint/eslint/issues/18063)) (StyleShit) - [`53f0f47`](https://github.com/eslint/eslint/commit/53f0f47badffa1b04ec2836f2ae599f4fc464da2) feat: Add loadESLint() API method for v9 ([#&#8203;18097](https://github.com/eslint/eslint/issues/18097)) (Nicholas C. Zakas) - [`2d11d46`](https://github.com/eslint/eslint/commit/2d11d46e890a9f1b5f639b8ee034ffa9bd453e42) feat: add suggestions to `use-isnan` in binary expressions ([#&#8203;17996](https://github.com/eslint/eslint/issues/17996)) (StyleShit) - [`26093c7`](https://github.com/eslint/eslint/commit/26093c76903310d12f21e24e73d97c0d2ac1f359) feat: fix false negatives in `no-this-before-super` ([#&#8203;17762](https://github.com/eslint/eslint/issues/17762)) (Yosuke Ota) - [`5471e43`](https://github.com/eslint/eslint/commit/5471e435d12bf5add9869d81534b147e445a2368) feat: convert unsafe autofixes to suggestions in `no-implicit-coercion` ([#&#8203;17985](https://github.com/eslint/eslint/issues/17985)) (Gürgün Dayıoğlu) - [`e3051be`](https://github.com/eslint/eslint/commit/e3051be6366b00e1571e702023a351177d24e443) feat: emit warning when `.eslintignore` file is detected ([#&#8203;17952](https://github.com/eslint/eslint/issues/17952)) (Nitin Kumar) - [`a630edd`](https://github.com/eslint/eslint/commit/a630edd809894dc38752705bb5954d847987f031) feat: maintain latest ecma version in ESLint ([#&#8203;17958](https://github.com/eslint/eslint/issues/17958)) (Milos Djermanovic) - [`b4e0503`](https://github.com/eslint/eslint/commit/b4e0503a56beea1222be266cc6b186d89410d1f2) feat: add `no-useless-assignment` rule ([#&#8203;17625](https://github.com/eslint/eslint/issues/17625)) (Yosuke Ota) - [`287c4b7`](https://github.com/eslint/eslint/commit/287c4b7d498746b43392ee4fecd6904a9cd4b30b) feat: `no-misleading-character-class` granular errors ([#&#8203;17515](https://github.com/eslint/eslint/issues/17515)) (Josh Goldberg ✨) - [`8792464`](https://github.com/eslint/eslint/commit/8792464ee7956af82dab582ca9ee59da596a608e) feat: Enable eslint.config.mjs and eslint.config.cjs ([#&#8203;17909](https://github.com/eslint/eslint/issues/17909)) (Nicholas C. Zakas) - [`24ce927`](https://github.com/eslint/eslint/commit/24ce9276d472b85541c4b01db488c789f33fd234) feat: warn by default for unused disable directives ([#&#8203;17879](https://github.com/eslint/eslint/issues/17879)) (Bryan Mishkin) #### Bug Fixes - [`610c148`](https://github.com/eslint/eslint/commit/610c1486dc54a095667822113eb08062a1aad2b7) fix: Support `using` declarations in no-lone-blocks ([#&#8203;18269](https://github.com/eslint/eslint/issues/18269)) (Kirk Waiblinger) - [`e508800`](https://github.com/eslint/eslint/commit/e508800658d0a71356ccc8b94a30e06140fc8858) fix: rule tester ignore irrelevant test case properties ([#&#8203;18235](https://github.com/eslint/eslint/issues/18235)) (fnx) - [`a129acb`](https://github.com/eslint/eslint/commit/a129acba0bd2d44480b56fd96c3d5444e850ba5b) fix: flat config name on ignores object ([#&#8203;18258](https://github.com/eslint/eslint/issues/18258)) (Nicholas C. Zakas) - [`dadc5bf`](https://github.com/eslint/eslint/commit/dadc5bf843a7181b9724a261c7ac0486091207aa) fix: `constructor-super` false positives with loops ([#&#8203;18226](https://github.com/eslint/eslint/issues/18226)) (Milos Djermanovic) - [`ae8103d`](https://github.com/eslint/eslint/commit/ae8103de69c12c6e71644a1de9589644e6767d15) fix: load plugins in the CLI in flat config mode ([#&#8203;18185](https://github.com/eslint/eslint/issues/18185)) (Francesco Trotta) - [`e37153f`](https://github.com/eslint/eslint/commit/e37153f71f173e8667273d6298bef81e0d33f9ba) fix: improve error message for invalid rule config ([#&#8203;18147](https://github.com/eslint/eslint/issues/18147)) (Nitin Kumar) - [`af6e170`](https://github.com/eslint/eslint/commit/af6e17081fa6c343474959712e7a4a20f8b304e2) fix: stop linting files after an error ([#&#8203;18155](https://github.com/eslint/eslint/issues/18155)) (Francesco Trotta) - [`0cb4914`](https://github.com/eslint/eslint/commit/0cb4914ef93cd572ba368d390b1cf0b93f578a9d) fix: validate options when comment with just severity enables rule ([#&#8203;18133](https://github.com/eslint/eslint/issues/18133)) (Milos Djermanovic) - [`c4d26fd`](https://github.com/eslint/eslint/commit/c4d26fd3d1f59c1c0f2266664887ad18692039f3) fix: `use-isnan` doesn't report on `SequenceExpression`s ([#&#8203;18059](https://github.com/eslint/eslint/issues/18059)) (StyleShit) - [`39076fb`](https://github.com/eslint/eslint/commit/39076fb5e4c7fa10b305d510f489aff34a5f5d99) fix: handle absolute file paths in `RuleTester` ([#&#8203;17989](https://github.com/eslint/eslint/issues/17989)) (Nitin Kumar) - [`6d11f3d`](https://github.com/eslint/eslint/commit/6d11f3dac1b76188d7fda6e772e89b5c3945ac4d) fix: Ensure config keys are printed for config errors ([#&#8203;17980](https://github.com/eslint/eslint/issues/17980)) (Nicholas C. Zakas) - [`806f708`](https://github.com/eslint/eslint/commit/806f70878e787f2c56aaa42a3e7adb61bc015278) fix: `no-misleading-character-class` edge cases with granular errors ([#&#8203;17970](https://github.com/eslint/eslint/issues/17970)) (Milos Djermanovic) - [`f182114`](https://github.com/eslint/eslint/commit/f182114144ae0bb7187de34a1661f31fb70f1357) fix: deep merge behavior in flat config ([#&#8203;17906](https://github.com/eslint/eslint/issues/17906)) (Francesco Trotta) - [`b577e8a`](https://github.com/eslint/eslint/commit/b577e8a55750c5e842074f62f1babb1836c4571c) fix: allow circular references in config ([#&#8203;17752](https://github.com/eslint/eslint/issues/17752)) (Francesco Trotta) #### Documentation - [`e151050`](https://github.com/eslint/eslint/commit/e151050e64b57f156c32f6d0d1f20dce08b5a610) docs: update get-started to the new `@eslint/create-config` ([#&#8203;18217](https://github.com/eslint/eslint/issues/18217)) (唯然) - [`94178ad`](https://github.com/eslint/eslint/commit/94178ad5cf4cfa1c8664dd8ac878790e72c90d8c) docs: mention about `name` field in flat config ([#&#8203;18252](https://github.com/eslint/eslint/issues/18252)) (Anthony Fu) - [`1765c24`](https://github.com/eslint/eslint/commit/1765c24df2f48ab1c1565177b8c6dbef63acf977) docs: add Troubleshooting page ([#&#8203;18181](https://github.com/eslint/eslint/issues/18181)) (Josh Goldberg ✨) - [`96607d0`](https://github.com/eslint/eslint/commit/96607d0581845fab19f832cd435547f9da960733) docs: version selectors synchronization ([#&#8203;18260](https://github.com/eslint/eslint/issues/18260)) (Milos Djermanovic) - [`651ec91`](https://github.com/eslint/eslint/commit/651ec9122d0bd8dd08082098bd1e1a24892983f2) docs: remove `/* eslint-env */` comments from rule examples ([#&#8203;18249](https://github.com/eslint/eslint/issues/18249)) (Milos Djermanovic) - [`950c4f1`](https://github.com/eslint/eslint/commit/950c4f11c6797de56a5b056affd0c74211840957) docs: Update README (GitHub Actions Bot) - [`12f5746`](https://github.com/eslint/eslint/commit/12f574628f2adbe1bfed07aafecf5152b5fc3f4d) docs: add info about dot files and dir in flat config ([#&#8203;18239](https://github.com/eslint/eslint/issues/18239)) (Tanuj Kanti) - [`b93f408`](https://github.com/eslint/eslint/commit/b93f4085c105117a1081b249bd50c0831127fab3) docs: update shared settings example ([#&#8203;18251](https://github.com/eslint/eslint/issues/18251)) (Tanuj Kanti) - [`26384d3`](https://github.com/eslint/eslint/commit/26384d3367e11bd4909a3330b72741742897fa1f) docs: fix `ecmaVersion` in one example, add checks ([#&#8203;18241](https://github.com/eslint/eslint/issues/18241)) (Milos Djermanovic) - [`7747097`](https://github.com/eslint/eslint/commit/77470973a0c2cae8ce07a456f2ad95896bc8d1d3) docs: Update MR review process ([#&#8203;18233](https://github.com/eslint/eslint/issues/18233)) (Nicholas C. Zakas) - [`b07d427`](https://github.com/eslint/eslint/commit/b07d427826f81c2bdb683d04879093c687479edf) docs: fix typo ([#&#8203;18246](https://github.com/eslint/eslint/issues/18246)) (Kirill Gavrilov) - [`778082d`](https://github.com/eslint/eslint/commit/778082d4fa5e2fc97549c9e5acaecc488ef928f5) docs: add Glossary page ([#&#8203;18187](https://github.com/eslint/eslint/issues/18187)) (Josh Goldberg ✨) - [`239a7e2`](https://github.com/eslint/eslint/commit/239a7e27209a6b861d634b3ef245ebbb805793a3) docs: Clarify the description of `sort-imports` options ([#&#8203;18198](https://github.com/eslint/eslint/issues/18198)) (gyeongwoo park) - [`4769c86`](https://github.com/eslint/eslint/commit/4769c86cc16e0b54294c0a394a1ec7ed88fc334f) docs: fix incorrect example in `no-lone-blocks` ([#&#8203;18215](https://github.com/eslint/eslint/issues/18215)) (Tanuj Kanti) - [`5251327`](https://github.com/eslint/eslint/commit/5251327711a2d7083e3c629cb8e48d9d1e809add) docs: Update README (GitHub Actions Bot) - [`1dc8618`](https://github.com/eslint/eslint/commit/1dc861897e8b47280e878d609c13c9e41892f427) docs: Update README (GitHub Actions Bot) - [`ba1c1bb`](https://github.com/eslint/eslint/commit/ba1c1bbc6ba9d57a83d04f450566337d3c3b0448) docs: Update README (GitHub Actions Bot) - [`337cdf9`](https://github.com/eslint/eslint/commit/337cdf9f7ad939df7bc55c23d953e12d847b6ecc) docs: Explain limitations of RuleTester fix testing ([#&#8203;18175](https://github.com/eslint/eslint/issues/18175)) (Nicholas C. Zakas) - [`c7abd89`](https://github.com/eslint/eslint/commit/c7abd8936193a87be274174c47d6775e6220e354) docs: Explain Node.js version support ([#&#8203;18176](https://github.com/eslint/eslint/issues/18176)) (Nicholas C. Zakas) - [`d961eeb`](https://github.com/eslint/eslint/commit/d961eeb855b6dd9118a78165e358e454eb1d090d) docs: show red underlines in examples in rules docs ([#&#8203;18041](https://github.com/eslint/eslint/issues/18041)) (Yosuke Ota) - [`558274a`](https://github.com/eslint/eslint/commit/558274abbd25ef269f4994cf258b2e44afbad548) docs: Update README (GitHub Actions Bot) - [`2908b9b`](https://github.com/eslint/eslint/commit/2908b9b96ab7a25fe8044a1755030b18186a75b0) docs: Update release documentation ([#&#8203;18174](https://github.com/eslint/eslint/issues/18174)) (Nicholas C. Zakas) - [`1f1260e`](https://github.com/eslint/eslint/commit/1f1260e863f53e2a5891163485a67c55d41993aa) docs: replace HackerOne link with GitHub advisory ([#&#8203;18165](https://github.com/eslint/eslint/issues/18165)) (Francesco Trotta) - [`e5ef3cd`](https://github.com/eslint/eslint/commit/e5ef3cd6953bb40108556e0465653898ffed8420) docs: add inline cases condition in `no-fallthrough` ([#&#8203;18158](https://github.com/eslint/eslint/issues/18158)) (Tanuj Kanti) - [`450d0f0`](https://github.com/eslint/eslint/commit/450d0f044023843b1790bd497dfca45dcbdb41e4) docs: fix `ignore` option docs ([#&#8203;18154](https://github.com/eslint/eslint/issues/18154)) (Francesco Trotta) - [`5fe095c`](https://github.com/eslint/eslint/commit/5fe095cf718b063dc5e58089b0a6cbcd53da7925) docs: show v8.57.0 as latest version in dropdown ([#&#8203;18142](https://github.com/eslint/eslint/issues/18142)) (Milos Djermanovic) - [`7db5bb2`](https://github.com/eslint/eslint/commit/7db5bb270f95d1472de0bfed0e33ed5ab294942e) docs: Show prerelease version in dropdown ([#&#8203;18135](https://github.com/eslint/eslint/issues/18135)) (Nicholas C. Zakas) - [`73a5f06`](https://github.com/eslint/eslint/commit/73a5f0641b43e169247b0000f44a366ee6bbc4f2) docs: Update README (GitHub Actions Bot) - [`f95cd27`](https://github.com/eslint/eslint/commit/f95cd27679eef228173e27e170429c9710c939b3) docs: Disallow multiple rule configuration comments in the same example ([#&#8203;18116](https://github.com/eslint/eslint/issues/18116)) (Milos Djermanovic) - [`d8068ec`](https://github.com/eslint/eslint/commit/d8068ec70fac050e900dc400510a4ad673e17633) docs: Update link for schema examples ([#&#8203;18112](https://github.com/eslint/eslint/issues/18112)) (Svetlana) - [`f1c7e6f`](https://github.com/eslint/eslint/commit/f1c7e6fc8ea77fcdae4ad1f8fe1cd104a281d2e9) docs: Switch to Ethical Ads ([#&#8203;18090](https://github.com/eslint/eslint/issues/18090)) (Strek) - [`15c143f`](https://github.com/eslint/eslint/commit/15c143f96ef164943fd3d39b5ad79d9a4a40de8f) docs: JS Foundation -> OpenJS Foundation in MR template ([#&#8203;18092](https://github.com/eslint/eslint/issues/18092)) (Nicholas C. Zakas) - [`6ea339e`](https://github.com/eslint/eslint/commit/6ea339e658d29791528ab26aabd86f1683cab6c3) docs: add stricter rule test validations to v9 migration guide ([#&#8203;18085](https://github.com/eslint/eslint/issues/18085)) (Milos Djermanovic) - [`3c816f1`](https://github.com/eslint/eslint/commit/3c816f193eecace5efc6166efa2852a829175ef8) docs: use relative link from CLI to core concepts ([#&#8203;18083](https://github.com/eslint/eslint/issues/18083)) (Milos Djermanovic) - [`9458735`](https://github.com/eslint/eslint/commit/9458735381269d12b24f76e1b2b6fda1bc5a509b) docs: fix malformed `eslint` config comments in rule examples ([#&#8203;18078](https://github.com/eslint/eslint/issues/18078)) (Francesco Trotta) - [`07a1ada`](https://github.com/eslint/eslint/commit/07a1ada7166b76c7af6186f4c5e5de8b8532edba) docs: link from `--fix` CLI doc to the relevant core concept ([#&#8203;18080](https://github.com/eslint/eslint/issues/18080)) (Bryan Mishkin) - [`b844324`](https://github.com/eslint/eslint/commit/b844324e4e8f511c9985a96c7aca063269df9570) docs: Update team responsibilities ([#&#8203;18048](https://github.com/eslint/eslint/issues/18048)) (Nicholas C. Zakas) - [`aadfb60`](https://github.com/eslint/eslint/commit/aadfb609f1b847e492fc3b28ced62f830fe7f294) docs: document languageOptions and other v9 changes for context ([#&#8203;18074](https://github.com/eslint/eslint/issues/18074)) (fnx) - [`857e242`](https://github.com/eslint/eslint/commit/857e242584227181ecb8af79fc6bc236b9975228) docs: tweak explanation for meta.docs rule properties ([#&#8203;18057](https://github.com/eslint/eslint/issues/18057)) (Bryan Mishkin) - [`10485e8`](https://github.com/eslint/eslint/commit/10485e8b961d045514bc1e34227cf09867a6c4b7) docs: recommend messageId over message for reporting rule violations ([#&#8203;18050](https://github.com/eslint/eslint/issues/18050)) (Bryan Mishkin) - [`98b5ab4`](https://github.com/eslint/eslint/commit/98b5ab406bac6279eadd84e8a5fd5a01fc586ff1) docs: Update README (GitHub Actions Bot) - [`505fbf4`](https://github.com/eslint/eslint/commit/505fbf4b35c14332bffb0c838cce4843a00fad68) docs: update `no-restricted-imports` rule ([#&#8203;18015](https://github.com/eslint/eslint/issues/18015)) (Tanuj Kanti) - [`c25b4af`](https://github.com/eslint/eslint/commit/c25b4aff1fe35e5bd9d4fcdbb45b739b6d253828) docs: Update README (GitHub Actions Bot) - [`33d1ab0`](https://github.com/eslint/eslint/commit/33d1ab0b6ea5fcebca7284026d2396df41b06566) docs: add more examples to flat config ignores docs ([#&#8203;18020](https://github.com/eslint/eslint/issues/18020)) (Milos Djermanovic) - [`e6eebca`](https://github.com/eslint/eslint/commit/e6eebca90750ef5c7c99d4fe3658553cf737dab8) docs: Update sort-keys options properties count ([#&#8203;18025](https://github.com/eslint/eslint/issues/18025)) (LB (Ben Johnston)) - [`1fedfd2`](https://github.com/eslint/eslint/commit/1fedfd28a46d86b2fbcf06a2328befafd6535a88) docs: Improve flat config ignores docs ([#&#8203;17997](https://github.com/eslint/eslint/issues/17997)) (Nicholas C. Zakas) - [`38b9b06`](https://github.com/eslint/eslint/commit/38b9b06695f88c70441dd15ae5d97ffd8088be23) docs: update valid-typeof rule ([#&#8203;18001](https://github.com/eslint/eslint/issues/18001)) (Tanuj Kanti) - [`b4abfea`](https://github.com/eslint/eslint/commit/b4abfea4c1703a50f1ce639e3207ad342a56f79d) docs: Update note about ECMAScript support ([#&#8203;17991](https://github.com/eslint/eslint/issues/17991)) (Francesco Trotta) - [`6788873`](https://github.com/eslint/eslint/commit/6788873328a7f974d5e45c0be06ca0c7dd409acd) docs: Update release blog post template ([#&#8203;17994](https://github.com/eslint/eslint/issues/17994)) (Nicholas C. Zakas) - [`1f37442`](https://github.com/eslint/eslint/commit/1f3744278433006042b8d5f4e9e1e488b2bbb011) docs: Add sections on non-npm plugin configuration ([#&#8203;17984](https://github.com/eslint/eslint/issues/17984)) (Nicholas C. Zakas) - [`96307da`](https://github.com/eslint/eslint/commit/96307da837c407c9a1275124b65ca29c07ffd5e4) docs: migration guide entry for `no-inner-declarations` ([#&#8203;17977](https://github.com/eslint/eslint/issues/17977)) (Tanuj Kanti) - [`40be60e`](https://github.com/eslint/eslint/commit/40be60e0186cdde76219df4e8e628125df2912d8) docs: Update README (GitHub Actions Bot) - [`d31c180`](https://github.com/eslint/eslint/commit/d31c180312260d1a286cc8162907b6a33368edc9) docs: fix number of code-path events on custom rules page ([#&#8203;17969](https://github.com/eslint/eslint/issues/17969)) (Richard Hunter) - [`1529ab2`](https://github.com/eslint/eslint/commit/1529ab288ec815b2690864e04dd6d0a1f0b537c6) docs: reorder entries in v9 migration guide ([#&#8203;17967](https://github.com/eslint/eslint/issues/17967)) (Milos Djermanovic) - [`9507525`](https://github.com/eslint/eslint/commit/95075251fb3ce35aaf7eadbd1d0a737106c13ec6) docs: Explain how to combine configs ([#&#8203;17947](https://github.com/eslint/eslint/issues/17947)) (Nicholas C. Zakas) - [`7c78576`](https://github.com/eslint/eslint/commit/7c785769fd177176966de7f6c1153480f7405000) docs: Add more removed `context` methods to migrate to v9 guide ([#&#8203;17951](https://github.com/eslint/eslint/issues/17951)) (Milos Djermanovic) - [`3a877d6`](https://github.com/eslint/eslint/commit/3a877d68d0151679f8bf1cabc39746778754b3dd) docs: Update removed CLI flags migration ([#&#8203;17939](https://github.com/eslint/eslint/issues/17939)) (Nicholas C. Zakas) - [`4a9cd1e`](https://github.com/eslint/eslint/commit/4a9cd1ea1cd0c115b98d07d1b6018ca918a9c73f) docs: Update Linter API for v9 ([#&#8203;17937](https://github.com/eslint/eslint/issues/17937)) (Milos Djermanovic) - [`2a8eea8`](https://github.com/eslint/eslint/commit/2a8eea8e5847f4103d90d667a2b08edf9795545f) docs: update docs for v9.0.0-alpha.0 ([#&#8203;17929](https://github.com/eslint/eslint/issues/17929)) (Milos Djermanovic) - [`7f0ba51`](https://github.com/eslint/eslint/commit/7f0ba51bcef3e6fbf972ceb20403238f0e1f0ea9) docs: show `NEXT` in version selectors ([#&#8203;17911](https://github.com/eslint/eslint/issues/17911)) (Milos Djermanovic) - [`0a7911e`](https://github.com/eslint/eslint/commit/0a7911e09adf2aca4d93c81f4be1cd80db7dd735) docs: add flat config default to v9 migration guide ([#&#8203;17927](https://github.com/eslint/eslint/issues/17927)) (Milos Djermanovic) - [`94f8065`](https://github.com/eslint/eslint/commit/94f80652aca302e2715ea51c10c3a1010786b751) docs: Add CLI updates to migrate to v9 guide ([#&#8203;17924](https://github.com/eslint/eslint/issues/17924)) (Nicholas C. Zakas) - [`16187f2`](https://github.com/eslint/eslint/commit/16187f23c6e5aaed3b50ff551a66f758893d5422) docs: Add exported and string config notes to migrate to v9 guide ([#&#8203;17926](https://github.com/eslint/eslint/issues/17926)) (Nicholas C. Zakas) - [`3ae50cc`](https://github.com/eslint/eslint/commit/3ae50cc788c3cdd209e642573e3c831dd86fa0cd) docs: Add RuleTester changes to migrate to v9 guide ([#&#8203;17923](https://github.com/eslint/eslint/issues/17923)) (Nicholas C. Zakas) - [`0831b58`](https://github.com/eslint/eslint/commit/0831b58fe6fb5778c92aeb4cefa9ecedbbfbf48b) docs: add rule changes to v9 migration guide ([#&#8203;17925](https://github.com/eslint/eslint/issues/17925)) (Milos Djermanovic) - [`037abfc`](https://github.com/eslint/eslint/commit/037abfc21f264fca3a910c4a5cd23d1bf6826c3d) docs: update API docs ([#&#8203;17919](https://github.com/eslint/eslint/issues/17919)) (Milos Djermanovic) - [`afc3c03`](https://github.com/eslint/eslint/commit/afc3c038ed3132a99659604624cc24e702eec45a) docs: add function-style and `meta.schema` changes to v9 migration guide ([#&#8203;17912](https://github.com/eslint/eslint/issues/17912)) (Milos Djermanovic) - [`1da0723`](https://github.com/eslint/eslint/commit/1da0723695d080008b22f30c8b5c86fe386c6242) docs: update `eslint:recommended` section in Migrate to v9.x ([#&#8203;17908](https://github.com/eslint/eslint/issues/17908)) (Milos Djermanovic) - [`f55881f`](https://github.com/eslint/eslint/commit/f55881f492d10e9c759e459ba6bade1be3dad84b) docs: remove configuration-files-new\.md ([#&#8203;17907](https://github.com/eslint/eslint/issues/17907)) (Milos Djermanovic) - [`63ae191`](https://github.com/eslint/eslint/commit/63ae191070569a9118b5972c90a98633b0a336e1) docs: Migrate to v9.0.0 ([#&#8203;17905](https://github.com/eslint/eslint/issues/17905)) (Nicholas C. Zakas) - [`e708496`](https://github.com/eslint/eslint/commit/e7084963c73f3cbaae5d569b4a2bee1509dd8cef) docs: Switch to flat config by default ([#&#8203;17840](https://github.com/eslint/eslint/issues/17840)) (Nicholas C. Zakas) - [`fdf0424`](https://github.com/eslint/eslint/commit/fdf0424c5c08c058479a6cd7676be6985e0f400f) docs: Update Create a Plugin for flat config ([#&#8203;17826](https://github.com/eslint/eslint/issues/17826)) (Nicholas C. Zakas) - [`e6a91bd`](https://github.com/eslint/eslint/commit/e6a91bdf401e3b765f2b712e447154e4a2419fbc) docs: Switch shareable config docs to use flat config ([#&#8203;17827](https://github.com/eslint/eslint/issues/17827)) (Nicholas C. Zakas) - [`3831fb7`](https://github.com/eslint/eslint/commit/3831fb78daa3da296b71823f61f8e3a4556ff7d3) docs: updated examples of `max-lines` rule ([#&#8203;17898](https://github.com/eslint/eslint/issues/17898)) (Tanuj Kanti) - [`cd1ac20`](https://github.com/eslint/eslint/commit/cd1ac2041f48f2b6d743ebf671d0279a70de6eea) docs: Update README (GitHub Actions Bot) #### Build Related - [`26010c2`](https://github.com/eslint/eslint/commit/26010c209d2657cd401bf2550ba4f276cb318f7d) Build: changelog update for 9.0.0-rc.0 (Jenkins) - [`b91f9dc`](https://github.com/eslint/eslint/commit/b91f9dc072f17f5ea79803deb86cf002d031b4cf) build: fix TypeError in prism-eslint-hooks.js ([#&#8203;18209](https://github.com/eslint/eslint/issues/18209)) (Francesco Trotta) - [`d7ec0d1`](https://github.com/eslint/eslint/commit/d7ec0d1fbdbafa139d090ffd8b42d33bd4aa46f8) Build: changelog update for 9.0.0-beta.2 (Jenkins) - [`fd9c0a9`](https://github.com/eslint/eslint/commit/fd9c0a9f0e50da617fe1f2e60ba3df0276a7f06b) Build: changelog update for 9.0.0-beta.1 (Jenkins) - [`c9f2f33`](https://github.com/eslint/eslint/commit/c9f2f3343e7c197e5e962c68ef202d6a1646866e) build: changelog update for 8.57.0 ([#&#8203;18144](https://github.com/eslint/eslint/issues/18144)) (Milos Djermanovic) - [`1bbc495`](https://github.com/eslint/eslint/commit/1bbc495aecbd3e4a4aaf54d7c489191809c1b65b) Build: changelog update for 9.0.0-beta.0 (Jenkins) - [`96f8877`](https://github.com/eslint/eslint/commit/96f8877de7dd3d92ac5afb77c92d821002d24929) Build: changelog update for 9.0.0-alpha.2 (Jenkins) - [`52d5e7a`](https://github.com/eslint/eslint/commit/52d5e7a41d37a1a6d9aa1dffba3b688573800536) Build: changelog update for 9.0.0-alpha.1 (Jenkins) - [`c2bf27d`](https://github.com/eslint/eslint/commit/c2bf27def29ef1ca7f5bfe20c1306bf78087ea29) build: update docs files when publishing prereleases ([#&#8203;17940](https://github.com/eslint/eslint/issues/17940)) (Milos Djermanovic) - [`e91d85d`](https://github.com/eslint/eslint/commit/e91d85db76c7bd8a5998f7ff52d2cc844d0e953e) Build: changelog update for 9.0.0-alpha.0 (Jenkins) #### Chores - [`19f9a89`](https://github.com/eslint/eslint/commit/19f9a8926bd7888ab4a813ae323ad3c332fd5d5c) chore: Update dependencies for v9.0.0 ([#&#8203;18275](https://github.com/eslint/eslint/issues/18275)) (Nicholas C. Zakas) - [`7c957f2`](https://github.com/eslint/eslint/commit/7c957f295dcd97286016cfb3c121dbae72f26a91) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`d73a33c`](https://github.com/eslint/eslint/commit/d73a33caddc34ab1eb62039f0f661a338836147c) chore: ignore `/docs/v8.x` in link checker ([#&#8203;18274](https://github.com/eslint/eslint/issues/18274)) (Milos Djermanovic) - [`44a81c6`](https://github.com/eslint/eslint/commit/44a81c6151c58a3f4c1f6bb2927b0996f81c2daa) chore: upgrade knip ([#&#8203;18272](https://github.com/eslint/eslint/issues/18272)) (Lars Kappert) - [`e80b60c`](https://github.com/eslint/eslint/commit/e80b60c342f59db998afefd856b31159a527886a) chore: remove code for testing version selectors ([#&#8203;18266](https://github.com/eslint/eslint/issues/18266)) (Milos Djermanovic) - [`a98babc`](https://github.com/eslint/eslint/commit/a98babcda227649b2299d10e3f887241099406f7) chore: add npm script to run WebdriverIO test ([#&#8203;18238](https://github.com/eslint/eslint/issues/18238)) (Francesco Trotta) - [`9b7bd3b`](https://github.com/eslint/eslint/commit/9b7bd3be066ac1f72fa35c4d31a1b178c7e2b683) chore: update dependency markdownlint to ^0.34.0 ([#&#8203;18237](https://github.com/eslint/eslint/issues/18237)) (renovate\[bot]) - [`297416d`](https://github.com/eslint/eslint/commit/297416d2b41f5880554d052328aa36cd79ceb051) chore: package.json update for eslint-9.0.0-rc.0 ([#&#8203;18223](https://github.com/eslint/eslint/issues/18223)) (Francesco Trotta) - [`d363c51`](https://github.com/eslint/eslint/commit/d363c51b177e085b011c7fde1c5a5a09b3db9cdb) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`1b841bb`](https://github.com/eslint/eslint/commit/1b841bb04ac642c5ee84d1e44be3e53317579526) chore: fix some comments ([#&#8203;18213](https://github.com/eslint/eslint/issues/18213)) (avoidaway) - [`29c3595`](https://github.com/eslint/eslint/commit/29c359599c2ddd168084a2c8cbca626c51d0dc13) chore: remove repetitive words ([#&#8203;18193](https://github.com/eslint/eslint/issues/18193)) (cuithon) - [`acc2e06`](https://github.com/eslint/eslint/commit/acc2e06edd55eaab58530d891c0a572c1f0ec453) chore: Introduce Knip ([#&#8203;18005](https://github.com/eslint/eslint/issues/18005)) (Lars Kappert) - [`7509276`](https://github.com/eslint/eslint/commit/75092764db117252067558bd3fbbf0c66ac081b7) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.0.0-beta.2 ([#&#8203;18180](https://github.com/eslint/eslint/issues/18180)) (Milos Djermanovic) - [`96087b3`](https://github.com/eslint/eslint/commit/96087b33dc10311bba83e22cc968919c358a0188) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`925afa2`](https://github.com/eslint/eslint/commit/925afa2b0c882f77f6b4411bdca3cb8ad6934b56) chore: Remove some uses of `lodash.merge` ([#&#8203;18179](https://github.com/eslint/eslint/issues/18179)) (Milos Djermanovic) - [`972ef15`](https://github.com/eslint/eslint/commit/972ef155a94ad2cc85db7d209ad869869222c14c) chore: remove invalid type in [@&#8203;eslint/js](https://github.com/eslint/js) ([#&#8203;18164](https://github.com/eslint/eslint/issues/18164)) (Nitin Kumar) - [`32ffdd1`](https://github.com/eslint/eslint/commit/32ffdd181aa673ccc596f714d10a2f879ec622a7) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.0.0-beta.1 ([#&#8203;18146](https://github.com/eslint/eslint/issues/18146)) (Milos Djermanovic) - [`e41425b`](https://github.com/eslint/eslint/commit/e41425b5c3b4c885f2679a3663bd081911a8b570) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`bb3b9c6`](https://github.com/eslint/eslint/commit/bb3b9c68fe714bb8aa305be5f019a7a42f4374ee) chore: upgrade [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc)@&#8203;3.0.2 ([#&#8203;18145](https://github.com/eslint/eslint/issues/18145)) (Milos Djermanovic) - [`e462524`](https://github.com/eslint/eslint/commit/e462524cc318ffacecd266e6fe1038945a0b02e9) chore: upgrade eslint-release\@&#8203;3.2.2 ([#&#8203;18138](https://github.com/eslint/eslint/issues/18138)) (Milos Djermanovic) - [`8e13a6b`](https://github.com/eslint/eslint/commit/8e13a6beb587e624cc95ae16eefe503ad024b11b) chore: fix spelling mistake in README.md ([#&#8203;18128](https://github.com/eslint/eslint/issues/18128)) (Will Eastcott) - [`66f52e2`](https://github.com/eslint/eslint/commit/66f52e276c31487424bcf54e490c4ac7ef70f77f) chore: remove unused tools rule-types.json, update-rule-types.js ([#&#8203;18125](https://github.com/eslint/eslint/issues/18125)) (Josh Goldberg ✨) - [`bf0c7ef`](https://github.com/eslint/eslint/commit/bf0c7effdba51c48b929d06ce1965408a912dc77) ci: fix sync-labels value of pr-labeler ([#&#8203;18124](https://github.com/eslint/eslint/issues/18124)) (Tanuj Kanti) - [`cace6d0`](https://github.com/eslint/eslint/commit/cace6d0a3afa5c84b18abee4ef8c598125143461) ci: add MR labeler action ([#&#8203;18109](https://github.com/eslint/eslint/issues/18109)) (Nitin Kumar) - [`1a65d3e`](https://github.com/eslint/eslint/commit/1a65d3e4a6ee16e3f607d69b998a08c3fed505ca) chore: export `base` config from `eslint-config-eslint` ([#&#8203;18119](https://github.com/eslint/eslint/issues/18119)) (Milos Djermanovic) - [`9aa4df3`](https://github.com/eslint/eslint/commit/9aa4df3f4d85960eee72923f3b9bfc88e62f04fb) refactor: remove `globals` dependency ([#&#8203;18115](https://github.com/eslint/eslint/issues/18115)) (Milos Djermanovic) - [`e40d1d7`](https://github.com/eslint/eslint/commit/e40d1d74a5b9788cbec195f4e602b50249f26659) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.0.0-beta.0 ([#&#8203;18108](https://github.com/eslint/eslint/issues/18108)) (Milos Djermanovic) - [`9870f93`](https://github.com/eslint/eslint/commit/9870f93e714edefb410fccae1e9924a3c1972a2e) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`2c62e79`](https://github.com/eslint/eslint/commit/2c62e797a433e5fc298b976872a89c594f88bb19) chore: upgrade [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc)@&#8203;3.0.1 ([#&#8203;18107](https://github.com/eslint/eslint/issues/18107)) (Milos Djermanovic) - [`81f0294`](https://github.com/eslint/eslint/commit/81f0294e651928b49eb49495b90b54376073a790) chore: upgrade espree\@&#8203;10.0.1 ([#&#8203;18106](https://github.com/eslint/eslint/issues/18106)) (Milos Djermanovic) - [`5e2b292`](https://github.com/eslint/eslint/commit/5e2b2922aa65bda54b0966d1bf71acda82b3047c) chore: upgrade eslint-visitor-keys\@&#8203;4.0.0 ([#&#8203;18105](https://github.com/eslint/eslint/issues/18105)) (Milos Djermanovic) - [`ce838ad`](https://github.com/eslint/eslint/commit/ce838adc3b673e52a151f36da0eedf5876977514) chore: replace dependency npm-run-all with npm-run-all2 ^5.0.0 ([#&#8203;18045](https://github.com/eslint/eslint/issues/18045)) (renovate\[bot]) - [`54df731`](https://github.com/eslint/eslint/commit/54df731174d2528170560d1f765e1336eca0a8bd) chore: update dependency markdownlint-cli to ^0.39.0 ([#&#8203;18084](https://github.com/eslint/eslint/issues/18084)) (renovate\[bot]) - [`8f06a60`](https://github.com/eslint/eslint/commit/8f06a606845f40aaf0fea1fd83d5930747c5acec) chore: update dependency shelljs to ^0.8.5 ([#&#8203;18079](https://github.com/eslint/eslint/issues/18079)) (Francesco Trotta) - [`93ffe30`](https://github.com/eslint/eslint/commit/93ffe30da5e2127e336c1c22e69e09ec0558a8e6) chore: update dependency file-entry-cache to v8 ([#&#8203;17903](https://github.com/eslint/eslint/issues/17903)) (renovate\[bot]) - [`6ffdcbb`](https://github.com/eslint/eslint/commit/6ffdcbb8c51956054d3f81c5ce446c15dcd51a6f) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.0.0-alpha.2 ([#&#8203;18038](https://github.com/eslint/eslint/issues/18038)) (Milos Djermanovic) - [`2c12715`](https://github.com/eslint/eslint/commit/2c1271528e88d0c3c6a92eeee902001f1703d5c9) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`cc74c4d`](https://github.com/eslint/eslint/commit/cc74c4da99368b97494b924dbea1cb6e87adec53) chore: upgrade espree\@&#8203;10.0.0 ([#&#8203;18037](https://github.com/eslint/eslint/issues/18037)) (Milos Djermanovic) - [`dfb68b6`](https://github.com/eslint/eslint/commit/dfb68b63ce6e8df6ffe81bd843e650c5b017dce9) chore: use Node.js 20 for docs sites ([#&#8203;18026](https://github.com/eslint/eslint/issues/18026)) (Milos Djermanovic) - [`8c1b8dd`](https://github.com/eslint/eslint/commit/8c1b8dda169920c4e3b99f6548f9c872d65ee426) test: add more tests for ignoring files and directories ([#&#8203;18018](https://github.com/eslint/eslint/issues/18018)) (Milos Djermanovic) - [`60b966b`](https://github.com/eslint/eslint/commit/60b966b6861da11617ddc15487bd7a51c584c596) chore: update dependency [@&#8203;eslint/js](https://github.com/eslint/js) to v9.0.0-alpha.1 ([#&#8203;18014](https://github.com/eslint/eslint/issues/18014)) (renovate\[bot]) - [`c893bc0`](https://github.com/eslint/eslint/commit/c893bc0bdf1bca256fbab6190358e5f922683249) chore: update `markdownlint` to `v0.33.0` ([#&#8203;17995](https://github.com/eslint/eslint/issues/17995)) (Nitin Kumar) - [`c5e50ee`](https://github.com/eslint/eslint/commit/c5e50ee65cf22871770b1d4d438b9056c577f646) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`1bf2520`](https://github.com/eslint/eslint/commit/1bf2520c4166aa55596417bf44c567555bc65fba) chore: Split Docs CI from core CI ([#&#8203;17897](https://github.com/eslint/eslint/issues/17897)) (Nicholas C. Zakas) - [`320787e`](https://github.com/eslint/eslint/commit/320787e661beb979cf063d0f8333654f94ef9efd) chore: delete relative-module-resolver.js ([#&#8203;17981](https://github.com/eslint/eslint/issues/17981)) (Francesco Trotta) - [`4926f33`](https://github.com/eslint/eslint/commit/4926f33b96faf07a64aceec5f1f4882f4faaf4b5) refactor: use `Object.hasOwn()` ([#&#8203;17948](https://github.com/eslint/eslint/issues/17948)) (Milos Djermanovic) - [`df200e1`](https://github.com/eslint/eslint/commit/df200e147705eb62f94b99c170554327259c65d4) refactor: use `Array.prototype.at()` to get last elements ([#&#8203;17949](https://github.com/eslint/eslint/issues/17949)) (Milos Djermanovic) - [`750b8df`](https://github.com/eslint/eslint/commit/750b8dff6df02a500e12cb78390fd14814c82e5b) chore: update dependency glob to v10 ([#&#8203;17917](https://github.com/eslint/eslint/issues/17917)) (renovate\[bot]) - [`74794f5`](https://github.com/eslint/eslint/commit/74794f53a6bc88b67653c737f858cfdf35b1c73d) chore: removed unused eslintrc modules ([#&#8203;17938](https://github.com/eslint/eslint/issues/17938)) (Milos Djermanovic) - [`10ed29c`](https://github.com/eslint/eslint/commit/10ed29c0c4505dbac3bb05b0e3d61f329b99f747) chore: remove unused dependency rimraf ([#&#8203;17934](https://github.com/eslint/eslint/issues/17934)) (Francesco Trotta) - [`903ee60`](https://github.com/eslint/eslint/commit/903ee60ea910aee344df7edb66874f80e4b6ed31) ci: use `--force` flag when installing eslint ([#&#8203;17921](https://github.com/eslint/eslint/issues/17921)) (Milos Djermanovic) - [`17fedc1`](https://github.com/eslint/eslint/commit/17fedc17e9e6e39ad986d917fb4e9e4835c50482) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)@&#8203;9.0.0-alpha.0 ([#&#8203;17928](https://github.com/eslint/eslint/issues/17928)) (Milos Djermanovic) - [`cb89ef3`](https://github.com/eslint/eslint/commit/cb89ef373fffbed991f4e099cb255a7c116889f9) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f6f4a45`](https://github.com/eslint/eslint/commit/f6f4a45680039f720a2fccd5f445deaf45babb3d) chore: drop structuredClone polyfill for v9 ([#&#8203;17915](https://github.com/eslint/eslint/issues/17915)) (Kevin Gibbons) - [`412dcbb`](https://github.com/eslint/eslint/commit/412dcbb672b5a5859f96753afa7cb87291135a1b) chore: upgrade eslint-plugin-n\@&#8203;16.6.0 ([#&#8203;17916](https://github.com/eslint/eslint/issues/17916)) (Milos Djermanovic) - [`02a8baf`](https://github.com/eslint/eslint/commit/02a8baf9f2ef7b309c7d45564a79ed5d2153057f) chore: Rename files with underscores ([#&#8203;17910](https://github.com/eslint/eslint/issues/17910)) (Nicholas C. Zakas) - [`c0f5d91`](https://github.com/eslint/eslint/commit/c0f5d913b0f07de332dfcecf6052f1e64bf3d2fb) chore: remove creating an unused instance of Linter in tests ([#&#8203;17902](https://github.com/eslint/eslint/issues/17902)) (Milos Djermanovic) - [`3826cdf`](https://github.com/eslint/eslint/commit/3826cdf89294d079be037a9ab30b7506077b26ac) chore: use jsdoc/no-multi-asterisks with allowWhitespace: true ([#&#8203;17900](https://github.com/eslint/eslint/issues/17900)) (Percy Ma) - [`a9a17b3`](https://github.com/eslint/eslint/commit/a9a17b3f1cb6b6c609bda86a618ac5ff631285d2) chore: fix getting scope in tests ([#&#8203;17899](https://github.com/eslint/eslint/issues/17899)) (Milos Djermanovic) - [`595a1f6`](https://github.com/eslint/eslint/commit/595a1f689edb5250d8398af13c3e4bd19d284d92) test: ensure that CLI tests run with FlatESLint ([#&#8203;17884](https://github.com/eslint/eslint/issues/17884)) (Francesco Trotta) - [`c7eca43`](https://github.com/eslint/eslint/commit/c7eca43202be98f6ff253b46c9a38602eeb92ea0) chore: update dependency markdownlint-cli to ^0.38.0 ([#&#8203;17865](https://github.com/eslint/eslint/issues/17865)) (renovate\[bot]) - [`cc0c9f7`](https://github.com/eslint/eslint/commit/cc0c9f707aa9da7965b98151868b3c249c7f8f30) ci: bump github/codeql-action from 2 to 3 ([#&#8203;17873](https://github.com/eslint/eslint/issues/17873)) (dependabot\[bot]) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ny4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjc5LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
_renovate commented 2026-04-02 18:13:30 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-03 23:11:30 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-25 20:28:19 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 23:00:18 +02:00 (Migrated from edugit.org)

added 15 commits

  • 200adfcd...9c92af0a - 14 commits from branch master
  • 8bf3a77d - Update dependency eslint to v10

Compare with previous version

added 15 commits <ul><li>200adfcd...9c92af0a - 14 commits from branch <code>master</code></li><li>8bf3a77d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=87354&start_sha=200adfcd973b5f8e587f2f5c23365bb52d394e39)
_renovate commented 2026-04-27 23:28:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9a2f79a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c9a2f79a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=87504&start_sha=8bf3a77d86adb1770af60221cd1df00967eb307e)
_renovate commented 2026-04-28 00:11:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7b78ee2e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7b78ee2e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=87694&start_sha=c9a2f79a90a6a108287ae5df4802095b05410b88)
_renovate commented 2026-04-28 02:09:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2cdd0d11 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2cdd0d11 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=88124&start_sha=7b78ee2e2a241f087d590229efaf2535a97a763f)
_renovate commented 2026-04-28 02:21:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 55116c57 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>55116c57 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=88167&start_sha=2cdd0d11505a03418a737a385f29bbb002dbf54e)
_renovate commented 2026-04-28 04:56:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 85bb057e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>85bb057e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=88344&start_sha=55116c57364154dfdd2c9844a36de0316a17e75c)
_renovate commented 2026-04-28 16:25:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36ac3063 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>36ac3063 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=89321&start_sha=85bb057e62d747e7b0481dde8d98afa48d41ccae)
_renovate commented 2026-04-28 20:09:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 64a85de2 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>64a85de2 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=89853&start_sha=36ac30637e4acf9229f4ddc83d8616937fcd1a83)
_renovate commented 2026-04-29 00:56:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 68139809 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>68139809 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=90174&start_sha=64a85de22e5ed018db353d4e398de16d0fe0974a)
_renovate commented 2026-04-29 03:17:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 11d0f41b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>11d0f41b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=90434&start_sha=68139809166f4a8b5e3b0af1b5aa9ba62a3516b1)
_renovate commented 2026-04-29 05:12:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13d236c4 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>13d236c4 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=90676&start_sha=11d0f41b23e08b781c279ef9bb81aa747c27e723)
_renovate commented 2026-04-29 05:25:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3ff94519 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3ff94519 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=90706&start_sha=13d236c422bfd451dc80c1d9b7d5e51da655f15b)
_renovate commented 2026-04-29 05:40:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0b9cef4a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0b9cef4a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=90740&start_sha=3ff94519dc512795d8e1fd8d05123014be86924c)
_renovate commented 2026-04-29 05:58:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • c84219b6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c84219b6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=90758&start_sha=0b9cef4a6d954fbfaf92cf513e53b9dd816c5dc0)
_renovate commented 2026-04-29 06:10:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9f801dd0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9f801dd0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=90773&start_sha=c84219b62b3c7cefed822f99b83be884e6d9758d)
_renovate commented 2026-04-29 07:32:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 118c718c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>118c718c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=91000&start_sha=9f801dd016c03890585c5c1cee04b9a0e62f0a8e)
_renovate commented 2026-04-29 08:09:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b8d853c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8b8d853c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=91139&start_sha=118c718c2e98e03baf74bd447d55eb9ebde78d1d)
_renovate commented 2026-04-29 08:16:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6c9d5269 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6c9d5269 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=91185&start_sha=8b8d853c2d98c76158c1233d052a0432ecfc95c6)
_renovate commented 2026-04-29 10:32:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • e7c13097 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e7c13097 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=91617&start_sha=6c9d5269712d2e371ab07a3b0097a5640be26c97)
_renovate commented 2026-04-29 11:28:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 40ab2b52 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>40ab2b52 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=91885&start_sha=e7c13097697a541a896aaba6184aa9d9f3d02fa3)
_renovate commented 2026-04-29 15:26:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b8d9833 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2b8d9833 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=92285&start_sha=40ab2b52f9eaa8ced1f5646908c731435ca6fc73)
_renovate commented 2026-04-29 18:09:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5e19ca58 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5e19ca58 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=92560&start_sha=2b8d983394ba087515fd35e239b416a5388fca28)
_renovate commented 2026-04-29 18:40:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3042c2ef - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3042c2ef - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=92660&start_sha=5e19ca58ec98072cd5d8ddee64576604bf6ef7d8)
_renovate commented 2026-04-30 00:01:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6b41c634 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6b41c634 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=93170&start_sha=3042c2efd41aaaa8240b4daa5d69e6e7ffffee08)
_renovate commented 2026-04-30 02:27:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb59a71b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bb59a71b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=93500&start_sha=6b41c634c52094afbe5e02245b040c95466b745c)
_renovate commented 2026-04-30 17:29:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 38e2cb07 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>38e2cb07 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=94819&start_sha=bb59a71bd3a96314495d690a25dadb6523e18af2)
_renovate commented 2026-04-30 18:57:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • dffbc21b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dffbc21b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=94973&start_sha=38e2cb07ada87c50df51a50ed78184a76a71e3c8)
_renovate commented 2026-04-30 20:13:45 +02:00 (Migrated from edugit.org)

added 3 commits

  • dffbc21b...162ae046 - 2 commits from branch master
  • a91172d4 - Update dependency eslint to v10

Compare with previous version

added 3 commits <ul><li>dffbc21b...162ae046 - 2 commits from branch <code>master</code></li><li>a91172d4 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=95133&start_sha=dffbc21bd6562b1612d05a40f9392e13bc1015dd)
_renovate commented 2026-04-30 21:40:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2a3d1ac0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2a3d1ac0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=95289&start_sha=a91172d46f42cd594b7dfce1ac01404fbd28ecb0)
_renovate commented 2026-04-30 23:32:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • bf389818 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bf389818 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=95412&start_sha=2a3d1ac00d27bc292c73646637a0b93e2dd20305)
_renovate commented 2026-05-01 08:34:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5a21aeb9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5a21aeb9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=95950&start_sha=bf389818686901bd54eb63dde670761e0339cb51)
_renovate commented 2026-05-01 13:40:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9a83b7e7 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9a83b7e7 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=96213&start_sha=5a21aeb9abfe87c894d665e1f930c590553a92cf)
_renovate commented 2026-05-01 17:52:47 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-01 20:31:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • defb819f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>defb819f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=96760&start_sha=9a83b7e72f3e2d79da69e6ac5f4322be5c96630c)
_renovate commented 2026-05-01 21:48:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • b48c995d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b48c995d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=96829&start_sha=defb819f03d82b068d8ddc51376138064d12c783)
_renovate commented 2026-05-01 22:54:10 +02:00 (Migrated from edugit.org)

added 2 commits

  • cc787519 - 1 commit from branch master
  • ec8ccb27 - Update dependency eslint to v10

Compare with previous version

added 2 commits <ul><li>cc787519 - 1 commit from branch <code>master</code></li><li>ec8ccb27 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=96899&start_sha=b48c995d19ac1b99a3e3dff724028af2e432222d)
_renovate commented 2026-05-02 00:30:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • c5c16aeb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c5c16aeb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97036&start_sha=ec8ccb27c2c0a7febcdfeb82774b2d1f612693b3)
_renovate commented 2026-05-02 00:50:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 39dbb343 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>39dbb343 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97050&start_sha=c5c16aebbe1b4634b8e1b1ca37b111e22edb8033)
_renovate commented 2026-05-02 01:03:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • a1a418af - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a1a418af - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97067&start_sha=39dbb34384662761dc362da2e9bf7dd5b1a0c341)
_renovate commented 2026-05-02 03:01:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • dc4e5d48 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dc4e5d48 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97251&start_sha=a1a418affab19844a9ac428c884634ddadb3e64d)
_renovate commented 2026-05-02 06:41:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • be0de13e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>be0de13e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97505&start_sha=dc4e5d48c0fba055f73c35a4d0a970238cb70cfb)
_renovate commented 2026-05-02 07:52:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 811240de - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>811240de - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97599&start_sha=be0de13e798b404aa6743a8a1d8c03074a7ef91d)
_renovate commented 2026-05-02 08:01:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 42b3dbbb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>42b3dbbb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97630&start_sha=811240de903b517f426c58e422d20f9576531b0f)
_renovate commented 2026-05-02 10:53:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac46e18a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ac46e18a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97882&start_sha=42b3dbbb4b87cfc03affc39917e2feeab667eaeb)
_renovate commented 2026-05-02 11:40:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 24af5234 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>24af5234 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=97950&start_sha=ac46e18a48368df89f577124276be6f1a9d025ec)
_renovate commented 2026-05-02 19:07:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0da5f123 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0da5f123 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98427&start_sha=24af5234f56998dbcb03b36debdc083ef022e5e0)
_renovate commented 2026-05-02 19:17:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • c49d815d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c49d815d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98431&start_sha=0da5f1235348edd25bb4685caf76a512e42c17aa)
_renovate commented 2026-05-02 20:04:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 01431214 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>01431214 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98491&start_sha=c49d815dbe5e767bcd0de27cafe6e678b8328436)
_renovate commented 2026-05-02 21:10:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9977b4b7 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9977b4b7 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98564&start_sha=01431214665ffdb35872bc503cb7d11cd90e0e4a)
_renovate commented 2026-05-02 21:45:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • dddb8317 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dddb8317 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98637&start_sha=9977b4b747672d41764da686c76cf94f34b18f08)
_renovate commented 2026-05-02 21:58:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3ab4f19d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3ab4f19d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98666&start_sha=dddb8317ee114ad873e430d074985a3738ad55e0)
_renovate commented 2026-05-02 22:38:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0f61562 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f0f61562 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98717&start_sha=3ab4f19d2dda0ad43f2080c3c4e6693b87104379)
_renovate commented 2026-05-03 00:56:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb3d4252 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bb3d4252 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98860&start_sha=f0f615629fda646b221d93bcfec1691e2148ea3b)
_renovate commented 2026-05-03 01:16:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 34c23225 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>34c23225 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98900&start_sha=bb3d42523f3ca9c16a060f4c486aeea1593162c2)
_renovate commented 2026-05-03 01:52:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • be2cee0e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>be2cee0e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=98999&start_sha=34c232254764661bb2861bae518483d97f062d9b)
_renovate commented 2026-05-03 02:18:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 62a45170 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>62a45170 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=99104&start_sha=be2cee0ea69634443d63076b0f68aa61ab329159)
_renovate commented 2026-05-03 03:09:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3587ebdc - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3587ebdc - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=99256&start_sha=62a4517044a3a1540af4f8319f155d540891780a)
_renovate commented 2026-05-03 06:37:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3a98f60c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3a98f60c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=99527&start_sha=3587ebdc99e99afb742527c34c6e0677e504a649)
_renovate commented 2026-05-03 14:03:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 078a4534 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>078a4534 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=100016&start_sha=3a98f60c31107587eba14269cd058925603a4466)
_renovate commented 2026-05-03 15:33:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3933a646 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3933a646 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=100117&start_sha=078a453442d1d2385178ba49f8a0e37c2a54b4b4)
_renovate commented 2026-05-03 18:29:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • bea520cb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bea520cb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=100379&start_sha=3933a646d35652bfb32a7c5f8a05382dbc7ef7b5)
_renovate commented 2026-05-03 19:02:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1024aca8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1024aca8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=100434&start_sha=bea520cbffdd491ad60974c60fef119be2018ff4)
_renovate commented 2026-05-04 06:04:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • dc330c5c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dc330c5c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101238&start_sha=1024aca87d2f5d877d3788a7e61e9d4a88ef2d8c)
_renovate commented 2026-05-04 06:25:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8d8a5c24 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8d8a5c24 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101274&start_sha=dc330c5cc98ba51f194e65f69a19861dbdf3a89c)
_renovate commented 2026-05-04 10:59:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9df46db1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9df46db1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101528&start_sha=8d8a5c24c231c80d39dbdc9052b355c75ecd685d)
_renovate commented 2026-05-04 11:22:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 672c88fc - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>672c88fc - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101548&start_sha=9df46db1e1256769e68a27facd1a61a4456537e6)
_renovate commented 2026-05-04 11:37:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 89daf7b0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>89daf7b0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101568&start_sha=672c88fc595719be6b8aeb4ecfa4991375cc1bad)
_renovate commented 2026-05-04 11:52:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • f03f46a0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f03f46a0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101614&start_sha=89daf7b006d8506662d6c1bfb777098d5bce3471)
_renovate commented 2026-05-04 12:19:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • a7f83d9e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a7f83d9e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101664&start_sha=f03f46a0ceb5e4eb6c5d5bebc50cedaf8a5b57b7)
_renovate commented 2026-05-04 12:25:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 68cc7a7e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>68cc7a7e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=101696&start_sha=a7f83d9e9bd77fa4d65c173961144273ee85000d)
_renovate commented 2026-05-04 16:40:15 +02:00 (Migrated from edugit.org)

added 3 commits

  • 68cc7a7e...d0a53678 - 2 commits from branch master
  • 9672db98 - Update dependency eslint to v10

Compare with previous version

added 3 commits <ul><li>68cc7a7e...d0a53678 - 2 commits from branch <code>master</code></li><li>9672db98 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102081&start_sha=68cc7a7e4567bf7f738170aceb5ff5d28204b843)
_renovate commented 2026-05-04 16:54:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 05b4878e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>05b4878e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102106&start_sha=9672db98ae8c966f45d74e4fcf84347b03a5b846)
_renovate commented 2026-05-04 17:48:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 690f0f1d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>690f0f1d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102209&start_sha=05b4878e9f1aab17dc137922e01d22916c7c25c6)
_renovate commented 2026-05-04 20:06:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 90eca0ff - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>90eca0ff - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102418&start_sha=690f0f1d3ff5065706d2b6d4165d77f37e9777fe)
_renovate commented 2026-05-05 00:37:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • b37cc618 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b37cc618 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102745&start_sha=90eca0ffc3d430a0d709fbddbd356f7745f07d60)
_renovate commented 2026-05-05 01:14:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • fd73bf17 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>fd73bf17 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102812&start_sha=b37cc61828c83e6705194b22b332b4f377703554)
_renovate commented 2026-05-05 01:41:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 402fa8c1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>402fa8c1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102834&start_sha=fd73bf170702bdccd5c21976606f1360af736c5e)
_renovate commented 2026-05-05 02:35:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13de8969 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>13de8969 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=102938&start_sha=402fa8c11e41a16f490603648ed770c5b16c1a72)
_renovate commented 2026-05-05 04:55:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • a0d2a45a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a0d2a45a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=103106&start_sha=13de89698c67c0f500654bd8a1133b5e203b39a3)
_renovate commented 2026-05-05 05:52:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 383eaf3e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>383eaf3e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=103216&start_sha=a0d2a45a68c8087e01a7e7ca9667b46be98b9549)
_renovate commented 2026-05-05 09:18:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • e090fb49 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e090fb49 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=103524&start_sha=383eaf3ec5bfeb4ba66620051f098073cee554aa)
_renovate commented 2026-05-05 10:58:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 16964fbe - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>16964fbe - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=103645&start_sha=e090fb49007fb060df1ec927328b048bc12f3670)
_renovate commented 2026-05-05 17:02:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • e83f439f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e83f439f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=104065&start_sha=16964fbe62b93adecbbbb5a251c991da05540b7b)
_renovate commented 2026-05-05 18:37:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • df66ed3b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>df66ed3b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=104262&start_sha=e83f439f60f567bfd188a3d2fe1f38c17ceb6431)
_renovate commented 2026-05-05 19:15:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0802bc66 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0802bc66 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=104311&start_sha=df66ed3b2ff0bd8517571b9628fd27da05fd994c)
_renovate commented 2026-05-05 22:28:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • f6be872c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f6be872c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=104467&start_sha=0802bc6604062713c5bb9c85d18540cc333f2b08)
_renovate commented 2026-05-06 00:31:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 711716ff - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>711716ff - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=104620&start_sha=f6be872ca58fe653cbb704dc5e2e370fb0c1ac06)
_renovate commented 2026-05-06 00:52:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b28dbda - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2b28dbda - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=104673&start_sha=711716fffca673336774b9626dc15cf2f1eacee6)
_renovate commented 2026-05-06 04:52:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5250dae - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d5250dae - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=105019&start_sha=2b28dbdaf7485942d6e69f9d024146597bc58c05)
_renovate commented 2026-05-06 10:28:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 22f73946 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>22f73946 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=105420&start_sha=d5250dae757701b6f8a64123e846b1dbdd814108)
_renovate commented 2026-05-06 12:37:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 314c4ecb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>314c4ecb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=105573&start_sha=22f7394655a1251f3d12653fac4d015f34167962)
_renovate commented 2026-05-06 13:55:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • fc5a1592 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>fc5a1592 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=105709&start_sha=314c4ecb4bf5dffa973f8658e0f56c1b2b925035)
_renovate commented 2026-05-06 21:18:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50dc2c56 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>50dc2c56 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=106455&start_sha=fc5a15928d1350a7e704b3bb39e942143357349e)
_renovate commented 2026-05-06 21:31:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • b1a37dd8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b1a37dd8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=106482&start_sha=50dc2c56c5847df4a3f7b6857b908c85aab97885)
_renovate commented 2026-05-06 21:52:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • ddc00c5c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ddc00c5c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=106509&start_sha=b1a37dd8d245bdce880cab1197df60e5f9475602)
_renovate commented 2026-05-06 22:18:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4034f8f5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4034f8f5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=106550&start_sha=ddc00c5c783d50e84610ddf7df2491294536834f)
_renovate commented 2026-05-07 01:56:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac88186d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ac88186d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=106880&start_sha=4034f8f55af0872a1111fda42405ab77635a0673)
_renovate commented 2026-05-07 04:14:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8454bd46 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8454bd46 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=107003&start_sha=ac88186d0344cf926721534a3a7adb242a43eff5)
_renovate commented 2026-05-07 08:16:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • eec9b104 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>eec9b104 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=107191&start_sha=8454bd4666a1ca36e4737245e5894ddb1cdf10b3)
_renovate commented 2026-05-07 09:31:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b77d7ef - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8b77d7ef - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=107298&start_sha=eec9b104d112821a543a77a8715942225aad9d51)
_renovate commented 2026-05-07 11:19:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9bbcedc5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9bbcedc5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=107472&start_sha=8b77d7ef2d3979750cbea4fafe03254dd741de9e)
_renovate commented 2026-05-07 11:54:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 948e93fa - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>948e93fa - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=107512&start_sha=9bbcedc5ccc2d3692c19fda32fb083d18552ddca)
_renovate commented 2026-05-07 20:02:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 73fb512b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>73fb512b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=108051&start_sha=948e93faa1b7fca647fa0da1a42d6435d170daf8)
_renovate commented 2026-05-07 20:39:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 723651ea - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>723651ea - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=108098&start_sha=73fb512b6e8416e93f423a67f11cf3d8802e2f40)
_renovate commented 2026-05-07 20:54:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 87f77613 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>87f77613 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=108122&start_sha=723651eaacd566cc982c41a701fa7778796f99d5)
_renovate commented 2026-05-07 22:10:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1791cdab - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1791cdab - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=108209&start_sha=87f7761338b4edc9f2be38ade65fc3bd224aaf8e)
_renovate commented 2026-05-08 01:04:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 593cb865 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>593cb865 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=108469&start_sha=1791cdab9c5c8856f7687e7076a3482ad04d39d5)
_renovate commented 2026-05-08 04:04:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • ba864368 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ba864368 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=108726&start_sha=593cb8650ccffdd9cb7c7c4a4d954e250b73524a)
_renovate commented 2026-05-08 12:52:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 09964b5f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>09964b5f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=109368&start_sha=ba864368099e77a7028ad9393d5923690f18a256)
_renovate commented 2026-05-08 14:48:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • a627f48c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a627f48c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=109481&start_sha=09964b5f6239279fe8fb76f3cdf91e7fd79a2e39)
_renovate commented 2026-05-08 16:28:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 624db3a5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>624db3a5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=109591&start_sha=a627f48cdc705b519afa4fe4b25533f8d77d8f19)
_renovate commented 2026-05-08 17:23:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • b02cfe4d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b02cfe4d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=109668&start_sha=624db3a5a8b6f6f1697da517ca0f8b1d698d4717)
_renovate commented 2026-05-08 19:31:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0aa7e6fe - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0aa7e6fe - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=109821&start_sha=b02cfe4d7ee128209585e9eb5838cd11408b484c)
_renovate commented 2026-05-08 20:29:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 28d45d05 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>28d45d05 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=109882&start_sha=0aa7e6fe7d72fe4056592f3bffdbd175ead69199)
_renovate commented 2026-05-08 23:44:58 +02:00 (Migrated from edugit.org)

added 3 commits

  • 28d45d05...6c081b34 - 2 commits from branch master
  • d05ea356 - Update dependency eslint to v10

Compare with previous version

added 3 commits <ul><li>28d45d05...6c081b34 - 2 commits from branch <code>master</code></li><li>d05ea356 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=110042&start_sha=28d45d05cb61e3601b0f7422ebe6367deb3a3395)
_renovate commented 2026-05-09 04:29:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 53d6a631 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>53d6a631 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=110509&start_sha=d05ea356f0125843016ebda49397f07d9b982dcb)
_renovate commented 2026-05-09 08:44:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • f602d7f6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f602d7f6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=110796&start_sha=53d6a631081e15635686410ee3a4151b0267e684)
_renovate commented 2026-05-09 11:58:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 98482818 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>98482818 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111060&start_sha=f602d7f6d2334a394b75cf29c1a00bb8cb2c7723)
_renovate commented 2026-05-09 12:11:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • c057e5a9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c057e5a9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111087&start_sha=98482818e81266752917ea514513cc1c837ccf6f)
_renovate commented 2026-05-09 13:07:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 292a0b76 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>292a0b76 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111153&start_sha=c057e5a9e0d8cd1964e5378504381cf0dd527f5f)
_renovate commented 2026-05-09 13:22:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • e619a3c9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e619a3c9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111181&start_sha=292a0b762c85369c29d209dd4e7b1f93544792eb)
_renovate commented 2026-05-09 15:15:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1a7c2c5e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1a7c2c5e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111262&start_sha=e619a3c9605ffb74c5ddbfe312f2203b1ec4dcb6)
_renovate commented 2026-05-09 16:04:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61ed84ac - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>61ed84ac - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111315&start_sha=1a7c2c5eb26004d900eeb081e0add8ed3b7a6c68)
_renovate commented 2026-05-09 16:20:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0200bf23 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0200bf23 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111354&start_sha=61ed84acad34c6694f61699fd8e190c73f93b7ac)
_renovate commented 2026-05-09 19:12:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3e80f646 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3e80f646 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111550&start_sha=0200bf234ce713f595044df41b5adca79c604455)
_renovate commented 2026-05-09 19:49:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 88273d56 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>88273d56 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111603&start_sha=3e80f646de07d499dc0dd3a981e5799e5ad3159f)
_renovate commented 2026-05-09 20:41:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1d41cac0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1d41cac0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111651&start_sha=88273d56c30d926551ff4c36c4c3eb509855a5ac)
_renovate commented 2026-05-10 02:03:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 14f93539 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>14f93539 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=111984&start_sha=1d41cac01d8f4ff96ca05d40af8e51f0e08b0842)
_renovate commented 2026-05-10 05:57:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27e8b663 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>27e8b663 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=112238&start_sha=14f935394935dbb800b46241fd2a62140782a9f3)
_renovate commented 2026-05-10 11:49:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 047eafeb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>047eafeb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=112530&start_sha=27e8b663b30cc816d25b1a109dd2cf2740163567)
_renovate commented 2026-05-10 13:26:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6b7d68d5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6b7d68d5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=112649&start_sha=047eafeb913aad7cfc608e28a4e6031a967dc4e9)
_renovate commented 2026-05-10 17:22:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 31bf71cf - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>31bf71cf - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=112917&start_sha=6b7d68d55b4256662cfc3bd379063d6a5ac09872)
_renovate commented 2026-05-10 19:18:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd60455b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dd60455b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113067&start_sha=31bf71cf99870ce4afb4387776aaeaaeae172382)
_renovate commented 2026-05-10 19:20:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95df4aad - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>95df4aad - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113075&start_sha=dd60455babcbd307194152e619105b0e5290046d)
_renovate commented 2026-05-10 21:06:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • c157eb18 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c157eb18 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113209&start_sha=95df4aadd218e4004ff6af358cbc85430bd66e0c)
_renovate commented 2026-05-10 21:44:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • e4220b1b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e4220b1b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113245&start_sha=c157eb18ea996bd6dc378de02dea3b5ee39fb73f)
_renovate commented 2026-05-10 23:18:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50d10ba1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>50d10ba1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113364&start_sha=e4220b1b654cd3d5357191c18a0b543c3dbf1e02)
_renovate commented 2026-05-11 01:01:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5c782e0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a5c782e0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113469&start_sha=50d10ba1d0dceab5ff85191a248a84ca30e66278)
_renovate commented 2026-05-11 06:34:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46fc0457 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>46fc0457 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113773&start_sha=a5c782e0ee6e2b52582d93b2ca4fae59e0315832)
_renovate commented 2026-05-11 06:59:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3bd5553 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a3bd5553 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113805&start_sha=46fc045772ead2956e53809f7c749318bb9eb04c)
_renovate commented 2026-05-11 09:19:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • aa55d036 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>aa55d036 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=113981&start_sha=a3bd5553cb47f8f8a43f2211fee320448b472e78)
_renovate commented 2026-05-11 09:44:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f1a9f47 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1f1a9f47 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114002&start_sha=aa55d036d771e5fe2701abad920c701a63140185)
_renovate commented 2026-05-11 13:53:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • bd46002e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bd46002e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114235&start_sha=1f1a9f47ff31640c9d5593c179484b0a40180a62)
_renovate commented 2026-05-11 16:18:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • e8fd1893 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e8fd1893 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114377&start_sha=bd46002e1c8727e6610a13de2df5a599697b0880)
_renovate commented 2026-05-11 19:56:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 57d9e160 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>57d9e160 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114618&start_sha=e8fd18938f4a81b9d3baaf500592f4eecc531f0f)
_renovate commented 2026-05-11 20:29:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • b3b798ce - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b3b798ce - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114651&start_sha=57d9e160ca9616f62224c16069cf9ec6434361e3)
_renovate commented 2026-05-11 20:38:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • cd781186 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>cd781186 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114661&start_sha=b3b798ce09e8872af4b851669ef9c4edfe6ddf04)
_renovate commented 2026-05-11 21:48:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • d1a8ae12 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d1a8ae12 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114727&start_sha=cd781186dc7d41f72f21c42549f51f2e85b6f82f)
_renovate commented 2026-05-11 22:11:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1fc686c6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1fc686c6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114744&start_sha=d1a8ae1222de6670eb18390485e53bb1fa9e39bd)
_renovate commented 2026-05-11 23:05:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6d4b97e5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6d4b97e5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114875&start_sha=1fc686c60d2c6693770c9e14a8b906a5dec53102)
_renovate commented 2026-05-12 00:30:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ccc7d83 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7ccc7d83 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114974&start_sha=6d4b97e584322ea9c764f3eac84ef272924e15b8)
_renovate commented 2026-05-12 00:45:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • c83f8d14 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c83f8d14 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=114992&start_sha=7ccc7d83bcdc48e94637ba459975d0b6114caf1a)
_renovate commented 2026-05-12 01:03:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 718f1e19 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>718f1e19 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115016&start_sha=c83f8d1462467188a935313c769bf8a04a896cd6)
_renovate commented 2026-05-12 05:29:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6af3f97b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6af3f97b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115277&start_sha=718f1e199dd1f8192221f69bdfbb043fecc79cf4)
_renovate commented 2026-05-12 05:37:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • f53d9a17 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f53d9a17 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115289&start_sha=6af3f97be2f934148cf8efb615dea139c0539b3d)
_renovate commented 2026-05-12 06:16:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78a43649 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>78a43649 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115316&start_sha=f53d9a174d9cb878c865d06e24ecd509aa0cfc29)
_renovate commented 2026-05-12 08:46:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • ca591b49 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ca591b49 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115435&start_sha=78a436496c0a11949202b8f51c34ba71e0ab6bf3)
_renovate commented 2026-05-12 10:09:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • f181bab4 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f181bab4 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115541&start_sha=ca591b492378c8e0dc12907cdcada41651d4fccb)
_renovate commented 2026-05-12 10:12:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • aa40017b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>aa40017b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115550&start_sha=f181bab4bdfdef66423fe12a2c9c0ee69d4a4857)
_renovate commented 2026-05-12 11:46:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb82ef46 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bb82ef46 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115660&start_sha=aa40017b7733caf0798fadd854bfc2d16c83afe6)
_renovate commented 2026-05-12 12:03:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2f6afe84 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2f6afe84 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115687&start_sha=bb82ef46504913708d9f2b9ebd1cb2df829c3aa6)
_renovate commented 2026-05-12 12:39:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • c2095237 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c2095237 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115710&start_sha=2f6afe84f003e33b4c0924d22ddea2fa818e3288)
_renovate commented 2026-05-12 13:31:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4dde975c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4dde975c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115788&start_sha=c20952374a88127174221046bb6ed26ca3f7b02f)
_renovate commented 2026-05-12 14:09:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a3e1b1e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8a3e1b1e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115810&start_sha=4dde975c66d970c46eea4a7ff9d16369ad07c921)
_renovate commented 2026-05-12 15:48:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 71cf84bb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>71cf84bb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115906&start_sha=8a3e1b1e743df6df870288397d036ba66b750e99)
_renovate commented 2026-05-12 15:57:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • f5dfb6af - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f5dfb6af - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=115927&start_sha=71cf84bbddc3de734448bedd83d3f159fa7e3f8f)
_renovate commented 2026-05-12 17:21:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 039de79a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>039de79a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116000&start_sha=f5dfb6af85ca903fc6bafbb08989cb284cf516fa)
_renovate commented 2026-05-12 17:58:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • d0da3c06 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d0da3c06 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116040&start_sha=039de79aa789a815c41614e8868a9f57e460c9c7)
_renovate commented 2026-05-12 19:02:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • e521168e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e521168e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116157&start_sha=d0da3c060e6ba9059e18ed387214a6478aaa64e4)
_renovate commented 2026-05-12 20:52:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • b0069c78 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b0069c78 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116315&start_sha=e521168e28833575854a8210d6ba00d0560b89a4)
_renovate commented 2026-05-12 23:33:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb02bad5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>fb02bad5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116492&start_sha=b0069c78d08a44e6adc32a2b24c42900c86a75ed)
_renovate commented 2026-05-13 00:49:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 40fe2f90 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>40fe2f90 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116568&start_sha=fb02bad53d465726b40cdaf2e0353cdac0746c99)
_renovate commented 2026-05-13 02:30:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5f1828a8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5f1828a8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116675&start_sha=40fe2f9040dc044c054d30082097c5ff372e815a)
_renovate commented 2026-05-13 06:00:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • e41f2af4 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e41f2af4 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116833&start_sha=5f1828a86d9683acd60c3da2f24ab5d2979cc09c)
_renovate commented 2026-05-13 06:24:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b1dded3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2b1dded3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116855&start_sha=e41f2af46689e39a7671fdff64b66cc1605fbef7)
_renovate commented 2026-05-13 07:16:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 645738b8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>645738b8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116933&start_sha=2b1dded3075691997acc3e1c5d02635a6106a39c)
_renovate commented 2026-05-13 07:30:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 550f62ba - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>550f62ba - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=116951&start_sha=645738b8addff5bf8cef304ff0cd90d66ce27560)
_renovate commented 2026-05-13 09:30:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2eb6db5e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2eb6db5e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=117125&start_sha=550f62ba44a8ba65a90a540f6c7f0960c421405a)
_renovate commented 2026-05-13 11:32:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • a62feff5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a62feff5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=117358&start_sha=2eb6db5e4d4d514befabef375244193694c1d2e5)
_renovate commented 2026-05-13 11:52:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8f751acf - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8f751acf - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=117402&start_sha=a62feff524c69f7e61df3c728dca7dd17da71c96)
_renovate commented 2026-05-13 13:04:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27997e88 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>27997e88 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=117538&start_sha=8f751acf2d6f22cee690b8e79888dbe8cf98da0f)
_renovate commented 2026-05-13 16:58:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 625723e2 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>625723e2 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=117732&start_sha=27997e887fa02aae47309c1ecd8832137eda207a)
_renovate commented 2026-05-13 17:47:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4eacecd - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d4eacecd - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=117794&start_sha=625723e278f3379b3ad07a2a3d6ba6caee181f0e)
_renovate commented 2026-05-13 18:35:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 914cd262 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>914cd262 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=117847&start_sha=d4eacecda77b6f0a17e7f1add399830a1100333b)
_renovate commented 2026-05-13 20:30:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • f61bf223 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f61bf223 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118024&start_sha=914cd262cb88f242fd6798ed6785aee1d159e35e)
_renovate commented 2026-05-13 21:11:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • c6a0c7a0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c6a0c7a0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118073&start_sha=f61bf22330dad7762076584c8d636eaf76fa134d)
_renovate commented 2026-05-13 21:23:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • e8a5abff - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e8a5abff - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118103&start_sha=c6a0c7a07f520b3a19d002aa70b2b6c4378ed819)
_renovate commented 2026-05-13 23:31:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • d7d94fe3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d7d94fe3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118271&start_sha=e8a5abff8dc54fc8aca884a09c6b1e77651698c3)
_renovate commented 2026-05-14 00:00:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • b55462e6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b55462e6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118311&start_sha=d7d94fe39574543933d73a8a154a8d91d9fed78f)
_renovate commented 2026-05-14 00:19:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4d95513 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d4d95513 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118340&start_sha=b55462e6781c6557170ae97c64922ffe3e2bd8be)
_renovate commented 2026-05-14 01:02:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 04de3bb1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>04de3bb1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118387&start_sha=d4d95513dae8852aba6e403ee545039f76d89240)
_renovate commented 2026-05-14 03:27:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36fc48e0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>36fc48e0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118551&start_sha=04de3bb1efbc35029dd62319135a0e165588d4b5)
_renovate commented 2026-05-14 03:56:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • b479faf1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b479faf1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118584&start_sha=36fc48e01c33d253d4408a0693640e314181d34f)
_renovate commented 2026-05-14 05:14:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3c983b8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a3c983b8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118694&start_sha=b479faf1838665524377ae892c66c6c07932101d)
_renovate commented 2026-05-14 05:16:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3778462c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3778462c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118701&start_sha=a3c983b8a5a3d49f020c3c24381d4590f31e9291)
_renovate commented 2026-05-14 08:28:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • b3230dc1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b3230dc1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118911&start_sha=3778462c0c45e0097481b71c861e765e9bc30702)
_renovate commented 2026-05-14 09:16:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 94e39875 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>94e39875 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=118991&start_sha=b3230dc195ad3c38f481fda51651ea835e8ccdd9)
_renovate commented 2026-05-14 09:52:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • d307b12f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d307b12f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=119044&start_sha=94e39875adeb3815fef77420d30ba49a2b126f17)
_renovate commented 2026-05-14 11:43:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4fc3a95a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4fc3a95a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=119176&start_sha=d307b12ffe419cdc05e048fd45df30b11e68bcd3)
_renovate commented 2026-05-14 14:22:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • e2657e1e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e2657e1e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=119378&start_sha=4fc3a95a08396a321d931c2dd5199b677e46ab6d)
_renovate commented 2026-05-14 16:01:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • c6d3f609 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c6d3f609 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=119576&start_sha=e2657e1e3ceeed518deeca5c6c74ff345981a878)
_renovate commented 2026-05-14 17:05:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3fed27d3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3fed27d3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=119648&start_sha=c6d3f6099a2e628222a94cfddd4f6e8eca600bf6)
_renovate commented 2026-05-14 20:14:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • af57323e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>af57323e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=119873&start_sha=3fed27d3bf117857208cb8b701190080041aec91)
_renovate commented 2026-05-15 02:15:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • baeb59af - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>baeb59af - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=120231&start_sha=af57323ec1582b7c05b76cfa07ab1619b0291b53)
_renovate commented 2026-05-15 02:29:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6bad4ab8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6bad4ab8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=120244&start_sha=baeb59afdd45c03eb711adc1b576389e67dedf59)
_renovate commented 2026-05-15 03:59:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 022d52b4 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>022d52b4 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=120343&start_sha=6bad4ab89acdab18d10e4872982af7ba5877f57f)
_renovate commented 2026-05-15 04:16:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • e66c535c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e66c535c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=120359&start_sha=022d52b428186020adfa575b825fb086967b2d2b)
_renovate commented 2026-05-15 10:07:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 38ffc1af - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>38ffc1af - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=120901&start_sha=e66c535ccc8af6bd43a7bbbcaebc70082023e269)
_renovate commented 2026-05-15 11:03:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 71e9e795 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>71e9e795 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121007&start_sha=38ffc1afd249551fa8aa237804f647a294de4d5b)
_renovate commented 2026-05-15 13:30:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • ccc519a3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ccc519a3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121138&start_sha=71e9e795e8e453d83ba98beba5828a44c575dd15)
_renovate commented 2026-05-15 16:02:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8c9636c5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8c9636c5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121262&start_sha=ccc519a38a310b60f507f2f51ced3d2db1a9c34a)
_renovate commented 2026-05-15 17:02:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • b137ef07 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b137ef07 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121326&start_sha=8c9636c5b1026002ef1068a7bfc9615bd8284c61)
_renovate commented 2026-05-15 17:03:12 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-15 17:35:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 31df50af - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>31df50af - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121404&start_sha=b137ef071e1cd62af7ac5b4bdfc729e0ee8ab8c5)
_renovate commented 2026-05-15 18:56:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1281c4b8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1281c4b8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121544&start_sha=31df50af2e3ad4c897b7d22e42ac7250c17adcfa)
_renovate commented 2026-05-15 19:58:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2f0ddeed - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2f0ddeed - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121596&start_sha=1281c4b8e5f40b135dc92300b12bfcd33bab5307)
_renovate commented 2026-05-15 20:31:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb991066 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>eb991066 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121638&start_sha=2f0ddeed027bd6816511f08281261627c9c59559)
_renovate commented 2026-05-15 21:31:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • c2453d2c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c2453d2c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121739&start_sha=eb991066be1dc7f634c1fda2edb0c1ad5fdc4df7)
_renovate commented 2026-05-15 21:51:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2c294747 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2c294747 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121779&start_sha=c2453d2c2d3b05b2e0c60ccb88ce5d359c034e87)
_renovate commented 2026-05-15 22:43:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 23aa8fca - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>23aa8fca - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=121869&start_sha=2c2947476748022d24537b4b8f2adc60248b37b5)
_renovate commented 2026-05-16 01:13:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • f620596b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f620596b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122039&start_sha=23aa8fca27b59c455764954089c1604b3c1b38f4)
_renovate commented 2026-05-16 02:02:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 97edda76 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>97edda76 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122106&start_sha=f620596b0f164a05d48f0fb64639ca9cc92a53ff)
_renovate commented 2026-05-16 05:46:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46792a64 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>46792a64 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122334&start_sha=97edda76b75ab7a439989a109d778eac5d6a8d4f)
_renovate commented 2026-05-16 06:46:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b89d130 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1b89d130 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122412&start_sha=46792a64c5b25dd208db7cfed96d4066bc907934)
_renovate commented 2026-05-16 08:18:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • b4c2624f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b4c2624f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122465&start_sha=1b89d13066b85351315ac2a36686897e8a36ac25)
_renovate commented 2026-05-21 18:14:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 88ad2c6b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>88ad2c6b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122714&start_sha=b4c2624f65590410e9a64429870c4fb82fca98aa)
_renovate commented 2026-05-21 18:16:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9c61074 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c9c61074 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122729&start_sha=88ad2c6b2f42ae212c8461b72b693e9842c799e0)
_renovate commented 2026-05-21 19:52:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2940515b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2940515b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=122951&start_sha=c9c610746f66ef052772e355f521ab1dd69c91fd)
_renovate commented 2026-05-21 21:12:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 186c3d24 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>186c3d24 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123128&start_sha=2940515b495855d8f6b051e9692de701c18205dd)
_renovate commented 2026-05-22 00:44:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0fc6a1ec - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0fc6a1ec - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123373&start_sha=186c3d2403f81d0a8ad941bcb60de4494600566a)
_renovate commented 2026-05-22 01:25:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 76bfa17a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>76bfa17a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123433&start_sha=0fc6a1ec8574a9d31f20445509f8f203bf477ec3)
_renovate commented 2026-05-22 04:49:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • ba8b407e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ba8b407e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123602&start_sha=76bfa17abd2e81817d1c9a72ec66ecb1d2ef8ef9)
_renovate commented 2026-05-22 05:12:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ed4c6c8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1ed4c6c8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123650&start_sha=ba8b407e234a349cafab86545c554c398576ba4f)
_renovate commented 2026-05-22 07:11:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3518b670 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3518b670 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123780&start_sha=1ed4c6c8a988e2100b56c5e5f247e8f4a458c7b5)
_renovate commented 2026-05-22 09:01:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • cb584fe2 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>cb584fe2 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123885&start_sha=3518b6703561eff5fbb7e2d9d2a32829b8c9a1c8)
_renovate commented 2026-05-22 09:32:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 802bd5e2 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>802bd5e2 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=123914&start_sha=cb584fe20a9035be769ac506bb5cb08e4dd1be48)
_renovate commented 2026-05-22 13:47:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ea5f860 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1ea5f860 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=124266&start_sha=802bd5e2234159f6e6415b41d157cf5c481c5514)
_renovate commented 2026-05-22 17:08:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • faa292da - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>faa292da - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=124489&start_sha=1ea5f8608743c209276f6d4282d412e06481cd8d)
_renovate commented 2026-05-22 18:19:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • a6fa56bb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a6fa56bb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=124559&start_sha=faa292daa4eece4439dfdfa7ec577ed88fa106be)
_renovate commented 2026-05-22 19:03:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 76902325 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>76902325 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=124626&start_sha=a6fa56bb8d6572b899aec8f6ee2fb0afc3818bdc)
_renovate commented 2026-05-22 22:27:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9b136f32 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9b136f32 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=124851&start_sha=769023253d18353a24c91d5f2341e9ef9176221a)
_renovate commented 2026-05-22 23:05:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 043a4a6e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>043a4a6e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=124950&start_sha=9b136f3275652b0bedfca6be87c4f51ec44645c3)
_renovate commented 2026-05-23 01:20:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • ccb3e7f0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ccb3e7f0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125122&start_sha=043a4a6e9d285a291afde937756525476d78ad0f)
_renovate commented 2026-05-23 02:33:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 97ec24d8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>97ec24d8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125178&start_sha=ccb3e7f01e0c9b2b884f7de27bc73c15ba88859e)
_renovate commented 2026-05-23 03:22:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6374c16e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6374c16e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125232&start_sha=97ec24d8ea94c9236b731695e0102da883bba873)
_renovate commented 2026-05-23 04:06:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • cb51c94c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>cb51c94c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125276&start_sha=6374c16e303654e78099b9aae81acd1b608a34d0)
_renovate commented 2026-05-23 06:32:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27608ee1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>27608ee1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125399&start_sha=cb51c94c5ab77e5d7309240fcf328ff636494149)
_renovate commented 2026-05-23 06:43:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e12e91a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4e12e91a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125412&start_sha=27608ee136051e7fb0cae5a2dc42517a476bc355)
_renovate commented 2026-05-23 07:28:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1184958d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1184958d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125445&start_sha=4e12e91a6b8c210971c23d80dcb7b569a93095dc)
_renovate commented 2026-05-23 07:45:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 42694af9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>42694af9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125458&start_sha=1184958d1477b40c89bac40c082126dc7f45f68d)
_renovate commented 2026-05-23 07:59:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0d73c34f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0d73c34f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125476&start_sha=42694af966ba8bb938899519c3974dacd3c932d2)
_renovate commented 2026-05-23 12:07:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb0e6b0a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>eb0e6b0a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125870&start_sha=0d73c34ff3cc27de8154df35674e2b2e70ff5968)
_renovate commented 2026-05-23 12:20:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4587f4d5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4587f4d5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125896&start_sha=eb0e6b0a764819890a7ab0eb3aeade084b6b8e48)
_renovate commented 2026-05-23 12:59:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • f4591319 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f4591319 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=125956&start_sha=4587f4d54c07ec8ee1a471770427f1c229a75139)
_renovate commented 2026-05-23 18:01:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • e488bec3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e488bec3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126200&start_sha=f45913194d6215b09fa019175dcccb08334b849a)
_renovate commented 2026-05-23 19:13:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3cc8e8dc - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3cc8e8dc - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126283&start_sha=e488bec33b2f4d0a917f8f15483338ef18e51a5d)
_renovate commented 2026-05-23 19:23:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7103ab18 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7103ab18 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126291&start_sha=3cc8e8dc35ed9d76f2b1a07cdd6b1ca016ddf3f1)
_renovate commented 2026-05-23 21:35:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • dee3437e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dee3437e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126453&start_sha=7103ab18c42aae8d7078d423504782df6401bdd5)
_renovate commented 2026-05-23 22:09:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 91211a9e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>91211a9e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126502&start_sha=dee3437eeeac5eb6fa0e8106283535dda7dead46)
_renovate commented 2026-05-23 22:30:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8330ee31 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8330ee31 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126548&start_sha=91211a9ec859baf49b7a1b2a1baf3f8a98cb2ea2)
_renovate commented 2026-05-23 22:43:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • d08d0937 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d08d0937 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126573&start_sha=8330ee31ee5e53b24edd2d0871bade771f2266e0)
_renovate commented 2026-05-23 23:00:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 031d9317 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>031d9317 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126613&start_sha=d08d0937298a88c8dbcf295d7ec1c05337bf91a0)
_renovate commented 2026-05-24 02:40:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 963a7087 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>963a7087 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126871&start_sha=031d9317653de3aebd4581c47d8a18e65a52d577)
_renovate commented 2026-05-24 03:14:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • b14b36f5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b14b36f5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126904&start_sha=963a7087d1a4001311bb1b8ffe8b042d237f2c92)
_renovate commented 2026-05-24 03:46:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b8eba34 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5b8eba34 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=126925&start_sha=b14b36f5044dd714d2887f17d0eb23bcf38f3522)
_renovate commented 2026-05-24 06:27:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • b1a0fe51 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b1a0fe51 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127098&start_sha=5b8eba346350693c0536018ac4bace4b7810d890)
_renovate commented 2026-05-24 09:09:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 112ded7b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>112ded7b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127299&start_sha=b1a0fe51b31884e827769b3b9d42c9362172ffdf)
_renovate commented 2026-05-24 09:15:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • a828c878 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a828c878 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127316&start_sha=112ded7b4834844877363d2a781e1d0a1ef5d9de)
_renovate commented 2026-05-24 10:17:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7c01f06f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7c01f06f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127429&start_sha=a828c87827a3ebdb02924cbe751606453146e104)
_renovate commented 2026-05-24 10:47:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4fa7df55 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4fa7df55 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127486&start_sha=7c01f06fa0862c1117bf53ad5042f606cbe65415)
_renovate commented 2026-05-24 11:19:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 34c49791 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>34c49791 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127550&start_sha=4fa7df550e21ede13fe181ee760f7115de98ad46)
_renovate commented 2026-05-24 12:36:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5ebb5126 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5ebb5126 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127621&start_sha=34c49791cc1834c7f91a39dc157c181b69e0fced)
_renovate commented 2026-05-24 12:58:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13a767e5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>13a767e5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127659&start_sha=5ebb512685691ec3060cac180ad1c2551cf8454c)
_renovate commented 2026-05-24 13:39:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • dfb3cc09 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dfb3cc09 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127686&start_sha=13a767e50e52e016c22d99e4857ac5681b322ac4)
_renovate commented 2026-05-24 17:21:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • e0deeefe - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e0deeefe - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127924&start_sha=dfb3cc09e01138e9ee11cd4b4c56cadfd187fdb4)
_renovate commented 2026-05-24 17:46:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0312e40b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0312e40b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127962&start_sha=e0deeefeaf84afa2f9e47543aa0d79f66437ea13)
_renovate commented 2026-05-24 18:23:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 156bf000 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>156bf000 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=127997&start_sha=0312e40b2db122bc971a9286f6170b23313c3279)
_renovate commented 2026-05-24 18:31:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 206c48c7 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>206c48c7 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128018&start_sha=156bf000286da18ed247a57c23026b78eb740828)
_renovate commented 2026-05-24 19:04:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43357c7d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>43357c7d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128074&start_sha=206c48c785675d221dd3ef918c2a774c1117159c)
_renovate commented 2026-05-24 20:10:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2989a9b8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2989a9b8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128126&start_sha=43357c7dbbeaf4d5c40382cfffb0d153fa4897e6)
_renovate commented 2026-05-24 20:41:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • bd011f38 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bd011f38 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128170&start_sha=2989a9b82ff35c86e79df3f277e7e0c2e7333d13)
_renovate commented 2026-05-24 21:36:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • f5e40bda - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f5e40bda - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128221&start_sha=bd011f387ac83f3057bd903f8fa02212a6f8389e)
_renovate commented 2026-05-24 22:03:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9c341ccd - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9c341ccd - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128239&start_sha=f5e40bda6ddbbfb81814d613315ace10fe12f280)
_renovate commented 2026-05-24 23:20:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • e3557f33 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e3557f33 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128347&start_sha=9c341ccdb6122479140cbdc92a6b32de453ffbdb)
_renovate commented 2026-05-25 01:49:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4950de43 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4950de43 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128528&start_sha=e3557f33dd66dd50362c315d250fd1eb2c645ad9)
_renovate commented 2026-05-25 02:18:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9ccbf1d4 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9ccbf1d4 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128562&start_sha=4950de439483d4317e38269f52f398dc068c4af8)
_renovate commented 2026-05-25 03:41:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 722c2f5e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>722c2f5e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128642&start_sha=9ccbf1d41c06d999796a5fa30dc5c403a8a2cd45)
_renovate commented 2026-05-25 04:51:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 10b950d8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>10b950d8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128703&start_sha=722c2f5e896b196a04bfd5984e7d4355386b05ad)
_renovate commented 2026-05-25 07:54:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2abe66e5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2abe66e5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=128857&start_sha=10b950d8cabfbbe99c0a9234f40e1524feb6a745)
_renovate commented 2026-05-25 10:08:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8c5e9f94 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8c5e9f94 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129026&start_sha=2abe66e5def559c55dfc18eebd6086adeec046e7)
_renovate commented 2026-05-25 10:28:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • f1da2dde - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f1da2dde - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129065&start_sha=8c5e9f94c20cfe47210c66675e7770a8fce2c708)
_renovate commented 2026-05-25 11:00:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 30a1998e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>30a1998e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129117&start_sha=f1da2ddedc4a6df916f7a0a2d3fabcad4312d88e)
_renovate commented 2026-05-25 12:15:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7809a1d6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7809a1d6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129225&start_sha=30a1998efe7a1f0c156a99712c554e988966438d)
_renovate commented 2026-05-25 12:26:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5c227cf - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d5c227cf - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129241&start_sha=7809a1d6624d0bc2eb96e20b251977435dd1bdfa)
_renovate commented 2026-05-25 12:30:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • ba8e4d60 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ba8e4d60 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129252&start_sha=d5c227cf12ec84a5a3b603b0d83735c805c77bab)
_renovate commented 2026-05-25 13:38:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3e9fee89 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3e9fee89 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129328&start_sha=ba8e4d606c998d514e44ebce9d101a237b015370)
_renovate commented 2026-05-25 14:10:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • c2f1da41 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c2f1da41 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129400&start_sha=3e9fee896a00e0ddcb2784e5e8ccc4016423d03a)
_renovate commented 2026-05-25 14:30:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • e068fa4d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e068fa4d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129429&start_sha=c2f1da418d53871fa50aac44d34540e6af4d3d28)
_renovate commented 2026-05-25 16:40:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 241f36fe - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>241f36fe - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129560&start_sha=e068fa4de06ffce5daf113bb1dd23c682af812fc)
_renovate commented 2026-05-25 18:00:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 02258d86 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>02258d86 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129667&start_sha=241f36fe336c2feebb420b0f188052035c593ff5)
_renovate commented 2026-05-25 19:10:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • fc9a80f8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>fc9a80f8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129760&start_sha=02258d8603f99efa84a29ec797e2eec548b3b82d)
_renovate commented 2026-05-25 19:12:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • e8fec823 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e8fec823 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129767&start_sha=fc9a80f831af17c6575f808a166d3092ed7f5c92)
_renovate commented 2026-05-25 21:43:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6591e896 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6591e896 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=129967&start_sha=e8fec823c4fb53163393dab1bb2af31bddf1172f)
_renovate commented 2026-05-26 01:08:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ba664ca - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1ba664ca - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=130189&start_sha=6591e896a1f5b9738277b35b0f14fa6faca9c70d)
_renovate commented 2026-05-26 03:38:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 02fe6357 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>02fe6357 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=130332&start_sha=1ba664ca445de99c2b868fb353326810da4ec38d)
_renovate commented 2026-05-26 05:03:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4564ce7f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4564ce7f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=130440&start_sha=02fe6357c2fb465feef9c615992d8249cbec153b)
_renovate commented 2026-05-26 05:14:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1613cf91 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1613cf91 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=130452&start_sha=4564ce7f440310669727c6deb4abc63dbbfb743f)
_renovate commented 2026-05-26 13:15:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8ca58bb3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8ca58bb3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131002&start_sha=1613cf9155941de74471efd0a2eeadd84c259a97)
_renovate commented 2026-05-26 14:06:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • a93aa625 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a93aa625 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131051&start_sha=8ca58bb3aa80cb4637aac779241470c2bd26dd79)
_renovate commented 2026-05-26 15:11:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 00be2608 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>00be2608 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131105&start_sha=a93aa6258e09a5cf64ebdecdf911898eb39c81e4)
_renovate commented 2026-05-26 15:57:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b568108 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5b568108 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131160&start_sha=00be26085340661986e532d65c67a65b1b895f93)
_renovate commented 2026-05-26 17:38:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • f050e0ca - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f050e0ca - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131322&start_sha=5b568108481891ea4dc352698a452651df7c48b6)
_renovate commented 2026-05-26 22:25:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8e7965ea - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8e7965ea - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131653&start_sha=f050e0caf1b58aae9bb87800e673aabb953cce40)
_renovate commented 2026-05-26 22:38:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27babf81 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>27babf81 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131677&start_sha=8e7965ea3e7a406333b737480f0b1d147a6f055b)
_renovate commented 2026-05-26 23:15:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3b30ac3b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3b30ac3b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131718&start_sha=27babf810741288bc5937716e4f85483f331700a)
_renovate commented 2026-05-27 00:01:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0981f4e8 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0981f4e8 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131811&start_sha=3b30ac3b81c478dd69a3378a41967ff70756a430)
_renovate commented 2026-05-27 01:20:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • bfd9bea3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bfd9bea3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131919&start_sha=0981f4e8ab818b6a11aba97aee0d8ca876a7cf97)
_renovate commented 2026-05-27 01:47:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 22aadd6b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>22aadd6b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131977&start_sha=bfd9bea3e6f7f9a591d312e4f3d233b7c17dc331)
_renovate commented 2026-05-27 01:57:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 94108542 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>94108542 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=131998&start_sha=22aadd6b608350ed001b326a3c7fcbbb072cf86c)
_renovate commented 2026-05-27 04:21:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 383e7f58 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>383e7f58 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132206&start_sha=941085423b9c37b4e03213940edb08e2a987fa49)
_renovate commented 2026-05-27 08:11:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5cd3379c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5cd3379c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132405&start_sha=383e7f587f1b05d650252b7a6350e56ad50a1f51)
_renovate commented 2026-05-27 09:00:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7c61d455 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7c61d455 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132489&start_sha=5cd3379c8081cbe6e06a1ae02e8c69e6a526b601)
_renovate commented 2026-05-27 09:21:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • deca4c10 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>deca4c10 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132530&start_sha=7c61d455c024280ea654248d86f46efcae300bc1)
_renovate commented 2026-05-27 09:46:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 89fddbbf - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>89fddbbf - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132570&start_sha=deca4c105f478ad0ab02b3a3e708601c1d5aa7dc)
_renovate commented 2026-05-27 12:31:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • d261bc72 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d261bc72 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132769&start_sha=89fddbbf085f8fa7517e68f405d391ea1056e0c4)
_renovate commented 2026-05-27 14:24:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 58e4c1df - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>58e4c1df - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132886&start_sha=d261bc723a0f3fc522c235d3c18d05365c79f498)
_renovate commented 2026-05-27 15:40:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 62d83a73 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>62d83a73 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=132951&start_sha=58e4c1df61a663819af2fdd1f4082977512b20f6)
_renovate commented 2026-05-27 17:29:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 24d1a3a6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>24d1a3a6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133049&start_sha=62d83a73b5f04a753df0ec26f6e97ea3c8406190)
_renovate commented 2026-05-27 17:33:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • f851ee9a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f851ee9a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133057&start_sha=24d1a3a62e82ea6bbabc050c22cbe019e820f521)
_renovate commented 2026-05-27 19:01:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • c6719468 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c6719468 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133136&start_sha=f851ee9a6cd04747b39904ecc6c1c258155604d7)
_renovate commented 2026-05-27 20:21:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 680249fb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>680249fb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133227&start_sha=c671946863b84d1645df86798c7df6815f5acbc7)
_renovate commented 2026-05-27 22:59:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • a4fb12b5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a4fb12b5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133390&start_sha=680249fb8059337e3ea019057cc943f2bc3ef87b)
_renovate commented 2026-05-27 23:59:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5a346d2d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5a346d2d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133422&start_sha=a4fb12b56a3030735a3bdc6c2052a85d0e7abba2)
_renovate commented 2026-05-28 01:22:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 219bae83 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>219bae83 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133506&start_sha=5a346d2d681113e6ba3b8de88374b492bad31f23)
_renovate commented 2026-05-28 01:40:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2d1755e3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2d1755e3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133528&start_sha=219bae832dc734500a33e9b1a14ead0507ad8627)
_renovate commented 2026-05-28 02:07:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a3280fc - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8a3280fc - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133553&start_sha=2d1755e384fd43bf22f4822e59753b17808d12f0)
_renovate commented 2026-05-28 03:30:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61efbc09 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>61efbc09 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133707&start_sha=8a3280fc081f16fe007b275a9629737eccc8cdd6)
_renovate commented 2026-05-28 05:38:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7a7e7dee - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7a7e7dee - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=133856&start_sha=61efbc09384a4301dc5546f577b81f8ce964ed33)
_renovate commented 2026-05-28 07:29:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • fd57340f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>fd57340f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134000&start_sha=7a7e7deec8c5d64a67dc34cd8a06a607f2f33282)
_renovate commented 2026-05-28 08:14:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3da4739e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3da4739e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134090&start_sha=fd57340fb53f8e6d0b80d416a825ab37d44feffd)
_renovate commented 2026-05-28 11:40:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 061500fa - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>061500fa - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134305&start_sha=3da4739ef66f72dcdbfff31e9c5910930d2b121b)
_renovate commented 2026-05-28 12:04:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • ef10c6dd - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ef10c6dd - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134351&start_sha=061500faf13f5cbfa56bfaaebd9823c8ece74dc5)
_renovate commented 2026-05-28 13:01:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 141bdb2d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>141bdb2d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134393&start_sha=ef10c6ddc17266359873a66ff69cf1292a1fd9c1)
_renovate commented 2026-05-28 14:07:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • d24a8703 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d24a8703 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134442&start_sha=141bdb2defb9314062972e5db737ff9d772cbb87)
_renovate commented 2026-05-28 15:30:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 07a9bd73 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>07a9bd73 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134560&start_sha=d24a87035dec0680bc6a188fb92ee701760e3193)
_renovate commented 2026-05-28 17:59:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • c22c0d50 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c22c0d50 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134692&start_sha=07a9bd73f9a623765e206d3367d75839a0675ac3)
_renovate commented 2026-05-28 18:01:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • e48f162a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e48f162a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134700&start_sha=c22c0d504117963177c068b052b2d7e9531c8aa6)
_renovate commented 2026-05-28 19:46:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 73191fff - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>73191fff - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134787&start_sha=e48f162af9a07fe2797f68ca7edb767e6e9b42e7)
_renovate commented 2026-05-28 20:02:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5f07bde3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5f07bde3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134817&start_sha=73191fff83d3d4459026c64360b03d083b99b511)
_renovate commented 2026-05-28 21:33:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 000e40a9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>000e40a9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=134950&start_sha=5f07bde32a29a687cbd5bd607e73e88be412855e)
_renovate commented 2026-05-28 22:57:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • a4a34de3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a4a34de3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135004&start_sha=000e40a95e4e7df3f86ccc4c60c9b1175e2abea2)
_renovate commented 2026-05-29 00:33:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • b16baccd - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b16baccd - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135138&start_sha=a4a34de344a3d95415f04043dc8514c8d799f5aa)
_renovate commented 2026-05-29 00:37:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6957fde3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6957fde3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135154&start_sha=b16baccdf264f30148d226f8d9dabcf8d9ee089a)
_renovate commented 2026-05-29 02:17:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • cbae411a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>cbae411a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135287&start_sha=6957fde33fd039c864094d65d5785cc7a2c74acb)
_renovate commented 2026-05-29 07:56:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • f45d639c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f45d639c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135701&start_sha=cbae411ae30f6a585c789f0d82d7dc9f05405b36)
_renovate commented 2026-05-29 08:48:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • ed06b4a5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ed06b4a5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135779&start_sha=f45d639c1532d88bc429704945522f4dca6db49b)
_renovate commented 2026-05-29 10:00:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 93073788 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>93073788 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135874&start_sha=ed06b4a5873eee96d1d04ad6e09a4a3d09e03141)
_renovate commented 2026-05-29 10:43:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • c578996a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c578996a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=135901&start_sha=9307378806cba516a29dbac93b6f5b157c018177)
_renovate commented 2026-05-29 12:44:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2a15d226 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2a15d226 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136026&start_sha=c578996ad876d6617988752b2f49a7ea40a282b7)
_renovate commented 2026-05-29 13:05:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36091437 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>36091437 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136070&start_sha=2a15d22647a75f46f33c005a570fb5083751bb3d)
_renovate commented 2026-05-29 14:07:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 75b642ac - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>75b642ac - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136153&start_sha=36091437800545d0b6991f81a26c05a08ab74067)
_renovate commented 2026-05-29 15:38:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9bfe34f2 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9bfe34f2 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136297&start_sha=75b642ac543de5959513f830aab36443d086756b)
_renovate commented 2026-05-29 16:35:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • d96aa151 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d96aa151 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136376&start_sha=9bfe34f2bbc0dc03149303c9a4d359dd0b7face9)
_renovate commented 2026-05-29 17:44:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 514d4525 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>514d4525 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136463&start_sha=d96aa151b6ed77d90bfd52a74cdf8050cc216253)
_renovate commented 2026-05-29 22:39:39 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-29 23:59:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • f862686c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f862686c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136917&start_sha=514d4525af1a0e36e6567ba06618df1b17e2e86f)
_renovate commented 2026-05-30 00:26:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 93784ce9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>93784ce9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136963&start_sha=f862686c0694f3b7771e0bf07d0ef9dbc61d54df)
_renovate commented 2026-05-30 00:44:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5bf6ca12 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5bf6ca12 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=136984&start_sha=93784ce948cf38acddc1e3e2376ab29253bb1911)
_renovate commented 2026-05-30 01:23:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b991829 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1b991829 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137016&start_sha=5bf6ca127676e304b7273b95f4baa6b1aada55ca)
_renovate commented 2026-05-30 02:15:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 14e58857 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>14e58857 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137085&start_sha=1b9918299fb27a343efbf8a7892ed18926f632ad)
_renovate commented 2026-05-30 02:20:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • c001dce9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c001dce9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137100&start_sha=14e588573b2da687783ff5f81aa333685c8239c4)
_renovate commented 2026-05-30 04:17:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8285b856 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8285b856 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137224&start_sha=c001dce9fda2f44a8906e8a7ecc9e00e9d3a2c67)
_renovate commented 2026-05-30 05:57:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5cec286e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5cec286e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137391&start_sha=8285b856937f20abdf9b3f7a66c312bbf8ed91a9)
_renovate commented 2026-05-30 07:26:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • d739d088 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>d739d088 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137502&start_sha=5cec286ebdc8409748796e951782d7a1ec12ea36)
_renovate commented 2026-05-30 08:32:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d021732 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3d021732 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137551&start_sha=d739d0887959864954f9a3fe72475b3d2cfe4482)
_renovate commented 2026-05-30 09:32:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 765cf0f3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>765cf0f3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137628&start_sha=3d021732a63523076fd8586a3dde421c4cf0d39a)
_renovate commented 2026-05-30 09:37:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e422f74 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4e422f74 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=137636&start_sha=765cf0f336d84893c0fa848af55981835aeb087a)
_renovate commented 2026-05-30 17:16:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • c3c31e7a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c3c31e7a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=138114&start_sha=4e422f744e2cfd91afa5969982cbc94b234adb7a)
_renovate commented 2026-05-30 21:58:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9762fec6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9762fec6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=138294&start_sha=c3c31e7a9ca22e600f6c394bf694b1c09265fb0d)
_renovate commented 2026-05-31 00:31:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13cb0004 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>13cb0004 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=138443&start_sha=9762fec6369888caf417634310d2decfa12da45f)
_renovate commented 2026-05-31 00:45:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 16822d38 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>16822d38 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=138458&start_sha=13cb00047592b36d71e3963f7ff99f64d6fd314c)
_renovate commented 2026-05-31 08:39:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2df19b9d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2df19b9d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139044&start_sha=16822d384a3e769e491557c30ad426ff25a8c753)
_renovate commented 2026-05-31 08:51:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 15492a8d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>15492a8d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139058&start_sha=2df19b9d258762b8cc35f6356f98003d7918b68d)
_renovate commented 2026-05-31 10:17:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 04cf16bb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>04cf16bb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139188&start_sha=15492a8d723389121cee8f34286d9ddc4764bbf4)
_renovate commented 2026-05-31 10:48:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • ffacd8bb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ffacd8bb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139222&start_sha=04cf16bb0914c2ac675b3f22676d8819b5ff6cea)
_renovate commented 2026-05-31 11:18:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1dc239a9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>1dc239a9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139257&start_sha=ffacd8bb3186ea5d864dc1386a8d390531881a80)
_renovate commented 2026-05-31 11:39:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • e1a0ed91 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e1a0ed91 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139277&start_sha=1dc239a930392667d6c0bcd49b09d2f34a6f5c4b)
_renovate commented 2026-05-31 12:12:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • c3e14783 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c3e14783 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139311&start_sha=e1a0ed91a8e0e588875820414a00a6b88a112a5b)
_renovate commented 2026-05-31 12:18:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 79939c9a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>79939c9a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139325&start_sha=c3e14783ff2265eb6e5610a64f85db8018144e11)
_renovate commented 2026-05-31 17:57:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7e529c7a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7e529c7a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139703&start_sha=79939c9a9e99cf8eb0b43c2b049cd59ffe8f26eb)
_renovate commented 2026-05-31 19:58:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 215adb6a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>215adb6a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139790&start_sha=7e529c7a4129149080da570b9f53abbaa6e7b901)
_renovate commented 2026-05-31 23:01:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7d97c4b0 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7d97c4b0 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=139979&start_sha=215adb6adfac271976016586dc1a6fdf8076b2dd)
_renovate commented 2026-06-01 02:19:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8cbdab6e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8cbdab6e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140177&start_sha=7d97c4b0c22c10ba5ff726477139103f5b99299b)
_renovate commented 2026-06-01 02:59:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 00f6eb72 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>00f6eb72 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140227&start_sha=8cbdab6ed8336b8be0d1c23c5ea4580192593121)
_renovate commented 2026-06-01 03:57:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 03139c18 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>03139c18 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140321&start_sha=00f6eb7252faed87a2ef2e493da937e25bbdbf70)
_renovate commented 2026-06-01 04:15:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • ffe5a197 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ffe5a197 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140365&start_sha=03139c1879e74d90d1f70b2b213052325b59b719)
_renovate commented 2026-06-01 06:19:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • c3997870 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c3997870 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140497&start_sha=ffe5a19711d560418e5d584826a40b7405059d06)
_renovate commented 2026-06-01 09:34:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70b5dc33 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>70b5dc33 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140687&start_sha=c39978702b5264a0c94984cc2d44ff25dbba410d)
_renovate commented 2026-06-01 09:49:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4cce7a1c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4cce7a1c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140709&start_sha=70b5dc33e456e25bb30e41275a5c213bfb4492f9)
_renovate commented 2026-06-01 13:54:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • e80c033d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e80c033d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=140901&start_sha=4cce7a1ca24b13c039a35e1917073a15ba47bfb1)
_renovate commented 2026-06-01 19:56:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • dc3cabc7 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dc3cabc7 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=141344&start_sha=e80c033db45af72e08a2bb8df22d30c0784dd326)
_renovate commented 2026-06-01 21:06:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4a935d77 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4a935d77 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=141507&start_sha=dc3cabc7b893f0169ed59935cef1a0ec1032a124)
_renovate commented 2026-06-01 21:39:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 614b8da9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>614b8da9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=141549&start_sha=4a935d77799372083b52c3443204db98daa32f39)
_renovate commented 2026-06-01 22:29:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27b8c10f - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>27b8c10f - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=141641&start_sha=614b8da9b7ef893dcb02cdf53928f9489bbc2888)
_renovate commented 2026-06-01 23:16:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 298e14a9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>298e14a9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=141721&start_sha=27b8c10fd3a6124dfc40089275d12272f38f55cb)
_renovate commented 2026-06-02 05:07:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6560a52d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6560a52d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142055&start_sha=298e14a96074ff3d781ed6e205d8263579f96da0)
_renovate commented 2026-06-02 06:38:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • e36ba576 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e36ba576 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142152&start_sha=6560a52d48decfd0eff06991ffc79f33c0e1d4d7)
_renovate commented 2026-06-02 07:24:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2d60d5e3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2d60d5e3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142181&start_sha=e36ba5763c7aaee82f54d69a412121b46e2d4dbd)
_renovate commented 2026-06-02 07:27:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 67e0b7e9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>67e0b7e9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142198&start_sha=2d60d5e39f725c00aeb3c32ac6704da42a27c654)
_renovate commented 2026-06-02 09:25:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb2830ea - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>bb2830ea - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142357&start_sha=67e0b7e9fb20d4e7d913c6d0d2d9c732e94305f6)
_renovate commented 2026-06-02 11:16:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • e4c1dbbe - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e4c1dbbe - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142531&start_sha=bb2830ea14f6bc3b7ca006e893fa39c7a3090aae)
_renovate commented 2026-06-02 11:47:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • e30f8e60 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e30f8e60 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142604&start_sha=e4c1dbbee2575cc1e59dd7922ba273bc42ca2053)
_renovate commented 2026-06-02 14:26:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • b081632c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b081632c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142726&start_sha=e30f8e60fabfb6c7ae50b2ee0beae1cad8c27aae)
_renovate commented 2026-06-02 16:55:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ef90b6c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0ef90b6c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142926&start_sha=b081632cb6e561400ae7def91c9e8622871531a5)
_renovate commented 2026-06-02 17:02:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9dc0b911 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9dc0b911 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142944&start_sha=0ef90b6cae489dd1d09a9cfb97608220ab36644b)
_renovate commented 2026-06-02 17:13:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 39c975c7 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>39c975c7 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=142972&start_sha=9dc0b911b5ef45732218487bdba76a2733a9481e)
_renovate commented 2026-06-02 18:26:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c972cbd - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3c972cbd - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143099&start_sha=39c975c752b823454cc67b71566d11e815994fa2)
_renovate commented 2026-06-02 19:03:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 205a4660 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>205a4660 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143131&start_sha=3c972cbdb1d6abcdcdc7f0b7eba796fd604f2b39)
_renovate commented 2026-06-02 20:23:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9c47afbb - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9c47afbb - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143222&start_sha=205a4660a25bf8a710598c03053693264a3a0c1b)
_renovate commented 2026-06-02 20:59:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • b61712ce - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b61712ce - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143268&start_sha=9c47afbb70ae08646f5d07613d1e557cac16033a)
_renovate commented 2026-06-02 22:54:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 91ee2c21 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>91ee2c21 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143416&start_sha=b61712ce97395f3a41d17d08c8fb14a9efe902b6)
_renovate commented 2026-06-03 00:53:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • a82824c9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a82824c9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143525&start_sha=91ee2c2147b41bbb6d18beb43ca298419290a776)
_renovate commented 2026-06-03 03:19:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 510cca33 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>510cca33 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143745&start_sha=a82824c91d9652f64ca8fda587f273b5f0512cd3)
_renovate commented 2026-06-03 03:48:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 76db4120 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>76db4120 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143779&start_sha=510cca33e1e09f4ff6bd9a7639de3f2242dfdefe)
_renovate commented 2026-06-03 04:05:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 10d7ba81 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>10d7ba81 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143814&start_sha=76db41205d84064976b8aaacdeb8754a3ac05619)
_renovate commented 2026-06-03 06:19:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 32bfac0a - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>32bfac0a - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=143926&start_sha=10d7ba81323a8ac6af7d53b60385ff572ceb03d1)
_renovate commented 2026-06-03 08:23:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2309a679 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2309a679 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=144056&start_sha=32bfac0a7c5cc76d69b2cdadfc372cd1c4dcd0f4)
_renovate commented 2026-06-03 11:12:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43c62e20 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>43c62e20 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=144390&start_sha=2309a6792eb8c597807ada43f22f95d673855567)
_renovate commented 2026-06-03 11:21:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • abb1c09d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>abb1c09d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=144418&start_sha=43c62e20041c5bcaccb13fb08a4e0b4718ba4cbc)
_renovate commented 2026-06-03 12:21:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • f9b65d4e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f9b65d4e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=144535&start_sha=abb1c09d561453e99d32d0c8f392d38404097358)
_renovate commented 2026-06-10 17:10:54 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 17:39:39 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 18:10:20 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 18:40:06 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-12 20:12:05 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-15 12:11:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 83f805ef - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>83f805ef - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=144798&start_sha=f9b65d4e99112e39f6949692570d8f7735d158b1)
_renovate commented 2026-06-19 17:59:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • aba55179 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>aba55179 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=144898&start_sha=83f805ef331e729061ec3cd04ad6011237f5046d)
_renovate commented 2026-06-19 20:22:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13dddf6b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>13dddf6b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=145201&start_sha=aba551796190635c537d680baacd64ba95a86019)
_renovate commented 2026-06-19 21:00:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • e9e9b2a5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e9e9b2a5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=145298&start_sha=13dddf6bca6d30bd9c452743c85adc79998dfb19)
_renovate commented 2026-06-20 00:37:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5260fab4 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5260fab4 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=145561&start_sha=e9e9b2a561827a34199fb884f5cb9d973f11478d)
_renovate commented 2026-06-20 00:45:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 34cfb1db - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>34cfb1db - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=145576&start_sha=5260fab46865444f6dab8e7a1fc914f4c3d5dfc9)
_renovate commented 2026-06-20 06:49:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • afcd8c90 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>afcd8c90 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146108&start_sha=34cfb1db1179ff58c1909661913793e59609b189)
_renovate commented 2026-06-20 07:59:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2dddf3fc - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2dddf3fc - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146193&start_sha=afcd8c90f0f6fc5c3d5a70bb3d0d7b22dc08c765)
_renovate commented 2026-06-20 09:28:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • a7790703 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>a7790703 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146272&start_sha=2dddf3fc599b12d7ee7e0ba8c8b2fe3e1868a1db)
_renovate commented 2026-06-20 09:40:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5c814e58 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>5c814e58 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146290&start_sha=a7790703ae5a2b44a1d99bb41e12d77e7cc6cdef)
_renovate commented 2026-06-20 11:07:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • b20c7c31 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b20c7c31 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146433&start_sha=5c814e5888388dd1f13b09e541b60b109605a372)
_renovate commented 2026-06-20 11:26:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43cbda55 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>43cbda55 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146476&start_sha=b20c7c31406678fc152b00001ef3e7afb2e52732)
_renovate commented 2026-06-20 13:01:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0427c66 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c0427c66 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146610&start_sha=43cbda55d348a9bf638d01469672364442e0a8b1)
_renovate commented 2026-06-20 15:08:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • efe08d2b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>efe08d2b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146770&start_sha=c0427c66fa96d393dd3ee3b2a7a5d4eae1f0ffa3)
_renovate commented 2026-06-20 16:20:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 65c655c9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>65c655c9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146835&start_sha=efe08d2b5d2cc8417d63651e03252df9664200f7)
_renovate commented 2026-06-20 16:44:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 86cc00e5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>86cc00e5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=146858&start_sha=65c655c9a635c369834fd8eb445d9b90f8f4e33b)
_renovate commented 2026-06-20 18:45:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8abc1f43 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8abc1f43 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147003&start_sha=86cc00e5cf316574b51ac78811635fe2dd14cbf7)
_renovate commented 2026-06-20 19:22:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 633a517d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>633a517d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147064&start_sha=8abc1f435da2004adeab0233eb5bf09aa6c631db)
_renovate commented 2026-06-20 22:50:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • c954a1a7 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c954a1a7 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147347&start_sha=633a517d695f7f9e6ae2f8f4d644fe1d83f540c2)
_renovate commented 2026-06-20 22:53:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6e5148d1 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6e5148d1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147368&start_sha=c954a1a7903e25351f5677afb754011565235fc1)
_renovate commented 2026-06-21 01:31:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 90334f6b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>90334f6b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147522&start_sha=6e5148d1de13f35fde3584434f6aa6bf321f404d)
_renovate commented 2026-06-21 02:45:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2eb8bfe5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>2eb8bfe5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147584&start_sha=90334f6b5a6676622305a255f7edfb16228bd5c6)
_renovate commented 2026-06-21 03:58:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 21492d22 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>21492d22 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147691&start_sha=2eb8bfe5ab94d1f9de2e2265101504f498f19a37)
_renovate commented 2026-06-21 05:11:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3803d0d9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>3803d0d9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147776&start_sha=21492d222995b5dc714dadbb4cf8f7aec0a24390)
_renovate commented 2026-06-21 05:59:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6fe14335 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6fe14335 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147879&start_sha=3803d0d9d780d74e7c605b17cfdcf7670d639fd2)
_renovate commented 2026-06-21 06:28:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13e1a0cf - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>13e1a0cf - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147916&start_sha=6fe143353bc6534430db1c5427fb200526d4002d)
_renovate commented 2026-06-21 06:34:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0417be6 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c0417be6 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=147929&start_sha=13e1a0cfe6392f32d1aef66fcea1704cb0c6c6ee)
_renovate commented 2026-06-21 08:42:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6453caa9 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>6453caa9 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=148131&start_sha=c0417be60282efbdef734d9b45884fcdb7a7b11d)
_renovate commented 2026-06-21 10:31:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7c7c4083 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7c7c4083 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=148325&start_sha=6453caa9501a312ae58370179a3ae0d140207465)
_renovate commented 2026-06-21 11:41:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • abc59513 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>abc59513 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=148423&start_sha=7c7c40831f9f77ee83d9bccf814f5b0d5a542bbb)
_renovate commented 2026-06-21 16:52:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8c660688 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8c660688 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=148923&start_sha=abc59513a81a7b8352f7f567d1c8387ee2c29daa)
_renovate commented 2026-06-21 17:18:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • c3a250d7 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>c3a250d7 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=148965&start_sha=8c660688aed32172c1036a3c900d4bcff616b8af)
_renovate commented 2026-06-21 18:31:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • dbc75889 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>dbc75889 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149082&start_sha=c3a250d7ab11bbc2169cf483ef641842b8d7b176)
_renovate commented 2026-06-21 18:35:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • b76d3919 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>b76d3919 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149099&start_sha=dbc75889cfddabde73f46cb8296f9d550c29c31c)
_renovate commented 2026-06-21 21:38:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • f6b98d50 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f6b98d50 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149300&start_sha=b76d391936015fc9e66f32fb4593d2aa5199aaf2)
_renovate commented 2026-06-21 21:39:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9da72c43 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>9da72c43 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149309&start_sha=f6b98d50392ac026d172668c7139cdf731345ff8)
_renovate commented 2026-06-21 23:01:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 18cd6160 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>18cd6160 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149450&start_sha=9da72c43050474cb43b4b964ad86de896e89fbbf)
_renovate commented 2026-06-22 01:03:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 99c2ce05 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>99c2ce05 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149618&start_sha=18cd616089db7eeedca75335019d4575f7c83496)
_renovate commented 2026-06-22 01:07:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • cd70d8a5 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>cd70d8a5 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149623&start_sha=99c2ce0522079275deb6fba16d6670f253874d38)
_renovate commented 2026-06-22 01:46:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • fa2186de - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>fa2186de - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149682&start_sha=cd70d8a59cd528a38fc6eed0130ff196fa95bbc5)
_renovate commented 2026-06-22 03:18:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • ad94e449 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>ad94e449 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149840&start_sha=fa2186deb059f9f59c73e122e53035d8eea60ae1)
_renovate commented 2026-06-22 03:42:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • e3b3c4e2 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>e3b3c4e2 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149879&start_sha=ad94e44935df1f4b9898fb74ad2aa2855e28e990)
_renovate commented 2026-06-22 04:29:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 159cf161 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>159cf161 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=149976&start_sha=e3b3c4e26e3de35f409f2477035b8785d6099c10)
_renovate commented 2026-06-22 06:55:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 54affb5e - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>54affb5e - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=150166&start_sha=159cf161dc7174c391e55f16679136379b33cbaa)
_renovate commented 2026-06-22 08:12:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 729c9b1b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>729c9b1b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=150259&start_sha=54affb5e1f327a8165bcebc8627a1c2bcbb70265)
_renovate commented 2026-06-22 08:47:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4754de30 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>4754de30 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=150306&start_sha=729c9b1b374a7434a43ad4c107d296cbcd97bb3a)
_renovate commented 2026-06-22 11:29:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • f77b2f08 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f77b2f08 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=150602&start_sha=4754de305d47c4ee9c24ca74c70b9c277c43cfc9)
_renovate commented 2026-06-22 13:51:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7d866b4d - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>7d866b4d - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=150817&start_sha=f77b2f082ef7c894cb65eedf7d3c7b22c04fb97d)
_renovate commented 2026-06-22 14:27:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 297e434c - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>297e434c - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=150903&start_sha=7d866b4de10c6959498e1205a2408b1db6a7e001)
_renovate commented 2026-06-22 14:34:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 615589c3 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>615589c3 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=150922&start_sha=297e434c52068f270d070f80e35cb54c161094ca)
_renovate commented 2026-06-22 15:30:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • baa40a09 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>baa40a09 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=151051&start_sha=615589c30112fd04b41d65937fd58b6d564dc998)
_renovate commented 2026-06-22 15:37:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • f53f3901 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f53f3901 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=151076&start_sha=baa40a09ad4b23598b7a13bd3f69554492ec592d)
_renovate commented 2026-06-22 15:59:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0de43230 - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>0de43230 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=151132&start_sha=f53f3901f3366c86b9aa9dfa24de904193f82b4a)
_renovate commented 2026-06-22 16:13:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8876e8ab - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>8876e8ab - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=151178&start_sha=0de43230a0d4ace5e9e7865b89a84cebf84721ba)
_renovate commented 2026-06-22 16:36:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • f1c87e6b - Update dependency eslint to v10

Compare with previous version

added 1 commit <ul><li>f1c87e6b - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=151230&start_sha=8876e8abab968b997eaf39d5971398f67b9bac8e)
_renovate commented 2026-06-24 05:39:48 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-24 06:09:45 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-26 22:40:43 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-10 23:10:13 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-10 23:43:23 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-14 12:49:15 +02:00 (Migrated from edugit.org)

added 47 commits

  • f1c87e6b...a97afdb6 - 46 commits from branch master
  • d7f658c1 - Update dependency eslint to v10

Compare with previous version

added 47 commits <ul><li>f1c87e6b...a97afdb6 - 46 commits from branch <code>master</code></li><li>d7f658c1 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=152192&start_sha=f1c87e6b2813d464ffdf120aaf19edf644f33300)
_renovate commented 2026-07-19 13:50:34 +02:00 (Migrated from edugit.org)

added 3 commits

  • d7f658c1...f3b3f048 - 2 commits from branch master
  • 400b1467 - Update dependency eslint to v10

Compare with previous version

added 3 commits <ul><li>d7f658c1...f3b3f048 - 2 commits from branch <code>master</code></li><li>400b1467 - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=152437&start_sha=d7f658c12a64144b244f51119431a2b063cdee24)
_renovate commented 2026-07-24 22:39:14 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-30 20:36:54 +02:00 (Migrated from edugit.org)

added 9 commits

  • 400b1467...a2c63e78 - 8 commits from branch master
  • 5c3d46dc - Update dependency eslint to v10

Compare with previous version

added 9 commits <ul><li>400b1467...a2c63e78 - 8 commits from branch <code>master</code></li><li>5c3d46dc - Update dependency eslint to v10</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/137/diffs?diff_id=152614&start_sha=400b146789e0b4f7a5885027d0aaf8a3c98cbbe5)
This pull request has changes conflicting with the target branch.
  • .dev-js/package.json
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-10.x:renovate/eslint-10.x
git switch renovate/eslint-10.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/eslint-10.x
git switch renovate/eslint-10.x
git rebase master
git switch master
git merge --ff-only renovate/eslint-10.x
git switch renovate/eslint-10.x
git rebase master
git switch master
git merge --no-ff renovate/eslint-10.x
git switch master
git merge --squash renovate/eslint-10.x
git switch master
git merge --ff-only renovate/eslint-10.x
git switch master
git merge renovate/eslint-10.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
Doing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
teckids/AlekSIS-App-Paweljong!258
No description provided.