Bump the npm group with 27 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 1
(11 months ago)
(11 months ago)
(11 months ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the npm group with 27 updates:
Updates pnpm from 10.12.2 to 10.12.3
Release notes
Sourced from pnpm's releases.
pnpm 10.12.3
Patch Changes
Restore hoisting of optional peer dependencies when installing with an outdated lockfile. Regression introduced in v10.12.2 by #9648; resolves #9685.
Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.12.3
Patch Changes
Commits
c76822cchore(release): 10.12.3- See full diff in compare view
Updates vite from 6.3.5 to 7.0.0
Release notes
Sourced from vite's releases.
create-vite@7.0.0
Please refer to CHANGELOG.md for details.
plugin-legacy@7.0.0
Please refer to CHANGELOG.md for details.
v7.0.0
Please refer to CHANGELOG.md for details.
v7.0.0-beta.2
Please refer to CHANGELOG.md for details.
v7.0.0-beta.1
Please refer to CHANGELOG.md for details.
plugin-legacy@7.0.0-beta.1
Please refer to CHANGELOG.md for details.
plugin-legacy@7.0.0-beta.0
Please refer to CHANGELOG.md for details.
v7.0.0-beta.0
Please refer to CHANGELOG.md for details.
create-vite@6.5.0
Please refer to CHANGELOG.md for details.
create-vite@6.4.1
Please refer to CHANGELOG.md for details.
create-vite@6.4.0
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
7.0.0 (2025-06-24)
Today, we're excited to announce the release of the next Vite major:
- Vite 7.0 announcement blog post
- Docs (translations: 简体中文, 日本語, Español, Português, 한국어, Deutsch, فارسی)
- Migration Guide
Breaking Changes
- fix(ssr)!: don't access
Objectvariable in ssr transformed code (#19996) (fceff60), closes #19996- chore!: remove deprecated splitVendorChunkPlugin (#19255) (91a92c7), closes #19255
- chore!: remove node 18 support (#19972) (00b8a98), closes #19972
- feat!: bump
build.targetand name itbaseline-widely-available(#20007) (4a8aa82), closes #20007- refactor!: bump required node version to 20.19+, 22.12+ and remove cjs build (#20032) (2b80243), closes #20032
- refactor!: remove
experimental.skipSsrTransformoption (#20038) (6c3dd8e), closes #20038- refactor!: remove
HotBroadcaster(#19988) (cda8c94), closes #19988- refactor!: remove deprecated
HotBroadcasterrelated types (#19987) (86b5e00), closes #19987- refactor!: remove deprecated hook-level
enforce/transformfromtransformIndexHtmlhook (#19349 (6198b9d), closes #19349- refactor!: remove deprecated no-op type only properties (#19985) (9151c24), closes #19985
- refactor(css)!: always use sass compiler API (#19978) (3bfe5c5), closes #19978
- refactor(css)!: remove sass legacy API support (#19977) (6eaccc9), closes #19977
Features
- feat(types): use terser types from terser package (#20274) (a5799fa), closes #20274
- feat: apply some middlewares before
configurePreviewServerhook (#20224) (b989c42), closes #20224- feat: apply some middlewares before
configureServerhook (#20222) (f5cc4c0), closes #20222- feat: add base option to import.meta.glob (#20163) (253d6c6), closes #20163
- feat: add
this.meta.viteVersion(#20088) (f55bf41), closes #20088- feat: allow passing down resolved config to vite's
createServer(#19894) (c1ae9bd), closes #19894- feat: buildApp hook (#19971) (5da659d), closes #19971
- feat: make PluginContext available for Vite-specific hooks (#19936) (7063839), closes #19936
- feat: resolve environments plugins at config time (#20120) (f6a28d5), closes #20120
- feat: stabilize
css.preprocessorMaxWorkersand default totrue(#19992) (70aee13), closes #19992- feat: stabilize
optimizeDeps.noDiscovery(#19984) (6d2dcb4), closes #19984- feat(build): provide names for asset entrypoints (#19912) (c4e01dc), closes #19912
- feat(client): support opening fileURL in editor (#20040) (1bde4d2), closes #20040
Fixes
... (truncated)
Commits
eafd28achore: rearrange 7.0 changelog (#20280)b85f322release: v7.0.09b98dcbfix(module-runner): exposenormalizeModuleId(#20277)a5799fafeat(types): use terser types from terser package (#20274)f7377c3chore(deps): update rolldown-related dependencies (#20270)6b64d63fix(deps): update all non-major dependencies (#20271)ac302a7fix(module-runner): exportssrExportNameKey(#20266)b135918chore: typos in comments (#20259)3f46901perf(utils): improve performance ofnumberToPos(#20244)3bf3a8afix: keepimport.meta.urlin bundled Vite (#20235)- Additional commits viewable in compare view
Updates @types/node from 24.0.3 to 24.0.4
Commits
- See full diff in compare view
Updates @rollup/rollup-android-arm-eabi from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-android-arm-eabi's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-android-arm-eabi's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-android-arm64 from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-android-arm64's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-android-arm64's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-darwin-arm64 from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-darwin-arm64's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-darwin-arm64's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-darwin-x64 from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-darwin-x64's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-darwin-x64's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-freebsd-arm64 from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-freebsd-arm64's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-freebsd-arm64's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-freebsd-x64 from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-freebsd-x64's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-freebsd-x64's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-linux-arm-gnueabihf from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-linux-arm-gnueabihf's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-linux-arm-gnueabihf's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-linux-arm-musleabihf from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-linux-arm-musleabihf's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)v4.43.0
4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Changelog
Sourced from @rollup/rollup-linux-arm-musleabihf's changelog.
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)- #5986: Remove limit on max parallel file ops (
@lukastaegert)4.43.0
2025-06-11
Features
- Provide new
fsoption andthis.fsAPI to replace file system (#5944)Pull Requests
- #5944: feat(options): Add an option for overriding the file system module in the JS API (
@EggDice,@lukastaegert)
Commits
fa4b2844.44.00b3e6bfRemove limit on max parallel file ops (#5986)95b53eeImprove approximation of coarse sourcemap segments (#5985)5dcce11fix(deps): lock file maintenance minor/patch updates (#5984)72858cb4.43.0eeca11afeat(options): Add an option for overriding the file system module in the JS ...- See full diff in compare view
Updates @rollup/rollup-linux-arm64-gnu from 4.42.0 to 4.44.0
Release notes
Sourced from @rollup/rollup-linux-arm64-gnu's releases.
v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOpsas this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi)Pull Request Statistics
Commits:
1Files Changed:
4Additions:
+254Deletions:
-216
Package Dependencies
@rollup/rollup-linux-x64-gnu
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-x64-musl
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-android-arm-eabi
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-android-arm64
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-darwin-arm64
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-darwin-x64
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-freebsd-arm64
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-freebsd-x64
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-arm-gnueabihf
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-arm-musleabihf
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-arm64-gnu
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-arm64-musl
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-loongarch64-gnu
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-powerpc64le-gnu
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-riscv64-gnu
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-riscv64-musl
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-linux-s390x-gnu
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-win32-arm64-msvc
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-win32-ia32-msvc
npm
4.42.0 → 4.44.0
Minor
@rollup/rollup-win32-x64-msvc
npm
4.42.0 → 4.44.0
Minor
Technical Details
| ID: | 2268311 |
| UUID: | 2616669337 |
| Node ID: | PR_kwDONx1qVc6b9zSZ |
| Host: | GitHub |
| Repository: | poad/solid-start-ssr-lambda |
| Merge State: | Unknown |
