Skip to content

Commit 0a5ec52

Browse files
committed
18.0.1
1 parent 03e33ec commit 0a5ec52

File tree

5 files changed

+182
-4
lines changed

5 files changed

+182
-4
lines changed

CHANGES.md

+89
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,94 @@
11
# Changes
22

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

594
This is what 17.0.2 should have been, as that contained two breaking changes. After updating

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: v18.0.0
8+
current_release: v18.0.1
99
current_major_version: 18
1010
markdown: kramdown
1111
kramdown:

docs/changelog.md

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

77
# Changelog
88

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.github.com>
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.github.com>
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.github.com>
95+
96+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-09-10._
97+
998
## 18.0.0
1099

11100
This is what 17.0.2 should have been, as that contained two breaking changes. After updating

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

0 commit comments

Comments
 (0)