Open greenkeeper[bot] opened 6 years ago
devDependency
rollup was updated from 0.65.2
to 0.66.1
.devDependency
rollup was updated from 0.65.2
to 0.66.3
.Update to this version instead π
The new version differs by 9 commits.
d9696cc
Fix type issue
c5dadca
0.66.3
7af33e9
Update changelog
177b95e
Detect side-effects in method arguments of unknown strings (#2476)
7f4b543
Update changelog
ad21dd8
Assign chunk IDs before creating outputBundle chunks (#2483)
8a8721e
Update TypeScript and fix type errors (#2488)
b9e786d
Update changelog
2d2ae21
fix: plugin name in template string (#2470)
See the full diff
devDependency
rollup was updated from 0.65.2
to 0.66.5
.devDependency
rollup was updated from 0.65.2
to 0.67.0
.Update to this version instead π
The new version differs by 18 commits.
72b166a
0.67.0
846df07
Update changelog
841a536
Do not resolve external dynamic imports via plugins (#2505)
ecde099
Remove solo
test designation
e1de51c
Update changelog
24fe07f
Support excluding sources from sourcemaps (#2531)
a1cc69c
Update changelog
7746e0f
Create chunks for virtual modules when preserving modules (#2511)
fa341ab
Update changelog
11c367f
Do not tree-shake children of unknown nodes (#2510)
663771f
Update changelog
d26ba28
Prevent memory leak when using cache, fix leak test (#2522)
a453c76
Update changelog
273ac73
Improve external and inter-chunk import execution order (#2508)
51d4817
Update changelog
There are 18 commits in total.
See the full diff
devDependency
rollup was updated from 0.65.2
to 0.67.1
.devDependency
rollup was updated from 0.65.2
to 0.67.3
.devDependency
rollup was updated from 0.65.2
to 0.67.4
.devDependency
rollup was updated from 0.65.2
to 0.68.0
.devDependency
rollup was updated from 0.65.2
to 0.68.1
.Update to this version instead π
2018-12-19
devDependency
rollup was updated from 0.65.2
to 0.68.2
.devDependency
rollup was updated from 0.65.2
to 1.0.0
.devDependency
rollup was updated from 0.65.2
to 1.0.1
.Update to this version instead π
2019-01-03
RollupOptions
type (#2622)The new version differs by 6 commits.
fbb5f9e
1.0.1
e7b3c78
Update changelog
eda15fa
Update changelog
5ff6352
Show how to skip imports for optional plugins (#2627)
6d32530
Simplify RollupOptions (#2622)
f5364d9
Fixed issue with reexporting default as default with {exports: named, interop: true} options. (#2620)
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.0.2
.Update to this version instead π
2019-01-05
this.addWatchFile
and make sure it also declares transform dependencies (@lukastaegert)code
is optional in warning type (@lukastaegert)The new version differs by 7 commits.
27cde2a
1.0.2
6b55518
Update changelog
6ac23e9
Make sure all CLI options are listed in the summary (#2641)
be7afed
Treat bigints as unknown for now on all systems to avoid accidentally (#2640)
ee6db13
Do not fail when generating hashes for tree-shaken dynamic imports (#2638)
29b8c64
Make code
optional again in rollup warnings (#2635)
6b343ab
Make sure this.addWatchFile also declares transform dependencies, (#2633)
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.1.0
.Update to this version instead π
The new version differs by 6 commits.
00d7521
1.1.0
76c7162
Update changelog
bf47572
Make this.meta available in options hook, pass input options to buildStart (#2642)
d2e2c9f
Improve how acorn is imported, update dependencies (#2636)
b7a8403
implement writeBundle hook (#2643)
34cb08d
Fix typo related to entryFileNames example (#2647)
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.2.0
.Update to this version instead π
The new version differs by 26 commits.
60e8df2
1.2.0
56ff3e3
Update changelog
19a7727
Reimplement variable deconflicting logic (#2689)
fe84e00
Update changelog
db42a04
Prevent final resolution and facade creation for inlined dynamic imports (#2677)
4d082b0
Respect rendered exports when generating chunk hashes (#2695)
14a17af
Correctly render function expression inside simplified expression statements. (#2696)
0a46310
Add a fix for MaxListenersExceededWarning (#2700)
1454b90
Update rollup-pluginutils (#2703)
d883243
Update changelog
f8faa4b
Allow config files to contain non-default exports (#2673)
d6a865e
Update changelog
1ae20fc
Improve type of RollupOutput.output (#2679)
7f79ab1
Update changelog
c702f3a
Fix typo in export-globals test (#2693)
There are 26 commits in total.
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.2.1
.Update to this version instead π
2019-02-17
devDependency
rollup was updated from 0.65.2
to 1.2.2
.devDependency
rollup was updated from 0.65.2
to 1.2.3
.Update to this version instead π
2019-02-23
devDependency
rollup was updated from 0.65.2
to 1.2.4
.Update to this version instead π
2019-02-26
devDependency
rollup was updated from 0.65.2
to 1.3.0
.Update to this version instead π
2019-02-26
@__PURE__
annotations (#2429)/*#__PURE__*/
comments (@conartist6 and @lukastaegert)devDependency
rollup was updated from 0.65.2
to 1.3.1
.Update to this version instead π
2019-02-27
devDependency
rollup was updated from 0.65.2
to 1.3.2
.Update to this version instead π
2019-02-27
devDependency
rollup was updated from 0.65.2
to 1.3.3
.devDependency
rollup was updated from 0.65.2
to 1.4.0
.Update to this version instead π
2019-03-01
dynamicImportFunction
option (@keithamus)devDependency
rollup was updated from 0.65.2
to 1.4.1
.Update to this version instead π
2019-03-04
devDependency
rollup was updated from 0.65.2
to 1.4.2
.Update to this version instead π
2019-03-07
The new version differs by 6 commits.
adaa23e
1.4.2
2d03a67
Update changelog
858fea4
Resolve a situation where different default exports referencing the same (#2737)
6903425
Update changelog
af41561
Fix an issue where the same hash was generated when different variables (#2741)
d27c0f6
Docs: Fix return type (#2738)
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.5.0
.Update to this version instead π
2019-03-07
devDependency
rollup was updated from 0.65.2
to 1.6.1
.Update to this version instead π
2019-03-20
devDependency
rollup was updated from 0.65.2
to 1.7.1
.Update to this version instead π
2019-03-24
The new version differs by 7 commits.
7c4ceca
1.7.1
034034f
Update changelog
75b41e2
Do not treat break labels as identifiers (#2776)
61dcba8
Update changelog
9cbb73e
Sanitize shortened internal export names (#2768)
dec4d83
Update changelog
429942e
Update dependencies and fix security issues (#2769)
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.7.2
.devDependency
rollup was updated from 0.65.2
to 1.8.0
.Update to this version instead π
2019-04-02
module
as alias for esm
and commonjs
for cjs
to match Node (#2783)The new version differs by 7 commits.
712c56f
1.8.0
f083f50
Update changelog
dba1438
inline interopDefault in config loading (#2782)
8825cdb
Support Node-style format aliases (#2783)
f5a6c30
1.7.4
5c6c884
Update changelog
b3578ae
Make all properties in TreeshakingOptions optional (#2779)
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.9.0
.Update to this version instead π
2019-04-05
The new version differs by 7 commits.
fadf7bc
Fix linting
2500f4c
1.9.0
c544083
Update changelog
c3d67ca
Ship with bigint support built-in (#2789)
c6bad2f
Update changelog
7837fc5
Test that rollup-plugin-commonjs works with preserveModules (#2792)
fee090c
Use shared extractAssignedNames from rollup-pluginutils (#2791)
See the full diff
devDependency
rollup was updated from 0.65.2
to 1.9.1
.devDependency
rollup was updated from 0.65.2
to 1.9.2
.devDependency
rollup was updated from 0.65.2
to 1.9.3
.devDependency
rollup was updated from 0.65.2
to 1.10.0
.devDependency
rollup was updated from 0.65.2
to 1.10.1
.devDependency
rollup was updated from 0.65.2
to 1.11.0
.devDependency
rollup was updated from 0.65.2
to 1.11.1
.devDependency
rollup was updated from 0.65.2
to 1.11.2
.devDependency
rollup was updated from 0.65.2
to 1.11.3
.devDependency
rollup was updated from 0.65.2
to 1.12.0
.
The devDependency rollup was updated from
0.65.2
to0.66.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: