jekyll-theme-chirpy
jekyll-theme-chirpy copied to clipboard
build(deps-dev): update rollup requirement from ^4.15.0 to ^4.16.2 in the npm group
Updates the requirements on rollup to permit the latest version.
Updates rollup
to 4.16.2
Release notes
Sourced from rollup's releases.
v4.16.2
4.16.2
2024-04-22
Bug Fixes
- Resolve a situation condition where reassignments of function parameters were not tracked properly (#5482)
- Make sure that for armv7 packages, only one package is downloaded for the user (musl or gnu) (#5479)
Pull Requests
- #5479: Add libc field to armv7 packages (
@sapphi-red
)- #5482: fix: function parameter reassigned update (
@liuly0322
)
Changelog
Sourced from rollup's changelog.
4.16.2
2024-04-22
Bug Fixes
- Resolve a situation condition where reassignments of function parameters were not tracked properly (#5482)
- Make sure that for armv7 packages, only one package is downloaded for the user (musl or gnu) (#5479)
Pull Requests
- #5479: Add libc field to armv7 packages (
@sapphi-red
)- #5482: fix: function parameter reassigned update (
@liuly0322
)4.16.1
2024-04-21
Bug Fixes
- Fix crash when rendering logical or conditional expressions (#5481)
Pull Requests
- #5481: fix: conditional/logical expression should request a new tree-shaking (
@liuly0322
)4.16.0
2024-04-21
Features
- Track function call arguments to optimize functions only called once or with the same literal values (#5443)
Pull Requests
- #5443: feat: improve tree-shaking by propagate const parameter (
@liuly0322
,@lukastaegert
)4.15.0
2024-04-20
Features
- Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#5474)
Pull Requests
- #5474: Add ImportAttributesKey to choose keyword ("with" | "assert") (
@doubleaa93
,@lukastaegert
)- #5475: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])
... (truncated)
Commits
18839eb
4.16.24bbe1a3
fix: function parameter reassigned update (#5482)a80117f
Add libc field to armv7 packages (#5479)5d8019b
4.16.1190893a
fix: conditional/logical expression should request a new tree-shaking (#5481)38fe707
4.16.05491ab4
feat: improve tree-shaking by propagate const parameter (#5443)- See full diff 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 <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions