linted 16.2.1 → 16.2.2

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/SECURITY.md ADDED
@@ -0,0 +1,9 @@
1
+ # Security Policy
2
+
3
+ ## Reporting a Vulnerability
4
+
5
+ This repository participates in GitHub private vulnerability reporting.
6
+
7
+ [__⚑ Report Vulnerability__](./../../security/advisories/new)
8
+
9
+ Thank you your dedication to safety.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { type Boundary } from "@eslinted/core";
2
2
  declare type Scope = "js" | "ts" | "svelte" | "mocha" | "html" | "json" | "jsonc" | "yml" | "md";
3
- export default function (includes?: Partial<Record<Scope, readonly string[]>>, overrides?: Boundary.Input.Rules.Overrides): Boundary.Output[];
3
+ export default function (includes?: Partial<Record<Scope, readonly string[]>>, overrides?: Boundary.Input.Rules.Overrides): import("@eslinted/core/dist/boundary/output/index.js").Config[];
4
4
  declare type ScopeOK = Scope extends keyof Boundary.Input.Files.Base ? keyof Boundary.Input.Files.Base extends Scope ? "OK" : never : never;
5
5
  export type BoundaryTest = ScopeOK & {};
6
6
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAa,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAIrD,OAAO,MAAM,KAAK,GACd,IAAI,GACJ,IAAI,GACJ,QAAQ,GACR,OAAO,GACP,MAAM,GACN,MAAM,GACN,OAAO,GACP,KAAK,GACL,IAAI,CACP;AAED,MAAM,CAAC,OAAO,WACZ,QAAQ,GAAE,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,CAAC,CAAM,EACxD,SAAS,GAAE,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,SAAc,qBAW/C;AAED,OAAO,MAAM,OAAO,GAAG,KAAK,SAAS,MAAM,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,SAAS,KAAK,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,CAAC;AAE5I,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAa,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAIrD,OAAO,MAAM,KAAK,GACd,IAAI,GACJ,IAAI,GACJ,QAAQ,GACR,OAAO,GACP,MAAM,GACN,MAAM,GACN,OAAO,GACP,KAAK,GACL,IAAI,CACP;AAED,MAAM,CAAC,OAAO,WACZ,QAAQ,GAAE,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,CAAC,CAAM,EACxD,SAAS,GAAE,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,SAAc,mEAW/C;AAED,OAAO,MAAM,OAAO,GAAG,KAAK,SAAS,MAAM,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,GAAG,MAAM,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,SAAS,KAAK,GAAG,IAAI,GAAG,KAAK,GAAG,KAAK,CAAC;AAE5I,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.15.0",
3
3
  "name": "linted",
4
- "version": "16.2.1",
4
+ "version": "16.2.2",
5
5
  "description": "Zero-config ESLint flat config factory for (strict, agglutinative) entire-stack formatting and linting: TypeScript, JavaScript, Svelte, HTML, (Tailwind) CSS, Mocha, JSON(C), and sadly YAML.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -52,10 +52,10 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@eslinted/core": "~3.1.1",
55
+ "@eslinted/core": "~3.1.7",
56
56
  "@html-eslint/eslint-plugin": "~0.26.0",
57
57
  "@html-eslint/parser": "~0.26.0",
58
- "@stylistic/eslint-plugin": "~2.6.2",
58
+ "@stylistic/eslint-plugin": "~2.6.4",
59
59
  "@typescript-eslint/eslint-plugin": "~8.1.0",
60
60
  "@typescript-eslint/parser": "~8.1.0",
61
61
  "eslint-plugin-jsonc": "~2.16.0",
@@ -69,9 +69,9 @@
69
69
  "yaml-eslint-parser": "~1.2.3"
70
70
  },
71
71
  "devDependencies": {
72
- "@eslint/config-inspector": "^0.5.2",
72
+ "@eslint/config-inspector": "^0.5.3",
73
73
  "eslint": "~9.9.0",
74
- "linted": "~16.2.1-rc.2",
74
+ "linted": "~16.2.2-rc.0",
75
75
  "npm-run-all": "^4.1.5",
76
76
  "typescript": "^5.5.4"
77
77
  },