browserslist-config-anolilab 5.0.5 → 5.0.7

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 +32 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## browserslist-config-anolilab [5.0.7](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.6...browserslist-config-anolilab@5.0.7) (2023-09-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * changed optionalDependencies to peerDependencies with peerDependenciesMeta ([2a21b86](https://github.com/anolilab/javascript-style-guide/commit/2a21b861f1ff60483f9ee5762579e4369fca5467))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.2
13
+
14
+ ## browserslist-config-anolilab [5.0.6](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.5...browserslist-config-anolilab@5.0.6) (2023-09-21)
15
+
16
+
17
+ ### Miscellaneous Chores
18
+
19
+ * update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
20
+ * updated deps ([4c919cd](https://github.com/anolilab/javascript-style-guide/commit/4c919cd2a5da81e0e24c108676f3653ab314f206))
21
+
22
+
23
+ ### Continuous Integration
24
+
25
+ * downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
26
+
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * **@anolilab/semantic-release-preset:** upgraded to 7.0.0
32
+
1
33
  ## browserslist-config-anolilab [5.0.5](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.4...browserslist-config-anolilab@5.0.5) (2023-09-14)
2
34
 
3
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "5.0.5",
3
+ "version": "5.0.7",
4
4
  "description": "Shareable browserlist config for Anolilab projects.",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -60,14 +60,14 @@
60
60
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "6.0.6",
64
- "browserslist": "4.21.10",
65
- "caniuse-lite": "^1.0.30001534",
63
+ "@anolilab/semantic-release-preset": "7.0.2",
64
+ "browserslist": "4.21.11",
65
+ "caniuse-lite": "^1.0.30001538",
66
66
  "cross-env": "^7.0.3",
67
67
  "rimraf": "^5.0.1",
68
- "semantic-release": "^21.1.1",
68
+ "semantic-release": "^21.1.2",
69
69
  "tsup": "^7.2.0",
70
- "vitest": "^0.34.4"
70
+ "vitest": "^0.34.5"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=18"