Update dependency rollup to v4.30.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rollup (source) | devDependencies | minor | 4.28.1 -> 4.30.1 |
⚠ ️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rollup/rollup (rollup)
v4.30.1
2025-01-07
Bug Fixes
- Prevent invalid code when simplifying unary expressions in switch cases (#5786)
Merge Requests
- #5786: fix: consider that literals cannot following switch case. (@TrickyPi)
v4.30.0
2025-01-06
Features
- Inline values of resolvable unary expressions for improved tree-shaking (#5775)
Merge Requests
- #5775: feat: enhance the treehshaking for unary expression (@TrickyPi)
- #5783: Improve CI caching for node_modules (@lukastaegert)
v4.29.2
2025-01-05
Bug Fixes
- Keep import attributes when using dynamic ESM
import()
expressions from CommonJS (#5781)
Merge Requests
- #5772: Improve caching on CI (@lukastaegert)
- #5773: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #5780: feat: use picocolors instead of colorette (@re-taro)
- #5781: fix: keep import attributes for cjs format (@TrickyPi)
v4.29.1
2024-12-21
Bug Fixes
- Fix crash from deoptimized logical expressions (#5771)
Merge Requests
- #5769: Remove unnecessary lifetimes (@lukastaegert)
- #5771: fix: do not optimize the literal value if the cache is deoptimized (@TrickyPi)
v4.29.0
2024-12-20
Features
- Treat objects as truthy and always check second argument to better simplify logical expressions (#5763)
Merge Requests
- #5759: docs: add utf-8 encoding to JSON file reading (@chouchouji)
- #5760: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
- #5763: fix: introduce UnknownFalsyValue for enhancing if statement tree-shaking (@TrickyPi)
- #5766: chore(deps): update dependency @rollup/plugin-node-resolve to v16 (@renovate[bot])
- #5767: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.