Bump the npm group with 25 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(12 days ago)
(12 days ago)
(12 days ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 25 updates:
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 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
3d1711a
chore(release): 10.15.1f1552d1
refactor: replacep-any
withPromise.any
(#9911)- See full diff in compare view
Updates vite
from 7.1.3 to 7.1.4
Changelog
Sourced from vite's changelog.
7.1.4 (2025-09-01)
Bug Fixes
- add missing awaits (#20697) (79d10ed)
- deps: update all non-major dependencies (#20676) (5a274b2)
- deps: update all non-major dependencies (#20709) (0401feb)
- pass rollup watch options when building in watch mode (#20674) (f367453)
Miscellaneous Chores
Code Refactoring
Commits
bcc3144
release: v7.1.40401feb
fix(deps): update all non-major dependencies (#20709)537fcf9
chore: remove unused constants entry from rolldown.config.ts (#20710)79d10ed
fix: add missing awaits (#20697)8099582
refactor: remove unnecessaryminify
parameter fromfinalizeCss
(#20701)f367453
fix: pass rollup watch options when building in watch mode (#20674)5a274b2
fix(deps): update all non-major dependencies (#20676)- See full diff in compare view
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)
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
1
2
+123
-114
Package Dependencies
@rollup/rollup-linux-x64-gnu
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-x64-musl
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-android-arm-eabi
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-android-arm64
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-darwin-arm64
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-darwin-x64
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-freebsd-arm64
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-freebsd-x64
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-arm-gnueabihf
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-arm-musleabihf
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-arm64-gnu
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-arm64-musl
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-loongarch64-gnu
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-riscv64-gnu
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-riscv64-musl
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-s390x-gnu
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-win32-arm64-msvc
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-win32-ia32-msvc
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-win32-x64-msvc
npm
4.49.0 → 4.50.0
Minor
@rollup/rollup-linux-ppc64-gnu
npm
4.49.0 → 4.50.0
Minor
Technical Details
ID: | 6312199 |
UUID: | 2790457645 |
Node ID: | PR_kwDOE3aIh86mUwEt |
Host: | GitHub |
Repository: | poad/github-pull-requester |
Merge State: | Unknown |