Skip to content

Commit 62724bb

Browse files
committed
19.0.0
1 parent dda95c2 commit 62724bb

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

CHANGES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changes
22

3+
## 19.0.0
4+
5+
- [`3534ab4f`](https://github.com/sinonjs/sinon/commit/3534ab4fb02803173d9ca34f6020c3701d82abc9)
6+
Bump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)
7+
> Ensures consistency and less breakage when there are "circular" dependencies.
8+
- [`912c568d`](https://github.com/sinonjs/sinon/commit/912c568d3038dc0bea0e8a7b25e4298087c7c99c)
9+
upgrade fake timers and others (#2612) (Carl-Erik Kopseng)
10+
> - Upgrade dependencies (includes breaking API in Fake Timers)
11+
> - fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
12+
- [`9715798e`](https://github.com/sinonjs/sinon/commit/9715798e30e59b110a1349cd0bd087b0fa5f9af2)
13+
Use newer @mochify/\* packages (#2609) (Carl-Erik Kopseng)
14+
> Co-authored-by: Maximilian Antoni <[email protected]>
15+
16+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-09-13._
17+
318
## 18.0.1
419

520
Basically a patch release to update a transitive dependency in Nise.

docs/_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: >-
55
url: 'https://sinonjs.org'
66
github_username: sinonjs
77
sinon:
8-
current_release: v18.0.1
9-
current_major_version: 18
8+
current_release: v19.0.0
9+
current_major_version: 19
1010
markdown: kramdown
1111
kramdown:
1212
input: GFM

docs/changelog.md

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

77
# Changelog
88

9+
## 19.0.0
10+
11+
- [`3534ab4f`](https://github.com/sinonjs/sinon/commit/3534ab4fb02803173d9ca34f6020c3701d82abc9)
12+
Bump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)
13+
> Ensures consistency and less breakage when there are "circular" dependencies.
14+
- [`912c568d`](https://github.com/sinonjs/sinon/commit/912c568d3038dc0bea0e8a7b25e4298087c7c99c)
15+
upgrade fake timers and others (#2612) (Carl-Erik Kopseng)
16+
> - Upgrade dependencies (includes breaking API in Fake Timers)
17+
> - fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
18+
- [`9715798e`](https://github.com/sinonjs/sinon/commit/9715798e30e59b110a1349cd0bd087b0fa5f9af2)
19+
Use newer @mochify/\* packages (#2609) (Carl-Erik Kopseng)
20+
> Co-authored-by: Maximilian Antoni <[email protected]>
21+
22+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-09-13._
23+
924
## 18.0.1
1025

1126
Basically a patch release to update a transitive dependency in Nise.

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": "18.0.1",
18+
"version": "19.0.0",
1919
"homepage": "https://sinonjs.org/",
2020
"author": "Christian Johansen",
2121
"repository": {

0 commit comments

Comments
 (0)