Open greenkeeper[bot] opened 7 years ago
Your tests are still failing with this version. Compare the changes π¨
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
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 8 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
c94d00a
Make calledAfter symetric with calledBefore
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 17 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 17 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 29 commits.
72ae300
Update docs/changelog.md and set new release id in docs/_config.yml
769d770
Add release documentation for v2.3.4
c8d2ec0
2.3.4
d27976a
Update Changelog.txt and AUTHORS for new release
330101a
Fix #1372: make sandbox.resetHistory also reset spies (#1424)
bade318
Update docs/changelog.md and set new release id in docs/_config.yml
65d4e88
Add release documentation for v2.3.3
2204e72
2.3.3
64034ee
Update Changelog.txt and AUTHORS for new release
1ece07c
Merge pull request #1450 from raulmatei/fix-1445-sandbox-stubbing-static-function-property-throws-error
452981c
Fix 1445: make stubbing of static function properties possible
25f3eeb
Update sandbox configuration docs. (#1443)
c76fa2e
Merge pull request #1444 from piperchester/patch-1
6539d94
Update README.md
c6d01d8
Add missing function name (#1440)
There are 29 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 37 commits.
33f32ac
Update docs/changelog.md and set new release id in docs/_config.yml
d00ab2b
Add release documentation for v2.3.5
1c690aa
2.3.5
cc0a3fb
Update Changelog.txt and AUTHORS for new release
ef2ecec
Check configurable on a prop before creating (fixes #1456) (#1462)
e7dbfd7
Merge pull request #1460 from gj/patch-1
512018f
Fix minor typos
d60d4a2
Fix apostrophe typos (#1454)
72ae300
Update docs/changelog.md and set new release id in docs/_config.yml
769d770
Add release documentation for v2.3.4
c8d2ec0
2.3.4
d27976a
Update Changelog.txt and AUTHORS for new release
330101a
Fix #1372: make sandbox.resetHistory also reset spies (#1424)
bade318
Update docs/changelog.md and set new release id in docs/_config.yml
65d4e88
Add release documentation for v2.3.3
There are 37 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 67 commits.
496f6b0
Update docs/changelog.md and set new release id in docs/_config.yml
60a3284
Add release documentation for v2.3.6
98119bf
2.3.6
4f07053
Update Changelog.txt and AUTHORS for new release
1fc4d59
Experiment over
13e11c8
Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 3
76dd323
Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10 - part 2
83e84a9
Experiment: Object.defineProperty(winodw, 'innerHeight'), Safari 10
6adba15
Merge pull request #1473 from fearphage/eslint-yaml
e1d188c
fixed capitalization
d22eda3
Merge pull request #1313 from takasmiley/issues/#1274
1661a0f
Add test code of spy.matchingFakes
cf3a34e
Move #1274 test code to respective test files
833ff2c
Replace for loop with Array.prototype.forEach
e72fee4
Update matchingFakes, always returns array
There are 67 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 80 commits.
9365d49
Update docs/changelog.md and set new release id in docs/_config.yml
7399b99
Add release documentation for v2.3.7
21b4588
2.3.7
169ac9d
Update Changelog.txt and AUTHORS for new release
1108117
Merge pull request #1480 from fearphage/lint-staged
9ecd56a
moved from dependencies to dev dependencies [ci skip]
0a85f21
improved linting for staged files [ci skip]
079925b
Merge pull request #1478 from takasmiley/issues/#1476
40efa6f
Cleanup a few test codes
1ff2b9b
Add spy.getCall tests with combination of withArgs arguments
c280916
Fix #1476: spy.withArgs(args...).firstCall is broken
8ad2ed7
Merge pull request #1477 from mroderick/add-documentation-for-getcalls
fea23b0
Add missing documentation for spy.getCalls()
496f6b0
Update docs/changelog.md and set new release id in docs/_config.yml
60a3284
Add release documentation for v2.3.6
There are 80 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
This release fixes #1474
The new version differs by 86 commits.
717ebf7
Update docs/changelog.md and set new release id in docs/_config.yml
4f1bcc0
Add release documentation for v2.3.8
083632e
2.3.8
0b5bd48
Update Changelog.txt and AUTHORS for new release
7512258
Merge pull request #1484 from HugoMuller/issue-1474
d14d296
propagates promiseLibrary to new stub behaviors
9365d49
Update docs/changelog.md and set new release id in docs/_config.yml
7399b99
Add release documentation for v2.3.7
21b4588
2.3.7
169ac9d
Update Changelog.txt and AUTHORS for new release
1108117
Merge pull request #1480 from fearphage/lint-staged
9ecd56a
moved from dependencies to dev dependencies [ci skip]
0a85f21
improved linting for staged files [ci skip]
079925b
Merge pull request #1478 from takasmiley/issues/#1476
40efa6f
Cleanup a few test codes
There are 86 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 97 commits.
20eb865
Update docs/changelog.md and set new release id in docs/_config.yml
e333e75
Add release documentation for v2.4.0
fde7911
2.4.0
9afdcfc
Update Changelog.txt and AUTHORS for new release
57bb8b3
Merge pull request #1489 from Rowno/named-anonymous-mocks
c9a35ef
Update fake-xhr-and-server.md
837ec0c
Allow anonymous mock functions to be named
259a330
Merge pull request #1481 from fatso83/fix-safari-breaking
e742268
Merge pull request #1488 from VynceMontgomery/patch-1
a6a2b8c
Clarify behavior of useFakeTimers
24d15f2
Avoid running test for #1456 on Safari
717ebf7
Update docs/changelog.md and set new release id in docs/_config.yml
4f1bcc0
Add release documentation for v2.3.8
083632e
2.3.8
0b5bd48
Update Changelog.txt and AUTHORS for new release
There are 97 commits in total.
See the full diff
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 102 commits.
112af55
Update docs/changelog.md and set new release id in docs/_config.yml
7f2d45d
Add release documentation for v2.4.1
dfef160
2.4.1
92e005f
Update Changelog.txt and AUTHORS for new release
d5e4f04
stub#withArgs: set promiseLibrary correctly (#1497)
20eb865
Update docs/changelog.md and set new release id in docs/_config.yml
e333e75
Add release documentation for v2.4.0
fde7911
2.4.0
9afdcfc
Update Changelog.txt and AUTHORS for new release
57bb8b3
Merge pull request #1489 from Rowno/named-anonymous-mocks
c9a35ef
Update fake-xhr-and-server.md
837ec0c
Allow anonymous mock functions to be named
259a330
Merge pull request #1481 from fatso83/fix-safari-breaking
e742268
Merge pull request #1488 from VynceMontgomery/patch-1
a6a2b8c
Clarify behavior of useFakeTimers
There are 102 commits in total.
See the full diff
Version 2.2.0 of sinon just got published.
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 :muscle:
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/stevenfitzpatrick/stevenfitzpatrick.io/builds/227869398?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](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: