Skip to content

Commit 16a25ae

Browse files
committed
17.0.2
1 parent f6dca0b commit 16a25ae

File tree

5 files changed

+114
-4
lines changed

5 files changed

+114
-4
lines changed

CHANGES.md

+55
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Changes
22

3+
## 17.0.2
4+
5+
- [`f6dca0ba`](https://github.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793)
6+
upgrade packages (#2595) (Carl-Erik Kopseng)
7+
- [`5025d001`](https://github.com/sinonjs/sinon/commit/5025d001401091fd2086cfa2ec69e40cc0da9b65)
8+
Avoid return and callArg\* clearing each other's state (#2593) (Carl-Erik Kopseng)
9+
> - Partially revert "fix returns does not override call through (#2567)"
10+
>
11+
> * revert to the old manual clearing of props
12+
- [`ed068a88`](https://github.com/sinonjs/sinon/commit/ed068a886fa37cbd5f886d355824debd69aa1b16)
13+
Bump ip from 1.1.8 to 1.1.9 (#2587) (dependabot[bot])
14+
- [`ec4d592e`](https://github.com/sinonjs/sinon/commit/ec4d592ee4faf87d7e592c4b99b3e6fec99105c8)
15+
fix #2589: avoid invoking getter as side-effect (#2592) (Carl-Erik Kopseng)
16+
- [`9972e1e3`](https://github.com/sinonjs/sinon/commit/9972e1e3997198ff7f403ca5c000187f890f1699)
17+
Fix typo in mocks documentation (#2591) (Eduardo de la Cruz Palacios)
18+
- [`52e6e4c5`](https://github.com/sinonjs/sinon/commit/52e6e4c540d8d0b95727c9bbde8328f6692a6675)
19+
chore: prefer cache option of setup-node (Morgan Roderick)
20+
- [`08da1235`](https://github.com/sinonjs/sinon/commit/08da123555dc4ee4866720c925215dca4d3c799b)
21+
Bump actions/cache from 3 to 4 (dependabot[bot])
22+
- [`404ef47e`](https://github.com/sinonjs/sinon/commit/404ef47e1119c7b8229e9d6a3c6ae9a912305d1f)
23+
Bump nokogiri from 1.14.3 to 1.16.2 (dependabot[bot])
24+
- [`fd79612c`](https://github.com/sinonjs/sinon/commit/fd79612c3324bf3264533baa7159bb1722dd9788)
25+
Update Bug_report.md (Carl-Erik Kopseng)
26+
- [`1fbc812a`](https://github.com/sinonjs/sinon/commit/1fbc812a9f3351f55a06758bdc8b1a053135d826)
27+
Re-add about (Carl-Erik Kopseng)
28+
- [`fc8f6c3e`](https://github.com/sinonjs/sinon/commit/fc8f6c3e111473fcb53b2338eb8654b256c06e01)
29+
Fix formatting :clown: (Carl-Erik Kopseng)
30+
- [`c57e38ae`](https://github.com/sinonjs/sinon/commit/c57e38ae2ec6c466f83c4e38e85d3d324f72bb13)
31+
Remove old template (Carl-Erik Kopseng)
32+
- [`754bf7a9`](https://github.com/sinonjs/sinon/commit/754bf7a98b54a01472677772c7a34859f483adeb)
33+
Update Bug_report.md (Carl-Erik Kopseng)
34+
- [`87eed9d2`](https://github.com/sinonjs/sinon/commit/87eed9d255e9493b981494188abd12a9e1d95bf0)
35+
Fix some typos at code comments (#2581) (EliyahuMachluf)
36+
- [`cbae6997`](https://github.com/sinonjs/sinon/commit/cbae69978c29d0420fa39d11496bb29b180361b0)
37+
Link to createStubInstance util.md docs in stubs.md (#2577) (Daniel Kaplan)
38+
- [`adcf936d`](https://github.com/sinonjs/sinon/commit/adcf936de0e946e2b72a513436c0469319f3da79)
39+
Fix Mocha watch task by delegating to Node (#2573) (Carl-Erik Kopseng)
40+
- [`30ad2372`](https://github.com/sinonjs/sinon/commit/30ad23729568d70f865a5e6d323109fd06c7913e)
41+
prettier:write (Carl-Erik Kopseng)
42+
- [`45c4d6b9`](https://github.com/sinonjs/sinon/commit/45c4d6b9b80841947d6ebc4af5046a11b216d598)
43+
Remove outdated info from README (#2571) (Carl-Erik Kopseng)
44+
- [`6c9f5c2a`](https://github.com/sinonjs/sinon/commit/6c9f5c2ade9befeadd6fd7d10232883c147a9f1d)
45+
Add a notice that the Fake Timers API doc is incomplete (#2570) (Carl-Erik Kopseng)
46+
- [`93db3ef3`](https://github.com/sinonjs/sinon/commit/93db3ef3b0b49458954eb6e7ed765aa1ea34b21d)
47+
breaking: Remove sinon.defaultConfig and related modules (#2565) (Carl-Erik Kopseng)
48+
> - breaking: Remove sinon.defaultConfig and related modules
49+
>
50+
> default-config and get-config are leftovers from when Sinon
51+
>
52+
> shipped with sinon.test (now the independent NPM module
53+
>
54+
> 'sinon-test').
55+
56+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-05-07._
57+
358
## 17.0.1
459

560
- [`5fde5aeb`](https://github.com/sinonjs/sinon/commit/5fde5aebc74dec12bacd84d00a2f22906a7ebcc0)

docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v17.0.1
8+
current_release: v17.0.2
99
current_major_version: 17
1010
markdown: kramdown
1111
kramdown:

docs/changelog.md

+55
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,61 @@ permalink: /releases/changelog
66

77
# Changelog
88

9+
## 17.0.2
10+
11+
- [`f6dca0ba`](https://github.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793)
12+
upgrade packages (#2595) (Carl-Erik Kopseng)
13+
- [`5025d001`](https://github.com/sinonjs/sinon/commit/5025d001401091fd2086cfa2ec69e40cc0da9b65)
14+
Avoid return and callArg\* clearing each other's state (#2593) (Carl-Erik Kopseng)
15+
> - Partially revert "fix returns does not override call through (#2567)"
16+
>
17+
> * revert to the old manual clearing of props
18+
- [`ed068a88`](https://github.com/sinonjs/sinon/commit/ed068a886fa37cbd5f886d355824debd69aa1b16)
19+
Bump ip from 1.1.8 to 1.1.9 (#2587) (dependabot[bot])
20+
- [`ec4d592e`](https://github.com/sinonjs/sinon/commit/ec4d592ee4faf87d7e592c4b99b3e6fec99105c8)
21+
fix #2589: avoid invoking getter as side-effect (#2592) (Carl-Erik Kopseng)
22+
- [`9972e1e3`](https://github.com/sinonjs/sinon/commit/9972e1e3997198ff7f403ca5c000187f890f1699)
23+
Fix typo in mocks documentation (#2591) (Eduardo de la Cruz Palacios)
24+
- [`52e6e4c5`](https://github.com/sinonjs/sinon/commit/52e6e4c540d8d0b95727c9bbde8328f6692a6675)
25+
chore: prefer cache option of setup-node (Morgan Roderick)
26+
- [`08da1235`](https://github.com/sinonjs/sinon/commit/08da123555dc4ee4866720c925215dca4d3c799b)
27+
Bump actions/cache from 3 to 4 (dependabot[bot])
28+
- [`404ef47e`](https://github.com/sinonjs/sinon/commit/404ef47e1119c7b8229e9d6a3c6ae9a912305d1f)
29+
Bump nokogiri from 1.14.3 to 1.16.2 (dependabot[bot])
30+
- [`fd79612c`](https://github.com/sinonjs/sinon/commit/fd79612c3324bf3264533baa7159bb1722dd9788)
31+
Update Bug_report.md (Carl-Erik Kopseng)
32+
- [`1fbc812a`](https://github.com/sinonjs/sinon/commit/1fbc812a9f3351f55a06758bdc8b1a053135d826)
33+
Re-add about (Carl-Erik Kopseng)
34+
- [`fc8f6c3e`](https://github.com/sinonjs/sinon/commit/fc8f6c3e111473fcb53b2338eb8654b256c06e01)
35+
Fix formatting :clown: (Carl-Erik Kopseng)
36+
- [`c57e38ae`](https://github.com/sinonjs/sinon/commit/c57e38ae2ec6c466f83c4e38e85d3d324f72bb13)
37+
Remove old template (Carl-Erik Kopseng)
38+
- [`754bf7a9`](https://github.com/sinonjs/sinon/commit/754bf7a98b54a01472677772c7a34859f483adeb)
39+
Update Bug_report.md (Carl-Erik Kopseng)
40+
- [`87eed9d2`](https://github.com/sinonjs/sinon/commit/87eed9d255e9493b981494188abd12a9e1d95bf0)
41+
Fix some typos at code comments (#2581) (EliyahuMachluf)
42+
- [`cbae6997`](https://github.com/sinonjs/sinon/commit/cbae69978c29d0420fa39d11496bb29b180361b0)
43+
Link to createStubInstance util.md docs in stubs.md (#2577) (Daniel Kaplan)
44+
- [`adcf936d`](https://github.com/sinonjs/sinon/commit/adcf936de0e946e2b72a513436c0469319f3da79)
45+
Fix Mocha watch task by delegating to Node (#2573) (Carl-Erik Kopseng)
46+
- [`30ad2372`](https://github.com/sinonjs/sinon/commit/30ad23729568d70f865a5e6d323109fd06c7913e)
47+
prettier:write (Carl-Erik Kopseng)
48+
- [`45c4d6b9`](https://github.com/sinonjs/sinon/commit/45c4d6b9b80841947d6ebc4af5046a11b216d598)
49+
Remove outdated info from README (#2571) (Carl-Erik Kopseng)
50+
- [`6c9f5c2a`](https://github.com/sinonjs/sinon/commit/6c9f5c2ade9befeadd6fd7d10232883c147a9f1d)
51+
Add a notice that the Fake Timers API doc is incomplete (#2570) (Carl-Erik Kopseng)
52+
- [`93db3ef3`](https://github.com/sinonjs/sinon/commit/93db3ef3b0b49458954eb6e7ed765aa1ea34b21d)
53+
breaking: Remove sinon.defaultConfig and related modules (#2565) (Carl-Erik Kopseng)
54+
> - breaking: Remove sinon.defaultConfig and related modules
55+
>
56+
> default-config and get-config are leftovers from when Sinon
57+
>
58+
> shipped with sinon.test (now the independent NPM module
59+
>
60+
> 'sinon-test').
61+
62+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-05-07._
63+
964
## 17.0.1
1065

1166
- [`5fde5aeb`](https://github.com/sinonjs/sinon/commit/5fde5aebc74dec12bacd84d00a2f22906a7ebcc0)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"xhr",
1616
"assert"
1717
],
18-
"version": "17.0.1",
18+
"version": "17.0.2",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)