Closed greenkeeper[bot] closed 4 years ago
After pinning to 1.19.4 your tests are passing again. Downgrade this dependency π.
devDependency
rollup was updated from 1.20.0
to 1.20.1
.Your tests are still failing with this version. Compare changes
devDependency
rollup was updated from 1.20.1
to 1.20.2
.Your tests are still failing with this version. Compare changes
2019-08-25
devDependency
rollup was updated from 1.20.2
to 1.20.3
.Your tests are still failing with this version. Compare changes
2019-08-28
The new version differs by 5 commits.
bce164e
1.20.3
ee4a3f8
Update changelog
8ee03af
Properly reflect dependency file names in hash (#3083)
e2fa18d
Fix "default" reexport issues in non ESM/System formats (#3084)
cc5fd63
chore: add github actions workflow config for windows (#3078)
See the full diff
devDependency
rollup was updated from 1.20.3
to 1.21.0
.Your tests are still failing with this version. Compare changes
The new version differs by 9 commits.
1b72941
1.21.0
0ad169a
Update changelog
1d524f2
fix: remove 'use strict'; from systemjs when strict=false (#3101)
8dceaf6
Add support for entryFileNames pattern used in combination with preserveModules option (#3088)
b226036
Make accessing unknown globals a side-effect (#3068)
bba1466
feat: OutputBundle Tagged union with 'type = chunk|asset' (#3080)
18d1aed
Watch files onbuild, even if build fails (#3081)
1429d57
retrigger CI
071f5e3
Fix date in changelog
See the full diff
devDependency
rollup was updated from 1.21.0
to 1.21.1
.Your tests are still failing with this version. Compare changes
2019-09-09
devDependency
rollup was updated from 1.21.1
to 1.21.2
.Your tests are still failing with this version. Compare changes
2019-09-09
this.emitFile
instead of this.emitAsset
devDependency
rollup was updated from 1.21.2
to 1.21.3
.Your tests are still failing with this version. Compare changes
2019-09-09
devDependency
rollup was updated from 1.21.3
to 1.21.4
.Your tests are still failing with this version. Compare changes
2019-09-16
devDependency
rollup was updated from 1.21.4
to 1.22.0
.Your tests are still failing with this version. Compare changes
2019-09-29
namespaceToStringTag: true
(#3135)--context
is observed as a CLI option (#3134)The new version differs by 9 commits.
55dddd8
1.22.0
647187c
Update changelog
962be76
Generate sourcemaps but omit the comment (#3120)
b8335db
Set null prototype on namespace objects. (#3136)
a1ec55c
Remove Symbol polyfill in module namespaces (#3135)
a92d09d
Preserve empty for...of loops (#3132)
bc5b98d
Use asterisk for @types/* dependencies (#3131)
4b69c09
Wire up --context CLI flag (#3134)
a261cad
Update dependencies (#3133)
See the full diff
devDependency
rollup was updated from 1.22.0
to 1.23.0
.Your tests are still failing with this version. Compare changes
2019-10-03
devDependency
rollup was updated from 1.23.0
to 1.23.1
.Your tests are still failing with this version. Compare changes
2019-10-05
devDependency
rollup was updated from 1.23.1
to 1.24.0
.Your tests are still failing with this version. Compare changes
2019-10-15
break
, continue
, return
and throw
when tree-shaking to detect dead code (#3153)import.meta
properties produce valid code in SystemJS (#3152)treeshake.annotations: false
is respected for class instantiation (#3153)devDependency
rollup was updated from 1.24.0
to 1.25.0
.Your tests are still failing with this version. Compare changes
2019-10-18
The new version differs by 5 commits.
d677eb7
1.25.0
f307c89
Update changelog
91cb8f0
Add missing spaces in certain statements and expressions to avoid invalid code (#3173)
121a7f4
Handle optional control flow in labeled statements, remove unused labels (#3170)
836a106
Better try statement tree shaking (#3166)
See the full diff
devDependency
rollup was updated from 1.25.1
to 1.25.2
.Your tests are still failing with this version. Compare changes
The new version differs by 11 commits.
b123169
1.25.2
52e5ba5
Update changelog
e24bc46
RollupOptions accept output as array (#3184)
dae509d
Add parentheses to factory function of UMD bundles (#3183)
b0d35e1
1.25.1
dc8e933
Update changelog
24063a6
Handle conditional breaks in do-while loops with unconditional return (#3180)
06fb16a
Disable errors for duplicate emitted file names (#3175)
f99c7e4
Add original parser error to rollup error; Update tests (#3176)
06047fc
Fix switch case not being included correctly (#3178)
73faf06
Update dependencies (#3179)
See the full diff
devDependency
rollup was updated from 1.25.2
to 1.26.0
.Your tests are still failing with this version. Compare changes
2019-10-27
The new version differs by 5 commits.
53fb6fe
1.26.0
1fad958
Update changelog
1e1a111
Add support for "export * as name from β¦" (#3193)
2f7e064
Remove the need to provide an output name for IIFE bundles (#3181)
b4c8b43
[feat] Adds support for large assets (> 100 MB) (#3194)
See the full diff
devDependency
rollup was updated from 1.26.0
to 1.26.1
.Your tests are still failing with this version. Compare changes
devDependency
rollup was updated from 1.26.1
to 1.26.2
.Your tests are still failing with this version. Compare changes
2019-10-31
treeshake: false
and star re-exports (#3209)devDependency
rollup was updated from 1.26.2
to 1.26.3
.Your tests are still failing with this version. Compare changes
2019-11-02
undefined
in an unused named export (@lukastaegert)devDependency
rollup was updated from 1.26.3
to 1.26.4
.Your tests are still failing with this version. Compare changes
devDependency
rollup was updated from 1.26.4
to 1.26.5
.Your tests are still failing with this version. Compare changes
2019-11-11
devDependency
rollup was updated from 1.26.5
to 1.27.0
.Your tests are still failing with this version. Compare changes
2019-11-12
devDependency
rollup was updated from 1.27.0
to 1.27.1
.Your tests are still failing with this version. Compare changes
2019-11-18
acornOptions
optional in parse()
in docs (@tjenkinson)The new version differs by 7 commits.
0697166
1.27.1
d7ad410
Update changelog
690d388
Do not truncate after switch-statement with removed case (#3241)
3885a7f
make acornOptions
optional in parse()
in docs (#3237)
4227977
Update dependencies and fix vulnerability (#3240)
5289fde
docs: Fix tutorial example
d588810
docs: Fix phase for resolveDynamicImport
See the full diff
devDependency
rollup was updated from 1.27.1
to 1.27.2
.Your tests are still failing with this version. Compare changes
2019-11-18
+=
in SystemJS (#3242)devDependency
rollup was updated from 1.27.2
to 1.27.3
.Your tests are still failing with this version. Compare changes
2019-11-20
devDependency
rollup was updated from 1.27.3
to 1.27.4
.Your tests are still failing with this version. Compare changes
2019-11-22
devDependency
rollup was updated from 1.27.4
to 1.27.5
.Your tests are still failing with this version. Compare changes
2019-11-25
The new version differs by 5 commits.
c547361
1.27.5
6718a09
Update changelog
973c046
Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
99a715a
Update dependencies (#3257)
54cbc81
Add note about generating source maps to load() and transform() (#3252)
See the full diff
devDependency
rollup was updated from 1.27.5
to 1.27.6
.Your tests are still failing with this version. Compare changes
2019-11-30
devDependency
rollup was updated from 1.27.6
to 1.27.7
.Your tests are still failing with this version. Compare changes
2019-12-01
devDependency
rollup was updated from 1.27.7
to 1.27.8
.Your tests are still failing with this version. Compare changes
2019-12-02
devDependency
rollup was updated from 1.27.8
to 1.27.9
.Your tests are still failing with this version. Compare changes
2019-12-07
The new version differs by 6 commits.
4d809d1
1.27.9
3c36f7d
Update changelog
2b56d7d
FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
27201d8
Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
6e92e52
Try to fix docs formatting issues
f489472
Update changelog
See the full diff
devDependency
rollup was updated from 1.27.9
to 1.27.10
.Your tests are still failing with this version. Compare changes
2019-12-11
devDependency
rollup was updated from 1.27.10
to 1.27.11
.Your tests are still failing with this version. Compare changes
devDependency
rollup was updated from 1.27.11
to 1.27.12
.Your tests are still failing with this version. Compare changes
2019-12-13
import.meta
(#3282)import.meta
is accessed directly (@lukastaegert)devDependency
rollup was updated from 1.27.12
to 1.27.13
.Your tests are still failing with this version. Compare changes
2019-12-14
--environment
option (#3283)devDependency
rollup was updated from 1.27.13
to 1.27.14
.Your tests are still failing with this version. Compare changes
devDependency
rollup was updated from 1.29.0
to 1.29.1
.Your tests are still failing with this version. Compare changes
2020-01-21
The new version differs by 20 commits.
21a1775
1.29.1
a49d951
Update changelog
e82410d
Properly handle circular reexports (#3350)
56cbbdc
fix tpyo (#3335)
63644db
Remove : from test file names for Windows, update dependencies (#3342)
4ab73c1
1.29.0
b0a6b73
Update changelog
3ad2246
Move top-level await out of experimental (#3089)
7769fb9
Adds type definitions for RollupWatcher events. (#3302)
b3d610f
Handle deoptimizations while a node is being included. (#3327)
35e127c
Fix module id conflict on a case insensitive OS (#3317)
b99758b
1.28.0
d086379
Update changelog
42fe317
Implement stdin input (#3312)
6106af1
[WIP] handle assignments in dead code (#3212)
There are 20 commits in total.
See the full diff
devDependency
rollup was updated from 1.29.1
to 1.30.0
.Your tests are still failing with this version. Compare changes
2020-01-27
hoistTransitiveImports
option to disable hoisting imports of static dependencies into entry chunks (#3353)devDependency
rollup was updated from 1.30.0
to 1.30.1
.Your tests are still failing with this version. Compare changes
2020-01-27
devDependency
rollup was updated from 1.30.1
to 1.31.0
.Your tests are still failing with this version. Compare changes
devDependency
rollup was updated from 1.31.0
to 1.31.1
.Your tests are still failing with this version. Compare changes
2020-02-14
The new version differs by 6 commits.
6f28151
1.31.1
4ed7091
Update changelog
305363a
Run transform hooks again in watch mode on files that errored (#3388)
f3d3cd8
Update changelog
bc52fbb
Adjust bug template to mention REPL.it (#3371)
7c0417f
docs: correct spelling minifaction to minification (#3366)
See the full diff
devDependency
rollup was updated from 1.31.1
to 1.32.0
.Your tests are still failing with this version. Compare changes
2020-02-28
--plugin <plugin>
(#3379)The new version differs by 8 commits.
9d68d8e
1.32.0
f3320a0
Update changelog
07223eb
introduce CLI --plugin support (#3379)
1b5f505
Update resolveFileUrl docs (#3404)
1d8a09e
Update changelog
b6251df
Bump codecov from 3.6.1 to 3.6.5 (#3392)
db576f3
Update changelog
5779af6
fix typo: this.addWatchfile (#3390)
See the full diff
Fixed in 971b599086fa3bf7dec569289730e1733b2ad13a
The devDependency rollup was updated from
1.19.4
to1.20.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **ci/circleci:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/ryanhefner/react-scroll-trigger/597?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v1.20.0
2019-08-21
Features
Bug Fixes
Pull Requests
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: