@commencis/eslint-config 3.2.0 → 3.3.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,11 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 3.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: update core dependencies and minimum supported versions ([#433](https://github.com/Commencis/js-toolkit/pull/433))
8
+
3
9
  ## 3.2.0
4
10
 
5
11
  ### Minor Changes
@@ -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,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,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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "3.2.0",
3
+ "version": "3.3.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",