browserslist-config-anolilab 5.0.7 → 5.0.9
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 +31 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
## browserslist-config-anolilab [5.0.9](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.8...browserslist-config-anolilab@5.0.9) (2023-09-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update dependencies across multiple packages ([e884c4d](https://github.com/anolilab/javascript-style-guide/commit/e884c4d6e983b4db5f7d633537efe25abed64acf))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** update devdependencies ([#766](https://github.com/anolilab/javascript-style-guide/issues/766)) ([ef64bea](https://github.com/anolilab/javascript-style-guide/commit/ef64bea2701995c85b9d1a0ad07ec4da6f7e4b25))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.4
|
|
18
|
+
|
|
19
|
+
## 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)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* 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))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Dependencies
|
|
29
|
+
|
|
30
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.3
|
|
31
|
+
|
|
1
32
|
## 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
33
|
|
|
3
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browserslist-config-anolilab",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9",
|
|
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.
|
|
65
|
-
"caniuse-lite": "^1.0.
|
|
63
|
+
"@anolilab/semantic-release-preset": "7.0.4",
|
|
64
|
+
"browserslist": "4.22.0",
|
|
65
|
+
"caniuse-lite": "^1.0.30001540",
|
|
66
66
|
"cross-env": "^7.0.3",
|
|
67
|
-
"rimraf": "^5.0.
|
|
67
|
+
"rimraf": "^5.0.5",
|
|
68
68
|
"semantic-release": "^21.1.2",
|
|
69
69
|
"tsup": "^7.2.0",
|
|
70
70
|
"vitest": "^0.34.5"
|