An in-range update of @polymer/polymer is breaking the build π¨
The dependency @polymer/polymer was updated from 3.1.0 to 3.2.0.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
@polymer/polymer is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Commits
The new version differs by 174 commits.
bffe1793.2.048769c4[ci skip] update polymer version3079caeMerge pull request #5509 from Polymer/5250-dequeue-before-run4cd7033Fix lint5886be5Add tests.a23ac64Ensure debouncer is removed from queue before running callback.3b16476Don't clear set at end for flush reentrancy safety; canceling removes from setef82ddfMerge pull request #5508 from Polymer/5250-ensure-canceledd48336dAssert the callback was called.fed9765Ensure the debouncer is not already canceled before canceling.4b54d18Merge pull request #5506 from Polymer/closure-type-fixeseb725f7Fix a couple of closure type issues.798dfc6Merge pull request #5495 from ChadKillingsworth/polymer3-closure-compiler-fixes03aec68Revert togetStyle()f13dd75Fix getStyle definition
There are 174 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
After pinning to 3.1.0 your tests are passing again. Downgrade this dependency π.
- The
dependency@polymer/polymer was updated from3.2.0to3.3.0.
Your tests are still failing with this version. Compare changes
Release Notes for v3.3.0
- [ci skip] Update version to 3.3.0 dd7c0d7
- Don't import/export from the same file twice (#5562) 94585c3
- Merge pull request #5559 from Polymer/compile 9c7492d
- Add @override, remove @attribute/@group/@hero/@homepage ed7709f
- Merge pull request #5558 from Polymer/compile 8af0ec4
- Closure compilation tweaks 15090f2
- Merge pull request #5557 from Polymer/compile 1b8263f
- Add @return description a6bff43
- Fix some Closure annotations 0810bf3
- Merge pull request #5550 from Polymer/externs-fixes-1 fe81676
- Pin to firefox 66 because of selenium error f0fb532
- Fix eslint errors. 6dfaa5f
- Add some casts for places Closure doesn't understand constructor 10d43ce
- Add new mixin annotations, remove GestureEventListeners alias 0ae14b9
- Align signatures of attributeChangedCallback 4cc6c33
- Add @return annotation for PROPERTY_EFFECT_TYPES getter 3dd189c
- Annotate __dataEnabled in a way analyzer understands e4e9e2f
- Fix old global namespace type annotation for TemplateInstanceBase fc190dd
- Add @Suppress annotation for use of deprecated cssFromModules 54b1d78
- Fix GestureEventListeners generated externs name. cdd4e20
- Merge pull request #5548 from Polymer/hide-template-controls-globally 05231a0
- Globally hide dom-{bind,if,repeat} elements with legacyOptmizations on 43f57b1
- Merge pull request #5546 from Polymer/sync-closure-annotations 76bfc0a
- Update dependencies to fix firefox 67 tests ff2edd5
- Sync closure compiler annotations ad08420
- Merge pull request #5544 from Polymer/scopesubtree-same-scope 927ae6a
- remove unused variable in test c051c5b
- remove debugger line 634d736
- Make sure scopeSubtree does not recurse through other ShadowRoots 8a5c1e9
- Merge pull request #5542 from Polymer/5541-kschaaf-template-display 4f40589
- Don't set display: none under legacyOptimizations. Fixes #5541. c9cf56c
- Merge pull request #5537 from Polymer/scopeSubtree 6be58b0
- Use Array.from instead of a list comprehension 338d420
- Merge pull request #5533 from LarsDenBakker/fix/configure-cancel-synthetic-click 971d32d
- Merge pull request #5538 from Polymer/cl245273850 1c10f0c
- Add check for // 3db5608
- Use native qSA e10019a
- Implement scopeSubtree for ShadyDOM noPatch mode 6bc9534
- Remove unneccessary test 1f08059
- Add URL try/catch 940b3cd
- Upstreaming cl/245273850 413ef2f
- Merge pull request #5534 from Polymer/removeAttribute-scoping 3b6f334
- Allow configuring cancelling synthetic click behavior 00d4cdf
- Add test for class$ binding 8043d4c
- Fix class$ bindings for ShadyDOM.noPatch mode a0b83b2
- Merge pull request #5531 from Polymer/resolve-url 969f289
- Add test for resolveUrl('//') 5537380
- Check directly for // in resolveUrl because it isn't a valid URL d0ea20a
- Run resolveUrl for protocol-relative urls (#5530) 733cf68
- Merge pull request #5527 from Polymer/localTarget-noPatch 03b2c66
- Merge pull request #5528 from Polymer/closure-statics-workaround 8f7119a
- Fix lint 6960c2b
- Cast GestureEventListeners. 3437334
- Work around google/closure-compiler#3240 cc7702b
- Fix
localTaregetwhenShadyDOM.noPatchis in use 7925254 - Merge pull request #5518 from Polymer/fix-className-bindings-master 07f1e19
- Merge branch 'master' into fix-className-bindings-master 652fea9
- Merge pull request #5487 from Polymer/shadydom-upgrade 176c001
- webcomponentsjs 2.2.10 002a431
- upgrade dependencies. 3b7c9f8
- upgrade webcomponentsjs to 2.2.9 4e60395
- Merge pull request #5520 from Polymer/avoid-template-upgrade 8f4cc31
- [ci skip] Add comment c7eb7c1
- Merge branch 'master' into shadydom-upgrade dd98569
- Use
attachShadow({shadyUpgradeFragment})3af9f34 - Merge pull request #5522 from Polymer/5428-kschaaf-undefined-wildcard ddcfc63
- Remove test.only ca12448
- Ensure wildcard arguments get undefined treatment. Fixes #5428. f5a45eb
- Fix typo 6adbc23
- Fix
classNameon browsers without good native accessors b13e656 - don't depend on
attachDomexisting. 8d7def7 - Merge branch 'master' into shadydom-upgrade 707a376
- Simplify f1a9d4f
- Avoid upgrading template if no hostProps, for better perf. 65a5b48
- Update webcomponents dev dependency for testing className fix a1c67e4
- fix closure compiler error 002ef94
- fix lint issues 439c245
- Address review feedback via comment. 4e1d6a1
- Ensure
classNamebindings work correctly whenShadyDOM.noPatchis used. eb2385a - Merge pull request #5512 from Polymer/no-walker b7c73bd
- Remove use of TreeWalker for finding nodes in templates. 24d642e
- Merge pull request #5511 from dvanderleij/master 4043c84
- Remove Google+ links in README.md and CONTRIBUTING.MD dc88057
- Use correct ShadyDOM API:
attachDom1aeaa80 - Use
ShadyDOM.upgrade50ba9ce
Commits
The new version differs by 86 commits.
96de46f3.3.0dd7c0d7[ci skip] Update version to 3.3.094585c3Don't import/export from the same file twice (#5562)9c7492dMerge pull request #5559 from Polymer/compileed7709fAdd @override, remove @attribute/@group/@hero/@homepage8af0ec4Merge pull request #5558 from Polymer/compile15090f2Closure compilation tweaks1b8263fMerge pull request #5557 from Polymer/compilea6bff43Add @return description0810bf3Fix some Closure annotationsfe81676Merge pull request #5550 from Polymer/externs-fixes-1f0fb532Pin to firefox 66 because of selenium error6dfaa5fFix eslint errors.10d43ceAdd some casts for places Closure doesn't understand constructor0ae14b9Add new mixin annotations, remove GestureEventListeners alias
There are 86 commits in total.
See the full diff
- The
dependency@polymer/polymer was updated from3.3.0to3.3.1.
Your tests are still failing with this version. Compare changes
Release Notes for v3.3.1
- [ci skip] bump to 3.3.1 11f1f13
- Merge pull request #5594 from rslawik/patch-1 e477a6f
- Merge pull request #5600 from Polymer/TimvdLippe-patch-2 dc20fec
- Remove TimvdLippe from CODEOWNERS b99c299
- Merge pull request #5598 from Polymer/polymer-dom-api 8c69fb8
- Add node field to PolymerDomApi 15747c8
- Improve types for the template field on Polymer elements. (#5596) 4274bce
- Add module field 9a4d4d9
- Merge pull request #5584 from Polymer/closure-__hasRegisterFinished f6ccc9d
- Wrap other
hasOwnPropertychecks inJSCompiler_renameProperty. 0541b21 - Wrap
hasOwnPropertychecks for__hasRegisterFinishedinJSCompiler_renameProperty(). 9e90fd2 - Merge pull request #5578 from Polymer/fix-placeholder-typing 96c125e
- Fix typing error in fixPlaceholder f050ce9
- Merge pull request #5577 from Polymer/ie-placeholder-binding 7d6d715
- Fix up comments based on feedback ab49f51
- Workaround bindings to textarea.placeholder in IE 61767da
- Add additional externs (#5575) 69ee468
- Merge pull request #5566 from Polymer/compile e7e4c24
- Make Closure compiler happier about ShadyDOM access 46ee2ae
- Remove other double import (#5565) 0d2c2e5
- Only use CONST_CASE for constants. (#5564) 54f8b47
- [skip ci] update changelog ac12b3b
Commits
The new version differs by 23 commits.
7e99bdd3.3.111f1f13[ci skip] bump to 3.3.1e477a6fMerge pull request #5594 from rslawik/patch-1dc20fecMerge pull request #5600 from Polymer/TimvdLippe-patch-2b99c299Remove TimvdLippe from CODEOWNERS8c69fb8Merge pull request #5598 from Polymer/polymer-dom-api15747c8Add node field to PolymerDomApi4274bceImprove types for the template field on Polymer elements. (#5596)9a4d4d9Add module fieldf6ccc9dMerge pull request #5584 from Polymer/closure-__hasRegisterFinished0541b21Wrap otherhasOwnPropertychecks inJSCompiler_renameProperty.9e90fd2WraphasOwnPropertychecks for__hasRegisterFinishedinJSCompiler_renameProperty().96c125eMerge pull request #5578 from Polymer/fix-placeholder-typingf050ce9Fix typing error in fixPlaceholder7d6d715Merge pull request #5577 from Polymer/ie-placeholder-binding
There are 23 commits in total.
See the full diff
- The
dependency@polymer/polymer was updated from3.3.1to3.4.0.
Your tests are still failing with this version. Compare changes
- The
dependency@polymer/polymer was updated from3.4.0to3.4.1.
Your tests are still failing with this version. Compare changes