Skip to content

Commit

Permalink
Update lage core deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent 6f5f6ce commit dbd1fde
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update lage core deps",
"packageName": "@lage-run/cache-github-actions",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update lage core deps",
"packageName": "@lage-run/cli",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update lage core deps",
"packageName": "@lage-run/config",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update lage core deps",
"packageName": "@lage-run/hasher",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update lage core deps",
"packageName": "@lage-run/reporters",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update lage core deps",
"packageName": "@lage-run/target-graph",
"email": "email not defined",
"dependentChangeType": "patch"
}
7 changes: 7 additions & 0 deletions change/lage-7a989204-5c3f-4bcc-8226-3533aaf8aa07.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Update lage core deps",
"packageName": "lage",
"email": "email not defined",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/cache-github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"backfill-config": "^6.4.1",
"backfill-logger": "^5.2.1",
"workspace-tools": "^0.35.0",
"workspace-tools": "^0.36.3",
"@actions/cache": "^3.0.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"commander": "^9.4.0",
"execa": "^5.1.1",
"fast-glob": "^3.2.12",
"workspace-tools": "^0.35.0"
"workspace-tools": "^0.36.3"
},
"devDependencies": {
"@lage-run/monorepo-fixture": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@lage-run/logger": "^1.3.0",
"@lage-run/scheduler-types": "^0.3.11",
"@lage-run/target-graph": "^0.8.7",
"workspace-tools": "^0.35.0",
"workspace-tools": "^0.36.3",
"cosmiconfig": "^7.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@lage-run/target-graph": "^0.8.7",
"@lage-run/logger": "^1.3.0",
"execa": "^5.1.1",
"workspace-tools": "^0.35.0",
"workspace-tools": "^0.36.3",
"fast-glob": "^3.2.12",
"glob-hasher": "^1.3.0",
"graceful-fs": "^4.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/lage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@lage-run/scheduler": "^1.1.9",
"backfill-config": "^6.4.1",
"dts-bundle-generator": "7.2.0",
"workspace-tools": "^0.35.0",
"workspace-tools": "^0.36.0",
"esbuild": "^0.17.18"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@lage-run/scheduler-types": "^0.3.11",
"@lage-run/target-graph": "^0.8.7",
"@lage-run/format-hrtime": "^0.1.5",
"@ms-cloudpack/task-reporter": "^0.5.0",
"@ms-cloudpack/task-reporter": "^0.10.2",
"chalk": "^4.0.0",
"ansi-regex": "^5.0.1",
"gradient-string": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/target-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"workspace-tools": "^0.35.0"
"workspace-tools": "^0.36.3"
},
"devDependencies": {
"monorepo-scripts": "*"
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "^5.0.3",
"eslint": "^8.20.0",
"eslint-plugin-file-extension-in-import-ts": "^1.0.1",
"workspace-tools": "^0.35.0",
"workspace-tools": "^0.36.3",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7"
}
Expand Down
21 changes: 17 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@ms-cloudpack/task-reporter@^0.5.0":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@ms-cloudpack/task-reporter/-/task-reporter-0.5.3.tgz#e333e26ee4d072b8cc4eed464c8c35431a1cf08d"
integrity sha512-c10BWph01gwc7boSo+Ia79/wiM7HS6B3K2Ykk27eWgPoe3FS29QRW1JLtxlDt/7oDF9CpO7bqS09mZy70f2VVw==
"@ms-cloudpack/task-reporter@^0.10.2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@ms-cloudpack/task-reporter/-/task-reporter-0.10.2.tgz#aededb0ae18ef34f00e2f635ba3029490635379f"
integrity sha512-xwaG7mFtzZkUGf0b4zbraaU0sXx78fwaZEqKtRrylcQjCVcuksetYOcro+CVkWclByxROrLMqM8z29FkqFDgkA==

"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
Expand Down Expand Up @@ -4709,6 +4709,19 @@ workspace-tools@^0.35.0:
js-yaml "^4.1.0"
micromatch "^4.0.0"

workspace-tools@^0.36.0, workspace-tools@^0.36.3:
version "0.36.3"
resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.36.3.tgz#6921fb92ec4366c7016fa2052ab4dad3d1aa90b7"
integrity sha512-9kx+l+1ClwFbp5CM+3jwNYDFI2sHl0T1oA7ld/LKMnDcMm3225p6UjFUuXo7yMjBWCc2Yecat+0vqTHmdrzYlA==
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
fast-glob "^3.3.1"
git-url-parse "^13.0.0"
globby "^11.0.0"
jju "^1.4.0"
js-yaml "^4.1.0"
micromatch "^4.0.0"

wrap-ansi@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
Expand Down

0 comments on commit dbd1fde

Please sign in to comment.