An open index of dependabot pull requests across open source projects.

chore(deps): bump the dependencies group across 1 directory with 27 updates

Open
Number: #18
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 08, 2025 at 02:36 AM UTC
(about 20 hours ago)
Updated: September 08, 2025 at 02:36 AM UTC
(about 20 hours ago)
Description:

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

4.25.3

Changelog

Sourced from browserslist's changelog.

4.25.4

4.25.3

Commits

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

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

Committers: 5

Changelog

Sourced from @​babel/core's changelog.

v7.28.4 (2025-09-05)

:house: Internal

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: add preserve-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: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-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 in no-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: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • d5ef939 refactor: remove deprecated context.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

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)

... (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: remove tests/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 in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.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: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-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 in grouped-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: fix stale.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: centralize stale.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 release
  • 84ffb96 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 in Block 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 in Block 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 in no-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 sponsors
  • b23793c ci: add stale and fix add-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 is single-line (#922) (e0ce078)
  • no-extra-parens: deprecate some options in favor of ignoredNodes (#953) (8ccd980)
  • no-extra-parens: handle TSNonNullExpression and TSSatisfiesExpression as a TSAssertion (#954) (6aca363)
  • no-extra-parens: introduce ignoredNodes (#899) (d848423)
  • padding-line-between-statements: allow prefix multiline/singleline for return and type (#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 the indent rule (#936) (1264cba)
  • deprecate jsx-props-no-multi-spaces rule in favor of no-multi-spaces (#925) (a3c39e6)
  • disable-legacy: add missing jsx-pascal-case (#942) (3eea6dd)
  • indent: align indent for AccessorProperty, TSAbstractPropertyDefinition and TSAbstractAccessorProperty with PropertyDefinition (#932) (2afb9a4)
  • indent: ensure the opening curly brace is align with enum (#938) (2007646)
  • remove nullThrow, use NonNullAssertion directly (#943) (9a78f70)
  • space-unary-ops: correct messageId (#948) (54bb446)
  • type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)

Documentation

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 is single-line (#922) (e0ce078)
  • no-extra-parens: deprecate some options in favor of ignoredNodes (#953) (8ccd980)
  • no-extra-parens: handle TSNonNullExpression and TSSatisfiesExpression as a TSAssertion (#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 for return and type (#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 the indent rule (#936) (1264cba)
  • deprecate jsx-props-no-multi-spaces rule in favor of no-multi-spaces (#925) (a3c39e6)
  • disable-legacy: add missing jsx-pascal-case (#942) (3eea6dd)
  • indent: align indent for AccessorProperty, TSAbstractPropertyDefinition and TSAbstractAccessorProperty with PropertyDefinition (#932) (2afb9a4)
  • indent: ensure the opening curly brace is align with enum (#938) (2007646)
  • remove nullThrow, use NonNullAssertion 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

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 of ignoredNodes (#953)
  • e0ce078 feat(jsx-one-expression-per-line): enhance the fix result when allow is `si...
  • 6aca363 feat(no-extra-parens): handle TSNonNullExpression and `TSSatisfiesExpressio...
  • c735a5c docs: display deep outline (#955)
  • 0a72592 docs: fix examples (#950)
  • 0474f6b feat(indent): introduce assignmentOperator (#933)
  • d848423 feat(no-extra-parens): introduce ignoredNodes (#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

Updates assemblyscript from 0.28.4 to 0.28.6

Release notes

Sourced from assemblyscript's releases.

v0.28.6

New features

  • optimize string literal tostack behavior (#2945) (9664c5b726990efdfc029ba158b78eb8a6047472)

v0.28.5

Bug fixes

  • avoid to visit nullptr in binaryen (#2943) (7e2a62d9615d2ae02b593af87ee4920a3c57b0bd)
Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+914
Deletions:
-838
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.33.0 → 9.35.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
24.3.0 → 24.3.1
Update Type:
Patch
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.5 → 16.1.6
Update Type:
Patch
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.28.3 → 7.28.4
Update Type:
Patch
Package:
terser
Ecosystem:
npm
Version Change:
5.43.1 → 5.44.0
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.33.0 → 9.35.0
Update Type:
Minor
Package:
core-js
Ecosystem:
npm
Version Change:
3.45.0 → 3.45.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.1.0 → 7.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
51.3.4 → 54.5.0
Update Type:
Major
Package:
jest
Ecosystem:
npm
Version Change:
30.0.5 → 30.1.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.2.3 → 5.3.1
Update Type:
Minor
Package:
ts-loader
Ecosystem:
npm
Version Change:
9.5.2 → 9.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.25.2 → 4.25.4
Update Type:
Patch
Package:
cspell
Ecosystem:
npm
Version Change:
9.1.3 → 9.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
60.0.0 → 61.0.1
Update Type:
Major
Package:
three
Ecosystem:
npm
Version Change:
0.179.1 → 0.180.0
Update Type:
Minor
Package:
less
Ecosystem:
npm
Version Change:
4.4.0 → 4.4.1
Update Type:
Patch
Package:
tapable
Ecosystem:
npm
Version Change:
2.2.2 → 2.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.28.4 → 0.28.6
Update Type:
Patch
Package:
memfs
Ecosystem:
npm
Version Change:
4.36.0 → 4.38.2
Update Type:
Minor
Package:
tinybench
Ecosystem:
npm
Version Change:
5.0.0 → 5.0.1
Update Type:
Patch
Package:
node-gyp
Ecosystem:
npm
Version Change:
11.3.0 → 11.4.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
30.0.5 → 30.1.2
Update Type:
Minor
Package:
jest-circus
Ecosystem:
npm
Version Change:
30.0.5 → 30.1.3
Update Type:
Minor
Package:
jest-diff
Ecosystem:
npm
Version Change:
30.0.5 → 30.1.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.6.0 → 4.6.3
Update Type:
Patch
Technical Details
ID: 7116750
UUID: 2806631009
Node ID: PR_kwDOPiP43s6nScph
Host: GitHub
Repository: LovePlayCode/webpack_study
Merge State: Unknown