chore(deps-dev): bump the eslint group with 5 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(14 days ago)
(14 days ago)
dependencies javascript
Bumps the eslint group with 5 updates:
| Package | From | To |
|---|---|---|
| eslint | 9.39.2 |
10.5.0 |
| eslint-plugin-license-header | 0.8.0 |
0.9.0 |
| eslint-plugin-n | 17.23.2 |
18.1.0 |
| eslint-plugin-prettier | 5.5.5 |
5.5.6 |
| eslint-plugin-promise | 7.2.1 |
7.3.0 |
Updates eslint from 9.39.2 to 10.5.0
Release notes
Sourced from eslint's releases.
v10.5.0
Features
5ca8c52feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)b565783feat: report no-with violations at the with keyword (#20971) (Pixel998)2ce032ffeat: report max-lines-per-function violations at function head (#20966) (Pixel998)732cb3efeat: report max-nested-callbacks violations at function head (#20967) (Pixel998)f9c138afeat: report max-depth violations on keywords (#20943) (Pixel998)bdb496cfeat: correct max-depth handling for else-if chains (#20944) (Pixel998)c296873feat: update error loc inmax-statementsto function header (#20907) (Taejin Kim)Documentation
8ae1b5bdocs: Update README (GitHub Actions Bot)ca7eb90docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)f99b47adocs: Update README (GitHub Actions Bot)acf03d4docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)Chores
b18bf58chore: update ecosystem plugins (#20959) (ESLint Bot)c2d1444refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)243b8c5chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)217b2a9test: add unit tests for ParserService (#20949) (Taejin Kim)72003e7test: add location information to error messages inmax-statements(#20945) (lumir)7797c26refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)67c46fachore: update ecosystem plugins (#20938) (ESLint Bot)95d8c7achore: update dependency@eslint/jsonto v2 (#20934) (renovate[bot])cf9e496chore: update@arethetypeswrong/clito 0.18.3 (#20933) (Pixel998)fb6d396test: run type tests with TypeScript 7 (#20868) (sethamus)v10.4.1
Bug Fixes
e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930) (Francesco Trotta)d4ce898fix: propagate failures from delegated commands (#20917) (Minh Vu)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916) (kuldeep kumar)c5bc78bfix: false positive for reference infinallyblock (#20655) (Tanuj Kanti)27538c0fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)Documentation
61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921) (Tanuj Kanti)305d5b9docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)49b0202docs: fixdisplay: noneof ad (#20901) (Tanuj Kanti)9067f94docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)c91b041docs: Update README (GitHub Actions Bot)e349265docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)Chores
b0e466btest: adddataproperty to invalid tests cases for rules (#20924) (Tanuj Kanti)f78838btest: add CodePath type coverage (#20904) (Pixel998)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20922) (Francesco Trotta)002942cci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)64bca24chore: update ecosystem plugins (#20912) (ESLint Bot)
... (truncated)
Commits
de3b67210.5.0362a518Build: changelog update for 10.5.05ca8c52feat: correct stack tracking in max-nested-callbacks (#20973)b565783feat: report no-with violations at the with keyword (#20971)2ce032ffeat: report max-lines-per-function violations at function head (#20966)732cb3efeat: report max-nested-callbacks violations at function head (#20967)f9c138afeat: report max-depth violations on keywords (#20943)8ae1b5bdocs: Update READMEca7eb90docs: update Node.js prerequisites to include ICU support (#20962)b18bf58chore: update ecosystem plugins (#20959)- Additional commits viewable in compare view
Updates eslint-plugin-license-header from 0.8.0 to 0.9.0
Release notes
Sourced from eslint-plugin-license-header's releases.
v0.9.0
Changes
- chore(CHANGELOG): update to v0.9.0 ea9efe2
- feat: support eslint@10 b3edc96
- test: verify error positions 4646036
- chore: preserve error cause 3ba84fc
- style: remove dangling comma bcbca27
- chore: remove left-over config file 4b583bc
- chore: update to actions/setup-node@v6 a509964
- chore: update to actions/checkout@v6 77471dd
- ci: use node@24 371f575
- chore: update to eslint@9 a41a968
- chore: bump test dependencies 16505fe
https://github.com/nikku/eslint-plugin-license-header/compare/v0.8.0...v0.9.0
Changelog
Sourced from eslint-plugin-license-header's changelog.
0.9.0
FEAT: supporteslint@10CHORE: mark as compatible witheslint@9andeslint@10
Commits
0191ffd0.9.0ea9efe2chore(CHANGELOG): update to v0.9.0b3edc96feat: support eslint@104646036test: verify error positions3ba84fcchore: preserve error causebcbca27style: remove dangling comma4b583bcchore: remove left-over config filea509964chore: update to actions/setup-node@v677471ddchore: update to actions/checkout@v6371f575ci: use node@24- Additional commits viewable in compare view
Updates eslint-plugin-n from 17.23.2 to 18.1.0
Release notes
Sourced from eslint-plugin-n's releases.
v18.1.0
18.1.0 (2026-06-08)
🌟 Features
- Allow workspace root dependencies for no-extraneous-import (#536) (fd4f84e)
- support
devEngines.runtimefrom package.json (#530) (9ef3c32)🩹 Fixes
- Allow leading forwardslash in package.json "files" field (#534) (#535) (5fde036)
- no-extraneous-import for type-only
@typesdependencies (#533) (63a90ef)- prefer-promises/fs: add missing fs.promises APIs (cp, glob, lutimes, opendir, rm, statfs) (#532) (75fbe34)
📚 Documentation
v18.0.1
18.0.1 (2026-05-05)
🩹 Fixes
- Update TypeScript peer dependency version constraint (8906195)
v18.0.0
18.0.0 (2026-05-04)
⚠ BREAKING CHANGES
- migrate commonjs to esm (#510)
- no-sync: move
ts-declaration-locationtopeerDependencies- no-unpublished-bin: disallow extra properties in options (#456)
- remove no-unpublished-bin from recommended (#485)
- requires node.js >=20 & eslint >= 8.57.1 (#503)
🌟 Features
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
18.1.0 (2026-06-08)
🌟 Features
- Allow workspace root dependencies for no-extraneous-import (#536) (fd4f84e)
- support
devEngines.runtimefrom package.json (#530) (9ef3c32)🩹 Fixes
- Allow leading forwardslash in package.json "files" field (#534) (#535) (5fde036)
- no-extraneous-import for type-only
@typesdependencies (#533) (63a90ef)- prefer-promises/fs: add missing fs.promises APIs (cp, glob, lutimes, opendir, rm, statfs) (#532) (75fbe34)
📚 Documentation
18.0.1 (2026-05-05)
🩹 Fixes
- Update TypeScript peer dependency version constraint (8906195)
18.0.0 (2026-05-04)
⚠ BREAKING CHANGES
- migrate commonjs to esm (#510)
- no-sync: move
ts-declaration-locationtopeerDependencies- no-unpublished-bin: disallow extra properties in options (#456)
- remove no-unpublished-bin from recommended (#485)
- requires node.js >=20 & eslint >= 8.57.1 (#503)
🌟 Features
- migrate commonjs to esm (#510) (db64bd1)
- no-sync: move
ts-declaration-locationtopeerDependencies(4729438)- node-builtins: add support data for Node.js 22.20–22.21 and 24.0–24.12 (#496) (e8e0b00)
- requires node.js >=20 & eslint >= 8.57.1 (#503) (1d6770e)
🩹 Fixes
... (truncated)
Commits
fc70bdfchore(master): release 18.1.0 (#528)fd4f84efeat: Allow workspace root dependencies for no-extraneous-import (#536)5fde036fix: Allow leading forwardslash in package.json "files" field (#534) (#535)63a90effix: no-extraneous-import for type-only@typesdependencies (#533)75fbe34fix(prefer-promises/fs): add missing fs.promises APIs (cp, glob, lutimes, ope...058916adocs: Update online playground link in README9ef3c32feat: supportdevEngines.runtimefrom package.json (#530)c1b1b84docs: fix usage in README.md4a6b76achore(master): release 18.0.1 (#525)8906195fix: Update TypeScript peer dependency version constraint- Additional commits viewable in compare view
Updates eslint-plugin-prettier from 5.5.5 to 5.5.6
Commits
4f33ea5chore: release eslint-plugin-prettier (#792)4745b54ci: declare workflow-level contents: read on 2 workflows (#790)b5c96a3chore: bump all (dev)Dependencies (#791)e867680chore(deps): update all dependencies (#766)e8e2f7fchore: testing eslint v10 (#779)ca076d9chore: update dev dependencies (#780)42e6369build(deps): Bump the actions group with 2 updates (#778)53ff214Remove empty NPM_TOKEN from release.yml- See full diff in compare view
Updates eslint-plugin-promise from 7.2.1 to 7.3.0
Release notes
Sourced from eslint-plugin-promise's releases.
v7.3.0
7.3.0 (2026-04-27)
🌟 Features
no-promise-in-callback: addexemptDeclarationsoption (#513) (550524f)- add support for ESLint v10 (#617) (6096821)
🩹 Fixes
🧹 Chores
- add missing
'use strict'directive (#593) (4cd7ea1)- deps-dev: update eslint-plugin-eslint-plugin to v6.4.0 (#583) (45385a3)
- deps-dev: update eslint-plugin-jest to v28.11.0 (#585) (a33ffb6)
- deps-dev: update eslint-plugin-n to v17.14.0 (#575) (fad9049)
- deps-dev: update eslint-plugin-prettier to v5.2.3 (#586) (b2095cb)
- deps-dev: update eslint-plugin-prettier to v5.2.4 (#600) (fad5029)
- deps-dev: update lint-staged to v15.4.3 (#582) (d1e23e5)
- deps-dev: update prettier to v3.4.1 (#578) (3fae241)
- deps-dev: update prettier to v3.4.2 (#580) (7219528)
- deps-dev: update prettier to v3.5.0 (#588) (5da83c4)
- deps: update globals to v15.13.0 (#579) (75defcf)
- deps: update globals to v15.14.0 (#584) (846ad48)
- deps: update typescript to v5.7.3 (#589) (79b0eff)
- package: explicitly declare js module type (#592) (b19e133)
- update typescript to ~5.7.0 (#577) (04d0b2b)
Changelog
Sourced from eslint-plugin-promise's changelog.
7.3.0 (2026-04-27)
🌟 Features
no-promise-in-callback: addexemptDeclarationsoption (#513) (550524f)- add support for ESLint v10 (#617) (6096821)
🩹 Fixes
🧹 Chores
- add missing
'use strict'directive (#593) (4cd7ea1)- deps-dev: update eslint-plugin-eslint-plugin to v6.4.0 (#583) (45385a3)
- deps-dev: update eslint-plugin-jest to v28.11.0 (#585) (a33ffb6)
- deps-dev: update eslint-plugin-n to v17.14.0 (#575) (fad9049)
- deps-dev: update eslint-plugin-prettier to v5.2.3 (#586) (b2095cb)
- deps-dev: update eslint-plugin-prettier to v5.2.4 (#600) (fad5029)
- deps-dev: update lint-staged to v15.4.3 (#582) (d1e23e5)
- deps-dev: update prettier to v3.4.1 (#578) (3fae241)
- deps-dev: update prettier to v3.4.2 (#580) (7219528)
- deps-dev: update prettier to v3.5.0 (#588) (5da83c4)
- deps: update globals to v15.13.0 (#579) (75defcf)
- deps: update globals to v15.14.0 (#584) (846ad48)
- deps: update typescript to v5.7.3 (#589) (79b0eff)
- package: explicitly declare js module type (#592) (b19e133)
- update typescript to ~5.7.0 (#577) (04d0b2b)
Commits
f1dd605chore(main): release 7.3.0 (#576)6096821feat: add support for ESLint v10 (#617)1230cedfix(no-native): fix to reportPromiseusage in eslint v9 or later (#619)6cf7adbci: trusted publishing (#610)fad5029chore(deps-dev): update eslint-plugin-prettier to v5.2.4 (#600)4cd7ea1chore: add missing'use strict'directive (#593)b19e133chore(package): explicitly declare js module type (#592)5da83c4chore(deps-dev): update prettier to v3.5.0 (#588)d1e23e5chore(deps-dev): update lint-staged to v15.4.3 (#582)b2095cbchore(deps-dev): update eslint-plugin-prettier to v5.2.3 (#586)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-promise since your current version.
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| eslint-plugin-promise | [>= 5.a, < 6] |
| eslint | [>= 7.a, < 8] |
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
Package Dependencies
eslint-plugin-license-header
npm
0.8.0 → 0.9.0
Minor
Technical Details
| ID: | 16124579 |
| UUID: | 4833375410 |
| Node ID: | PR_kwDOBfDkuc7vEbLb |
| Host: | GitHub |
| Repository: | elastic/apm-agent-nodejs |