Skip to content

Commit adea6a1

Browse files
committed
18.0.0
1 parent 6324be4 commit adea6a1

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+
## 18.0.0
4+
5+
This is what 17.0.2 should have been, as that contained two breaking changes. After updating
6+
Nise we are down to one breaking change, which only affects sinon-test (which has been updated),
7+
so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default
8+
will at some later version be disabled. We will then issue a little migration note.
9+
10+
- [`01d45312`](https://github.com/sinonjs/sinon/commit/01d45312e82bbd0b2f435f16bd4a834b98d08e11)
11+
Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng)
12+
> This should be disabled in a future Sinon version by default.
13+
- [`c618edc5`](https://github.com/sinonjs/sinon/commit/c618edc51e0302f047914e121cb788ac9cc43382)
14+
fix #2594: remove needless sandbox creation (Carl-Erik Kopseng)
15+
16+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-05-15._
17+
318
## 17.0.2
419

520
- [`f6dca0ba`](https://github.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793)

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: v17.0.2
9-
current_major_version: 17
8+
current_release: v18.0.0
9+
current_major_version: 18
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+
## 18.0.0
10+
11+
This is what 17.0.2 should have been, as that contained two breaking changes. After updating
12+
Nise we are down to one breaking change, which only affects sinon-test (which has been updated),
13+
so most people are not affected. The legacyRoutes flag that is currently enabled in Nise by default
14+
will at some later version be disabled. We will then issue a little migration note.
15+
16+
- [`01d45312`](https://github.com/sinonjs/sinon/commit/01d45312e82bbd0b2f435f16bd4a834b98d08e11)
17+
Use Nise 6 with legacyRoutes flag enabled (Carl-Erik Kopseng)
18+
> This should be disabled in a future Sinon version by default.
19+
- [`c618edc5`](https://github.com/sinonjs/sinon/commit/c618edc51e0302f047914e121cb788ac9cc43382)
20+
fix #2594: remove needless sandbox creation (Carl-Erik Kopseng)
21+
22+
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2024-05-15._
23+
924
## 17.0.2
1025

1126
- [`f6dca0ba`](https://github.com/sinonjs/sinon/commit/f6dca0bac3f228fa917165eca8815d5e2b8a6793)

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

0 commit comments

Comments
 (0)