@microsoft/eslint-config-spfx 1.20.2 → 1.21.0-beta.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/eslint-config-spfx",
3
- "version": "1.20.2",
3
+ "version": "1.21.0-beta.0",
4
4
  "description": "ESLint profiles for SharePoint Framework solutions",
5
5
  "license": "https://aka.ms/spfx/license",
6
6
  "homepage": "http://aka.ms/spfx",
@@ -10,15 +10,15 @@
10
10
  "node": ">=18.17.1 <19.0.0"
11
11
  },
12
12
  "dependencies": {
13
- "@rushstack/eslint-config": "4.0.2",
13
+ "@rushstack/eslint-config": "4.1.1",
14
14
  "@typescript-eslint/utils": "8.1.0",
15
- "@microsoft/eslint-plugin-spfx": "1.20.2"
15
+ "@microsoft/eslint-plugin-spfx": "1.21.0-beta.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@rushstack/heft": "0.67.2",
21
+ "@rushstack/heft": "0.68.13",
22
22
  "eslint": "8.57.1",
23
23
  "typescript": "5.3.3",
24
24
  "@odsp-web-tools/internal-node-rig": "0.1.0"
@@ -27,8 +27,8 @@
27
27
  "build": "heft test --clean",
28
28
  "clean": "heft clean",
29
29
  "start": "heft start --clean",
30
+ "_phase:depscan": "heft depscan",
30
31
  "_phase:tool-build": "heft run --only build -- --clean",
31
- "_phase:build-incremental": "heft run --only build --",
32
- "_phase:depscan": ""
32
+ "_phase:tool-build:incremental": "heft run --only build --"
33
33
  }
34
34
  }