browserslist-config-anolilab 5.0.2 → 5.0.4

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 +25 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 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
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **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))
7
+ * **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))
8
+ * **deps:** update devdependencies ([#726](https://github.com/anolilab/javascript-style-guide/issues/726)) ([89c529d](https://github.com/anolilab/javascript-style-guide/commit/89c529d1ee0a10f8d030840ea80d027cd1fa84b1))
9
+ * **deps:** update devdependencies ([#740](https://github.com/anolilab/javascript-style-guide/issues/740)) ([8fdacef](https://github.com/anolilab/javascript-style-guide/commit/8fdacef017f429bb3ae556c7c55754ee145144b9))
10
+ * **deps:** update devdependencies ([#744](https://github.com/anolilab/javascript-style-guide/issues/744)) ([782b4fb](https://github.com/anolilab/javascript-style-guide/commit/782b4fbb8dc934f9db171c52878af44615bf0c29))
11
+
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.5
17
+
18
+ ## 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)
19
+
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.4
25
+
1
26
  ## browserslist-config-anolilab [5.0.2](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.1...browserslist-config-anolilab@5.0.2) (2023-08-04)
2
27
 
3
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browserslist-config-anolilab",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
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.3",
63
+ "@anolilab/semantic-release-preset": "6.0.5",
64
64
  "browserslist": "4.21.10",
65
- "caniuse-lite": "^1.0.30001519",
65
+ "caniuse-lite": "^1.0.30001524",
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.3"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=18"