Skip to content

Commit

Permalink
Improvements (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs authored Dec 14, 2024
2 parents 839289c + 9d41a3c commit 0b4cf93
Show file tree
Hide file tree
Showing 7 changed files with 950 additions and 902 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
1 change: 0 additions & 1 deletion actions/run-many/src/utils/run-target.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export async function runTarget(
'npx nx run-many',
`--target=${target}`,
`--projects=${projectsWithTarget.join(',')}`,
`--output-style=stream`,
config && `--configuration=${config}`,
(core.isDebug() || argv.verbose) && '--verbose',
`${getRestArgs()}`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"tslint": "~6.1.3",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.5.3"
}
9 changes: 9 additions & 0 deletions packages/gcp-functions/src/executors/deploy/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"envVarsFile": {
"type": "string"
},
"envVars": {
"type": "object"
},
"project": {
"type": "string"
},
Expand Down Expand Up @@ -107,6 +110,12 @@
},
"timeout": {
"type": "number"
},
"secrets": {
"type": [
"string",
"object"
]
}
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22186,11 +22186,11 @@ __metadata:
linkType: hard

"nanoid@npm:^3.3.6, nanoid@npm:^3.3.7":
version: 3.3.7
resolution: "nanoid@npm:3.3.7"
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
nanoid: bin/nanoid.cjs
checksum: 10/ac1eb60f615b272bccb0e2b9cd933720dad30bf9708424f691b8113826bb91aca7e9d14ef5d9415a6ba15c266b37817256f58d8ce980c82b0ba3185352565679
checksum: 10/2d1766606cf0d6f47b6f0fdab91761bb81609b2e3d367027aff45e6ee7006f660fb7e7781f4a34799fe6734f1268eeed2e37a5fdee809ade0c2d4eb11b0f9c40
languageName: node
linkType: hard

Expand Down Expand Up @@ -29015,11 +29015,11 @@ __metadata:

"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A~5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=379a07"
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb
languageName: node
linkType: hard

Expand Down

0 comments on commit 0b4cf93

Please sign in to comment.