create-stencil
create-stencil copied to clipboard
chore(deps-dev): bump rollup from 4.53.3 to 4.54.0 in the minor-deps-updates-main group
Bumps the minor-deps-updates-main group with 1 update: rollup.
Updates rollup from 4.53.3 to 4.54.0
Release notes
Sourced from rollup's releases.
v4.54.0
4.54.0
2025-12-20
Features
- Enable tree-shaking for
Symbol.hasInstance,Symbol.disposeandSymbol.asyncDisposeproperties if unused (#6046)Bug Fixes
- Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
- Ensure namespace properties are included when referenced only from a try-catch (#6216)
Pull Requests
- #6046: fix: correctly handle wellknown protocols (
@cyyynthia,@lukastaegert)- #6201: chore(deps): update dependency lru-cache to v11 (
@renovate[bot],@lukastaegert)- #6211: chore(deps): update msys2/setup-msys2 digest to 4f806de (
@renovate[bot],@lukastaegert)- #6212: chore(deps): update actions/cache action to v5 (
@renovate[bot])- #6213: chore(deps): update github artifact actions (major) (
@renovate[bot])- #6214: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6215: chore(deps): lock file maintenance (
@renovate[bot])- #6216: fix: include namespace variable paths during try-catch deoptimization (
@schwing)v4.53.5
4.53.5
2025-12-16
Bug Fixes
- Fix wrong semicolon insertion position when using JSX (#6206)
- Generate spec-compliant sourcemaps when sources content is excluded (#6196)
Pull Requests
- #6196: fix: set sourcesContent to undefined instead of null when excluding sources content (
@TrickyPi)- #6206: Fix semicolon order in JSX (
@TrickyPi)v4.53.4
4.53.4
2025-12-15
Bug Fixes
- Ensure
Symbol.disposeandSymbol.asyncDisposeproperties are never removed with(await) usingdeclarations. (#6209)Pull Requests
... (truncated)
Changelog
Sourced from rollup's changelog.
4.54.0
2025-12-20
Features
- Enable tree-shaking for
Symbol.hasInstance,Symbol.disposeandSymbol.asyncDisposeproperties if unused (#6046)Bug Fixes
- Ensure that well-known-Symbol-valued properties are not tree-shaken except in select cases (#6046)
- Ensure namespace properties are included when referenced only from a try-catch (#6216)
Pull Requests
- #6046: fix: correctly handle wellknown protocols (
@cyyynthia,@lukastaegert)- #6201: chore(deps): update dependency lru-cache to v11 (
@renovate[bot],@lukastaegert)- #6211: chore(deps): update msys2/setup-msys2 digest to 4f806de (
@renovate[bot],@lukastaegert)- #6212: chore(deps): update actions/cache action to v5 (
@renovate[bot])- #6213: chore(deps): update github artifact actions (major) (
@renovate[bot])- #6214: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6215: chore(deps): lock file maintenance (
@renovate[bot])- #6216: fix: include namespace variable paths during try-catch deoptimization (
@schwing)4.53.5
2025-12-16
Bug Fixes
- Fix wrong semicolon insertion position when using JSX (#6206)
- Generate spec-compliant sourcemaps when sources content is excluded (#6196)
Pull Requests
- #6196: fix: set sourcesContent to undefined instead of null when excluding sources content (
@TrickyPi)- #6206: Fix semicolon order in JSX (
@TrickyPi)4.53.4
2025-12-15
Bug Fixes
- Ensure
Symbol.disposeandSymbol.asyncDisposeproperties are never removed with(await) usingdeclarations. (#6209)Pull Requests
- #6185: chore(deps): update dependency
@inquirer/promptsto v8 (@renovate[bot],@lukastaegert)- #6186: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])
... (truncated)
Commits
88f14304.54.0e5e01c1fix: include namespace variable paths during try-catch deoptimization (#6216)107959cfix: correctly handle wellknown protocols (#6046)160514dchore(deps): lock file maintenance (#6215)59bda58chore(deps): update msys2/setup-msys2 digest to 4f806de (#6211)9b7ca4dchore(deps): update actions/cache action to v5 (#6212)abf1fb5chore(deps): update github artifact actions (major) (#6213)0dec3cafix(deps): lock file maintenance minor/patch updates (#6214)c3fa50cchore(deps): update dependency lru-cache to v11 (#6201)31bb66e4.53.5- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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