browserslist-config-anolilab 4.2.1 → 5.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 +24 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## browserslist-config-anolilab [5.0.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.2.1...browserslist-config-anolilab@5.0.0) (2023-07-18)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * fixing broken releases that semantic-release did create
7
+ Signed-off-by: prisis <d.bannert@anolilab.de>
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
12
+ * update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * Update devDependencies in package.json ([eee78cd](https://github.com/anolilab/javascript-style-guide/commit/eee78cd1cb1395a9f16dd5395f7e28ac79942dfe))
18
+
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.1
24
+
1
25
  ## browserslist-config-anolilab [4.2.1](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@4.2.0...browserslist-config-anolilab@4.2.1) (2023-07-05)
2
26
 
3
27
 
@@ -12,7 +36,6 @@
12
36
  * Reorganize Prettier config and update README examples ([cc2a4be](https://github.com/anolilab/javascript-style-guide/commit/cc2a4be9a223c722fcec370a8260028cc5f6fbd0))
13
37
 
14
38
 
15
-
16
39
  ### Dependencies
17
40
 
18
41
  * **@anolilab/semantic-release-preset:** upgraded to 5.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "4.2.1",
3
+ "version": "5.0.0",
4
4
  "description": "Shareable browserlist config for Anolilab projects.",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -59,17 +59,17 @@
59
59
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
60
60
  },
61
61
  "devDependencies": {
62
- "@anolilab/semantic-release-preset": "5.0.1",
62
+ "@anolilab/semantic-release-preset": "6.0.1",
63
63
  "browserslist": "4.21.9",
64
- "caniuse-lite": "^1.0.30001512",
64
+ "caniuse-lite": "^1.0.30001516",
65
65
  "cross-env": "^7.0.3",
66
66
  "rimraf": "^5.0.1",
67
- "semantic-release": "^21.0.6",
67
+ "semantic-release": "^21.0.7",
68
68
  "tsup": "^7.1.0",
69
- "vitest": "^0.32.4"
69
+ "vitest": "^0.33.0"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16"
72
+ "node": ">=18"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public",