Bump the npm group with 22 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
dependencies javascript
poad
Bumps the npm group with 22 updates:
| Package | From | To |
|---|---|---|
| vite | 7.0.4 |
7.0.5 |
| @rollup/rollup-android-arm-eabi | 4.44.2 |
4.45.1 |
| @rollup/rollup-android-arm64 | 4.44.2 |
4.45.1 |
| @rollup/rollup-darwin-arm64 | 4.44.2 |
4.45.1 |
| @rollup/rollup-darwin-x64 | 4.44.2 |
4.45.1 |
| @rollup/rollup-freebsd-arm64 | 4.44.2 |
4.45.1 |
| @rollup/rollup-freebsd-x64 | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-arm-gnueabihf | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-arm-musleabihf | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-arm64-gnu | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-arm64-musl | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-loongarch64-gnu | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-powerpc64le-gnu | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-riscv64-gnu | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-riscv64-musl | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-s390x-gnu | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-x64-gnu | 4.44.2 |
4.45.1 |
| @rollup/rollup-linux-x64-musl | 4.44.2 |
4.45.1 |
| @rollup/rollup-win32-arm64-msvc | 4.44.2 |
4.45.1 |
| @rollup/rollup-win32-ia32-msvc | 4.44.2 |
4.45.1 |
| @rollup/rollup-win32-x64-msvc | 4.44.2 |
4.45.1 |
| rollup | 4.44.2 |
4.45.1 |
Updates vite from 7.0.4 to 7.0.5
Changelog
Sourced from vite's changelog.
7.0.5 (2025-07-17)
Bug Fixes
- deps: update all non-major dependencies (#20406) (1a1cc8a)
- remove special handling for
Accept: text/html(#20376) (c9614b9)- watch assets referenced by
new URL(, import.meta.url)(#20382) (6bc8bf6)Miscellaneous Chores
Code Refactoring
Commits
832f687release: v7.0.5c9614b9fix: remove special handling forAccept: text/html(#20376)862e192refactor: usefoo.endsWith("bar")instead of/bar$/.test(foo)(#20413)6bc8bf6fix: watch assets referenced bynew URL(, import.meta.url)(#20382)1a1cc8afix(deps): update all non-major dependencies (#20406)1165667chore(deps): update dependency rolldown to ^1.0.0-beta.27 (#20405)- See full diff in compare view
Updates @rollup/rollup-android-arm-eabi from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-android-arm-eabi's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-android-arm-eabi's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-android-arm64 from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-android-arm64's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-android-arm64's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-darwin-arm64 from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-darwin-arm64's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-darwin-arm64's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-darwin-x64 from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-darwin-x64's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-darwin-x64's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-freebsd-arm64 from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-freebsd-arm64's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-freebsd-arm64's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-freebsd-x64 from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-freebsd-x64's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-freebsd-x64's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-linux-arm-gnueabihf from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-linux-arm-gnueabihf's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-linux-arm-gnueabihf's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-linux-arm-musleabihf from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-linux-arm-musleabihf's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-linux-arm-musleabihf's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-linux-arm64-gnu from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-linux-arm64-gnu's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-linux-arm64-gnu's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-linux-arm64-musl from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-linux-arm64-musl's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-linux-arm64-musl's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Commits
a9b04954.45.19ff1da5Add hasDeoptimizedCache flag for ConditionalExpression (#6009)b7c7c114.45.07be41cbfeat: improve get literal value for conditional expression (#6000)1923218fix: export field order prefer esm (#6005)9cebb0bCorrect the parent scope for static blocks (#6001)- See full diff in compare view
Updates @rollup/rollup-linux-loongarch64-gnu from 4.44.2 to 4.45.1
Release notes
Sourced from @rollup/rollup-linux-loongarch64-gnu's releases.
v4.45.1
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
- #6009: Add hasDeoptimizedCache flag for ConditionalExpression (
@TrickyPi)v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk,@lukastaegert)- #6001: Correct the parent scope for static blocks (
@TrickyPi,@lukastaegert)- #6005: fix: export field order prefer esm (
@DylanPiercey)
Changelog
Sourced from @rollup/rollup-linux-loongarch64-gnu's changelog.
4.45.1
2025-07-15
Bug Fixes
- Resolve crash when using certain conditional expressions (#6009)
Pull Requests
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@rollup/rollup-linux-x64-gnu
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-x64-musl
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-android-arm-eabi
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-android-arm64
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-darwin-arm64
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-darwin-x64
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-freebsd-arm64
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-freebsd-x64
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-arm-gnueabihf
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-arm-musleabihf
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-arm64-gnu
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-arm64-musl
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-loongarch64-gnu
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-powerpc64le-gnu
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-riscv64-gnu
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-riscv64-musl
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-linux-s390x-gnu
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-win32-arm64-msvc
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-win32-ia32-msvc
npm
4.44.2 → 4.45.1
Minor
@rollup/rollup-win32-x64-msvc
npm
4.44.2 → 4.45.1
Minor
Technical Details
| ID: | 3665421 |
| UUID: | 3241570744 |
| Node ID: | PR_kwDONx1qVc6ffM5o |
| Host: | GitHub |
| Repository: | poad/solid-start-ssr-lambda |