airbnb / react-with-styles

Use CSS-in-JavaScript with themes for React without being tightly coupled to one implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of sinon is breaking the build 🚨

greenkeeper opened this issue Β· comments

Version 2.2.0 of sinon just got published.

Branch Build failing 🚨
Dependency sinon
Current Version 2.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As sinon 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 πŸ’ͺ

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/airbnb/react-with-styles/builds/227885548?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 40 commits0.

  • f7ff840 Update docs/changelog.md and set new release id in docs/_config.yml
  • 59a7a34 Add release documentation for v2.2.0
  • 37676e8 2.2.0
  • b35d217 Update Changelog.txt and AUTHORS for new release
  • 0127365 Merge pull request #1363 from greena13/master
  • 4fe0a73 Flatten structure of getWindowLocation()
  • 38e3ec4 Fix matchers.md in v1.17.6 and v1.17.7 releases. (#1379)
  • 3d4bc16 Merge pull request #1364 from blacksun1/add-custom-promise
  • 7ac4f60 Fixes for pull request comments
  • 25bfde0 Added docs for usingPromise
  • 0a3518f Added usingPromise method to sandbox.
  • 17edad7 Added usingPromise method to stub.
  • c5bc9ab Merge pull request #1359 from kevincennis/kce/fix-1066
  • c633202 Merge pull request #1320 from ashirley/master
  • 17c2639 Merge pull request #1366 from GProst/master

There are 40 commits in total.

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 🌴

Version 2.3.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Feature: stub accessors in sandbox
  • Allow stubbing of accessors with and without sandbox (#1416)
  • add throwsArg(index) to stubs (#1319)
  • Fix: forEach() requires 'this' argument (#1356)
  • Only reset history when calling resetHistory()
Commits

The new version differs by 34 commits.

  • 64d51be Update docs/changelog.md and set new release id in docs/_config.yml
  • d4b30b0 Add release documentation for v2.3.0
  • 8d64248 2.3.0
  • e137139 Update Changelog.txt and AUTHORS for new release
  • 55dc491 Merge pull request #1416 from lucasfcosta/refactor-sandbox-stub
  • fb514cf Merge pull request #1415 from mroderick/style-improvements
  • 06bf652 Merge pull request #1414 from mroderick/add-related-libraries-to-how-to-page
  • 746de3f Force fenced code blocks to use smaller font
  • 1602e00 Improve styling of h4
  • 46fd81b Remove deprecation warning from tests for old API
  • 454e0fd Add missing final dot to sandbox docs
  • 0ea3e17 Add docs for stub.value
  • c89fb21 Deprecate stubbing sandbox value in favor of value behavior
  • dbefd45 Name restore function on stubNonFunctionProperty
  • fe3b9ac Add related libraries section to How To page

There are 34 commits in total.

See the full diff

Version 2.3.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Make calledAfter symetric with calledBefore
  • Make calledAfter symetric with calledBefore (#1407)
Commits

The new version differs by 42 commits.

  • 94f422c Update docs/changelog.md and set new release id in docs/_config.yml
  • 69bf8f2 Add release documentation for v2.3.1
  • eee4564 2.3.1
  • 0dc2505 Update Changelog.txt and AUTHORS for new release
  • 36c6cdc Merge pull request #1407 from lucasfcosta/simmetric-callAfter
  • 5301cc1 Merge pull request #1420 from mroderick/remove-issue-397-test
  • 05e2d11 Remove test for issue 397
  • 64d51be Update docs/changelog.md and set new release id in docs/_config.yml
  • d4b30b0 Add release documentation for v2.3.0
  • 8d64248 2.3.0
  • e137139 Update Changelog.txt and AUTHORS for new release
  • 55dc491 Merge pull request #1416 from lucasfcosta/refactor-sandbox-stub
  • fb514cf Merge pull request #1415 from mroderick/style-improvements
  • 06bf652 Merge pull request #1414 from mroderick/add-related-libraries-to-how-to-page
  • 746de3f Force fenced code blocks to use smaller font

There are 42 commits in total.

See the full diff

Version 2.3.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Minor fixes
  • Fix failing sandbox.resetBehavior() (#1428)
  • Fix restoring getters/setters/values for previously unexisting props (#1419)
  • Called in order takes callCount into account. Closes #1398.
Commits

The new version differs by 59 commits.

  • 2463d10 Update docs/changelog.md and set new release id in docs/_config.yml
  • 2e6bb45 Add release documentation for v2.3.2
  • 87abc01 2.3.2
  • 96e8abe Update Changelog.txt and AUTHORS for new release
  • 2f941e2 Merge pull request #1406 from lucasfcosta/called-in-order-considers-callcount
  • 3af985a Merge pull request #1427 from fearphage/remove-try-from-tests
  • c81d76b Merge pull request #1428 from fatso83/failing-sandbox-reset
  • 0bf0a79 Fix failing sandbox.resetBehavior()
  • be4e53b Add failing tests for sandbox.reset()
  • fe049aa Add code snippet for createStubInstance (#1423)
  • 9e23c4a added rule to prevent try-catch usage in tests
  • 528a7dc switched from try-catch to assert.exception()
  • d8dac84 Add downloads per month banner to README.md
  • e933add Add site/_docs/ to .eslintignore
  • ebe37da Add documentation for "has" matcher on embedded objects (#1422)

There are 59 commits in total.

See the full diff