browserslist-config-anolilab 5.0.4 → 5.0.6
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.
- package/CHANGELOG.md +38 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
## 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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
|
|
7
|
+
* updated deps ([4c919cd](https://github.com/anolilab/javascript-style-guide/commit/4c919cd2a5da81e0e24c108676f3653ab314f206))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Continuous Integration
|
|
11
|
+
|
|
12
|
+
* downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.0
|
|
19
|
+
|
|
20
|
+
## 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)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* update dependencies ([72eabc7](https://github.com/anolilab/javascript-style-guide/commit/72eabc78c68be9778ac3e06ec4c2abb982da0636))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Miscellaneous Chores
|
|
29
|
+
|
|
30
|
+
* **deps:** update dependency vitest to ^0.34.4 ([#755](https://github.com/anolilab/javascript-style-guide/issues/755)) ([3246b55](https://github.com/anolilab/javascript-style-guide/commit/3246b55702eae25cf8d95ac95bd5f9b1323b51ff))
|
|
31
|
+
* **deps:** update devdependencies ([#751](https://github.com/anolilab/javascript-style-guide/issues/751)) ([01d4824](https://github.com/anolilab/javascript-style-guide/commit/01d482420a1ef6bbf01ff4b24336dac60d27637c))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Dependencies
|
|
36
|
+
|
|
37
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.6
|
|
38
|
+
|
|
1
39
|
## browserslist-config-anolilab [5.0.4](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.3...browserslist-config-anolilab@5.0.4) (2023-08-30)
|
|
2
40
|
|
|
3
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browserslist-config-anolilab",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
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": "
|
|
63
|
+
"@anolilab/semantic-release-preset": "7.0.0",
|
|
64
64
|
"browserslist": "4.21.10",
|
|
65
|
-
"caniuse-lite": "^1.0.
|
|
65
|
+
"caniuse-lite": "^1.0.30001538",
|
|
66
66
|
"cross-env": "^7.0.3",
|
|
67
67
|
"rimraf": "^5.0.1",
|
|
68
|
-
"semantic-release": "^21.1.
|
|
68
|
+
"semantic-release": "^21.1.2",
|
|
69
69
|
"tsup": "^7.2.0",
|
|
70
|
-
"vitest": "^0.34.
|
|
70
|
+
"vitest": "^0.34.5"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=18"
|