@microsoft/eslint-config-spfx 1.21.1 → 1.22.0-beta.2

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.
@@ -60,4 +60,4 @@ function _interop_require_wildcard(obj, nodeInterop) {
60
60
  return newObj;
61
61
  }
62
62
 
63
- //#sourceMappingUrl=./index.js.map
63
+ //# sourceMappingURL=./index.js.map
@@ -35,4 +35,4 @@ const config = {
35
35
  };
36
36
  module.exports = config;
37
37
 
38
- //#sourceMappingUrl=./default.js.map
38
+ //# sourceMappingURL=./default.js.map
@@ -23,4 +23,4 @@ const config = {
23
23
  };
24
24
  module.exports = config;
25
25
 
26
- //#sourceMappingUrl=./react.js.map
26
+ //# sourceMappingURL=./react.js.map
package/lib-esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export * as Default from './profiles/default';
2
2
  export * as React from './profiles/react';
3
3
 
4
- //#sourceMappingUrl=./index.js.map
4
+ //# sourceMappingURL=./index.js.map
@@ -32,4 +32,4 @@ const config = {
32
32
  module.exports = config;
33
33
  export { };
34
34
 
35
- //#sourceMappingUrl=./default.js.map
35
+ //# sourceMappingURL=./default.js.map
@@ -20,4 +20,4 @@ const config = {
20
20
  module.exports = config;
21
21
  export { };
22
22
 
23
- //#sourceMappingUrl=./react.js.map
23
+ //# sourceMappingURL=./react.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/eslint-config-spfx",
3
- "version": "1.21.1",
3
+ "version": "1.22.0-beta.2",
4
4
  "description": "ESLint profiles for SharePoint Framework solutions",
5
5
  "license": "https://aka.ms/spfx/license",
6
6
  "homepage": "http://aka.ms/spfx",
@@ -31,15 +31,15 @@
31
31
  "node": ">=18.17.1 <19.0.0 || >=22.14.0 < 23.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@rushstack/eslint-config": "4.3.0",
35
- "@typescript-eslint/utils": "8.26.1",
36
- "@microsoft/eslint-plugin-spfx": "1.21.1"
34
+ "@rushstack/eslint-config": "4.4.0",
35
+ "@typescript-eslint/utils": "8.31.1",
36
+ "@microsoft/eslint-plugin-spfx": "1.22.0-beta.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@rushstack/heft": "0.71.0",
42
+ "@rushstack/heft": "0.74.3",
43
43
  "eslint": "8.57.1",
44
44
  "typescript": "5.3.3",
45
45
  "@msinternal/internal-node-rig": "0.1.0"