nightingale-unit-testing 18.0.0 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.1.0](https://github.com/christophehurpeau/nightingale/compare/v18.0.0...v18.1.0) (2025-11-18)
7
+
8
+ ### Features
9
+
10
+ * **deps:** update dependency @types/node to v22.19.1 ([#1277](https://github.com/christophehurpeau/nightingale/issues/1277))
11
+
12
+ Version bump for dependency: nightingale
13
+
14
+
6
15
  ## [18.0.0](https://github.com/christophehurpeau/nightingale/compare/v17.0.1...v18.0.0) (2025-11-15)
7
16
 
8
17
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-unit-testing",
3
- "version": "18.0.0",
3
+ "version": "18.1.0",
4
4
  "description": "nightingale default config for unit testing",
5
5
  "keywords": [],
6
6
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "prettier": "@pob/root/prettier-config",
58
58
  "dependencies": {
59
- "@types/node": ">=22.0.0",
60
- "nightingale": "18.0.0"
59
+ "@types/node": ">=22.19.1",
60
+ "nightingale": "18.1.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@pob/rollup-esbuild": "7.3.2",