Bump the npm group with 10 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(28 days ago)
(28 days ago)
dependencies javascript
poad
Bumps the npm group with 10 updates:
Package | From | To |
---|---|---|
@eslint/js | 9.32.0 |
9.33.0 |
@stylistic/eslint-plugin | 5.2.2 |
5.2.3 |
@types/node | 24.2.0 |
24.2.1 |
eslint | 9.32.0 |
9.33.0 |
@eslint/compat | 1.3.1 |
1.3.2 |
@eslint/config-helpers | 0.3.0 |
0.3.1 |
@eslint/core | 0.15.1 |
0.15.2 |
@eslint/plugin-kit | 0.3.4 |
0.3.5 |
browserslist | 4.25.1 |
4.25.2 |
caniuse-lite | 1.0.30001733 |
1.0.30001734 |
Updates @eslint/js
from 9.32.0 to 9.33.0
Release notes
Sourced from @eslint/js
's releases.
v9.33.0
Features
e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)90b050e
feat: support explicit resource management inone-var
(#19941) (Sweta Tanwar)Bug Fixes
732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995) (Francesco Trotta)e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)Documentation
34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4
docs: Update README (GitHub Actions Bot)5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156
docs: add missing let declarations inno-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))0d17242
docs: Update README (GitHub Actions Bot)fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)Build Related
Chores
4258046
chore: update dependency@eslint/js
to v9.33.0 (#19998) (renovate[bot])ad28371
chore: package.json update for@eslint/js
release (Jenkins)06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)54920ed
test: switch toLinter.Config
inESLintRules
type tests (#19977) (Francesco Trotta)
Changelog
Sourced from @eslint/js
's changelog.
v9.33.0 - August 8, 2025
4258046
chore: update dependency@eslint/js
to v9.33.0 (#19998) (renovate[bot])ad28371
chore: package.json update for@eslint/js
release (Jenkins)06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995) (Francesco Trotta)34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4
docs: Update README (GitHub Actions Bot)5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156
docs: add missing let declarations inno-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))0d17242
docs: Update README (GitHub Actions Bot)e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)54920ed
test: switch toLinter.Config
inESLintRules
type tests (#19977) (Francesco Trotta)e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)90b050e
feat: support explicit resource management inone-var
(#19941) (Sweta Tanwar)27fa865
build: useESLint
class to generate formatter examples (#19972) (Milos Djermanovic)
Commits
ad28371
chore: package.json update for@eslint/js
release- See full diff in compare view
Updates @stylistic/eslint-plugin
from 5.2.2 to 5.2.3
Release notes
Sourced from @stylistic/eslint-plugin
's releases.
v5.2.3
🐞 Bug Fixes
- indent:
- Correctly locate left paren in
CallExpression
with specific type arguments - by@9romise
in eslint-stylistic/eslint-stylistic#910 (f5516)- Prevent crashes during
JSXFragment
handling - by@9romise
in eslint-stylistic/eslint-stylistic#919 (5937b)View changes on GitHub
Commits
Updates @types/node
from 24.2.0 to 24.2.1
Commits
- See full diff in compare view
Updates eslint
from 9.32.0 to 9.33.0
Release notes
Sourced from eslint's releases.
v9.33.0
Features
e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)90b050e
feat: support explicit resource management inone-var
(#19941) (Sweta Tanwar)Bug Fixes
732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995) (Francesco Trotta)e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)Documentation
34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4
docs: Update README (GitHub Actions Bot)5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156
docs: add missing let declarations inno-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))0d17242
docs: Update README (GitHub Actions Bot)fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)Build Related
Chores
4258046
chore: update dependency@eslint/js
to v9.33.0 (#19998) (renovate[bot])ad28371
chore: package.json update for@eslint/js
release (Jenkins)06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)54920ed
test: switch toLinter.Config
inESLintRules
type tests (#19977) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.33.0 - August 8, 2025
4258046
chore: update dependency@eslint/js
to v9.33.0 (#19998) (renovate[bot])ad28371
chore: package.json update for@eslint/js
release (Jenkins)06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995) (Francesco Trotta)34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4
docs: Update README (GitHub Actions Bot)5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156
docs: add missing let declarations inno-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))0d17242
docs: Update README (GitHub Actions Bot)e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)54920ed
test: switch toLinter.Config
inESLintRules
type tests (#19977) (Francesco Trotta)e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)90b050e
feat: support explicit resource management inone-var
(#19941) (Sweta Tanwar)27fa865
build: useESLint
class to generate formatter examples (#19972) (Milos Djermanovic)
Commits
a90d7c4
9.33.09534b55
Build: changelog update for 9.33.04258046
chore: update dependency@eslint/js
to v9.33.0 (#19998)ad28371
chore: package.json update for@eslint/js
release06a22f1
test: resolve flakiness in --mcp flag test (#19993)732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995)34f0723
docs: playground button for TypeScript code example (#19671)dc942a4
docs: Update README5a4b6f7
docs: Update no-multi-assign.md (#19979)247e156
docs: add missing let declarations inno-plusplus
(#19980)- Additional commits viewable in compare view
Updates @eslint/compat
from 1.3.1 to 1.3.2
Release notes
Sourced from @eslint/compat
's releases.
migrate-config: v1.3.2
1.3.2 (2024-10-18)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compat
bumped from ^1.2.0 to ^1.2.1compat: v1.3.2
1.3.2 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.15.1 to ^0.15.2
Changelog
Sourced from @eslint/compat
's changelog.
1.3.2 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.15.1 to ^0.15.2
Commits
Updates @eslint/config-helpers
from 0.3.0 to 0.3.1
Release notes
Sourced from @eslint/config-helpers
's releases.
plugin-kit: v0.3.1
0.3.1 (2025-05-01)
Bug Fixes
config-helpers: v0.3.1
0.3.1 (2025-08-05)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.15.1 to ^0.15.2
Changelog
Sourced from @eslint/config-helpers
's changelog.
0.3.1 (2025-08-05)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped from ^0.15.1 to ^0.15.2
Commits
daa1955
chore: release main (#198)a830283
fix: Upgrade@eslint/core
(#197)917feb1
docs: Update README sponsorseb05e04
docs: Update README sponsors3fde625
docs: Update README sponsors3951541
docs: Update README sponsorsc785fa0
docs: Update README sponsors1615a01
chore: release main (#174)6199b6e
docs: Update README sponsors3d48779
chore: release main (#168)- Additional commits viewable in compare view
Updates @eslint/core
from 0.15.1 to 0.15.2
Commits
9e68ab6
chore: release main (#252)e39a386
docs: Update README sponsors9a4fe34
fix: relax type for rule.meta.docs.recommended (#235)57734b4
docs: Update README sponsors17276ff
docs: Update README sponsors46cd5da
docs: Update README sponsors9677965
docs: Update README sponsors20799b5
docs: Update README sponsors- See full diff in compare view
Updates @eslint/plugin-kit
from 0.3.4 to 0.3.5
Release notes
Sourced from @eslint/plugin-kit
's releases.
plugin-kit: v0.3.5
0.3.5 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/core
bumped from ^0.15.1 to ^0.15.2
Changelog
Sourced from @eslint/plugin-kit
's changelog.
0.3.5 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/core
bumped from ^0.15.1 to ^0.15.2
Commits
9e68ab6
chore: release main (#252)e39a386
docs: Update README sponsors57734b4
docs: Update README sponsors- See full diff in compare view
Updates browserslist
from 4.25.1 to 4.25.2
Release notes
Sourced from browserslist's releases.
4.25.2
- Fixed Node.js
--permission
support (by@broofa
).
Changelog
Sourced from browserslist's changelog.
4.25.2
- Fixed Node.js
--permission
support (by@broofa
).
Commits
c7b27ec
Release 4.25.2 version506b14a
Fix test coveragee891823
Fix test coverage checkd64779f
fix: handle ErrnoExceptions in isFile() and isDirectory() (#900)a740711
Update dependenciesef49d84
Update Node.js on CI5a8377f
Pin and update CI actions81d33b7
Promote browserslist-config-baselinebe1860c
Clean old sponsor with broken website and fix dark theme3e1e709
Add Kinsta sponsor- See full diff in compare view
Updates caniuse-lite
from 1.0.30001733 to 1.0.30001734
Commits
e245793
Update caniuse-db 1.0.30001734- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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: | 4888309 |
UUID: | 3310210865 |
Node ID: | PR_kwDOE3aIh86jDrcT |
Host: | GitHub |
Repository: | poad/github-pull-requester |