linted 28.37.0-rc.6 → 28.37.0-rc.8

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/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import Core from "@eslinted/core";
2
- export default function (extensions?: Parameters<typeof Core>[0]["extensions"]): readonly unknown[];
2
+ export default function (extensions?: Parameters<typeof Core>[0]["extensions"]): unknown[];
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,IAAI,MAAM,gBAAgB,CAAC;AAIlC,MAAM,CAAC,OAAO,WAAW,UAAU,GAAE,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,YAAY,CAAM,GAAG,SAAS,OAAO,EAAE,CAgBtG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAIlC,MAAM,CAAC,OAAO,WAAW,UAAU,GAAE,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,YAAY,CAAM,aAgBjF"}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "linted",
6
- "version": "28.37.0-rc.6",
6
+ "version": "28.37.0-rc.8",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "private": false,
9
9
  "engineStrict": true,
@@ -32,8 +32,8 @@
32
32
  "dependencies": {
33
33
  "@eslint/css": "0.8.1",
34
34
  "@eslint/json": "0.12.0",
35
- "@eslinted/core": "18.9.4",
36
- "@eslinted/defaults": "10.22.3",
35
+ "@eslinted/core": "18.10.0",
36
+ "@eslinted/defaults": "10.23.0",
37
37
  "@html-eslint/eslint-plugin": "0.40.3",
38
38
  "@stylistic/eslint-plugin": "4.4.0",
39
39
  "eslint-plugin-chai-expect": "3.1.0",
package/src/index.ts CHANGED
@@ -2,7 +2,7 @@ import Core from "@eslinted/core";
2
2
  import * as defaults from "@eslinted/defaults";
3
3
  import * as imports from "./imports";
4
4
 
5
- export default function (extensions: Parameters<typeof Core>[0]["extensions"] = {}): readonly unknown[] {
5
+ export default function (extensions: Parameters<typeof Core>[0]["extensions"] = {}) {
6
6
  try {
7
7
  return Core(
8
8
  {