Skip to content

Commit

Permalink
Merge branch 'main' into preevy-docs-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Dec 10, 2023
2 parents cd40fd2 + e2d7b88 commit 72a7963
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/cli-common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rootDir": "src",
},
"include": ["**/*"],
"exclude": ["jest.config.js", "dist"],
"exclude": ["jest.config.js", "dist", "lint-staged.config.cjs"],
"references": [
{ "path": "../core" },
]
Expand Down
1 change: 1 addition & 0 deletions packages/driver-azure/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"rootDir": "src",
},
"include": ["**/*"],
"exclude": ["jest.config.js", "dist", "lint-staged.config.cjs"],
"references": [
{ "path": "../common" },
{ "path": "../core" },
Expand Down
1 change: 1 addition & 0 deletions packages/driver-gce/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"rootDir": "src",
},
"include": ["**/*"],
"exclude": ["jest.config.js", "dist", "lint-staged.config.cjs"],
"references": [
{ "path": "../common" },
{ "path": "../core" },
Expand Down
2 changes: 1 addition & 1 deletion packages/driver-kube-pod/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rootDir": "src",
},
"include": ["**/*"],
"exclude": ["jest.config.js", "dist"],
"exclude": ["jest.config.js", "dist", "lint-staged.config.cjs"],
"references": [
{ "path": "../common" },
{ "path": "../core" },
Expand Down
1 change: 1 addition & 0 deletions packages/driver-lightsail/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"rootDir": "src",
},
"include": ["**/*"],
"exclude": ["jest.config.js", "dist", "lint-staged.config.cjs"],
"references": [
{ "path": "../common" },
{ "path": "../core" },
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-github/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"rootDir": "src",
},
"include": ["**/*"],
"exclude": ["jest.config.js", "dist", "lint-staged.config.cjs"],
"references": [
{ "path": "../cli-common" },
]
Expand Down
71 changes: 2 additions & 69 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2528,74 +2528,7 @@
dependencies:
nx "15.9.4"

"@oclif/core@^2.15.0":
version "2.15.0"
resolved "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-progress "^3.12.0"
debug "^4.3.4"
ejs "^3.1.8"
get-package-type "^0.1.0"
globby "^11.1.0"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.14.1"
natural-orderby "^2.0.3"
object-treeify "^1.1.33"
password-prompt "^1.1.2"
slice-ansi "^4.0.0"
string-width "^4.2.3"
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
ts-node "^10.9.1"
tslib "^2.5.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^3.0.4", "@oclif/core@^3.11.0":
version "3.14.1"
resolved "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
dependencies:
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-progress "^3.12.0"
color "^4.2.3"
debug "^4.3.4"
ejs "^3.1.9"
get-package-type "^0.1.0"
globby "^11.1.0"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.14.1"
natural-orderby "^2.0.3"
object-treeify "^1.1.33"
password-prompt "^1.1.2"
slice-ansi "^4.0.0"
string-width "^4.2.3"
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
tsconfck "^3.0.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@livecycle/oclif-core-patched-for-preevy#v3.12.0-preevy-patch-10":
"@oclif/core@^2.15.0", "@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@livecycle/oclif-core-patched-for-preevy#v3.12.0-preevy-patch-10":
version "3.12.0-livecycle-patch-10"
resolved "https://codeload.github.com/livecycle/oclif-core-patched-for-preevy/tar.gz/feafd29b5a83ae117aa4bc87990ac05ba9a81993"
dependencies:
Expand Down Expand Up @@ -3821,7 +3754,7 @@
resolved "https://registry.yarnpkg.com/@types/caseless/-/caseless-0.12.2.tgz#f65d3d6389e01eeb458bd54dc8f52b95a9463bc8"
integrity sha512-6ckxMjBBD8URvjB6J3NcnuAn5Pkl7t3TizAg+xdlzzQGSPSmBcXf8KoIH0ua/i+tio+ZRUHEXp0HEmvaR4kt0w==

"@types/cli-progress@^3.11.0", "@types/cli-progress@^3.11.5":
"@types/cli-progress@^3.11.5":
version "3.11.5"
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
Expand Down

0 comments on commit 72a7963

Please sign in to comment.