chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

chore(deps): update eslint packages - #133

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages
Open

chore(deps): update eslint packages#133
renovate[bot] wants to merge 1 commit into
devfrom
renovate/eslint-packages

Conversation

@renovate

@renovaterenovateBot commented Sep 20, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

PackageChangeAgeConfidence
@vue/eslint-config-typescript14.6.014.9.0ageconfidence
eslint (source)9.33.09.39.5ageconfidence
eslint-plugin-vue (source)10.4.010.10.0ageconfidence
vue-eslint-parser10.2.010.4.1ageconfidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.9.0

Compare Source

New Features

  • vueTsConfigs.* are now valid flat config objects that can work with other ESLint utilities before being passed on to withVueTs() or defineConfigWithVueTs() for final resolution.
  • a new withVueTs(...) helper #​302
    • built on top of eslint-flat-config-utils, which lets it compose with the same flat-config transformation model used by antfu and Nuxt’s ESLint config tooling.

Full Changelog: vuejs/eslint-config-typescript@v14.8.0...v14.9.0

v14.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0

v14.7.0

Compare Source

What's Changed

  • fix: respect global ignores when scanning for vue files to lint by @​haoqunjiang in #​239
  • feat: support ESLint 10 as peer dependency

Full Changelog: vuejs/eslint-config-typescript@v14.6.0...v14.7.0

eslint/eslint (eslint)

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)

Build Related

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

v9.36.0

Compare Source

Features

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

Bug Fixes

Documentation

Chores

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.10.0

Compare Source

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
  • Added ignoredObjectNames option to [`vue/no-async-in-computed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 11pm every weekend,before 8am every weekend"
  • Automerge
    • At any time (no schedule defined)

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added package:npm Pull requests that update node.js deps type:dependencies Pull requests that update a dependency file update:minor Minor Updates of dependency labels Sep 20, 2025
@snyk-io

snyk-ioBot commented Sep 20, 2025

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

StatusScan Engine Critical High Medium LowTotal (0)
Open Source Security0000 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@socket-security

socket-securityBot commented Sep 20, 2025

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Updatedvue-eslint-parser@​10.2.0 ⏵ 10.4.199+110010086-2100
Updatedeslint-plugin-vue@​10.4.0 ⏵ 10.10.0991009195+2100
Updated@​vue/​eslint-config-typescript@​14.6.0 ⏵ 14.9.0100+110010093100
Updatedeslint@​9.33.0 ⏵ 9.39.59710010095-1100

View full report

@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesSep 22, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f28e381 to 08181edCompareSeptember 22, 2025 10:41
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 08181ed to a285b18CompareOctober 1, 2025 04:28
@renovaterenovateBot added the status:ready-to-merge PR is ready to merge, skips approving label Oct 1, 2025
@renovaterenovateBot changed the title chore(deps): update eslint packageschore(deps): update dependency eslint to v9.35.0Oct 1, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 113675e to bfb6189CompareOctober 3, 2025 17:38
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.35.0chore(deps): update dependency eslint to v9.36.0Oct 3, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from bfb6189 to c9af617CompareOctober 6, 2025 09:01
@renovaterenovateBot changed the title chore(deps): update dependency eslint to v9.36.0chore(deps): update eslint packagesOct 6, 2025
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c9af617 to 2424872CompareOctober 18, 2025 01:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 4938d2f to 0e8ae1dCompareOctober 31, 2025 21:07
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from fda911f to f8e73a1CompareNovember 18, 2025 00:12
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 682dc81 to 9a8a4e2CompareDecember 12, 2025 04:01
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a8a4e2 to e30955bCompareDecember 27, 2025 00:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from e30955b to 2b1d116CompareJanuary 19, 2026 15:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 2b1d116 to c330f0aCompareJanuary 30, 2026 12:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from c330f0a to 3936c3aCompareFebruary 27, 2026 14:58
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 6c69fbd to 29b083eCompareMarch 6, 2026 18:36
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 29b083e to b854b2fCompareMarch 13, 2026 16:54
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f9c8809 to 3880252CompareMarch 27, 2026 12:31
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 3880252 to 83b2a6cCompareApril 1, 2026 17:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 83b2a6c to db4ef14CompareApril 8, 2026 18:03
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from f173e6e to f1a0b74CompareMay 6, 2026 00:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from f1a0b74 to 0f21d78CompareMay 12, 2026 12:08
@socket-security

socket-securityBot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 0f21d78 to fb698adCompareMay 19, 2026 15:57
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from ea7b262 to e2516cdCompareJune 1, 2026 20:33
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 3 times, most recently from 8eca605 to 4fab06bCompareJune 17, 2026 18:44
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 4fab06b to 5880077CompareJune 18, 2026 19:37
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 5880077 to 03e0148CompareJuly 5, 2026 14:50
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 5d264c7 to 80364c7CompareJuly 16, 2026 15:08
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 78bcf76 to 8b29d06CompareJuly 24, 2026 21:39
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 3e800a0 to 83eed9aCompareAugust 3, 2026 12:05
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch 2 times, most recently from 916b8e2 to 9a86a74CompareAugust 14, 2026 20:40
@renovate
renovateBotforce-pushed the renovate/eslint-packages branch from 9a86a74 to 1aa5463CompareAugust 26, 2026 16:34
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:npmPull requests that update node.js depsstatus:ready-to-mergePR is ready to merge, skips approvingtype:dependenciesPull requests that update a dependency fileupdate:minorMinor Updates of dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants