tenso
tenso copied to clipboard
Bump rollup from 4.50.0 to 4.53.5
Bumps rollup from 4.50.0 to 4.53.5.
Release notes
Sourced from rollup's releases.
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
- #6185: chore(deps): update dependency
@inquirer/promptsto v8 (@renovate[bot],@lukastaegert)- #6186: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6187: chore(deps): lock file maintenance (
@renovate[bot])- #6188: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6190: Fix syntax error in manualChunks example (
@jonnyeom)- #6194: chore(deps): update actions/checkout action to v6 (
@renovate[bot])- #6195: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6202: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6203: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6209: Do not tree-shake handlers for "using" (
@lukastaegert)v4.53.3
4.53.3
2025-11-19
Bug Fixes
- Fix an error where too many modules where flagged for having an unused external import (#6182)
- Fix an error where an assignment was wrongly tree-shaken when mutating it (#6183)
Pull Requests
- #6171: Add test-install CI job to test packaging, installation and importing of rollup package (
@antoninkriz,@lukastaegert)
... (truncated)
Changelog
Sourced from rollup's changelog.
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])- #6187: chore(deps): lock file maintenance (
@renovate[bot])- #6188: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6190: Fix syntax error in manualChunks example (
@jonnyeom)- #6194: chore(deps): update actions/checkout action to v6 (
@renovate[bot])- #6195: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6202: fix(deps): update swc monorepo (major) (
@renovate[bot])- #6203: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6209: Do not tree-shake handlers for "using" (
@lukastaegert)4.53.3
2025-11-19
Bug Fixes
- Fix an error where too many modules where flagged for having an unused external import (#6182)
- Fix an error where an assignment was wrongly tree-shaken when mutating it (#6183)
Pull Requests
- #6171: Add test-install CI job to test packaging, installation and importing of rollup package (
@antoninkriz,@lukastaegert)- #6174: Re-enable TypeScript test (
@lukastaegert)- #6180: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6182: Tracing the importers chain for exported variables in external module (
@TrickyPi,@lukastaegert)
... (truncated)
Commits
31bb66e4.53.5459c636Fix semicolon order in JSX (#6206)d761365fix: set sourcesContent to undefined instead of null when excluding sources c...7df79474.53.4eb7ffe9Do not tree-shake handlers for "using" (#6209)02c3e4dfix(deps): lock file maintenance minor/patch updates (#6203)55668b3fix(deps): update swc monorepo (major) (#6202)c5f3e1dFix syntax error in manualChunks example (#6190)7dcce8afix(deps): lock file maintenance minor/patch updates (#6195)61eb141chore(deps): update actions/checkout action to v6 (#6194)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rollup since your current version.
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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)