Created by: dependabot-preview[bot]
Bumps rollup from 2.2.0 to 2.3.1.
Release notes
Sourced from rollup's releases.
v2.3.1
2020-03-30
Bug Fixes
- Do not fail if the config file returns an function returning a Promise (#3472)
Pull Requests
- #3472: Fix support for async functions as config (@lukastaegert)
v2.3.0
2020-03-29
Features
- Do not transpile config files with
.mjs
extension in Node 13+ or.cjs
extension in any Node version and load them appropriately (#3445)- Extract helper to load a config file the way rollup does it via
rollup/dist/loadConfigFile
(#3445)Bug Fixes
- Keep watching the config file if an error occurs during initial load in watch node (#3445)
- Add a helpful error message when using a transpiled config in a repository with "type": "module" (#3445)
Pull Requests
- #3445: Support native ESM configs in Node 13, support untranspiled configs (@lukastaegert)
- #3468: Don't use esm output format alias in the documentation (@vsn4ik)
Changelog
Sourced from rollup's changelog.
2.3.1
2020-03-30
Bug Fixes
- Do not fail if the config file returns an function returning a Promise (#3472)
Pull Requests
- #3472: Fix support for async functions as config (@lukastaegert)
2.3.0
2020-03-29
Features
- Do not transpile config files with
.mjs
extension in Node 13+ or.cjs
extension in any Node version and load them appropriately (#3445)- Extract helper to load a config file the way rollup does it via
rollup/dist/loadConfigFile
(#3445)Bug Fixes
- Keep watching the config file if an error occurs during initial load in watch node (#3445)
- Add a helpful error message when using a transpiled config in a repository with "type": "module" (#3445)
Pull Requests
- #3445: Support native ESM configs in Node 13, support untranspiled configs (@lukastaegert)
- #3468: Don't use esm output format alias in the documentation (@vsn4ik)
Commits
-
925e42c
2.3.1 -
d88bc14
Update changelog -
943995d
Fix support for async functions as config (#3472) -
9fa326f
2.3.0 -
d6376f4
Update changelog -
7eea04a
Support native ESM configs in Node 13, support untranspiled configs (#3445) -
618e7f6
Don't Use esm Output Format (Alias) (#3468) - See full diff in compare view
You can trigger a rebase of this PR 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 badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)