An in-range update of chai is breaking the build π¨
Version 4.1.1 of chai just got published.
| Branch | Build failing π¨ |
|---|---|
| Dependency | chai |
| Current Version | 4.1.0 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As chai is βonlyβ a devDependency of this project it might not break production or downstream projects, but βonlyβ your build or test tools β preventing new deploys or publishes.
I recommend you give this issue a high priority. Iβm sure you can resolve this :muscle:
Status Details
- β ci/circleci Your tests failed on CircleCI Details
Release Notes
4.1.1 / 2017-08-05This release includes a few bug and documentation fixes.
Bug Fixes
- fix:
.instanceofto allow DOM interfaces in IE11 (#1000, #1008; @meeber) - fix:
.includeto work with all objects (#1009, #1012; @meeber)
Docs
- fix: correct hasAnyKeys comment error (#1014; @zenHeart)
- docs: re-indent hasAnyKeys code (#1016; @keithamus)
Commits
The new version differs by 10 commits.
02ddebdMerge pull request #1019 from meeber/release-4.1.1ac48db3[email protected]d2e9599Merge pull request #1016 from chaijs/fix-reindent-code-101492d2ccadocs: re-indent hasAnyKeys codeb625497Merge pull request #1012 from meeber/fix-include-types8fa24f2Merge pull request #1014 from zenHeart/fix-hasAnyKeys-comment113a5b8fix: correct hasAnyKeys comment errorc01cf30fix:.includeto work with all objects1847ef8Merge pull request #1008 from meeber/fix-ie11-instanceofc107abbfix:.instanceofto allow DOM interfaces in IE11
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
After pinning to 4.1.0 your tests are passing again. Downgrade this dependency π.
Version 4.1.2 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
4.1.2 / 2017-08-31This release fixes a bug when running in certain environments, and includes a few minor documentation fixes.
Bug Fixes
- fix: update
deep-eqlto version 3.0.0 (#1020) - fix: replace code causing breakage under strict CSP (#1032; @Alhadis)
Docs
Commits
The new version differs by 8 commits.
529d395Merge pull request #1037 from Cutlery-Drawer/masterb534fca[email protected]c592551Merge pull request #1032 from Cutlery-Drawer/csp-fix31c3559Use a hardcoded no-op instead of instancing1ae9386Merge pull request #1025 from yanca018/master786043bUpdate license7c1ca16docs: add missing assert parameters (#1023)6e72c5afix(package): update deep-eql to version 3.0.0 (#1020)
See the full diff