fix(deps): update eslint (minor) - #1079
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
Thank you for following the naming conventions! 🙏 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/eslint
branch
from
August 1, 2026 02:10
68ab903 to
9ec8fa4
Compare
|
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. |
renovate
Bot
force-pushed
the
renovate/eslint
branch
from
August 8, 2026 01:41
9ec8fa4 to
d7fdc81
Compare
Signed-off-by: Renovate Bot <bot@renovateapp.com>
renovate
Bot
force-pushed
the
renovate/eslint
branch
from
August 9, 2026 01:06
d7fdc81 to
0a4ebac
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:
8.65.0→8.66.08.65.0→8.66.010.7.0→10.8.03.0.1→3.1.063.2.0→63.3.33.3.0→3.4.11.73.0→1.77.02.10.5→2.11.01.6.1→1.7.01.4.0→1.5.03.6.0→3.8.14.8.0→4.9.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.66.0Compare Source
This was a version bump only for parser 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.
typescript-eslint/typescript-eslint (@typescript-eslint/types)
v8.66.0Compare Source
This was a version bump only for types 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.
eslint/eslint (eslint)
v10.8.0Compare Source
Features
2fee9bbfeat: exportConfigObjectfromeslint/config(#21082) (sethamus)Bug Fixes
6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129) (Francesco Trotta)9091071fix: preventno-unreachable-loopcrash when all loop types are ignored (#21116) (Pixel)e23fafefix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)20b5ad0fix: quadratic-time regex inprefer-template(#21096) (Milos Djermanovic)8b6f6c0fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)b2c608cfix: NewExpression with parenthesized callee inpreserve-caught-error(#21083) (Francesco Trotta)Documentation
6ddf858docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)784dfbedocs: Clarifyno-eq-nulldescription (#21120) (Park Harin)7ec733adocs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))92bb13fdocs: replace quake link (#21108) (Jung Hyeon Jun)68eb4a5docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)d28f697docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)eccc68ddocs: correct --suppressions-location option description (#21093) (Ga eun Lee)c5963f7docs: Update README (GitHub Actions Bot)Chores
4fbf46dtest: pinwebpackversion to 5.108.4 (#21137) (Francesco Trotta)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)eccbe7btest: add error locations tono-class-assign(#21123) (devoil)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])e9d66d0ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])ee225b6test: Add error location details tono-eq-nullrule (#21117) (Park Harin)044a627chore: update minimatch to ^10.2.5 (#21107) (김채영)fb09aa8chore: update ecosystem plugins (#21115) (ESLint Bot)5abd878test: add error locations tono-proto(#21114) (Gihyeon Jeong / 정기현)9715887test: Add error location details tono-div-regex(#21110) (Park Harin)a746ec6test: add error locations tono-new-wrappers(#21109) (Gihyeon Jeong / 정기현)8dde645test: add error locations tono-ex-assign(#21102) (devoil)13ab0ectest: add error locations tono-label-var(#21098) (Gihyeon Jeong / 정기현)a99906ftest: Add error location details tono-delete-varrule (#21105) (Park Harin)c47e8dcchore: add missing backticks tolanguages/js/index.js(#21104) (beeen)0174428chore: add missing backticks totranslate-cli-options.js(#21097) (dongkyu lee)3d36589chore: add missing backticks toserialization.js(#21091) (이규환)dcc9312test: add error locations toeqeqeq(#21090) (Ga eun Lee)2710b18ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))5d2f866chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])d584e31chore: fix failing ecosystem test foreslint-plugin-unicorn(#21084) (Francesco Trotta)bf3eda0chore: update ecosystem plugins (#21079) (ESLint Bot)ota-meshi/eslint-plugin-astro (eslint-plugin-astro)
v3.1.0Compare Source
Minor Changes
425aebbThanks @ota-meshi! - Resolve the TypeScript parser from thetypescript-eslintpackage when@typescript-eslint/parseris not installed directly.gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v63.3.3Compare Source
Bug Fixes
tsdocconfigs; closes #1739 (4ff1e96)v63.3.2Compare Source
Bug Fixes
require-example: support fixer with 1-line JSDoc blocks; fixes #1736 (36f8e9e)v63.3.1Compare Source
Bug Fixes
v63.3.0Compare Source
Features
v63.2.2Compare Source
Bug Fixes
v63.2.1Compare Source
Bug Fixes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
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.oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)
v1.77.0Compare Source
What's Changed
Full Changelog: oxc-project/eslint-plugin-oxlint@v1.76.0...v1.77.0
v1.76.0Compare Source
What's Changed
Full Changelog: oxc-project/eslint-plugin-oxlint@v1.75.0...v1.76.0
v1.75.0Compare Source
What's Changed
Full Changelog: oxc-project/eslint-plugin-oxlint@v1.73.0...v1.75.0
mskelton/eslint-plugin-playwright (eslint-plugin-playwright)
v2.11.0Compare Source
Features
antfu/pnpm-workspace-utils (eslint-plugin-pnpm)
v1.7.0Compare Source
🚀 Features
yaml-no-anonymous-catalogrule - by @christopher-buss and Claude Opus 4.8 (1M context) in #37 (b7593)View changes on GitHub
ota-meshi/eslint-plugin-toml (eslint-plugin-toml)
v1.5.0Compare Source
Minor Changes
e478a76Thanks @ColumbusLabs! - Add anallconfiguration that enables every non-deprecated rule.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 keysmarcalexiei/eslint-zod (eslint-plugin-zod)
v4.9.0Compare Source
Minor Changes
#374
6bbcdf0Thanks @marcalexiei! - feat: addprefer-nullishruleFlags chaining
.optional()and.nullable()(in either order) when the two methods are directly adjacent, and autofixes the pair to.nullish(). Enabled inrecommended.Patch Changes
6bbcdf0]:Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.