linted 21.1.0 → 21.1.2-rc.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import type { Input } from "@eslinted/core";
2
- export default function (includes?: Input["files"]["includes"], overrides?: Input["rules"]["overrides"]): import("@eslinted/core").Output;
2
+ export default function (includes?: Input["files"]["includes"], overrides?: Input["rules"]["overrides"]): [import("@eslinted/core/dist/interface/output/global/ignores").GlobalConfigIgnores, import("@eslinted/core/dist/interface/output/global/system").GlobalConfigSystem, ...import("@eslinted/core").Config[]];
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAM5C,MAAM,CAAC,OAAO,WACZ,QAAQ,GAAE,KAAK,CAAC,OAAO,CAAC,CAAC,UAAU,CAAM,EACzC,SAAS,GAAE,KAAK,CAAC,OAAO,CAAC,CAAC,WAAW,CAAM,mCAmB5C"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAM5C,MAAM,CAAC,OAAO,WACZ,QAAQ,GAAE,KAAK,CAAC,OAAO,CAAC,CAAC,UAAU,CAAM,EACzC,SAAS,GAAE,KAAK,CAAC,OAAO,CAAC,CAAC,WAAW,CAAM,8MAmB5C"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "22.11.0",
3
3
  "name": "linted",
4
- "version": "21.1.0",
4
+ "version": "21.1.2-rc.0",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -47,7 +47,7 @@
47
47
  "peerDependencies": {
48
48
  "eslint": "~9.14.0",
49
49
  "mocha": "^10.8.2",
50
- "svelte": "^5.1.12",
50
+ "svelte": "^5.1.13",
51
51
  "typescript": ">=5.6.3"
52
52
  },
53
53
  "peerDependenciesMeta": {
@@ -62,7 +62,7 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@eslinted/core": "11.1.0",
65
+ "@eslinted/core": "11.2.0",
66
66
  "@html-eslint/eslint-plugin": "0.27.0",
67
67
  "@html-eslint/parser": "0.27.0",
68
68
  "@stylistic/eslint-plugin": "2.10.1",
@@ -73,7 +73,7 @@
73
73
  "eslint-plugin-svelte": "2.46.0",
74
74
  "eslint-plugin-yml": "1.15.0",
75
75
  "jsonc-eslint-parser": "2.4.0",
76
- "svelte": "^5.1.12",
76
+ "svelte": "^5.1.13",
77
77
  "svelte-eslint-parser": "0.43.0",
78
78
  "yaml-eslint-parser": "1.2.3"
79
79
  },