nightingale-unit-testing 14.2.0 → 15.0.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 +23 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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
+ ## [15.0.0](https://github.com/christophehurpeau/nightingale/compare/v14.2.1...v15.0.0) (2023-12-25)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * update babel and drop browser modern version
12
+
13
+ ### Features
14
+
15
+ * update babel and drop browser modern version ([5c76abc](https://github.com/christophehurpeau/nightingale/commit/5c76abc8bfb595a617fc4c8b795dae7e674ea664))
16
+
17
+ Version bump for dependency: nightingale
18
+ Version bump for dependency: nightingale-console
19
+
20
+
21
+ ## [14.2.1](https://github.com/christophehurpeau/nightingale/compare/v14.2.0...v14.2.1) (2023-11-05)
22
+
23
+ Note: no notable changes
24
+
25
+ Version bump for dependency: nightingale
26
+ Version bump for dependency: nightingale-console
27
+
28
+
6
29
  ## [14.2.0](https://github.com/christophehurpeau/nightingale/compare/v14.1.0...v14.2.0) (2023-11-04)
7
30
 
8
31
  Note: no notable changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightingale-unit-testing",
3
- "version": "14.2.0",
3
+ "version": "15.0.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)",
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@types/node": ">=18.0.0",
57
- "nightingale": "14.2.0",
58
- "nightingale-console": "14.2.0"
57
+ "nightingale": "15.0.0",
58
+ "nightingale-console": "15.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@babel/core": "7.23.2",
62
- "pob-babel": "36.4.4",
63
- "typescript": "5.2.2"
61
+ "@babel/core": "7.23.6",
62
+ "pob-babel": "38.0.0",
63
+ "typescript": "5.3.3"
64
64
  }
65
65
  }