@commencis/eslint-config 3.2.0 → 3.4.0

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,5 +1,17 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: remove no-undef rule from typescriptConfig ([#435](https://github.com/Commencis/js-toolkit/pull/435))
8
+
9
+ ## 3.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - chore: update core dependencies and minimum supported versions ([#433](https://github.com/Commencis/js-toolkit/pull/433))
14
+
3
15
  ## 3.2.0
4
16
 
5
17
  ### Minor Changes
@@ -557,7 +557,8 @@ const typescriptRuleset = {
557
557
  caughtErrorsIgnorePattern: "^_",
558
558
  destructuredArrayIgnorePattern: "^_",
559
559
  varsIgnorePattern: "^_"
560
- }]
560
+ }],
561
+ "no-undef": "off"
561
562
  },
562
563
  name: "@commencis/typescript"
563
564
  };
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/javascript.ts
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/native.ts
@@ -1,8 +1,8 @@
1
1
  import { t as FlatConfig } from "../config.types-lPpPZZFj.mjs";
2
- import * as eslint_config1 from "eslint/config";
2
+ import * as eslint_config0 from "eslint/config";
3
3
 
4
4
  //#region src/configs/next.d.ts
5
5
  declare const nextConfig: FlatConfig;
6
- declare const _default: eslint_config1.Config[];
6
+ declare const _default: eslint_config0.Config[];
7
7
  //#endregion
8
8
  export { _default as default, nextConfig };
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/next.ts
@@ -1,8 +1,8 @@
1
1
  import { t as FlatConfig } from "../config.types-lPpPZZFj.mjs";
2
- import * as eslint_config2 from "eslint/config";
2
+ import * as eslint_config0 from "eslint/config";
3
3
 
4
4
  //#region src/configs/react.d.ts
5
5
  declare const reactConfig: FlatConfig;
6
- declare const _default: eslint_config2.Config[];
6
+ declare const _default: eslint_config0.Config[];
7
7
  //#endregion
8
8
  export { _default as default, reactConfig };
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/react.ts
@@ -1,8 +1,8 @@
1
1
  import { t as FlatConfig } from "../config.types-lPpPZZFj.mjs";
2
- import * as eslint_config3 from "eslint/config";
2
+ import * as eslint_config0 from "eslint/config";
3
3
 
4
4
  //#region src/configs/typescript.d.ts
5
5
  declare const typescriptConfig: FlatConfig;
6
- declare const _default: eslint_config3.Config[];
6
+ declare const _default: eslint_config0.Config[];
7
7
  //#endregion
8
8
  export { _default as default, typescriptConfig };
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/typescript.ts
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "./configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "./configFactory-BipBobUN.mjs";
2
2
  import { javascriptConfig } from "./configs/javascript.mjs";
3
3
  import { nextConfig } from "./configs/next.mjs";
4
4
  import { reactConfig } from "./configs/react.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "3.2.0",
3
+ "version": "3.4.0",
4
4
  "description": "Commencis ESLint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -50,16 +50,16 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@next/eslint-plugin-next": "16.1.1",
54
- "@typescript-eslint/utils": "8.51.0",
53
+ "@next/eslint-plugin-next": "16.1.6",
54
+ "@typescript-eslint/utils": "8.54.0",
55
55
  "eslint-config-prettier": "10.1.8",
56
56
  "eslint-plugin-jsx-a11y": "6.10.2",
57
- "eslint-plugin-prettier": "5.5.4",
57
+ "eslint-plugin-prettier": "5.5.5",
58
58
  "eslint-plugin-react": "7.37.5",
59
59
  "eslint-plugin-react-hooks": "7.0.1",
60
60
  "eslint-plugin-simple-import-sort": "12.1.1",
61
- "globals": "17.0.0",
62
- "typescript-eslint": "8.51.0"
61
+ "globals": "17.3.0",
62
+ "typescript-eslint": "8.54.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@commencis/ts-config": "1.0.0",