browserslist-config-anolilab 5.0.3 → 5.0.5

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 +36 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## 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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([72eabc7](https://github.com/anolilab/javascript-style-guide/commit/72eabc78c68be9778ac3e06ec4c2abb982da0636))
7
+
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **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))
12
+ * **deps:** update devdependencies ([#751](https://github.com/anolilab/javascript-style-guide/issues/751)) ([01d4824](https://github.com/anolilab/javascript-style-guide/commit/01d482420a1ef6bbf01ff4b24336dac60d27637c))
13
+
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.6
19
+
20
+ ## 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)
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **deps:** update dependency semantic-release to ^21.1.1 ([#738](https://github.com/anolilab/javascript-style-guide/issues/738)) ([ee6e926](https://github.com/anolilab/javascript-style-guide/commit/ee6e926d19848a6d7aaca6b3b0f92befaed59e08))
26
+ * **deps:** update dependency vitest to ^0.34.3 ([#739](https://github.com/anolilab/javascript-style-guide/issues/739)) ([67dd404](https://github.com/anolilab/javascript-style-guide/commit/67dd404766bceb0103f637208fc646ed40aefb16))
27
+ * **deps:** update devdependencies ([#726](https://github.com/anolilab/javascript-style-guide/issues/726)) ([89c529d](https://github.com/anolilab/javascript-style-guide/commit/89c529d1ee0a10f8d030840ea80d027cd1fa84b1))
28
+ * **deps:** update devdependencies ([#740](https://github.com/anolilab/javascript-style-guide/issues/740)) ([8fdacef](https://github.com/anolilab/javascript-style-guide/commit/8fdacef017f429bb3ae556c7c55754ee145144b9))
29
+ * **deps:** update devdependencies ([#744](https://github.com/anolilab/javascript-style-guide/issues/744)) ([782b4fb](https://github.com/anolilab/javascript-style-guide/commit/782b4fbb8dc934f9db171c52878af44615bf0c29))
30
+
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.5
36
+
1
37
  ## browserslist-config-anolilab [5.0.3](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.2...browserslist-config-anolilab@5.0.3) (2023-08-10)
2
38
 
3
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
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": "6.0.4",
63
+ "@anolilab/semantic-release-preset": "6.0.6",
64
64
  "browserslist": "4.21.10",
65
- "caniuse-lite": "^1.0.30001519",
65
+ "caniuse-lite": "^1.0.30001534",
66
66
  "cross-env": "^7.0.3",
67
67
  "rimraf": "^5.0.1",
68
- "semantic-release": "^21.0.7",
68
+ "semantic-release": "^21.1.1",
69
69
  "tsup": "^7.2.0",
70
- "vitest": "^0.34.1"
70
+ "vitest": "^0.34.4"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=18"