Bump @rollup/rollup-linux-x64-gnu from 4.40.0 to 4.45.0
Closed
Number: #12
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: None
Comments: 2
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 2
Created:
July 14, 2025 at 09:46 PM UTC
(about 2 months ago)
(about 2 months ago)
Updated:
July 21, 2025 at 10:20 PM UTC
(about 2 months ago)
(about 2 months ago)
Closed:
July 21, 2025 at 10:20 PM UTC
(about 2 months ago)
(about 2 months ago)
Time to Close:
7 days
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @rollup/rollup-linux-x64-gnu from 4.40.0 to 4.45.0.
Release notes
Sourced from @rollup/rollup-linux-x64-gnu
's releases.
v4.45.0
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this
(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk
,@lukastaegert
)- #6001: Correct the parent scope for static blocks (
@TrickyPi
,@lukastaegert
)- #6005: fix: export field order prefer esm (
@DylanPiercey
)v4.44.2
4.44.2
2025-07-04
Bug Fixes
- Correctly handle
@__PURE__
annotations afternew
keyword (#5998)- Generate correct source mapping for closing braces of block statements (#5999)
Pull Requests
- #5998: Support
@__PURE__
when nested after new in constructor invocations (@TrickyPi
)- #5999: Add location info for closing brace of block statement (
@TrickyPi
)- #6002: chore(deps): update dependency vite to v7 (
@renovate
[bot],@lukastaegert
)- #6004: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)v4.44.1
4.44.1
2025-06-26
Bug Fixes
- Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)
Pull Requests
- #5988: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5992: Set maxParallelFileOps to 1000 (
@lukastaegert
)
... (truncated)
Changelog
Sourced from @rollup/rollup-linux-x64-gnu
's changelog.
4.45.0
2025-07-12
Features
- Improve tree-shaking when both branches of a conditional expression return the same boolean value (#6000)
- In environments that support both CJS and ESM, prefer the ESM build of Rollup (#6005)
Bug Fixes
- Ensure static blocks do not prevent tree-shaking if they access
this
(#6001)Pull Requests
- #6000: feat: improve get literal value for conditional expression (
@ahabhgk
,@lukastaegert
)- #6001: Correct the parent scope for static blocks (
@TrickyPi
,@lukastaegert
)- #6005: fix: export field order prefer esm (
@DylanPiercey
)4.44.2
2025-07-04
Bug Fixes
- Correctly handle
@__PURE__
annotations afternew
keyword (#5998)- Generate correct source mapping for closing braces of block statements (#5999)
Pull Requests
- #5998: Support
@__PURE__
when nested after new in constructor invocations (@TrickyPi
)- #5999: Add location info for closing brace of block statement (
@TrickyPi
)- #6002: chore(deps): update dependency vite to v7 (
@renovate
[bot],@lukastaegert
)- #6004: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)4.44.1
2025-06-26
Bug Fixes
- Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)
Pull Requests
- #5988: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5992: Set maxParallelFileOps to 1000 (
@lukastaegert
)4.44.0
... (truncated)
Commits
b7c7c11
4.45.07be41cb
feat: improve get literal value for conditional expression (#6000)1923218
fix: export field order prefer esm (#6005)9cebb0b
Correct the parent scope for static blocks (#6001)d6dd1e7
4.44.2af9fb94
List included PRs before release7155102
Add location info for closing brace of block statement (#5999)a916563
Support @PURE when nested after new in constructor invocations (#5998)bd2d98c
chore(deps): update dependency vite to v7 (#6002)960c246
fix(deps): lock file maintenance minor/patch updates (#6004)- 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)
Summary by Sourcery
Bump @rollup/rollup-linux-x64-gnu to 4.45.0 to introduce new tree-shaking and ESM preference features and a range of bug fixes
New Features:
- Improve tree-shaking when both branches of a conditional expression return the same boolean value
- Prefer the ESM build of Rollup in environments that support both CommonJS and ESM
Bug Fixes:
- Allow tree-shaking of static blocks that access
this
- Support
@__PURE__
annotations nested afternew
in constructor invocations - Generate correct source mappings for closing braces of block statements
- Reinstate the
maxParallelFileOps
limit to avoid excessive parallel operations
Chores:
- Update internal dependency Vite to v7 and perform lockfile maintenance
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Package:
@rollup/rollup-linux-x64-gnu
Ecosystem:
npm
npm
Version Change:
4.40.0 → 4.45.0
Update Type:
Minor
Minor
Technical Details
ID: | 3966778 |
UUID: | 3230123550 |
Node ID: | PR_kwDOOqS5Qs6e4Bx0 |
Host: | GitHub |
Repository: | Osama261caryp/https-github.com-Osama261caryp-typescript-action |