File tree Expand file tree Collapse file tree 5 files changed +35
-5
lines changed Expand file tree Collapse file tree 5 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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 < mail@maxantoni.de >
15
+
16
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2024-09-13._
17
+
3
18
## 18.0.1
4
19
5
20
Basically a patch release to update a transitive dependency in Nise.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ description: >-
5
5
url : ' https://sinonjs.org'
6
6
github_username : sinonjs
7
7
sinon :
8
- current_release : v18 .0.1
9
- current_major_version : 18
8
+ current_release : v19 .0.0
9
+ current_major_version : 19
10
10
markdown : kramdown
11
11
kramdown :
12
12
input : GFM
Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
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 < mail@maxantoni.de >
21
+
22
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2024-09-13._
23
+
9
24
## 18.0.1
10
25
11
26
Basically a patch release to update a transitive dependency in Nise.
Original file line number Diff line number Diff line change 15
15
" xhr" ,
16
16
" assert"
17
17
],
18
- "version" : " 18 .0.1 " ,
18
+ "version" : " 19 .0.0 " ,
19
19
"homepage" : " https://sinonjs.org/" ,
20
20
"author" : " Christian Johansen" ,
21
21
"repository" : {
You can’t perform that action at this time.
0 commit comments