@anolilab/lint-staged-config 2.0.5 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## @anolilab/lint-staged-config [2.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.5...@anolilab/lint-staged-config@2.0.6) (2023-08-30)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps:** update all non-major dependencies ([#736](https://github.com/anolilab/javascript-style-guide/issues/736)) ([eb2f1fb](https://github.com/anolilab/javascript-style-guide/commit/eb2f1fbac325d6188dab9d373afa25d2fd44e389))
7
+ * **deps:** update dependency eslint to ^8.47.0 ([#730](https://github.com/anolilab/javascript-style-guide/issues/730)) ([afa200d](https://github.com/anolilab/javascript-style-guide/commit/afa200d232ebee4d60e816b8b616d690845e401b))
8
+ * **deps:** update dependency lint-staged to v14 ([#732](https://github.com/anolilab/javascript-style-guide/issues/732)) ([ef3234c](https://github.com/anolilab/javascript-style-guide/commit/ef3234cbddaf67dabc429140824fdc217cde511b))
9
+ * **deps:** update dependency lint-staged to v14 ([#733](https://github.com/anolilab/javascript-style-guide/issues/733)) ([39b8ab1](https://github.com/anolilab/javascript-style-guide/commit/39b8ab187c13c3ef791862efe3c92b6b9890e77a))
10
+ * **deps:** update dependency prettier to ^3.0.3 ([#737](https://github.com/anolilab/javascript-style-guide/issues/737)) ([6966403](https://github.com/anolilab/javascript-style-guide/commit/69664036183617fc6a8a1218f43d35f8f27ca87d))
11
+ * **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))
12
+ * **deps:** update dependency typescript to v5.2.2 ([#745](https://github.com/anolilab/javascript-style-guide/issues/745)) ([90c1703](https://github.com/anolilab/javascript-style-guide/commit/90c1703dfc87ac2e16e181f3a42c099e47af609f))
13
+ * **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))
14
+ * **deps:** update devdependencies ([#726](https://github.com/anolilab/javascript-style-guide/issues/726)) ([89c529d](https://github.com/anolilab/javascript-style-guide/commit/89c529d1ee0a10f8d030840ea80d027cd1fa84b1))
15
+ * **deps:** update devdependencies ([#740](https://github.com/anolilab/javascript-style-guide/issues/740)) ([8fdacef](https://github.com/anolilab/javascript-style-guide/commit/8fdacef017f429bb3ae556c7c55754ee145144b9))
16
+ * **deps:** update devdependencies ([#744](https://github.com/anolilab/javascript-style-guide/issues/744)) ([782b4fb](https://github.com/anolilab/javascript-style-guide/commit/782b4fbb8dc934f9db171c52878af44615bf0c29))
17
+ * **deps:** update eslint ([#746](https://github.com/anolilab/javascript-style-guide/issues/746)) ([6b37144](https://github.com/anolilab/javascript-style-guide/commit/6b37144a8cb47fe3993bd9eccd075c695da8dde0))
18
+ * **deps:** update stylelint ([#741](https://github.com/anolilab/javascript-style-guide/issues/741)) ([195cb45](https://github.com/anolilab/javascript-style-guide/commit/195cb45c1e213f61e8ac98c3323517c38003fa87))
19
+
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * **@anolilab/package-json-utils:** upgraded to 3.0.5
25
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.5
26
+
1
27
  ## @anolilab/lint-staged-config [2.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.4...@anolilab/lint-staged-config@2.0.5) (2023-08-10)
2
28
 
3
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -94,36 +94,36 @@
94
94
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
95
95
  },
96
96
  "dependencies": {
97
- "@anolilab/package-json-utils": "3.0.4",
97
+ "@anolilab/package-json-utils": "3.0.5",
98
98
  "cross-env": "^7.0.3",
99
99
  "find-up": "5.0.0",
100
100
  "shell-quote": "^1.8.1"
101
101
  },
102
102
  "devDependencies": {
103
- "@anolilab/semantic-release-preset": "6.0.4",
104
- "@total-typescript/ts-reset": "^0.4.2",
103
+ "@anolilab/semantic-release-preset": "6.0.5",
104
+ "@total-typescript/ts-reset": "^0.5.1",
105
105
  "@types/lint-staged": "^13.2.0",
106
106
  "@types/shell-quote": "^1.7.1",
107
- "@vitest/coverage-v8": "^0.34.1",
107
+ "@vitest/coverage-v8": "^0.34.3",
108
108
  "husky": "^8.0.3",
109
- "lint-staged": "^13.2.3",
109
+ "lint-staged": "^14.0.1",
110
110
  "rimraf": "^5.0.1",
111
- "semantic-release": "^21.0.7",
111
+ "semantic-release": "^21.1.1",
112
112
  "tsup": "^7.2.0",
113
- "type-fest": "^4.2.0",
114
- "typescript": "5.1.6",
115
- "vitest": "^0.34.1"
113
+ "type-fest": "^4.3.1",
114
+ "typescript": "5.2.2",
115
+ "vitest": "^0.34.3"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "husky": "^8.x",
119
- "lint-staged": "^13.x"
119
+ "lint-staged": "^13.x || ^14.0.0"
120
120
  },
121
121
  "optionalDependencies": {
122
- "eslint": "^8.46.0",
123
- "jest": "^29.6.2",
124
- "prettier": "^3.0.1",
122
+ "eslint": "^8.48.0",
123
+ "jest": "^29.6.4",
124
+ "prettier": "^3.0.3",
125
125
  "secretlint": "^7.0.7",
126
- "stylelint": "^15.10.2",
126
+ "stylelint": "^15.10.3",
127
127
  "vite": "^4.4.9"
128
128
  },
129
129
  "engines": {