rollup-userscript-template
rollup-userscript-template copied to clipboard
Bump rollup from 4.17.2 to 4.19.1
Bumps rollup from 4.17.2 to 4.19.1.
Release notes
Sourced from rollup's releases.
v4.19.1
4.19.1
2024-07-27
Bug Fixes
- Do not remove parantheses when tree-shaking logical expressions (#5584)
- Do not ignore side effects in calls left of an optional chaining operator (#5589)
Pull Requests
- #5584: fix: find whitespace from operator position to start (
@TrickyPi)- #5587: docs: improve command by code-group (
@thinkasany,@lukastaegert)- #5589: Fix side effect detection in optional chains (
@lukastaegert)- #5592: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5593: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5594: chore(deps): lock file maintenance (
@renovate[bot])- #5595: chore(deps): lock file maintenance (
@renovate[bot])v4.19.0
4.19.0
2024-07-20
Features
- Implement support for decorators (#5562)
Bug Fixes
- Improve soucemap generation when tree-shaking logical expressions (#5581)
Pull Requests
- #5562: feat: implementing decorator support (
@TrickyPi,@lukastaegert)- #5570: refactor(finalisers): condition branch (
@Simon-He95,@zhangmo8)- #5572: Improve chunk and asset type information in docs (
@lukastaegert)- #5573: Switch to audit resolver to ignore requirejs vulnerability (
@lukastaegert)- #5575: chore(deps): update dependency inquirer to v10 (
@renovate[bot],@lukastaegert)- #5576: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5580: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5581: When tree-shaking logical expression, make sure to remove all trailing white-space. (
@lukastaegert)v4.18.1
4.18.1
2024-07-08
Bug Fixes
... (truncated)
Changelog
Sourced from rollup's changelog.
4.19.1
2024-07-27
Bug Fixes
- Do not remove parantheses when tree-shaking logical expressions (#5584)
- Do not ignore side effects in calls left of an optional chaining operator (#5589)
Pull Requests
- #5584: fix: find whitespace from operator position to start (
@TrickyPi)- #5587: docs: improve command by code-group (
@thinkasany,@lukastaegert)- #5589: Fix side effect detection in optional chains (
@lukastaegert)- #5592: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5593: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #5594: chore(deps): lock file maintenance (
@renovate[bot])- #5595: chore(deps): lock file maintenance (
@renovate[bot])4.19.0
2024-07-20
Features
- Implement support for decorators (#5562)
Bug Fixes
- Improve soucemap generation when tree-shaking logical expressions (#5581)
Pull Requests
- #5562: feat: implementing decorator support (
@TrickyPi,@lukastaegert)- #5570: refactor(finalisers): condition branch (
@Simon-He95,@zhangmo8)- #5572: Improve chunk and asset type information in docs (
@lukastaegert)- #5573: Switch to audit resolver to ignore requirejs vulnerability (
@lukastaegert)- #5575: chore(deps): update dependency inquirer to v10 (
@renovate[bot],@lukastaegert)- #5576: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5580: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #5581: When tree-shaking logical expression, make sure to remove all trailing white-space. (
@lukastaegert)4.18.1
2024-07-08
Bug Fixes
- Prevent "%" in generated file names to ensure imports resolve (#5535)
... (truncated)
Commits
8b967914.19.1610d7c0fix: find whitespace from operator position to start (#5584)57ea7b1Fix side effect detection in optional chains (#5589)c16c924docs: improve command by code-group (#5587)27260dechore(deps): lock file maintenance (#5595)e7cc7efchore(deps): lock file maintenance (#5594)87b666dchore(deps): lock file maintenance minor/patch updates (#5593)cff9a43chore(deps): lock file maintenance minor/patch updates (#5592)28546b54.19.0f4831d9Fix types- 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 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)