Open greenkeeper[bot] opened 6 years ago
Update to this version instead π
The new version differs by 11 commits.
dc9f347
0.63.5
6c1d1e6
Fix typings for turbo color
e109576
Update changelog
115239f
Update changelog
da97ea5
Add plugin implemenation type (#2355)
55d90d8
fix regression #2305, ensure onwrite plugin hooks execute in sequence (#2364)
fc1e6f7
Update changelog
d07d5bf
Always warn when no name is provided for a global module (#2359)
489477d
Update changelog
9eaa1d9
Remove "es6" output format from types (#2349)
382323a
fix(types): inlineDynamicImports is optional (#2348)
See the full diff
Update to this version instead π
The new version differs by 16 commits.
97d7f3a
Fix old test cleanup
910fe76
Fix code style
26b60a6
0.64.0
1a81065
Update changelog
1db6679
Fix #2353 - retain empty manual chunks (#2362)
1620ce9
Update changelog
2ae3d97
chore: add minor verbiage change to bug issue template (#2380)
9b1d666
chore: add targeted github issue templates (#2356)
1e67fa7
Update changelog
408e924
Remove unnecessary dependency, update dependencies, fix linting of test config (#2376)
4c512cb
Update changelog
cddc570
Fixed faulty logic related to handling externals when resolver returns false (#2351)
4a5c776
Update changelog
93438e4
Ensure CLI warnings still show on errors, add an error for externalId collissions (#2334)
bc5d433
Update changelog
There are 16 commits in total.
See the full diff
devDependency
rollup was updated from 0.62.0
to 0.66.0
.Update to this version instead π
The new version differs by 18 commits.
2c22622
0.66.0
b6ace36
Update changelog
594d24c
Switch to rollup-plugin-typescript2 (#2460)
4d1a976
Update changelog
b34e54d
Fix perf script (#2433)
c1bb2fb
Make sure pattern defaults are deconflicted correctly (#2446)
138033e
Test that errors are passed to the buildEnd hook (#2450)
d5a910d
Faster test builds (#2457)
d9b479d
Deconflict top-level class and function expressions with ids (#2458)
cdfd279
Update changelog
125e6ed
Correctly associate hoisted variables with parameters (#2456)
1828166
Update changelog
b67bf5b
Added option to transform the paths within a sourcemap. (#2430)
007f42b
Support optional catch binding (stage 4 / ES2019) (#2455)
6eb8036
Update changelog
There are 18 commits in total.
See the full diff
devDependency
rollup was updated from 0.62.0
to 0.66.1
.devDependency
rollup was updated from 0.62.0
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.62.0
to 0.66.5
.devDependency
rollup was updated from 0.62.0
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.62.0
to 0.67.1
.devDependency
rollup was updated from 0.62.0
to 0.67.3
.devDependency
rollup was updated from 0.62.0
to 0.67.4
.devDependency
rollup was updated from 0.62.0
to 0.68.0
.devDependency
rollup was updated from 0.62.0
to 0.68.1
.Update to this version instead π
2018-12-19
devDependency
rollup was updated from 0.62.0
to 0.68.2
.devDependency
rollup was updated from 0.62.0
to 1.0.0
.devDependency
rollup was updated from 0.62.0
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.62.0
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.62.0
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.62.0
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.62.0
to 1.2.1
.Update to this version instead π
2019-02-17
devDependency
rollup was updated from 0.62.0
to 1.2.2
.devDependency
rollup was updated from 0.62.0
to 1.2.3
.Update to this version instead π
2019-02-23
devDependency
rollup was updated from 0.62.0
to 1.2.4
.Update to this version instead π
2019-02-26
devDependency
rollup was updated from 0.62.0
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.62.0
to 1.3.1
.Update to this version instead π
2019-02-27
devDependency
rollup was updated from 0.62.0
to 1.3.2
.Update to this version instead π
2019-02-27
devDependency
rollup was updated from 0.62.0
to 1.3.3
.devDependency
rollup was updated from 0.62.0
to 1.4.0
.Update to this version instead π
2019-03-01
dynamicImportFunction
option (@keithamus)devDependency
rollup was updated from 0.62.0
to 1.4.1
.Update to this version instead π
2019-03-04
devDependency
rollup was updated from 0.62.0
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.62.0
to 1.5.0
.Update to this version instead π
2019-03-07
devDependency
rollup was updated from 0.62.0
to 1.6.1
.Update to this version instead π
2019-03-20
devDependency
rollup was updated from 0.62.0
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.62.0
to 1.7.2
.devDependency
rollup was updated from 0.62.0
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
Version 0.63.0 of rollup was just published.
The version 0.63.0 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.
It might be worth looking into these changes and trying to get this project onto the latest version of rollup.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 13 commits.
9c60723
0.63.0
7608a7f
Update changelog
c2f29e4
Update changelog
b403e6f
Tree shaking fixes (#2315)
d13aca5
Respect frame on plugin thrown errors when pos is also given (#2309)
76a4844
Update changelog
e093195
Unify sample-based tests (#2329)
4fc927b
Update changelog
3818af8
Remove duplicated rollup version output (#2325)
dd6f276
Update changelog
a449ab7
Types - add missing
esm
as possible ModuleFormat (#2327)2f58681
Update changelog
cf96883
implement experimentalTopLevelAwait option (#2235)
See the full diff
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: