Skip to content

Commit 8b4250f

Browse files
committed
v8.0.0
1 parent 883ef1b commit 8b4250f

File tree

4 files changed

+11
-23
lines changed

4 files changed

+11
-23
lines changed

.npmignore

Lines changed: 0 additions & 19 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
### 8.0.0
5+
- **Breaking**: Remove official Node v18 support. There is no known issue but our CI won't test against it anymore.
6+
- Fix [Node v22 issues](https://github.com/nodejs/node/pull/58388#issuecomment-2894893538)
7+
48
### 7.0.0
59
- **Breaking**: Remove official Node v10, v12, v14 and v16 support. We had to do this because one of our dependencies had security issues and the version with the fix dropped Node v10 as well. Additionally, there were also package-lock.json issues because of a breaking change at npm [6deb9bd3edb1d3531ffa689968339f9fd390a5d5](https://github.com/jhnns/rewire/commit/6deb9bd3edb1d3531ffa689968339f9fd390a5d5) [092e554955db2591d09b57d3b87a575ee0d510a9](https://github.com/jhnns/rewire/commit/092e554955db2591d09b57d3b87a575ee0d510a9)
610
- **Breaking**: Remove CoffeeScript support [e0ea17d2e13ef4fb054980c1c5c62edcfd10632f](https://github.com/jhnns/rewire/commit/e0ea17d2e13ef4fb054980c1c5c62edcfd10632f)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rewire",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Easy dependency injection for node.js unit testing",
55
"keywords": [
66
"dependency",
@@ -44,5 +44,8 @@
4444
},
4545
"dependencies": {
4646
"eslint": "^8.47.0"
47-
}
47+
},
48+
"files": [
49+
"lib"
50+
]
4851
}

0 commit comments

Comments
 (0)