Bump rollup from 2.35.1 to 2.77.0
Bumps rollup from 2.35.1 to 2.77.0.
Release notes
Sourced from rollup's releases.
v2.77.0
2022-07-15
Features
- Introduce
maxParallelFileOps
to limit both read and write operations, default to 20 and replacesmaxParallelFileRead
(#4570)Bug Fixes
- Avoid including variables referenced from return statements that are never reached (#4573)
Pull Requests
- #4570: Introduce maxParallelFileOps to limit parallel writes (
@lukastaegert
)- #4572: Document more ways to read package.json in ESM (
@berniegp
)- #4573: Do not include unused return expressions (
@lukastaegert
)v2.76.0
2022-07-08
Features
- Allow setting a
sourcmapBaseUrl
for absolute paths in sourcemaps (#4527)Bug Fixes
- Support absolute CLI plugin paths on Windows (#4533)
Pull Requests
- #4527: Add sourcemapBaseUrl option (
@nickgarlis
)- #4533: Add support for absolute plugin paths (
@ygoe
)- #4538: chore: Included githubactions in the dependabot config (
@naveensrinivasan
)- #4546: Adapt Node versions on CI to prepare for v3 (
@lukastaegert
)- #4556: Improve error message for invalid patterns (
@DysphoricUnicorn
)- #4559: Update dependencies (
@lukastaegert
)- #4560: Bump peter-evans/create-or-update-comment from 1 to 2 (
@dependabot
)- #4561: Bump peter-evans/find-comment from 1 to 2 (
@dependabot
)- #4562: Bump codecov/codecov-action from 1 to 3 (
@dependabot
)v2.75.7
2022-06-20
Bug Fixes
- Mark Array.prototype.group/groupToMap as side effect free. (#4531)
Pull Requests
- #4523: chore: remove source map workaround, bump deps (
@dnalborczyk
)
... (truncated)
Changelog
Sourced from rollup's changelog.
2.77.0
2022-07-15
Features
- Introduce
maxParallelFileOps
to limit both read and write operations, default to 20 and replacesmaxParallelFileRead
(#4570)Bug Fixes
- Avoid including variables referenced from return statements that are never reached (#4573)
Pull Requests
- #4570: Introduce maxParallelFileOps to limit parallel writes (
@lukastaegert
)- #4572: Document more ways to read package.json in ESM (
@berniegp
)- #4573: Do not include unused return expressions (
@lukastaegert
)2.76.0
2022-07-08
Features
- Allow setting a
sourcmapBaseUrl
for absolute paths in sourcemaps (#4527)Bug Fixes
- Support absolute CLI plugin paths on Windows (#4533)
Pull Requests
- #4527: Add sourcemapBaseUrl option (
@nickgarlis
)- #4533: Add support for absolute plugin paths (
@ygoe
)- #4538: chore: Included githubactions in the dependabot config (
@naveensrinivasan
)- #4546: Adapt Node versions on CI to prepare for v3 (
@lukastaegert
)- #4556: Improve error message for invalid patterns (
@DysphoricUnicorn
)- #4559: Update dependencies (
@lukastaegert
)- #4560: Bump peter-evans/create-or-update-comment from 1 to 2 (
@dependabot
)- #4561: Bump peter-evans/find-comment from 1 to 2 (
@dependabot
)- #4562: Bump codecov/codecov-action from 1 to 3 (
@dependabot
)2.75.7
2022-06-20
Bug Fixes
- Mark Array.prototype.group/groupToMap as side effect free. (#4531)
... (truncated)
Commits
-
87da8ef
2.77.0 -
a1b7198
Update changelog -
01e2461
Do not include unused return expressions (#4573) -
f019fae
Document more ways to read package.json in ESM (#4572) -
b7e451c
Introduce maxParallelFileOps to limit parallel writes (#4570) -
0eb0427
2.76.0 -
0ff9bf7
Update changelog -
768534a
Add sourcemapBaseUrl option (#4527) -
fbb86f5
Add support for absolute plugin paths (#4533) -
60806b5
Bump peter-evans/create-or-update-comment from 1 to 2 (#4560) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts