browserslist-config-anolilab 5.0.11 → 5.0.13

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 +33 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ ## 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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
13
+
14
+ ## 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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
20
+
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * **deps:** update devdependencies ([#777](https://github.com/anolilab/javascript-style-guide/issues/777)) ([ad38256](https://github.com/anolilab/javascript-style-guide/commit/ad3825605a878c3058d56291c70c2e989f30d628))
25
+ * update core dependencies ([479d0e6](https://github.com/anolilab/javascript-style-guide/commit/479d0e603bb7ec8d3d33edafc086be0d2fc04f40))
26
+ * update dependencies ([72e841c](https://github.com/anolilab/javascript-style-guide/commit/72e841c2d8d1f6bf2c6d5366ebe641aec4cf9a9f))
27
+
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.1
33
+
1
34
  ## browserslist-config-anolilab [5.0.11](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.10...browserslist-config-anolilab@5.0.11) (2023-09-29)
2
35
 
3
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "5.0.11",
3
+ "version": "5.0.13",
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.0",
63
+ "@anolilab/semantic-release-preset": "8.0.2",
64
64
  "browserslist": "4.22.1",
65
- "caniuse-lite": "^1.0.30001541",
65
+ "caniuse-lite": "^1.0.30001559",
66
66
  "cross-env": "^7.0.3",
67
67
  "rimraf": "^5.0.5",
68
- "semantic-release": "^22.0.5",
68
+ "semantic-release": "^22.0.6",
69
69
  "tsup": "^7.2.0",
70
70
  "vitest": "^0.34.6"
71
71
  },
72
72
  "engines": {
73
- "node": ">=18"
73
+ "node": ">=18.* <=21.*"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "public",