@arcgis/eslint-config 4.32.0-next.99 → 4.32.1

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Licensing
2
2
 
3
- COPYRIGHT © 2024 Esri
3
+ COPYRIGHT © 2025 Esri
4
4
 
5
5
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
6
6
 
package/README.md CHANGED
@@ -8,7 +8,7 @@ It is not intended to be used directly, but rather used as a dependency by other
8
8
 
9
9
  ## License
10
10
 
11
- COPYRIGHT © 2024 Esri
11
+ COPYRIGHT © 2025 Esri
12
12
 
13
13
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
14
14
 
@@ -1,5 +1,5 @@
1
1
  // package.json
2
- var version = "4.32.0-next.99";
2
+ var version = "4.32.1";
3
3
 
4
4
  // src/plugins/utils/makePlugin.ts
5
5
  function makeEslintPlugin(pluginName, rules) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  makeEslintPlugin
3
- } from "./chunk-EV5JZ3LD.js";
3
+ } from "./chunk-BGGTSYNZ.js";
4
4
 
5
5
  // src/plugins/utils/helpers.ts
6
6
  var isTestFile = (filePath) => filePath.includes("/test") || filePath.includes(".test") || filePath.includes(".spec") || filePath.includes("e2e") || filePath.includes("__") || filePath.includes("/.");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  makeEslintPlugin
3
- } from "./chunk-EV5JZ3LD.js";
3
+ } from "./chunk-BGGTSYNZ.js";
4
4
 
5
5
  // src/plugins/lumina/rules/add-missing-jsx-import.ts
6
6
  import { AST_NODE_TYPES as AST_NODE_TYPES2 } from "@typescript-eslint/utils";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  webgis_default
3
- } from "../chunk-K5BERYRC.js";
4
- import "../chunk-EV5JZ3LD.js";
3
+ } from "../chunk-CM3FMM54.js";
4
+ import "../chunk-BGGTSYNZ.js";
5
5
 
6
6
  // src/config/index.ts
7
7
  import eslint from "@eslint/js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  lumina_default
3
- } from "../chunk-RMGFQQEF.js";
4
- import "../chunk-EV5JZ3LD.js";
3
+ } from "../chunk-MCQ7ZKE5.js";
4
+ import "../chunk-BGGTSYNZ.js";
5
5
 
6
6
  // src/config/storybook.ts
7
7
  import eslintPluginStorybook from "eslint-plugin-storybook";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  lumina_default
3
- } from "../../chunk-RMGFQQEF.js";
4
- import "../../chunk-EV5JZ3LD.js";
3
+ } from "../../chunk-MCQ7ZKE5.js";
4
+ import "../../chunk-BGGTSYNZ.js";
5
5
  export {
6
6
  lumina_default as default
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  webgis_default
3
- } from "../../chunk-K5BERYRC.js";
4
- import "../../chunk-EV5JZ3LD.js";
3
+ } from "../../chunk-CM3FMM54.js";
4
+ import "../../chunk-BGGTSYNZ.js";
5
5
  export {
6
6
  webgis_default as default
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/eslint-config",
3
- "version": "4.32.0-next.99",
3
+ "version": "4.32.1",
4
4
  "description": "ESLint configuration for arcgis-web-components",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "license": "SEE LICENSE IN LICENSE.md",
21
21
  "dependencies": {
22
- "@arcgis/components-utils": "4.32.0-next.99",
22
+ "@arcgis/components-utils": "4.32.1",
23
23
  "@eslint/js": "^9.17.0",
24
24
  "@types/confusing-browser-globals": "^1.0.3",
25
25
  "confusing-browser-globals": "^1.0.11",