chore(deps): bump the dependencies group across 1 directory with 27 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 20 hours ago)
(about 20 hours ago)
Bumps the dependencies group with 26 updates in the / directory:
Package | From | To |
---|---|---|
browserslist | 4.25.2 |
4.25.4 |
tapable | 2.2.2 |
2.2.3 |
@babel/core | 7.28.3 |
7.28.4 |
@eslint/js | 9.33.0 |
9.35.0 |
@eslint/markdown | 7.1.0 |
7.2.0 |
@stylistic/eslint-plugin | 5.2.3 |
5.3.1 |
@types/node | 24.3.0 |
24.3.1 |
assemblyscript | 0.28.4 |
0.28.6 |
core-js | 3.45.0 |
3.45.1 |
cspell | 9.1.3 |
9.2.1 |
eslint | 9.33.0 |
9.35.0 |
eslint-config-webpack | 4.6.0 |
4.6.3 |
eslint-plugin-jsdoc | 51.3.4 |
54.5.0 |
eslint-plugin-unicorn | 60.0.0 |
61.0.1 |
jest | 30.0.5 |
30.1.3 |
jest-circus | 30.0.5 |
30.1.3 |
jest-diff | 30.0.5 |
30.1.2 |
jest-environment-node | 30.0.5 |
30.1.2 |
less | 4.4.0 |
4.4.1 |
lint-staged | 16.1.5 |
16.1.6 |
memfs | 4.36.0 |
4.38.2 |
node-gyp | 11.3.0 |
11.4.2 |
terser | 5.43.1 |
5.44.0 |
three | 0.179.1 |
0.180.0 |
tinybench | 5.0.0 |
5.0.1 |
ts-loader | 9.5.2 |
9.5.4 |
Updates browserslist
from 4.25.2 to 4.25.4
Release notes
Sourced from browserslist's releases.
4.25.4
- Fixed Windows support for custom stats (by
@torgeilo
).4.25.3
- Fixed ReDoS (by
@ericcornelissen
).
Changelog
Sourced from browserslist's changelog.
4.25.4
- Fixed Windows support for custom stats (by
@torgeilo
).4.25.3
- Fixed ReDoS (by
@ericcornelissen
).
Commits
631dd17
Release 4.25.4 versionfa33a90
Add tool to update CI actionseff0e9f
Update dependencies51319b8
Merge pull request #902 from torgeilo/loadstats-windows-path-bugb6a25c6
Fix loadStat creating a non-working module path on Windowse13f918
Release 4.25.3 version7e6db9f
Update dependenciesc331c95
Fix ReDoS- See full diff in compare view
Updates tapable
from 2.2.2 to 2.2.3
Release notes
Sourced from tapable's releases.
v2.2.3
Fixes
- Async hook catch an error when reject a falsy value
- [typescript] Support to pass return type for waterfall hooks
Commits
3fc6a06
chore(release): 2.2.305f4979
style: fix (#194)b15cfd4
test: mored642eba
fix: async hook catch an error when reject a falsy value (#193)85b0e81
chore(deps): update (#192)25a2864
fix: support to pass return type for waterfall hooks (#191)2da9b21
fix: types for waterfall hooks (#190)4b099d8
chore: migrate to eslint-config-webpack (#189)- See full diff in compare view
Updates @babel/core
from 7.28.3 to 7.28.4
Release notes
Sourced from @babel/core
's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillen
and@mrginglymus
for your first PRs!:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)Committers: 5
- Babel Bot (
@babel-bot
)- Bill Collins (
@mrginglymus
)- Glenn Willen (
@gwillen
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
Changelog
Sourced from @babel/core
's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)
Commits
Updates @eslint/js
from 9.33.0 to 9.35.0
Release notes
Sourced from @eslint/js
's releases.
v9.35.0
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)5082fc2
docs: Update README (GitHub Actions Bot)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)Chores
da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@eslint/js
release (Jenkins)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
v9.35.0 - September 5, 2025
da87f2f
chore: upgrade@eslint/js
@9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@eslint/js
release (Jenkins)d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)5082fc2
docs: Update README (GitHub Actions Bot)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)
Commits
af2a087
chore: package.json update for@eslint/js
release84ffb96
chore: update@eslint-community/eslint-utils
(#20069)b48fa20
chore: package.json update for@eslint/js
release- See full diff in compare view
Updates @eslint/markdown
from 7.1.0 to 7.2.0
Release notes
Sourced from @eslint/markdown
's releases.
v7.2.0
7.2.0 (2025-08-22)
Features
- add allowedIgnoreCase option to no-html (#500) (06ac53d)
- add checkClosedHeadings option to no-missing-atx-heading-space (#452) (a9675aa)
- add frontmatterTitle option to heading-increment (#454) (614ef3e)
- add no-space-in-emphasis rule (#403) (e4b8de4)
- Expose identifiers in messages for no-duplicate-definitions (#506) (9f54c1b)
- expose identifiers in messages for no-empty-definitions (#507) (738f366)
- verify identifier data in no-empty-definitions (#499) (738f366)
Bug Fixes
- allow any type for
meta.docs.recommended
in custom rules (#502) (604a4b9)- detect errors after comments in no-multiple-h1 and require-alt-text (#468) (c9de444)
- false negatives and positives in
no-reversed-media-syntax
(#473) (c7a4d64)- fenced-code-language highlights only relevant parts (#487) (bb48ae2)
- handle multiline setext headings in
no-duplicate-headings
(#469) (99beea6)- improve HTML id/name regex for unquoted values and spaces (#480) (6c35261)
- improve no-html rule's tag location reporting (#491) (5e6e94e)
- make
meta
property optional inBlock
type (#461) (15c93a6)- normalize definition identifiers in no-*-definitions rules (#488) (b248383)
Changelog
Sourced from @eslint/markdown
's changelog.
7.2.0 (2025-08-22)
Features
- add allowedIgnoreCase option to no-html (#500) (06ac53d)
- add checkClosedHeadings option to no-missing-atx-heading-space (#452) (a9675aa)
- add frontmatterTitle option to heading-increment (#454) (614ef3e)
- add no-space-in-emphasis rule (#403) (e4b8de4)
- Expose identifiers in messages for no-duplicate-definitions (#506) (9f54c1b)
- expose identifiers in messages for no-empty-definitions (#507) (738f366)
- verify identifier data in no-empty-definitions (#499) (738f366)
Bug Fixes
- allow any type for
meta.docs.recommended
in custom rules (#502) (604a4b9)- detect errors after comments in no-multiple-h1 and require-alt-text (#468) (c9de444)
- false negatives and positives in
no-reversed-media-syntax
(#473) (c7a4d64)- fenced-code-language highlights only relevant parts (#487) (bb48ae2)
- handle multiline setext headings in
no-duplicate-headings
(#469) (99beea6)- improve HTML id/name regex for unquoted values and spaces (#480) (6c35261)
- improve no-html rule's tag location reporting (#491) (5e6e94e)
- make
meta
property optional inBlock
type (#461) (15c93a6)- normalize definition identifiers in no-*-definitions rules (#488) (b248383)
Commits
3b6248d
chore: release 7.2.0 🚀 (#486)5e6e94e
fix: improve no-html rule's tag location reporting (#491)e4b8de4
feat: add no-space-in-emphasis rule (#403)99beea6
fix: handle multiline setext headings inno-duplicate-headings
(#469)06ac53d
feat: add allowedIgnoreCase option to no-html (#500)737501b
refactor: correct no-reversed-media-syntax selectors (#508)9f54c1b
feat: Expose identifiers in messages for no-duplicate-definitions (#506)738f366
feat: expose identifiers in messages for no-empty-definitions (#507)1c733d9
docs: Update README sponsorsb23793c
ci: addstale
and fixadd-to-triage
(#501)- Additional commits viewable in compare view
Updates @stylistic/eslint-plugin
from 5.2.3 to 5.3.1
Release notes
Sourced from @stylistic/eslint-plugin
's releases.
v5.3.1
No significant changes
View changes on GitHub
v5.3.0
5.3.0 (2025-09-01)
Features
- indent: introduce
assignmentOperator
(#933) (0474f6b)- jsx-one-expression-per-line: enhance the fix result when
allow
issingle-line
(#922) (e0ce078)- no-extra-parens: deprecate some options in favor of
ignoredNodes
(#953) (8ccd980)- no-extra-parens: handle
TSNonNullExpression
andTSSatisfiesExpression
as aTSAssertion
(#954) (6aca363)- no-extra-parens: introduce
ignoredNodes
(#899) (d848423)- padding-line-between-statements: allow prefix
multiline
/singleline
forreturn
andtype
(#902) (6915135)- space-unary-ops: support non null assertion (#941) (fff2ae9)
- update deps (#957) (5f97042)
- update keyword list (#929) (3001449)
Bug Fixes
- customize: remove specific nodes in
ignoreNodes
of theindent
rule (#936) (1264cba)- deprecate
jsx-props-no-multi-spaces
rule in favor ofno-multi-spaces
(#925) (a3c39e6)- disable-legacy: add missing
jsx-pascal-case
(#942) (3eea6dd)- indent: align indent for
AccessorProperty
,TSAbstractPropertyDefinition
andTSAbstractAccessorProperty
withPropertyDefinition
(#932) (2afb9a4)- indent: ensure the opening curly brace is align with enum (#938) (2007646)
- remove
nullThrow
, useNonNullAssertion
directly (#943) (9a78f70)- space-unary-ops: correct
messageId
(#948) (54bb446)- type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)
Documentation
- add changelog link (#949) (d043a8f)
- curly-newline: add missing
ArrowFunctionExpression
to option (#947) (df21d11)- display deep outline (#955) (c735a5c)
- fix broken links (#940) (76ae614)
- fix examples (#950) (0a72592)
- render extra links in markdown front matter section (#924) (f3f00dd)
- use colored diffs in code blocks (#931) (a77013b)
Chores
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin
's changelog.
5.3.1 (2025-09-01)
Build Related
5.3.0 (2025-09-01)
Features
- indent: introduce
assignmentOperator
(#933) (0474f6b)- jsx-one-expression-per-line: enhance the fix result when
allow
issingle-line
(#922) (e0ce078)- no-extra-parens: deprecate some options in favor of
ignoredNodes
(#953) (8ccd980)- no-extra-parens: handle
TSNonNullExpression
andTSSatisfiesExpression
as aTSAssertion
(#954) (6aca363)- no-extra-parens: introduce
ignoredNodes
(#899) (d848423)- padding-between-statements: support
jsx-prop
(#926) (86f332e)- padding-line-between-statements: allow prefix
multiline
/singleline
forreturn
andtype
(#902) (6915135)- space-unary-ops: support non null assertion (#941) (fff2ae9)
- update deps (#957) (5f97042)
- update keyword list (#929) (3001449)
Bug Fixes
- customize: remove specific nodes in
ignoreNodes
of theindent
rule (#936) (1264cba)- deprecate
jsx-props-no-multi-spaces
rule in favor ofno-multi-spaces
(#925) (a3c39e6)- disable-legacy: add missing
jsx-pascal-case
(#942) (3eea6dd)- indent: align indent for
AccessorProperty
,TSAbstractPropertyDefinition
andTSAbstractAccessorProperty
withPropertyDefinition
(#932) (2afb9a4)- indent: ensure the opening curly brace is align with enum (#938) (2007646)
- remove
nullThrow
, useNonNullAssertion
directly (#943) (9a78f70)- revert #926 (#944) (f6e3b9a)
- space-unary-ops: correct
messageId
(#948) (54bb446)- type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)
Documentation
- add changelog link (#949) (d043a8f)
- curly-newline: add missing
ArrowFunctionExpression
to option (#947) (df21d11)- display deep outline (#955) (c735a5c)
- fix broken links (#940) (76ae614)
- fix examples (#950) (0a72592)
- render extra links in markdown front matter section (#924) (f3f00dd)
- use colored diffs in code blocks (#931) (a77013b)
Chores
... (truncated)
Commits
c586735
chore: release v5.3.1 (main) (#962)eb03848
chore: release v5.3.0 (main) (#930)8ccd980
feat(no-extra-parens): deprecate some options in favor ofignoredNodes
(#953)e0ce078
feat(jsx-one-expression-per-line): enhance the fix result whenallow
is `si...6aca363
feat(no-extra-parens): handleTSNonNullExpression
and `TSSatisfiesExpressio...c735a5c
docs: display deep outline (#955)0a72592
docs: fix examples (#950)0474f6b
feat(indent): introduceassignmentOperator
(#933)d848423
feat(no-extra-parens): introduceignoredNodes
(#899)2007646
fix(indent): ensure the opening curly brace is align with enum (#938)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @stylistic/eslint-plugin
since your current version.
Updates @types/node
from 24.3.0 to 24.3.1
Commits
- See full diff in compare view
Updates assemblyscript
from 0.28.4 to 0.28.6
Release notes
Sourced from assemblyscript's releases.
Description has been truncatedv0.28.6
New features
- optimize string literal tostack behavior (#2945) (9664c5b726990efdfc029ba158b78eb8a6047472)
v0.28.5
Bug fixes
- avoid to visit nullptr in binaryen (#2943) (7e2a62d9615d2ae02b593af87ee4920a3c57b0bd)
Pull Request Statistics
1
2
+914
-838
Package Dependencies
Technical Details
ID: | 7116750 |
UUID: | 2806631009 |
Node ID: | PR_kwDOPiP43s6nScph |
Host: | GitHub |
Repository: | LovePlayCode/webpack_study |
Merge State: | Unknown |