Bump the npm-dependencies group in /sources with 5 updates by dependabot[bot] · Pull Request #977 · gradle/actions (original) (raw)
Bumps the npm-dependencies group in /sources with 5 updates:
| Package | From | To |
|---|---|---|
| semver | 7.8.1 | 7.8.3 |
| @types/node | 25.9.1 | 25.9.2 |
| @typescript-eslint/eslint-plugin | 8.59.4 | 8.61.0 |
| eslint | 10.4.0 | 10.4.1 |
| prettier | 3.8.3 | 3.8.4 |
Updates semver from 7.8.1 to 7.8.3
Release notes
Sourced from semver's releases.
v7.8.3
7.8.3 (2026-06-08)
Bug Fixes
- 046da7f #872 align caret includePrerelease lower bounds (#872) (@wayyoungboy)
Chores
- 3485dda #866 bump
@npmcli/eslint-configfrom 6.0.1 to 7.0.0 (#866) (@dependabot[bot])v7.8.2
7.8.2 (2026-06-04)
Bug Fixes
- bea6028 #870 increment dotted prerelease identifiers (#870) (@liuzemei, @SheldonNeo)
Changelog
Sourced from semver's changelog.
7.8.3 (2026-06-08)
Bug Fixes
- 046da7f #872 align caret includePrerelease lower bounds (#872) (@wayyoungboy)
Chores
- 3485dda #866 bump
@npmcli/eslint-configfrom 6.0.1 to 7.0.0 (#866) (@dependabot[bot])7.8.2 (2026-06-04)
Bug Fixes
- bea6028 #870 increment dotted prerelease identifiers (#870) (@liuzemei, @SheldonNeo)
Commits
- 6b77aa8 chore: release 7.8.3 (#873)
- 3485dda chore: bump
@npmcli/eslint-configfrom 6.0.1 to 7.0.0 (#866) - 046da7f fix: align caret includePrerelease lower bounds (#872)
- efafcf8 chore: release 7.8.2 (#871)
- bea6028 fix: increment dotted prerelease identifiers (#870)
- See full diff in compare view
Updates @types/node from 25.9.1 to 25.9.2
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.59.4 to 8.61.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.61.0
8.61.0 (2026-06-08)
🚀 Features
- ast-spec: change type of
UnaryExpression.prefixto alwaystrue(#12372)- ast-spec: tighten types of
ArrowFunction,YieldExpression,TSTypePredicate(#12373)🩹 Fixes
- rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)
❤️ Thank You
- Kirk Waiblinger @kirkwaiblinger
- lumir
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.1
8.60.1 (2026-06-01)
🩹 Fixes
- eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)
- eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)
❤️ Thank You
- lumir
- Nevette Bailey @nevette-bailey
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.60.0
8.60.0 (2026-05-25)
🚀 Features
- rule-tester: added updates of RuleTester from upstream (#12291)
🩹 Fixes
❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.61.0 (2026-06-08)
🚀 Features
- ast-spec: change type of
UnaryExpression.prefixto alwaystrue(#12372)❤️ Thank You
- Kirk Waiblinger @kirkwaiblinger
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.60.1 (2026-06-01)
🩹 Fixes
- eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)
- eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)
❤️ Thank You
- lumir
- Nevette Bailey @nevette-bailey
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.60.0 (2026-05-25)
This was a version bump only for eslint-plugin 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.
Commits
- 16a5b24 chore(release): publish 8.61.0
- ef1fd28 feat(ast-spec): change type of
UnaryExpression.prefixto alwaystrue(#12... - 4f84a69 chore(release): publish 8.60.1
- 598af56 docs(eslint-plugin): clarify no-redeclare type-value collision not covered by...
- 1849b53 chore: typecheck using tsgo (#12139)
- 5341d59 chore: fix lint issues (#12369)
- f525814 fix(eslint-plugin): [no-shadow] correct rule to match ESLint v10 handling (#1...
- 2df540c chore(eslint-plugin): defer type checks to improve rules performance (#12296)
- 1ab4284 fix(eslint-plugin): respect ECMAScript line terminators in ts-comment rules (...
- 2f49df5 docs: update references to
@stylistic/eslint-pluginrules in documentation ... - Additional commits viewable in compare view
Updates eslint from 10.4.0 to 10.4.1
Release notes
Sourced from eslint's releases.
v10.4.1
Bug Fixes
- e557467 fix: update
@eslint/plugin-kitversion to 0.7.2 (#20930) (Francesco Trotta)- d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
- f4f3507 fix: prefer-arrow-callback invalid autofix with newline after
async(#20916) (kuldeep kumar)- c5bc78b fix: false positive for reference in
finallyblock (#20655) (Tanuj Kanti)- 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)
Documentation
- 61b0add docs: remove deprecated rule from related rules of
max-params(#20921) (Tanuj Kanti)- 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
- 49b0202 docs: fix
display: noneof ad (#20901) (Tanuj Kanti)- 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
- c91b041 docs: Update README (GitHub Actions Bot)
- e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)
Chores
- b0e466b test: add
dataproperty to invalid tests cases for rules (#20924) (Tanuj Kanti)- f78838b test: add CodePath type coverage (#20904) (Pixel998)
- 1daa4bd chore: update
eslint-plugin-eslint-commentstest data to latest commit (#20922) (Francesco Trotta)- 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
- 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)
- 6d7c832 chore: ignore fflate updates in renovate (#20908) (Pixel998)
- b2c8638 ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])
- a9b8d7f chore: increase maxBuffer for ecosystem tests (#20881) (sethamus)
- b702ead chore: update ecosystem update PR settings (#20884) (Pixel998)
- 507f60e chore: update ecosystem plugins (#20882) (ESLint Bot)
- 92f5c5b test: add unit test for message-count (#20878) (kuldeep kumar)
- df32108 chore: add
@eslint/markdownand typescript-eslint ecosystem tests (#20837) (sethamus)- 327f91d chore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)
- f0dc4bd chore: pin fflate@0.8.2 (#20877) (Milos Djermanovic)
- 0f4bd25 ci: run Discord alert for ecosystem test failures (#20873) (Copilot)
Commits
- 4a3d15a 10.4.1
- 43e7e2b Build: changelog update for 10.4.1
- e557467 fix: update
@eslint/plugin-kitversion to 0.7.2 (#20930) - b0e466b test: add
dataproperty to invalid tests cases for rules (#20924) - d4ce898 fix: propagate failures from delegated commands (#20917)
- f4f3507 fix: prefer-arrow-callback invalid autofix with newline after
async(#20916) - f78838b test: add CodePath type coverage (#20904)
- 61b0add docs: remove deprecated rule from related rules of
max-params(#20921) - 1daa4bd chore: update
eslint-plugin-eslint-commentstest data to latest commit (#20... - 002942c ci: declare contents:read on update-readme workflow (#20919)
- Additional commits viewable in compare view
Updates prettier from 3.8.3 to 3.8.4
Release notes
Sourced from prettier's releases.
3.8.4
- Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (prettier/prettier#17746 by @byplayer)
Changelog
Sourced from prettier's changelog.
3.8.4
Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @byplayer)
Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.
- a
b
c
d
a
b
c
d
a
b
c
d
Commits
- 1c6ba55 Release 3.8.4
- 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
- 074aaed Replace
mainbranch in changelog link with tags (#19054) - c22a003 Bump Prettier dependency to 3.8.3
- 07bad1f Clean changelog_unreleased
- See full diff in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| @types/node | [>= 22.a, < 23] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions