mirror of https://github.com/aminya/setup-cpp
Merge pull request #270 from aminya/undici [skip ci]
This commit is contained in:
commit
f07e7e86a4
|
@ -10,6 +10,7 @@ ignorePaths:
|
||||||
- dev/cpp_vcpkg_project
|
- dev/cpp_vcpkg_project
|
||||||
- "**/node_modules/"
|
- "**/node_modules/"
|
||||||
- .vscode/extensions.json
|
- .vscode/extensions.json
|
||||||
|
- patches/*.patch
|
||||||
words:
|
words:
|
||||||
- aarch
|
- aarch
|
||||||
- aminya
|
- aminya
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -226,5 +226,10 @@
|
||||||
"optimize": true,
|
"optimize": true,
|
||||||
"outputFormat": "commonjs"
|
"outputFormat": "commonjs"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"patchedDependencies": {
|
||||||
|
"@actions/http-client@2.2.1": "patches/@actions__http-client@2.2.1.patch"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,11 @@ settings:
|
||||||
autoInstallPeers: true
|
autoInstallPeers: true
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
|
patchedDependencies:
|
||||||
|
'@actions/http-client@2.2.1':
|
||||||
|
hash: h2yxya57dhjhq5wjg77csg6jfq
|
||||||
|
path: patches/@actions__http-client@2.2.1.patch
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
|
@ -16,7 +21,7 @@ importers:
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
'@actions/http-client':
|
'@actions/http-client':
|
||||||
specifier: ^2.2.1
|
specifier: ^2.2.1
|
||||||
version: 2.2.1
|
version: 2.2.1(patch_hash=h2yxya57dhjhq5wjg77csg6jfq)
|
||||||
'@actions/io':
|
'@actions/io':
|
||||||
specifier: ^1.1.3
|
specifier: ^1.1.3
|
||||||
version: 1.1.3
|
version: 1.1.3
|
||||||
|
@ -5481,7 +5486,7 @@ snapshots:
|
||||||
'@actions/core': 1.10.1
|
'@actions/core': 1.10.1
|
||||||
'@actions/exec': 1.1.1
|
'@actions/exec': 1.1.1
|
||||||
'@actions/glob': 0.1.2
|
'@actions/glob': 0.1.2
|
||||||
'@actions/http-client': 2.2.1
|
'@actions/http-client': 2.2.1(patch_hash=h2yxya57dhjhq5wjg77csg6jfq)
|
||||||
'@actions/io': 1.1.3
|
'@actions/io': 1.1.3
|
||||||
'@azure/abort-controller': 1.1.0
|
'@azure/abort-controller': 1.1.0
|
||||||
'@azure/ms-rest-js': 2.7.0(encoding@0.1.13)
|
'@azure/ms-rest-js': 2.7.0(encoding@0.1.13)
|
||||||
|
@ -5494,7 +5499,7 @@ snapshots:
|
||||||
|
|
||||||
'@actions/core@1.10.1':
|
'@actions/core@1.10.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@actions/http-client': 2.2.1
|
'@actions/http-client': 2.2.1(patch_hash=h2yxya57dhjhq5wjg77csg6jfq)
|
||||||
uuid: 8.3.2
|
uuid: 8.3.2
|
||||||
|
|
||||||
'@actions/exec@1.1.1':
|
'@actions/exec@1.1.1':
|
||||||
|
@ -5515,7 +5520,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
tunnel: 0.0.6
|
tunnel: 0.0.6
|
||||||
|
|
||||||
'@actions/http-client@2.2.1':
|
'@actions/http-client@2.2.1(patch_hash=h2yxya57dhjhq5wjg77csg6jfq)':
|
||||||
dependencies:
|
dependencies:
|
||||||
tunnel: 0.0.6
|
tunnel: 0.0.6
|
||||||
undici: 5.28.4
|
undici: 5.28.4
|
||||||
|
@ -5535,7 +5540,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@actions/core': 1.10.1
|
'@actions/core': 1.10.1
|
||||||
'@actions/exec': 1.1.1
|
'@actions/exec': 1.1.1
|
||||||
'@actions/http-client': 2.2.1
|
'@actions/http-client': 2.2.1(patch_hash=h2yxya57dhjhq5wjg77csg6jfq)
|
||||||
'@actions/io': 1.1.3
|
'@actions/io': 1.1.3
|
||||||
semver: 6.3.1
|
semver: 6.3.1
|
||||||
uuid: 3.4.0
|
uuid: 3.4.0
|
||||||
|
|
Loading…
Reference in New Issue