Bump the npm group with 7 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(27 days ago)
(27 days ago)
dependencies javascript
poad
Bumps the npm group with 7 updates:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.36.0 |
9.37.0 |
| eslint | 9.36.0 |
9.37.0 |
| pnpm | 10.18.0 |
10.18.1 |
| @eslint/config-helpers | 0.3.1 |
0.4.0 |
| @eslint/core | 0.15.2 |
0.16.0 |
| @eslint/plugin-kit | 0.3.5 |
0.4.0 |
| node-releases | 2.0.21 |
2.0.23 |
Updates @eslint/js from 9.36.0 to 9.37.0
Release notes
Sourced from @eslint/js's releases.
v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/jsrelease (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits
abee4cachore: package.json update for@eslint/jsrelease90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115)- See full diff in compare view
Updates eslint from 9.36.0 to 9.37.0
Release notes
Sourced from eslint's releases.
v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/jsrelease (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
Commits
d5d1bdf9.37.094865ffBuild: changelog update for 9.37.0afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183)abee4cachore: package.json update for@eslint/jsreleaseb950359docs: fix typos across the docs (#20182)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181)fc9381fchore: fix typos in comments (#20175)e1574a2chore: unpin jiti (#20173)29ea092docs: Update READMEa129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164)- Additional commits viewable in compare view
Updates pnpm from 10.18.0 to 10.18.1
Release notes
Sourced from pnpm's releases.
pnpm 10.18.1
Patch Changes
- Don't print a warning, when
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.- When using pnpm catalogs and running a normal
pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.18.1
Patch Changes
- Don't print a warning, when
--lockfile-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon Windows #5700.- When using pnpm catalogs and running a normal
pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalogas originally intended.
Commits
651a27achore(release): 10.18.1- See full diff in compare view
Updates @eslint/config-helpers from 0.3.1 to 0.4.0
Release notes
Sourced from @eslint/config-helpers's releases.
core: v0.4.0
0.4.0 (2024-08-12)
Features
config-helpers: v0.4.0
0.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0plugin-kit: v0.4.0
0.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0plugin-kit: v0.3.5
0.3.5 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.1 to ^0.15.2plugin-kit: v0.3.4
0.3.4 (2025-07-21)
... (truncated)
Changelog
Sourced from @eslint/config-helpers's changelog.
0.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0
Commits
- See full diff in compare view
Updates @eslint/core from 0.15.2 to 0.16.0
Release notes
Sourced from @eslint/core's releases.
config-array: v0.16.0
0.16.0 (2024-06-12)
⚠ BREAKING CHANGES
Features
Bug Fixes
- Add 'main' and 'types' entries to package.json (#48) (16ee1fa)
- treat
*as a universal pattern (#50) (79ad4bc)Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/object-schemabumped from ^2.1.3 to ^2.1.4core: v0.16.0
0.16.0 (2025-09-16)
Features
Bug Fixes
Commits
7f592e3chore: release main (#257)ab10682docs: Update README sponsorsd800559fix: remove unsupportednodeTypefrom types (#268)100a4c7docs: Update README sponsorsb23f179docs: Update README sponsors7b6dd37feat: Add config types in@eslint/core(#237)62089bcdocs: Update README sponsors8413502docs: Update README sponsors- See full diff in compare view
Updates @eslint/plugin-kit from 0.3.5 to 0.4.0
Release notes
Sourced from @eslint/plugin-kit's releases.
core: v0.4.0
0.4.0 (2024-08-12)
Features
config-helpers: v0.4.0
0.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0plugin-kit: v0.4.0
0.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0
Changelog
Sourced from @eslint/plugin-kit's changelog.
0.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0
Commits
- See full diff in compare view
Updates node-releases from 2.0.21 to 2.0.23
Commits
6b5bdcd2.0.2309e4934feat: Nightly Syncc72a2dd2.0.2296acfcffeat: Nightly Sync- See full diff in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 9763516 |
| UUID: | 3490633466 |
| Node ID: | PR_kwDOFp-lcs6scz6d |
| Host: | GitHub |
| Repository: | poad/github-pull-request-auto-merge-enable-action |