Skip to content

Commit fc4459f

Browse files
authored
[release/8.0] Update NPM dependencies (#66052)
* Update NPM dependencies * Upgrade Node.js version from 18.x to 20.x * Fixup * Replace helix queue
1 parent ce511e5 commit fc4459f

55 files changed

Lines changed: 1083 additions & 652 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.azure/pipelines/jobs/default-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ jobs:
175175
displayName: Start background dump collection
176176
- ${{ if eq(parameters.installNodeJs, 'true') }}:
177177
- task: NodeTool@0
178-
displayName: Install Node 18.x
178+
displayName: Install Node 20.x
179179
inputs:
180-
versionSpec: 18.x
180+
versionSpec: 20.x
181181
- ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isAzDOTestingJob, true)) }}:
182182
- powershell: |
183183
Write-Host "##vso[task.setvariable variable=SeleniumProcessTrackingFolder]$(Build.SourcesDirectory)\artifacts\tmp\selenium\"
@@ -393,9 +393,9 @@ jobs:
393393
displayName: Start background dump collection
394394
- ${{ if eq(parameters.installNodeJs, 'true') }}:
395395
- task: NodeTool@0
396-
displayName: Install Node 18.x
396+
displayName: Install Node 20.x
397397
inputs:
398-
versionSpec: 18.x
398+
versionSpec: 20.x
399399
- ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isAzDOTestingJob, true)) }}:
400400
- powershell: |
401401
Write-Host "##vso[task.setvariable variable=SeleniumProcessTrackingFolder]$(Build.SourcesDirectory)\artifacts\tmp\selenium\"

eng/targets/Helix.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<HelixAvailableTargetQueue Include="Ubuntu.2204.Amd64.Open" Platform="Linux" />
3232
<HelixAvailableTargetQueue Include="OSX.15.Amd64.Open" Platform="OSX" />
3333
<HelixAvailableTargetQueue Include="Windows.11.Amd64.Client.Open" Platform="Windows" />
34-
<HelixAvailableTargetQueue Include="Windows.Amd64.VS2022.Pre.Open" Platform="Windows" />
34+
<HelixAvailableTargetQueue Include="Windows.Amd64.VS2022.Open" Platform="Windows" />
3535
</ItemGroup>
3636
</When>
3737
<Otherwise>

eng/targets/Npm.Common.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageJson>$(MSBuildProjectDirectory)\package.json</PackageJson>
99
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$(MSBuildProjectDirectory)\obj\</BaseIntermediateOutputPath>
1010
<IntermediateOutputPath>$([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)'))$(Configuration)\</IntermediateOutputPath>
11-
<InstallArgs>$(InstallArgs) --frozen-lockfile</InstallArgs>
11+
<InstallArgs>$(InstallArgs) --frozen-lockfile --ignore-engines</InstallArgs>
1212
<_BackupPackageJson>$(IntermediateOutputPath)$(MSBuildProjectName).package.json.bak</_BackupPackageJson>
1313
<BuildDependsOn>
1414
PrepareForBuild;

src/Components/CustomElements/src/js/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
},
2525
"resolutions": {
2626
"ansi-regex": "5.0.1",
27-
"minimist": ">=1.2.6"
27+
"minimist": ">=1.2.6",
28+
"serialize-javascript": ">=7.0.5",
29+
"cross-spawn": ">=7.0.5",
30+
"braces": ">=3.0.3",
31+
"micromatch": ">=4.0.8",
32+
"picomatch": ">=2.3.2",
33+
"flatted": ">=3.4.2",
34+
"semver": ">=7.5.2",
35+
"word-wrap": ">=1.2.4",
36+
"@babel/traverse": ">=7.23.2"
2837
}
2938
}

src/Components/CustomElements/src/js/yarn.lock

Lines changed: 157 additions & 86 deletions
Large diffs are not rendered by default.

src/Components/Web.JS/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,16 @@
4545
"typescript": "^4.5.4",
4646
"webpack": "^5.72.1",
4747
"webpack-cli": "^4.9.2"
48+
},
49+
"resolutions": {
50+
"serialize-javascript": ">=7.0.5",
51+
"cross-spawn": ">=7.0.5",
52+
"braces": ">=3.0.3",
53+
"micromatch": ">=4.0.8",
54+
"picomatch": ">=2.3.2",
55+
"flatted": ">=3.4.2",
56+
"semver": ">=7.5.2",
57+
"word-wrap": ">=1.2.4",
58+
"@babel/traverse": ">=7.23.2"
4859
}
4960
}

src/Components/Web.JS/yarn.lock

Lines changed: 157 additions & 86 deletions
Large diffs are not rendered by default.

src/Components/WebAssembly/Authentication.Msal/src/Interop/package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@
2626
"webpack-cli": "^4.9.2"
2727
},
2828
"dependencies": {
29-
"@azure/msal-browser": "^2.28.3"
29+
"@azure/msal-browser": "^2.39.0"
3030
},
3131
"resolutions": {
3232
"ansi-regex": "5.0.1",
33-
"minimist": ">=1.2.6"
33+
"minimist": ">=1.2.6",
34+
"serialize-javascript": ">=7.0.5",
35+
"cross-spawn": ">=7.0.5",
36+
"braces": ">=3.0.3",
37+
"micromatch": ">=4.0.8",
38+
"picomatch": ">=2.3.2",
39+
"flatted": ">=3.4.2",
40+
"semver": ">=7.5.2",
41+
"word-wrap": ">=1.2.4",
42+
"@babel/traverse": ">=7.23.2"
3443
}
3544
}

0 commit comments

Comments
 (0)