Closed greenkeeper[bot] closed 4 years ago
devDependency
rollup was updated from 0.45.2
to 1.6.1
.Update to this version instead π
2019-03-20
devDependency
rollup was updated from 0.45.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.45.2
to 1.7.2
.devDependency
rollup was updated from 0.45.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.45.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.45.2
to 1.9.1
.devDependency
rollup was updated from 0.45.2
to 1.9.2
.devDependency
rollup was updated from 0.45.2
to 1.9.3
.devDependency
rollup was updated from 0.45.2
to 1.10.0
.devDependency
rollup was updated from 0.45.2
to 1.10.1
.devDependency
rollup was updated from 0.45.2
to 1.11.0
.devDependency
rollup was updated from 0.45.2
to 1.11.1
.devDependency
rollup was updated from 0.45.2
to 1.11.2
.devDependency
rollup was updated from 0.45.2
to 1.11.3
.devDependency
rollup was updated from 0.45.2
to 1.12.0
.devDependency
rollup was updated from 0.45.2
to 1.12.1
.devDependency
rollup was updated from 0.45.2
to 1.12.2
.devDependency
rollup was updated from 0.45.2
to 1.12.3
.devDependency
rollup was updated from 0.45.2
to 1.12.4
.devDependency
rollup was updated from 0.45.2
to 1.12.5
.devDependency
rollup was updated from 0.45.2
to 1.13.0
.devDependency
rollup was updated from 0.45.2
to 1.13.1
.devDependency
rollup was updated from 0.45.2
to 1.14.0
.devDependency
rollup was updated from 0.45.2
to 1.14.1
.devDependency
rollup was updated from 0.45.2
to 1.14.2
.devDependency
rollup was updated from 0.45.2
to 1.14.3
.devDependency
rollup was updated from 0.45.2
to 1.14.4
.devDependency
rollup was updated from 0.45.2
to 1.14.5
.devDependency
rollup was updated from 0.45.2
to 1.14.6
.devDependency
rollup was updated from 0.45.2
to 1.15.0
.devDependency
rollup was updated from 0.45.2
to 1.15.1
.devDependency
rollup was updated from 0.45.2
to 1.15.2
.devDependency
rollup was updated from 0.45.2
to 1.15.3
.devDependency
rollup was updated from 0.45.2
to 1.15.4
.devDependency
rollup was updated from 0.45.2
to 1.15.5
.devDependency
rollup was updated from 0.45.2
to 1.15.6
.devDependency
rollup was updated from 0.45.2
to 1.16.0
.devDependency
rollup was updated from 0.45.2
to 1.16.1
.devDependency
rollup was updated from 0.45.2
to 1.16.2
.devDependency
rollup was updated from 0.45.2
to 1.16.3
.devDependency
rollup was updated from 0.45.2
to 1.16.4
.devDependency
rollup was updated from 0.45.2
to 1.16.5
.devDependency
rollup was updated from 0.45.2
to 1.16.6
.devDependency
rollup was updated from 0.45.2
to 1.16.7
.devDependency
rollup was updated from 0.45.2
to 1.17.0
.devDependency
rollup was updated from 0.45.2
to 1.18.0
.devDependency
rollup was updated from 0.45.2
to 1.19.0
.devDependency
rollup was updated from 0.45.2
to 1.19.1
.
Version 0.61.0 of rollup was just published.
[rollup](https://github.com/rollup/rollup)
The version 0.61.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 1386 commits.
8112edc
0.61.0
2361e3d
Fix memory leak, remove solo from test and fix tests by adding proper default
9fc1294
Add release date
43d01fd
Update changelog
d4aed73
Allow to disable __esModule (#2287)
9de98ce
Update changelog
605bdfc
add vscode debugger settings (#2276)
2ce4a28
Merge branch 'double-declarations'
8cacd62
Separate collection and reassignment of initializers for double declarations
39cc149
Skip default property test on node 4
dd35b6e
Track reassignments of array elements
7911882
Track reassignments of pattern defaults
6bedd8c
* No longer reassign variable initializers during initialization phase
41d6fe8
Merge branch 'transform-dependencies'
1b18909
feature: transform dependencies (#1203), watcher fixes #2280, #2281
There are 250 commits in total.
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: