browserslist-config-anolilab 5.0.12 → 5.0.14

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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## browserslist-config-anolilab [5.0.14](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.13...browserslist-config-anolilab@5.0.14) (2023-12-22)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * dep update ([1af9698](https://github.com/anolilab/javascript-style-guide/commit/1af9698f21adfa547144ae1f2dd307ea081557df))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.3
13
+
14
+ ## browserslist-config-anolilab [5.0.13](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.12...browserslist-config-anolilab@5.0.13) (2023-11-02)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
26
+
1
27
  ## browserslist-config-anolilab [5.0.12](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.11...browserslist-config-anolilab@5.0.12) (2023-10-31)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "5.0.12",
3
+ "version": "5.0.14",
4
4
  "description": "Shareable browserlist config for Anolilab projects.",
5
5
  "keywords": [
6
6
  "browserslist",
@@ -60,17 +60,17 @@
60
60
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
61
61
  },
62
62
  "devDependencies": {
63
- "@anolilab/semantic-release-preset": "8.0.1",
64
- "browserslist": "4.22.1",
65
- "caniuse-lite": "^1.0.30001559",
63
+ "@anolilab/semantic-release-preset": "8.0.3",
64
+ "browserslist": "4.22.2",
65
+ "caniuse-lite": "^1.0.30001571",
66
66
  "cross-env": "^7.0.3",
67
67
  "rimraf": "^5.0.5",
68
- "semantic-release": "^22.0.6",
69
- "tsup": "^7.2.0",
70
- "vitest": "^0.34.6"
68
+ "semantic-release": "^22.0.12",
69
+ "tsup": "^8.0.1",
70
+ "vitest": "^1.1.0"
71
71
  },
72
72
  "engines": {
73
- "node": ">=18"
73
+ "node": ">=18.* <=21.*"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "public",