browserslist-config-anolilab 5.0.6 → 5.0.8
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 +26 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## browserslist-config-anolilab [5.0.8](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.7...browserslist-config-anolilab@5.0.8) (2023-09-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. ([38535ab](https://github.com/anolilab/javascript-style-guide/commit/38535abf2557680e3f22e1ff74372764ca11c2f1))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.3
|
|
13
|
+
|
|
14
|
+
## 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)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* changed optionalDependencies to peerDependencies with peerDependenciesMeta ([2a21b86](https://github.com/anolilab/javascript-style-guide/commit/2a21b861f1ff60483f9ee5762579e4369fca5467))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.2
|
|
26
|
+
|
|
1
27
|
## 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
28
|
|
|
3
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browserslist-config-anolilab",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.8",
|
|
4
4
|
"description": "Shareable browserlist config for Anolilab projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browserslist",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@anolilab/semantic-release-preset": "7.0.
|
|
64
|
-
"browserslist": "4.21.
|
|
65
|
-
"caniuse-lite": "^1.0.
|
|
63
|
+
"@anolilab/semantic-release-preset": "7.0.3",
|
|
64
|
+
"browserslist": "4.21.11",
|
|
65
|
+
"caniuse-lite": "^1.0.30001539",
|
|
66
66
|
"cross-env": "^7.0.3",
|
|
67
|
-
"rimraf": "^5.0.
|
|
67
|
+
"rimraf": "^5.0.2",
|
|
68
68
|
"semantic-release": "^21.1.2",
|
|
69
69
|
"tsup": "^7.2.0",
|
|
70
70
|
"vitest": "^0.34.5"
|