@anolilab/lint-staged-config 2.1.5 → 2.1.7

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 CHANGED
@@ -1,3 +1,30 @@
1
+ ## @anolilab/lint-staged-config [2.1.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.6...@anolilab/lint-staged-config@2.1.7) (2023-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update deps ([e75d029](https://github.com/anolilab/javascript-style-guide/commit/e75d02912fe8c0333f9fa30726f517638ac62ff7))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.3
13
+
14
+ ## @anolilab/lint-staged-config [2.1.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.5...@anolilab/lint-staged-config@2.1.6) (2023-11-02)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
20
+
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@anolilab/package-json-utils:** upgraded to 3.0.9
26
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
27
+
1
28
  ## @anolilab/lint-staged-config [2.1.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.4...@anolilab/lint-staged-config@2.1.5) (2023-11-02)
2
29
 
3
30
 
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { }
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -94,25 +94,25 @@
94
94
  "test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
95
95
  },
96
96
  "dependencies": {
97
- "@anolilab/package-json-utils": "3.0.8",
97
+ "@anolilab/package-json-utils": "3.0.9",
98
98
  "find-up": "5.0.0",
99
99
  "shell-quote": "^1.8.1"
100
100
  },
101
101
  "devDependencies": {
102
- "@anolilab/semantic-release-preset": "8.0.1",
102
+ "@anolilab/semantic-release-preset": "8.0.3",
103
103
  "@total-typescript/ts-reset": "^0.5.1",
104
- "@types/lint-staged": "^13.2.1",
105
- "@types/shell-quote": "^1.7.3",
106
- "@vitest/coverage-v8": "^0.34.6",
104
+ "@types/lint-staged": "^13.3.0",
105
+ "@types/shell-quote": "^1.7.5",
106
+ "@vitest/coverage-v8": "^1.1.0",
107
107
  "cross-env": "^7.0.3",
108
108
  "husky": "^8.0.3",
109
- "lint-staged": "^15.0.2",
109
+ "lint-staged": "^15.2.0",
110
110
  "rimraf": "^5.0.5",
111
- "semantic-release": "^22.0.6",
112
- "tsup": "^7.2.0",
113
- "type-fest": "^4.6.0",
114
- "typescript": "5.2.2",
115
- "vitest": "^0.34.6"
111
+ "semantic-release": "^22.0.12",
112
+ "tsup": "^8.0.1",
113
+ "type-fest": "^4.8.3",
114
+ "typescript": "5.3.3",
115
+ "vitest": "^1.1.0"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "eslint": "^8.49.0",
@@ -145,7 +145,7 @@
145
145
  }
146
146
  },
147
147
  "engines": {
148
- "node": ">=18"
148
+ "node": ">=18.* <=21.*"
149
149
  },
150
150
  "publishConfig": {
151
151
  "access": "public",