chore(misc): update nxcloud CI config (#18178)
This commit is contained in:
parent
b1a9ae7ce7
commit
3fcd84aed4
@ -145,7 +145,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Set dynamic nx run variable
|
name: Set dynamic nx run variable
|
||||||
command: |
|
command: |
|
||||||
echo "export NX_RUN_GROUP=\"run-group-<< parameters.os >>-$CIRCLE_WORKFLOW_ID\";" >> $BASH_ENV
|
echo "export NX_CI_EXECUTION_ENV=\"<< parameters.os >>\";" >> $BASH_ENV
|
||||||
- setup:
|
- setup:
|
||||||
os: << parameters.os >>
|
os: << parameters.os >>
|
||||||
- run:
|
- run:
|
||||||
@ -168,7 +168,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Set dynamic nx run variable
|
name: Set dynamic nx run variable
|
||||||
command: |
|
command: |
|
||||||
echo "export NX_RUN_GROUP=\"run-group-linux-$CIRCLE_WORKFLOW_ID\";" >> $BASH_ENV
|
echo "export NX_CI_EXECUTION_ENV=\"linux\";" >> $BASH_ENV
|
||||||
- setup:
|
- setup:
|
||||||
os: linux
|
os: linux
|
||||||
- nx/set-shas:
|
- nx/set-shas:
|
||||||
@ -215,7 +215,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Set dynamic nx run variable
|
name: Set dynamic nx run variable
|
||||||
command: |
|
command: |
|
||||||
echo "export NX_RUN_GROUP=\"run-group-macos-$CIRCLE_WORKFLOW_ID\";" >> $BASH_ENV
|
echo "export NX_CI_EXECUTION_ENV=\"macos\";" >> $BASH_ENV
|
||||||
- setup:
|
- setup:
|
||||||
os: macos
|
os: macos
|
||||||
- rust/install
|
- rust/install
|
||||||
|
|||||||
@ -216,7 +216,7 @@
|
|||||||
"ng-packagr": "~16.1.0",
|
"ng-packagr": "~16.1.0",
|
||||||
"node-fetch": "^2.6.7",
|
"node-fetch": "^2.6.7",
|
||||||
"nx": "16.6.0-beta.2",
|
"nx": "16.6.0-beta.2",
|
||||||
"nx-cloud": "16.1.0",
|
"nx-cloud": "16.1.1-beta.2",
|
||||||
"octokit": "^2.0.14",
|
"octokit": "^2.0.14",
|
||||||
"open": "^8.4.0",
|
"open": "^8.4.0",
|
||||||
"openai": "~3.3.0",
|
"openai": "~3.3.0",
|
||||||
|
|||||||
107
pnpm-lock.yaml
generated
107
pnpm-lock.yaml
generated
@ -1,9 +1,5 @@
|
|||||||
lockfileVersion: '6.0'
|
lockfileVersion: '6.0'
|
||||||
|
|
||||||
settings:
|
|
||||||
autoInstallPeers: true
|
|
||||||
excludeLinksFromLockfile: false
|
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
minimist: ^1.2.6
|
minimist: ^1.2.6
|
||||||
underscore: ^1.12.1
|
underscore: ^1.12.1
|
||||||
@ -722,8 +718,8 @@ devDependencies:
|
|||||||
specifier: 16.6.0-beta.2
|
specifier: 16.6.0-beta.2
|
||||||
version: 16.6.0-beta.2(@swc-node/register@1.5.4)(@swc/core@1.3.51)
|
version: 16.6.0-beta.2(@swc-node/register@1.5.4)(@swc/core@1.3.51)
|
||||||
nx-cloud:
|
nx-cloud:
|
||||||
specifier: 16.1.0
|
specifier: 16.1.1-beta.2
|
||||||
version: 16.1.0
|
version: 16.1.1-beta.2
|
||||||
octokit:
|
octokit:
|
||||||
specifier: ^2.0.14
|
specifier: ^2.0.14
|
||||||
version: 2.0.14
|
version: 2.0.14
|
||||||
@ -5915,7 +5911,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/gen-mapping': 0.3.3
|
'@jridgewell/gen-mapping': 0.3.3
|
||||||
'@jridgewell/trace-mapping': 0.3.18
|
'@jridgewell/trace-mapping': 0.3.18
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@jridgewell/sourcemap-codec@1.4.14:
|
/@jridgewell/sourcemap-codec@1.4.14:
|
||||||
resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
|
resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
|
||||||
@ -7003,42 +6998,6 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@nrwl/js@15.8.0(@swc-node/register@1.5.4)(@swc/core@1.3.51)(nx@15.8.0)(prettier@2.7.1)(typescript@5.1.3):
|
|
||||||
resolution: {integrity: sha512-l2Q7oFpzx6ul7G0nKpMkrvnIEaOY+X8fc2g2Db5WqpnnBdfkrtWXZPg/O4DQ1p9O6BXrZ+Q2AK9bfgnliiwyEg==}
|
|
||||||
dependencies:
|
|
||||||
'@babel/core': 7.22.5
|
|
||||||
'@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5)
|
|
||||||
'@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.22.5)
|
|
||||||
'@babel/plugin-transform-runtime': 7.22.5(@babel/core@7.22.5)
|
|
||||||
'@babel/preset-env': 7.22.5(@babel/core@7.22.5)
|
|
||||||
'@babel/preset-typescript': 7.21.4(@babel/core@7.22.5)
|
|
||||||
'@babel/runtime': 7.22.5
|
|
||||||
'@nrwl/devkit': 15.8.0(nx@15.8.0)(typescript@5.1.3)
|
|
||||||
'@nrwl/workspace': 15.8.0(@swc-node/register@1.5.4)(@swc/core@1.3.51)(eslint@8.15.0)(prettier@2.7.1)(typescript@5.1.3)
|
|
||||||
'@phenomnomnominal/tsquery': 4.1.1(typescript@5.1.3)
|
|
||||||
babel-plugin-const-enum: 1.2.0(@babel/core@7.22.5)
|
|
||||||
babel-plugin-macros: 2.8.0
|
|
||||||
babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.22.5)
|
|
||||||
chalk: 4.1.2
|
|
||||||
fast-glob: 3.2.7
|
|
||||||
fs-extra: 11.1.1
|
|
||||||
ignore: 5.2.0
|
|
||||||
js-tokens: 4.0.0
|
|
||||||
minimatch: 3.0.5
|
|
||||||
source-map-support: 0.5.19
|
|
||||||
tree-kill: 1.2.2
|
|
||||||
tslib: 2.5.3
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- '@babel/traverse'
|
|
||||||
- '@swc-node/register'
|
|
||||||
- '@swc/core'
|
|
||||||
- debug
|
|
||||||
- nx
|
|
||||||
- prettier
|
|
||||||
- supports-color
|
|
||||||
- typescript
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@nrwl/js@16.6.0-beta.2(@swc-node/register@1.5.4)(@swc/core@1.3.51)(@types/node@18.16.9)(nx@16.6.0-beta.2)(typescript@5.1.3)(verdaccio@5.15.4):
|
/@nrwl/js@16.6.0-beta.2(@swc-node/register@1.5.4)(@swc/core@1.3.51)(@types/node@18.16.9)(nx@16.6.0-beta.2)(typescript@5.1.3)(verdaccio@5.15.4):
|
||||||
resolution: {integrity: sha512-NdXMqmd5MDcw3/EzNbcKTTiVAXVZMIGCtFsEsO+0DwHWnHLlqYtqDIGVHnsamnUKLZS2WuMSijrqnoxvvln4FQ==}
|
resolution: {integrity: sha512-NdXMqmd5MDcw3/EzNbcKTTiVAXVZMIGCtFsEsO+0DwHWnHLlqYtqDIGVHnsamnUKLZS2WuMSijrqnoxvvln4FQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -7065,7 +7024,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nrwl/devkit': 15.8.0(nx@15.8.0)(typescript@5.1.3)
|
'@nrwl/devkit': 15.8.0(nx@15.8.0)(typescript@5.1.3)
|
||||||
'@nrwl/js': 15.8.0(@swc-node/register@1.5.4)(@swc/core@1.3.51)(nx@15.8.0)(prettier@2.7.1)(typescript@5.1.3)
|
'@nrwl/js': 15.8.0(@swc-node/register@1.5.4)(@swc/core@1.3.51)(eslint@8.15.0)(nx@16.6.0-beta.2)(prettier@2.7.1)(typescript@5.1.3)
|
||||||
'@phenomnomnominal/tsquery': 4.1.1(typescript@5.1.3)
|
'@phenomnomnominal/tsquery': 4.1.1(typescript@5.1.3)
|
||||||
eslint: 8.15.0
|
eslint: 8.15.0
|
||||||
tmp: 0.2.1
|
tmp: 0.2.1
|
||||||
@ -7122,10 +7081,10 @@ packages:
|
|||||||
- webpack
|
- webpack
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@nrwl/nx-cloud@16.1.0:
|
/@nrwl/nx-cloud@16.1.1-beta.2:
|
||||||
resolution: {integrity: sha512-OFjbSqdCuZq9KRYU/mOlIN8SYLZREsLlZYqYpObZqXJ5meUgBDJbUSwRweUSUvt73fgRixLEau2jPysiLHKxSQ==}
|
resolution: {integrity: sha512-CvM8oIW/vgv8UVxUKDvt10i/dwNkV8byz/Ri0ro76g7w9ygIYNMr7oJAHT98cwjH/mCvwU2Bki7ZbaiDKl5Y5A==}
|
||||||
dependencies:
|
dependencies:
|
||||||
nx-cloud: 16.1.0
|
nx-cloud: 16.1.1-beta.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
dev: true
|
dev: true
|
||||||
@ -13056,7 +13015,6 @@ packages:
|
|||||||
|
|
||||||
/buffer-from@1.1.2:
|
/buffer-from@1.1.2:
|
||||||
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/buffer-indexof-polyfill@1.0.2:
|
/buffer-indexof-polyfill@1.0.2:
|
||||||
resolution: {integrity: sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==}
|
resolution: {integrity: sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==}
|
||||||
@ -13660,7 +13618,6 @@ packages:
|
|||||||
|
|
||||||
/commander@2.20.3:
|
/commander@2.20.3:
|
||||||
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/commander@4.1.1:
|
/commander@4.1.1:
|
||||||
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
||||||
@ -21444,11 +21401,11 @@ packages:
|
|||||||
resolution: {integrity: sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==}
|
resolution: {integrity: sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/nx-cloud@16.1.0:
|
/nx-cloud@16.1.1-beta.2:
|
||||||
resolution: {integrity: sha512-2K5OuJ4MEDrn2solje2X+a3UxSCdfR5PIscCRQbBANyvJfl3hGJSTxz0n5xeJJX4cKcQlfAxDQFRH6DHNdTGPQ==}
|
resolution: {integrity: sha512-BazYa+knPd4tDhnp95/laJKI+kM3+uCDFNOgjzGNkNETJoKOLsvFz86zJVBrPSo2TBsvTOvGhJpxOQ23ywLRTA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nrwl/nx-cloud': 16.1.0
|
'@nrwl/nx-cloud': 16.1.1-beta.2
|
||||||
axios: 1.1.3
|
axios: 1.1.3
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
dotenv: 10.0.0
|
dotenv: 10.0.0
|
||||||
@ -24859,7 +24816,6 @@ packages:
|
|||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
immutable: 4.1.0
|
immutable: 4.1.0
|
||||||
source-map-js: 1.0.2
|
source-map-js: 1.0.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/sax@1.2.4:
|
/sax@1.2.4:
|
||||||
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
|
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
|
||||||
@ -25461,7 +25417,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
buffer-from: 1.1.2
|
buffer-from: 1.1.2
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/source-map@0.5.7:
|
/source-map@0.5.7:
|
||||||
resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
|
resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
|
||||||
@ -26351,7 +26306,6 @@ packages:
|
|||||||
acorn: 8.8.2
|
acorn: 8.8.2
|
||||||
commander: 2.20.3
|
commander: 2.20.3
|
||||||
source-map-support: 0.5.21
|
source-map-support: 0.5.21
|
||||||
dev: true
|
|
||||||
|
|
||||||
/terser@5.18.0:
|
/terser@5.18.0:
|
||||||
resolution: {integrity: sha512-pdL757Ig5a0I+owA42l6tIuEycRuM7FPY4n62h44mRLRfnOxJkkOHd6i89dOpwZlpF6JXBwaAHF6yWzFrt+QyA==}
|
resolution: {integrity: sha512-pdL757Ig5a0I+owA42l6tIuEycRuM7FPY4n62h44mRLRfnOxJkkOHd6i89dOpwZlpF6JXBwaAHF6yWzFrt+QyA==}
|
||||||
@ -27466,7 +27420,7 @@ packages:
|
|||||||
mlly: 1.2.0
|
mlly: 1.2.0
|
||||||
pathe: 1.1.0
|
pathe: 1.1.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 4.3.9(@types/node@18.16.9)(less@4.1.3)(sass@1.55.0)(stylus@0.59.0)
|
vite: 4.3.9(@types/node@18.16.9)(less@4.1.3)(sass@1.63.2)(stylus@0.59.0)(terser@5.17.7)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
@ -27512,42 +27466,6 @@ packages:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
|
|
||||||
/vite@4.3.9(@types/node@18.16.9)(less@4.1.3)(sass@1.55.0)(stylus@0.59.0):
|
|
||||||
resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==}
|
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
|
||||||
hasBin: true
|
|
||||||
peerDependencies:
|
|
||||||
'@types/node': '>= 14'
|
|
||||||
less: '*'
|
|
||||||
sass: '*'
|
|
||||||
stylus: '*'
|
|
||||||
sugarss: '*'
|
|
||||||
terser: ^5.4.0
|
|
||||||
peerDependenciesMeta:
|
|
||||||
'@types/node':
|
|
||||||
optional: true
|
|
||||||
less:
|
|
||||||
optional: true
|
|
||||||
sass:
|
|
||||||
optional: true
|
|
||||||
stylus:
|
|
||||||
optional: true
|
|
||||||
sugarss:
|
|
||||||
optional: true
|
|
||||||
terser:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
'@types/node': 18.16.9
|
|
||||||
esbuild: 0.17.19
|
|
||||||
less: 4.1.3
|
|
||||||
postcss: 8.4.24
|
|
||||||
rollup: 3.21.0
|
|
||||||
sass: 1.55.0
|
|
||||||
stylus: 0.59.0
|
|
||||||
optionalDependencies:
|
|
||||||
fsevents: 2.3.2
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/vite@4.3.9(@types/node@18.16.9)(less@4.1.3)(sass@1.63.2)(stylus@0.59.0)(terser@5.17.7):
|
/vite@4.3.9(@types/node@18.16.9)(less@4.1.3)(sass@1.63.2)(stylus@0.59.0)(terser@5.17.7):
|
||||||
resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==}
|
resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
@ -27583,7 +27501,6 @@ packages:
|
|||||||
terser: 5.17.7
|
terser: 5.17.7
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
dev: true
|
|
||||||
|
|
||||||
/vitest@0.32.0(less@4.1.3)(sass@1.55.0)(stylus@0.59.0):
|
/vitest@0.32.0(less@4.1.3)(sass@1.55.0)(stylus@0.59.0):
|
||||||
resolution: {integrity: sha512-SW83o629gCqnV3BqBnTxhB10DAwzwEx3z+rqYZESehUB+eWsJxwcBQx7CKy0otuGMJTYh7qCVuUX23HkftGl/Q==}
|
resolution: {integrity: sha512-SW83o629gCqnV3BqBnTxhB10DAwzwEx3z+rqYZESehUB+eWsJxwcBQx7CKy0otuGMJTYh7qCVuUX23HkftGl/Q==}
|
||||||
@ -28593,3 +28510,7 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.5.3
|
tslib: 2.5.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
settings:
|
||||||
|
autoInstallPeers: true
|
||||||
|
excludeLinksFromLockfile: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user