Skip to content

Commit 0ab2937

Browse files
committed
Release major version of Reffy - v18.0.0
Breaking change: - Adjust minimal version of Node.js required (#1717) Dependencies bumped: - Bump undici from 6.21.0 to 7.0.0 (#1716) - Bump puppeteer from 23.8.0 to 23.9.0 (#1711) - Bump rollup from 4.26.0 to 4.27.4 (#1713) - Bump respec from 35.1.2 to 35.2.0 (#1714) - Bump web-specs from 3.26.0 to 3.28.0 (#1715) - Bump cross-spawn from 7.0.3 to 7.0.6 (#1710)
1 parent dc6c9b5 commit 0ab2937

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ Minor and patch release notes are currently only documented in
66

77
Reffy adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## v18.0.0 - 2024-11-29
10+
11+
### Breaking change
12+
13+
- Bump minimal supported version of Node.js from v20.12.1 to v20.18.1 ([#1717](https://github.com/w3c/reffy/pull/1717))
14+
15+
Required by dependency on Undici, although note this dependency is only for tests (`devDependencies` in `package.json`).
16+
17+
### Dependency bumps
18+
19+
- Bump undici from 6.21.0 to 7.0.0 (#1716)
20+
- Bump puppeteer from 23.8.0 to 23.9.0 (#1711)
21+
- Bump rollup from 4.26.0 to 4.27.4 (#1713)
22+
- Bump respec from 35.1.2 to 35.2.0 (#1714)
23+
- Bump web-specs from 3.26.0 to 3.28.0 (#1715)
24+
- Bump cross-spawn from 7.0.3 to 7.0.6 (#1710)
25+
926
## v17.0.0 - 2024-07-24
1027

1128
### Breaking change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reffy",
3-
"version": "17.2.10",
3+
"version": "18.0.0",
44
"description": "W3C/WHATWG spec dependencies exploration companion. Features a short set of tools to study spec references as well as WebIDL term definitions and references found in W3C specifications.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)