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

Bump the npm group with 25 updates

Merged
Number: #2451
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 01, 2025 at 05:33 PM UTC
(12 days ago)
Updated: September 01, 2025 at 05:33 PM UTC
(12 days ago)
Merged: September 01, 2025 at 05:33 PM UTC
(12 days ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 25 updates:

Package From To
@stylistic/eslint-plugin 5.2.3 5.3.1
pnpm 10.15.0 10.15.1
vite 7.1.3 7.1.4
@rollup/rollup-android-arm-eabi 4.49.0 4.50.0
@rollup/rollup-android-arm64 4.49.0 4.50.0
@rollup/rollup-darwin-arm64 4.49.0 4.50.0
@rollup/rollup-darwin-x64 4.49.0 4.50.0
@rollup/rollup-freebsd-arm64 4.49.0 4.50.0
@rollup/rollup-freebsd-x64 4.49.0 4.50.0
@rollup/rollup-linux-arm-gnueabihf 4.49.0 4.50.0
@rollup/rollup-linux-arm-musleabihf 4.49.0 4.50.0
@rollup/rollup-linux-arm64-gnu 4.49.0 4.50.0
@rollup/rollup-linux-arm64-musl 4.49.0 4.50.0
@rollup/rollup-linux-loongarch64-gnu 4.49.0 4.50.0
@rollup/rollup-linux-ppc64-gnu 4.49.0 4.50.0
@rollup/rollup-linux-riscv64-gnu 4.49.0 4.50.0
@rollup/rollup-linux-riscv64-musl 4.49.0 4.50.0
@rollup/rollup-linux-s390x-gnu 4.49.0 4.50.0
@rollup/rollup-linux-x64-gnu 4.49.0 4.50.0
@rollup/rollup-linux-x64-musl 4.49.0 4.50.0
@rollup/rollup-win32-arm64-msvc 4.49.0 4.50.0
@rollup/rollup-win32-ia32-msvc 4.49.0 4.50.0
@rollup/rollup-win32-x64-msvc 4.49.0 4.50.0
caniuse-lite 1.0.30001737 1.0.30001739
rollup 4.49.0 4.50.0

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 pnpm from 10.15.0 to 10.15.1

Release notes

Sourced from pnpm's releases.

pnpm 10.15.1

Patch Changes

  • Fix .pnp.cjs crash when importing subpath #9904.
  • When resolving peer dependencies, pnpm looks whether the peer dependency is present in the root workspace project's dependencies. This change makes it so that the peer dependency is correctly resolved even from aliased npm-hosted dependencies or other types of dependencies #9913.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.15.1

Patch Changes

  • Fix .pnp.cjs crash when importing subpath #9904.
  • When resolving peer dependencies, pnpm looks whether the peer dependency is present in the root workspace project's dependencies. This change makes it so that the peer dependency is correctly resolved even from aliased npm-hosted dependencies or other types of dependencies #9913.
Commits

Updates vite from 7.1.3 to 7.1.4

Release notes

Sourced from vite's releases.

v7.1.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.4 (2025-09-01)

Bug Fixes

Miscellaneous Chores

  • remove unused constants entry from rolldown.config.ts (#20710) (537fcf9)

Code Refactoring

  • remove unnecessary minify parameter from finalizeCss (#20701) (8099582)
Commits

Updates @rollup/rollup-android-arm-eabi from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-android-arm-eabi's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm-eabi's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-android-arm64 from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-android-arm64's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm64's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-darwin-arm64 from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-darwin-arm64's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-arm64's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-darwin-x64 from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-darwin-x64's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-x64's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-freebsd-arm64 from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-freebsd-arm64's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-freebsd-arm64's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-freebsd-x64 from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-freebsd-x64's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-freebsd-x64's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-linux-arm-gnueabihf from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-linux-arm-gnueabihf's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-gnueabihf's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-linux-arm-musleabihf from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-linux-arm-musleabihf's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-musleabihf's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-linux-arm64-gnu from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-linux-arm64-gnu's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm64-gnu's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-linux-arm64-musl from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-linux-arm64-musl's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm64-musl's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-linux-loongarch64-gnu from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-linux-loongarch64-gnu's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-loongarch64-gnu's changelog.

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests

Commits

Updates @rollup/rollup-linux-ppc64-gnu from 4.49.0 to 4.50.0

Release notes

Sourced from @​rollup/rollup-linux-ppc64-gnu's releases.

v4.50.0

4.50.0

2025-08-31

Features

  • Support openharmony-arm64 platform (#6081)

Bug Fixes

  • Fix loading of extensionless imports in config files (#6084)

Pull Requests<...

Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+123
Deletions:
-114
Package Dependencies
Package:
vite
Ecosystem:
npm
Version Change:
7.1.3 → 7.1.4
Update Type:
Patch
Package:
rollup
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.2.3 → 5.3.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.30001737 → 1.0.30001739
Update Type:
Patch
Package:
pnpm
Ecosystem:
npm
Version Change:
10.15.0 → 10.15.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.49.0 → 4.50.0
Update Type:
Minor
Technical Details
ID: 6312199
UUID: 2790457645
Node ID: PR_kwDOE3aIh86mUwEt
Host: GitHub
Repository: poad/github-pull-requester
Merge State: Unknown