Coalesce
Coalesce copied to clipboard
build(deps): bump rollup from 4.21.3 to 4.30.0 in /src/coalesce-vue-vuetify3
Bumps rollup from 4.21.3 to 4.30.0.
Release notes
Sourced from rollup's releases.
v4.30.0
4.30.0
2025-01-06
Features
- Inline values of resolvable unary expressions for improved tree-shaking (#5775)
Pull Requests
- #5775: feat: enhance the treehshaking for unary expression (
@TrickyPi
)- #5783: Improve CI caching for node_modules (
@lukastaegert
)v4.29.2
4.29.2
2025-01-05
Bug Fixes
- Keep import attributes when using dynamic ESM
import()
expressions from CommonJS (#5781)Pull 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
4.29.1
2024-12-21
Bug Fixes
- Fix crash from deoptimized logical expressions (#5771)
Pull Requests
- #5769: Remove unnecessary lifetimes (
@lukastaegert
)- #5771: fix: do not optimize the literal value if the cache is deoptimized (
@TrickyPi
)v4.29.0
4.29.0
2024-12-20
Features
... (truncated)
Changelog
Sourced from rollup's changelog.
4.30.0
2025-01-06
Features
- Inline values of resolvable unary expressions for improved tree-shaking (#5775)
Pull Requests
- #5775: feat: enhance the treehshaking for unary expression (
@TrickyPi
)- #5783: Improve CI caching for node_modules (
@lukastaegert
)4.29.2
2025-01-05
Bug Fixes
- Keep import attributes when using dynamic ESM
import()
expressions from CommonJS (#5781)Pull 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
)4.29.1
2024-12-21
Bug Fixes
- Fix crash from deoptimized logical expressions (#5771)
Pull Requests
- #5769: Remove unnecessary lifetimes (
@lukastaegert
)- #5771: fix: do not optimize the literal value if the cache is deoptimized (
@TrickyPi
)4.29.0
2024-12-20
Features
- Treat objects as truthy and always check second argument to better simplify logical expressions (#5763)
Pull Requests
... (truncated)
Commits
958d5eb
4.30.0d3e2bf7
feat: enhance the treehshaking for unary expression (#5775)27216d8
Improve CI caching for node_modules (#5783)f5c349e
4.29.237c5166
feat: use picocolors instead of colorette (#5780)0c70b6b
fix: keep import attributes for cjs format (#5781)15f72a8
Align CI Node versions6b2c841
fix(deps): lock file maintenance minor/patch updates (#5773)c54fb1b
Improve caching on CI (#5772)5d37778
4.29.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.