@anolilab/lint-staged-config 3.0.17 → 3.0.18

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,14 @@
1
+ ## @anolilab/lint-staged-config [3.0.18](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.17...@anolilab/lint-staged-config@3.0.18) (2025-07-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update lint-staged-config dependencies ([554fa52](https://github.com/anolilab/javascript-style-guide/commit/554fa52f06b298043cbbdb601dd3ba476fc58ec9))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/eslint-config:** upgraded to 16.2.14
11
+
1
12
  ## @anolilab/lint-staged-config [3.0.17](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.16...@anolilab/lint-staged-config@3.0.17) (2025-06-05)
2
13
 
3
14
 
package/dist/types.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Join } from "type-fest";
1
+ import type { Join } from ".//index.d.d.cts";
2
2
  export type AbsolutePath = `/${string}`;
3
3
  export type ConfigPath<A extends AbsolutePath, N extends string> = Join<[A, N], "/">;
4
4
  export interface EslintConfig {
package/dist/types.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Join } from "type-fest";
1
+ import type { Join } from ".//index.d.d.mts";
2
2
  export type AbsolutePath = `/${string}`;
3
3
  export type ConfigPath<A extends AbsolutePath, N extends string> = Join<[A, N], "/">;
4
4
  export interface EslintConfig {
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { Join } from "type-fest";
1
+ import type { Join } from ".//index.d.d.ts";
2
2
  export type AbsolutePath = `/${string}`;
3
3
  export type ConfigPath<A extends AbsolutePath, N extends string> = Join<[A, N], "/">;
4
4
  export interface EslintConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -74,9 +74,9 @@
74
74
  "dist"
75
75
  ],
76
76
  "dependencies": {
77
- "@visulima/fs": "3.1.3",
78
- "@visulima/package": "^3.5.6",
79
- "shell-quote": "^1.8.2"
77
+ "@visulima/fs": "3.1.5",
78
+ "@visulima/package": "^3.5.8",
79
+ "shell-quote": "^1.8.3"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "eslint": "^9.5",