This repository was archived by the owner on Jan 19, 2021. It is now read-only.
generated from fallion/go-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency rollup to v2.36.1 #71
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/rollup-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fb12351
to
0a2d2ef
Compare
07651f3
to
cd26156
Compare
cd26156
to
f28c0ab
Compare
f28c0ab
to
74c603d
Compare
74c603d
to
a62b342
Compare
a62b342
to
bc4af1d
Compare
bc4af1d
to
43d0390
Compare
43d0390
to
a73c3c4
Compare
a73c3c4
to
526210e
Compare
526210e
to
78fa935
Compare
78fa935
to
d1aee16
Compare
d1aee16
to
7541942
Compare
7541942
to
5d16b4b
Compare
5d16b4b
to
4f45697
Compare
4f45697
to
b2605fe
Compare
b2605fe
to
1bfbb4d
Compare
1bfbb4d
to
3bcb9fc
Compare
3bcb9fc
to
15284d0
Compare
15284d0
to
9807237
Compare
9807237
to
c1dff1d
Compare
c1dff1d
to
c1d698a
Compare
c1d698a
to
1870f6c
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
2.10.9
->2.36.1
Release Notes
rollup/rollup
v2.36.1
Compare Source
2021-01-06
Bug Fixes
Pull Requests
v2.36.0
Compare Source
2021-01-05
Features
Pull Requests
v2.35.1
Compare Source
2020-12-14
Bug Fixes
Pull Requests
v2.35.0
Compare Source
2020-12-14
Features
closeBundle
hook that is triggered bybundle.close()
in the JS API (#3883)Pull Requests
v2.34.2
Compare Source
2020-12-06
Bug Fixes
Pull Requests
v2.34.1
Compare Source
2020-12-03
Bug Fixes
Pull Requests
v2.34.0
Compare Source
2020-11-29
Features
Bug Fixes
Pull Requests
v2.33.3
Compare Source
2020-11-18
Bug Fixes
.js
extension when importing AMD files from a UMD bundle (#3872)Pull Requests
v2.33.2
Compare Source
2020-11-14
Bug Fixes
Pull Requests
v2.33.1
Compare Source
2020-11-02
Bug Fixes
syntheticNamedExports
tothis.getModuleInfo
to align with documentation (#3847)Pull Requests
v2.33.0
Compare Source
2020-11-01
Features
Pull Requests
v2.32.1
Compare Source
2020-10-21
Bug Fixes
loc
is supplied (#3824)Pull Requests
v2.32.0
Compare Source
2020-10-16
Features
preserveEntrySignatures
with a value"exports-only"
to allow extension only if an entry does not have exports (#3823)Pull Requests
v2.31.0
Compare Source
2020-10-15
Features
output.moduleToStringTag
option, also add the tag to entries with exports and simulated external namespaces (#3822)__esModule
interop marker to IIFE global variables unlessoutput.esModule
is turned off (#3822)Pull Requests
v2.30.0
Compare Source
2020-10-13
Features
moduleParsed
hook that is called for each module once code and AST are available (#3813)this.getModuleInfo
(#3813)Bug Fixes
Pull Requests
v2.29.0
Compare Source
2020-10-08
Features
this.resolve
(#3807)null
when usingthis.getModuleInfo
for an unknown id (#3807)Bug Fixes
code
optional when transforming modules (#3807)Pull Requests
v2.28.2
Compare Source
2020-09-24
Bug Fixes
Pull Requests
v2.28.1
Compare Source
2020-09-21
Bug Fixes
Pull Requests
v2.28.0
Compare Source
2020-09-21
Features
Pull Requests
v2.27.1
Compare Source
2020-09-17
Bug Fixes
Pull Requests
v2.27.0
Compare Source
2020-09-16
Features
Bug Fixes
Pull Requests
v2.26.11
Compare Source
2020-09-08
Bug Fixes
Pull Requests
v2.26.10
Compare Source
2020-09-04
Bug Fixes
Pull Requests
v2.26.9
Compare Source
2020-09-01
Bug Fixes
Pull Requests
v2.26.8
Compare Source
2020-08-29
Bug Fixes
external
option in all cases (#3753)Pull Requests
v2.26.7
Compare Source
2020-08-28
Bug Fixes
options
parameter ofthis.parse
as optional for TypeScript plugins (#3750)Pull Requests
options
ofPluginContext#parse
optional (@intrnl)v2.26.6
Compare Source
2020-08-27
Bug Fixes
Pull Requests
v2.26.5
Compare Source
2020-08-22
Bug Fixes
Pull Requests
v2.26.4
Compare Source
2020-08-19
Bug Fixes
default
export mode (#3738)Pull Requests
v2.26.3
Compare Source
2020-08-16
Bug Fixes
Pull Requests
v2.26.2
Compare Source
2020-08-16
Bug Fixes
Pull Requests
v2.26.1
Compare Source
2020-09-08
Bug Fixes
Pull Requests
v2.26.0
Compare Source
2020-08-15
Features
importedBindings
to the bundle information to list bindings per dependency (#3722)Bug Fixes
else
branch from anif
statement might catch theelse
branch from another one (#3725)Pull Requests
v2.25.0
Compare Source
2020-08-14
Features
--failAfterWarnings
CLI flag that will complete builds with warnings but return an error at the end (#3712)Pull Requests
--failAfterWarnings
flag (@tjenkinson)v2.24.0
Compare Source
2020-08-13
Features
require
statements to the top in CommonJS output for easier back-transpilation to ES modules by other tools (#3710)Bug Fixes
super
in static class fields (#3720)Pull Requests
v2.23.1
Compare Source
2020-08-07
Bug Fixes
Pull Requests
v2.23.0
Compare Source
2020-07-23
Features
Pull Requests
v2.22.2
Compare Source
2020-07-21
Bug Fixes
Pull Requests
v2.22.1
Compare Source
2020-07-18
Bug Fixes
Pull Requests
v2.22.0
Compare Source
2020-07-18
Features
Pull Requests
v2.21.0
Compare Source
2020-07-07
Features
Pull Requests
v2.20.0
Compare Source
2020-07-06
Features
referencedFiles
property to the chunk info in generateBundle to list referenced assets (#3661)Pull Requests
v2.19.0
Compare Source
2020-07-05
Features
Pull Requests
v2.18.2
Compare Source
2020-07-02
Bug Fixes
Pull Requests
v2.18.1
Compare 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.0
Compare Source
2020-06-22
Features
inlineDynamicImports
,manualChunks
andpreserveModules
can now be used as output options (#3645)Bug Fixes
this.getFileName
will now always return the correct file name for chunks when multiple outputs are created (#3645)Pull Requests
v2.17.1
Compare Source
2020-06-19
Bug Fixes
Pull Requests
v2.17.0
Compare Source
2020-06-17
Features
Bug Fixes
Pull Requests
v2.16.1
Compare Source
2020-06-13
Bug Fixes
Pull Requests
v2.16.0
Compare Source
2020-06-12
Features
Pull Requests
manualChunks
for code splitting (@zlamma)v2.15.0
Compare Source
2020-06-08
Features
watch: false
(#3620)sourcemapPathTransform
(#3617)Pull Requests
v2.14.0
Compare Source
2020-06-07
Features
this.meta.watchMode
available for plugins to detect watch mode (#3616)Bug Fixes
Pull Requests
v2.13.1
Compare Source
2020-06-04
Bug Fixes
module
is used as a top-level variable (#3614)Pull Requests
v2.13.0
Compare Source
2020-06-03
Features
Pull Requests
v2.12.1
Compare Source
2020-06-02
Bug Fixes
Pull Requests
v2.12.0
Compare Source
2020-05-31
Features
--waitForBundleInput
to let the build wait until all entry point files are available before starting (#3577)Pull Requests
v2.11.2
Compare Source
2020-05-28
Bug Fixes
Array.from
(#3604)Pull Requests
Array.from
as side-effectful, use two-argument Array.from when mapping Sets (@lukastaegert)v2.11.1
Compare Source
2020-05-28
Bug Fixes
Pull Requests
v2.11.0
Compare Source
2020-05-27
Features
buildStart
andrenderStart
(#3597)null
for empty setters in SystemJS via option (#3592)Bug Fixes
/*#__PURE__*/
annotation inside a class field (#3599)--watch
and--treeshake
together with sub-options such as--watch.clearScreen
on the command line (#3597)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.