Bump rollup from 2.38.5 to 2.77.1
Bumps rollup from 2.38.5 to 2.77.1.
Release notes
Sourced from rollup's releases.
v2.77.1
2.77.1
2022-07-26
Bug Fixes
- Ensure IIFE output generates a global variable when generating ES5 (#4588)
Pull Requests
- #4577: broken link removed (
@Jawad-H
)- #4580: Update dependencies (
@lukastaegert
)- #4584: Documentation clarity and syntax improvements (
@berniegp
)- #4588: Use var for IIFE (
@lukastaegert
)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
)
... (truncated)
Changelog
Sourced from rollup's changelog.
2.77.1
2022-07-26
Bug Fixes
- Ensure IIFE output generates a global variable when generating ES5 (#4588)
Pull Requests
- #4577: broken link removed (
@Jawad-H
)- #4580: Update dependencies (
@lukastaegert
)- #4584: Documentation clarity and syntax improvements (
@berniegp
)- #4588: Use var for IIFE (
@lukastaegert
)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
)
... (truncated)
Commits
-
ea191da
2.77.1 -
5ab5fdf
Update changelog -
a2b42f0
Documentation clarity and syntax improvements (#4584) -
3502ac4
Use var for IIFE (#4588) -
27c0557
broken link removed (#4577) -
fd5853d
Update dependencies (#4580) -
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) - 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