build(deps-dev): bump the eslint group across 1 directory with 4 updates - #613
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps-dev): bump the eslint group across 1 directory with 4 updates#613dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot-npm_and_yarn-eslint-79cda451b6
branch
2 times, most recently
from
August 19, 2026 17:46
92f06bb to
58770c9
Compare
Bumps the eslint group with 4 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n), [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `eslint` from 10.6.0 to 10.8.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.6.0...v10.8.1) Updates `eslint-plugin-n` from 18.2.2 to 18.3.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-n@v18.2.2...v18.3.0) Updates `eslint-plugin-unicorn` from 65.0.1 to 72.0.0 - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v65.0.1...v72.0.0) Updates `typescript-eslint` from 8.63.0 to 8.67.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.67.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-n dependency-version: 18.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-unicorn dependency-version: 72.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot-npm_and_yarn-eslint-79cda451b6
branch
from
August 19, 2026 17:50
58770c9 to
796f6ca
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.
Bumps the eslint group with 4 updates in the / directory: eslint, eslint-plugin-n, eslint-plugin-unicorn and typescript-eslint.
Updates
eslintfrom 10.6.0 to 10.8.1Release notes
Sourced from eslint's releases.
... (truncated)
Commits
c049dc310.8.1a3f7826Build: changelog update for 10.8.118eb0a7fix: prevent ASI hazard inno-unused-labelsautofix (#21173)0a14800chore: update github/codeql-action action to v4.37.4 (#21196)7d0cbf8docs: Update README05adcb1test: fix failing ecosystem test foreslint-plugin-unicorn(#21191)5611035test: add error locations info tono-void(#21185)ee47333ci: bump github/codeql-action from 4 to 4.37.3 (#21176)f131c03chore: improve ecosystem test failure reporting (#20937)0a05812docs: add missing backticks tono-duplicate-imports.js(#21183)Updates
eslint-plugin-nfrom 18.2.2 to 18.3.0Release notes
Sourced from eslint-plugin-n's releases.
Changelog
Sourced from eslint-plugin-n's changelog.
Commits
6a9980achore(master): release 18.3.0 (#564)d7afbedfeat: implementprefer-import/assert-strictrule (#553)d499fc1chore: rename default exportn(#556)8d9bd05feat: add prefer-process-get-builtin-module rule (#554)8cae1affix: support brace expansion and extglobs in package files (#558)a6b3ce2fix: handle import.meta paths in no-path-concat (#559)b8e39c5fix(no-unsupported-features): classify util.styleText as experimental (#560)a6cd6a5docs: update outdated http links to https in docs/rules (#562)4138d4edocs: add eslint-plugin-node migration guide (#561)Updates
eslint-plugin-unicornfrom 65.0.1 to 72.0.0Release notes
Sourced from eslint-plugin-unicorn's releases.
... (truncated)
Commits
0b9a9af72.0.079e79d5consistent-boolean-name: Support Vue refs (#3555)b23f959prefer-split-limit: Support array destructuring (#3554)110cc58no-unused-array-method-return: Ignore expect assertions (#3552)305fb4bprefer-await: Add async IIFE suggestion (#3550)a1615b6UpdatedefineConfigconfig docs (#3524)6ae0e95prefer-await: Show exact solutions to incorrect code in docs (#3546)4367228no-useless-template-literals: Ignore const assertions (#3543)b6d01a0no-unnecessary-array-flat-map: Handle TypeScript Vue files (#3545)e273ab6prefer-export-from: Preserve JSDoc comments on single-const re-exports (#3544)Updates
typescript-eslintfrom 8.63.0 to 8.67.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
20a261fchore(release): publish 8.67.0c245fbbfeat(typescript-eslint): export basic globs for using tseslint (#12105)3b155bbchore: use typescript 7 for typechecking (#12601)e51b11bchore(release): publish 8.66.063ba81bchore(release): publish 8.65.0eaf4576feat: add warning when TS 7 is detected (#12529)0d06406chore: add attw validation to repo (#12437)c2386e4chore(deps): update dependency prettier to v3.9.5 (#12486)414d9abchore(release): publish 8.64.0Most Recent Ignore Conditions Applied to This Pull Request