chore(deps): update linting - #88
Open
SStranks wants to merge 1 commit into
Open
Conversation
SStranks
force-pushed
the
renovate/linting
branch
2 times, most recently
from
August 16, 2026 09:19
db8c540 to
c56b76e
Compare
SStranks
force-pushed
the
renovate/linting
branch
from
August 23, 2026 09:18
c56b76e to
25ccf6e
Compare
SStranks
force-pushed
the
renovate/linting
branch
from
August 30, 2026 14:07
25ccf6e to
7bd5f78
Compare
SStranks
force-pushed
the
renovate/linting
branch
from
September 6, 2026 12:29
7bd5f78 to
4a0438e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.64.0→^0.65.0^0.64.0→^0.65.05.101.3→5.102.85.6.0→5.10.13.3.0→3.4.218.2.2→18.3.05.10.0→5.11.03.1.1→3.2.03.6.0→3.8.13.1.0→3.3.08.65.0→8.69.0Release Notes
yeonjuan/html-eslint (@html-eslint/eslint-plugin)
v0.65.0Compare Source
What's Changed
feat: handle logical branches in templatse by @Simbiat in #649
dependabot
Full Changelog: yeonjuan/html-eslint@v0.64.0...v0.65.0
TanStack/query (@tanstack/eslint-plugin-query)
v5.102.8Compare Source
v5.102.7Compare Source
v5.102.6Compare Source
v5.102.5Compare Source
v5.102.4Compare Source
v5.102.3Compare Source
v5.102.2Compare Source
v5.102.1Compare Source
v5.102.0Compare Source
Patch Changes
#11212
279bb55- TypeScript 7 compatibility#11188
3bc8edf- Fix false-positive warnings inno-unstable-depsrule caused byObject.prototypeproperty lookups (toString,valueOf, etc.).#11115
8582702- Remove unused helper functions from the internalASTUtilsobject (getNestedIdentifiers,getNestedReturnStatements,getClosestVariableDeclarator,mapKeyNodeToText, andmapKeyNodeToBaseText). They were not referenced by any rule and are not part of the public API.v5.101.4Compare Source
Patch Changes
7ac45ed- Relaxexhaustive-depsso function call targets are not required in query keys while values referenced in nested callbacks are still checked.testing-library/eslint-plugin-jest-dom (eslint-plugin-jest-dom)
v5.10.1Compare Source
Bug Fixes
v5.10.0Compare Source
Features
toBeNilandtoBeNullable(#476) (4857814)v5.9.1Compare Source
Bug Fixes
toBeTrueandtoBeFalse(#475) (1e0a4c9)v5.9.0Compare Source
Features
@babel/runtimedependency (#471) (decb224)v5.8.1Compare Source
Bug Fixes
v5.8.0Compare Source
Features
aria-valuenow(#452) (9b03f2d)mixedvalue assertions withtoBePartiallyCheckedandtoBePartiallyPressed(#451) (56a2079)v5.7.1Compare Source
Bug Fixes
v5.7.0Compare Source
Features
prefer-pressedrule (#448) (18c0832)ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v3.4.2Compare Source
Patch Changes
c541481Thanks @Cherepanov-Pavel! - Fixjsonc/indentso mixed spaces and tabs are reported and automatically corrected.v3.4.1Compare Source
Patch Changes
97a7564Thanks @ota-meshi! - FixallowLineSeparatedGroupsinjsonc/sort-keyswhen ignored properties occur between sorted keys.v3.4.0Compare Source
Minor Changes
b2a546fThanks @ColumbusLabs! - Add anignoreorder type tojsonc/sort-keyspath options.eslint-community/eslint-plugin-n (eslint-plugin-n)
v18.3.0Compare Source
🌟 Features
prefer-import/assert-strictrule (#553) (d7afbed)🩹 Fixes
📚 Documentation
🧹 Chores
n(#556) (d499fc1)azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)
v5.11.0Compare Source
compare changes
🚀 Features
(077f5d4)
🐞 Bug Fixes
(dbcd0b8)
(7fd2e9b)
(0418393)
❤️ Contributors
v5.10.1Compare Source
compare changes
🐞 Bug Fixes
(fbbc372)
(7a35d8b)
(c9a119e)
(93a267e)
❤️ Contributors
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)
v3.2.0Compare Source
Minor Changes
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v3.8.1Compare Source
Patch Changes
#648
ae6db95Thanks @ota-meshi! - Fix circularyml/sort-keysautofixes around ignored YAML anchors and aliases.#648
ae6db95Thanks @ota-meshi! - Fixyml/sort-keysautofixes that could select unsafe moves across ignored YAML anchors and aliases.v3.8.0Compare Source
Minor Changes
dce9600Thanks @ota-meshi! - Add anignoreorder type toyml/sort-keyspath options.Patch Changes
#647
f0dfcacThanks @ota-meshi! - Fixyml/sort-keysautofixes that reorder YAML anchors and aliases across ignored pairs.#647
f0dfcacThanks @ota-meshi! - Fixyml/sort-keysline-separated groups that begin with ignored pairs.v3.7.0Compare Source
Minor Changes
5002618Thanks @morgan-coded! - Addyml/no-boolean-keyrulev3.6.1Compare Source
Patch Changes
7329c61Thanks @christopher-buss! - fix(sort-keys): don't duplicate inline comments when reordering block sequence keysota-meshi/jsonc-eslint-parser (jsonc-eslint-parser)
v3.3.0Compare Source
Minor Changes
6d0c4fcThanks @sxzz! - feat: support run on browsersv3.2.0Compare Source
Minor Changes
7831e18Thanks @sxzz! - refactor: replace semver with verkittypescript-eslint/typescript-eslint (typescript-eslint)
v8.69.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.68.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.67.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.66.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.