This repository was archived by the owner on Oct 17, 2020. It is now read-only.
Update dependency rollup to v2 #102
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.32.1->2.32.0Release Notes
rollup/rollup
v2.32.0Compare Source
2020-10-16
Features
preserveEntrySignatureswith a value"exports-only"to allow extension only if an entry does not have exports (#3823)Pull Requests
v2.31.0Compare Source
2020-10-15
Features
output.moduleToStringTagoption, also add the tag to entries with exports and simulated external namespaces (#3822)__esModuleinterop marker to IIFE global variables unlessoutput.esModuleis turned off (#3822)Pull Requests
v2.30.0Compare Source
2020-10-13
Features
moduleParsedhook that is called for each module once code and AST are available (#3813)this.getModuleInfo(#3813)Bug Fixes
Pull Requests
v2.29.0Compare Source
2020-10-08
Features
this.resolve(#3807)nullwhen usingthis.getModuleInfofor an unknown id (#3807)Bug Fixes
codeoptional when transforming modules (#3807)Pull Requests
v2.28.2Compare Source
2020-09-24
Bug Fixes
Pull Requests
v2.28.1Compare Source
2020-09-21
Bug Fixes
Pull Requests
v2.28.0Compare Source
2020-09-21
Features
Pull Requests
v2.27.1Compare Source
2020-09-17
Bug Fixes
Pull Requests
v2.27.0Compare Source
2020-09-16
Features
Bug Fixes
Pull Requests
v2.26.11Compare Source
2020-09-08
Bug Fixes
Pull Requests
v2.26.10Compare Source
2020-09-04
Bug Fixes
Pull Requests
v2.26.9Compare Source
2020-09-01
Bug Fixes
Pull Requests
v2.26.8Compare Source
2020-08-29
Bug Fixes
externaloption in all cases (#3753)Pull Requests
v2.26.7Compare Source
2020-08-28
Bug Fixes
optionsparameter ofthis.parseas optional for TypeScript plugins (#3750)Pull Requests
optionsofPluginContext#parseoptional (@intrnl)v2.26.6Compare Source
2020-08-27
Bug Fixes
Pull Requests
v2.26.5Compare Source
2020-08-22
Bug Fixes
Pull Requests
v2.26.4Compare Source
2020-08-19
Bug Fixes
defaultexport mode (#3738)Pull Requests
v2.26.3Compare Source
2020-08-16
Bug Fixes
Pull Requests
v2.26.2Compare Source
2020-08-16
Bug Fixes
Pull Requests
v2.26.1Compare Source
2020-09-08
Bug Fixes
Pull Requests
v2.26.0Compare Source
2020-08-15
Features
importedBindingsto the bundle information to list bindings per dependency (#3722)Bug Fixes
elsebranch from anifstatement might catch theelsebranch from another one (#3725)Pull Requests
v2.25.0Compare Source
2020-08-14
Features
--failAfterWarningsCLI flag that will complete builds with warnings but return an error at the end (#3712)Pull Requests
--failAfterWarningsflag (@tjenkinson)v2.24.0Compare Source
2020-08-13
Features
requirestatements to the top in CommonJS output for easier back-transpilation to ES modules by other tools (#3710)Bug Fixes
superin static class fields (#3720)Pull Requests
v2.23.1Compare Source
2020-08-07
Bug Fixes
Pull Requests
v2.23.0Compare Source
2020-07-23
Features
Pull Requests
v2.22.2Compare Source
2020-07-21
Bug Fixes
Pull Requests
v2.22.1Compare Source
2020-07-18
Bug Fixes
Pull Requests
v2.22.0Compare Source
2020-07-18
Features
Pull Requests
v2.21.0Compare Source
2020-07-07
Features
Pull Requests
v2.20.0Compare Source
2020-07-06
Features
referencedFilesproperty to the chunk info in generateBundle to list referenced assets (#3661)Pull Requests
v2.19.0Compare Source
2020-07-05
Features
Pull Requests
v2.18.2Compare Source
2020-07-02
Bug Fixes
Pull Requests
v2.18.1Compare Source
2020-06-26
Bug Fixes
rollup-plugin-prefix off the plugin name when looking for the plugin export in a CLI plugin without a default export (#3647)Pull Requests
v2.18.0Compare Source
2020-06-22
Features
inlineDynamicImports,manualChunksandpreserveModulescan now be used as output options (#3645)Bug Fixes
this.getFileNamewill now always return the correct file name for chunks when multiple outputs are created (#3645)Pull Requests
v2.17.1Compare Source
2020-06-19
Bug Fixes
Pull Requests
v2.17.0Compare Source
2020-06-17
Features
Bug Fixes
Pull Requests
v2.16.1Compare Source
2020-06-13
Bug Fixes
Pull Requests
v2.16.0Compare Source
2020-06-12
Features
Pull Requests
manualChunksfor code splitting (@zlamma)v2.15.0Compare Source
2020-06-08
Features
watch: false(#3620)sourcemapPathTransform(#3617)Pull Requests
v2.14.0Compare Source
2020-06-07
Features
this.meta.watchModeavailable for plugins to detect watch mode (#3616)Bug Fixes
Pull Requests
v2.13.1Compare Source
2020-06-04
Bug Fixes
moduleis used as a top-level variable (#3614)Pull Requests
v2.13.0Compare Source
2020-06-03
Features
Pull Requests
v2.12.1Compare Source
2020-06-02
Bug Fixes
Pull Requests
v2.12.0Compare Source
2020-05-31
Features
--waitForBundleInputto let the build wait until all entry point files are available before starting (#3577)Pull Requests
v2.11.2Compare Source
2020-05-28
Bug Fixes
Array.from(#3604)Pull Requests
Array.fromas side-effectful, use two-argument Array.from when mapping Sets (@lukastaegert)v2.11.1Compare Source
2020-05-28
Bug Fixes
Pull Requests
v2.11.0Compare Source
2020-05-27
Features
buildStartandrenderStart(#3597)nullfor empty setters in SystemJS via option (#3592)Bug Fixes
/*#__PURE__*/annotation inside a class field (#3599)--watchand--treeshaketogether with sub-options such as--watch.clearScreenon the command line (#3597)Pull Requests
v2.10.9Compare Source
2020-05-24
Bug Fixes
Pull Requests
v2.10.8Compare Source
2020-05-23
Bug Fixes
Pull Requests
output.paths(@jacksteamdev)v2.10.7Compare Source
2020-05-22
Bug Fixes
Pull Requests
v2.10.6Compare Source
2020-05-22
Bug Fixes
Pull Requests
v2.10.5Compare Source
2020-05-19
Bug Fixes
Pull Requests
v2.10.4Compare Source
2020-05-19
Bug Fixes
Pull Requests
v2.10.3Compare Source
2020-05-18
Bug Fixes
Pull Requests
v2.10.2Compare Source
2020-05-15
Bug Fixes
Pull Requests
v2.10.1Compare Source
2020-05-15
Bug Fixes
Pull Requests
v2.10.0Compare Source
2020-05-13
Features
Bug Fixes
Pull Requests
v2.9.1Compare Source
2020-05-11
Bug Fixes
Pull Requests
v2.9.0Compare Source
2020-05-10
Features
this.getModuleInfo(#3542)getModuleInfoandgetModuleIdstomanualChunksfunctions (#3542)0for snappy rebuilds (#3502)this.getModuleIdsto the plugin context as future replacement forthis.moduleIds(#3542)Pull Requests
v2.8.2Compare Source
2020-05-07
Bug Fixes
Pull Requests
v2.8.1Compare Source
2020-05-07
Bug Fixes
exports.default(#3529)Pull Requests
v2.8.0Compare Source
2020-05-06
Features
Bug Fixes
Pull Requests
v2.7.6Compare Source
2020-04-30
Bug Fixes
Pull Requests
v2.7.5Compare Source
2020-04-29
Bug Fixes
Pull Requests
v2.7.4Compare Source
2020-04-29
Bug Fixes
Pull Requests
v2.7.3Compare Source
2020-04-27
Bug Fixes
__proto__when running Rollup (#3518)Pull Requests
v2.7.2Compare Source
2020-04-22
Bug Fixes
Pull Requests
v2.7.1Compare Source
2020-04-21
Bug Fixes
output.pathsis used (#3508)Pull Requests
v2.7.0Compare Source
2020-04-21
Features
preserveEntrySignaturesoption to control how exports of entry points are handled (#3498)preserveSignatureflag tothis.emitFileto control exports of emitted chunks (#3498)output.minifyInternalExportsoption to control if internal exports are minified (#3498)Pull Requests
v2.6.1Compare Source
2020-04-12
Bug Fixes
Pull Requests
v2.6.0Compare Source
2020-04-10
Features
Pull Requests
v2.5.0Compare Source
This version is identical to 2.4.0
v2.4.0Compare Source
2020-04-09
Features
Bug Fixes
thiswithundefinedin class field definitions (#3488)Pull Requests
v2.3.5Compare Source
2020-04-09
Bug Fixes
Pull Requests
v2.3.4Compare Source
2020-04-07
Bug Fixes
Pull Requests
v2.3.3Compare Source
2020-04-04
Bug Fixes
Pull Requests
v2.3.2Compare Source
2020-03-31
Bug Fixes
Pull Requests
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.