Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 1816081 commit afb09ca
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 34 deletions.
32 changes: 32 additions & 0 deletions change/change-f68f237f-bc2b-4508-9b9a-6fa6c8de93cb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"changes": [
{
"type": "patch",
"comment": "Pin dependencies",
"packageName": "@lage-run/cache",
"email": "[email protected]",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "Pin dependencies",
"packageName": "@lage-run/cli",
"email": "[email protected]",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "Pin dependencies",
"packageName": "@lage-run/rpc",
"email": "[email protected]",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "Pin dependencies",
"packageName": "@lage-run/target-graph",
"email": "[email protected]",
"dependentChangeType": "patch"
}
]
}
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@azure/identity": "^4.0.1",
"@azure/identity": "4.4.1",
"@lage-run/logger": "^1.3.1",
"@lage-run/target-graph": "^0.11.1",
"backfill-cache": "5.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"commander": "9.5.0",
"execa": "5.1.1",
"fast-glob": "3.3.2",
"proper-lockfile": "^4.1.2",
"shell-quote": "^1.8.1",
"proper-lockfile": "4.1.2",
"shell-quote": "1.8.1",
"workspace-tools": "0.38.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"build": "tsc"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-fastify": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0",
"fastify": "^4.28.1"
"@bufbuild/protobuf": "1.10.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-fastify": "1.4.0",
"@connectrpc/connect-node": "1.4.0",
"fastify": "4.28.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.39.0",
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": {
"p-limit": "^3.1.0",
"p-limit": "3.1.0",
"workspace-tools": "0.38.1"
},
"devDependencies": {
Expand Down
50 changes: 25 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ __metadata:
languageName: node
linkType: hard

"@azure/identity@npm:^4.0.1":
"@azure/identity@npm:4.4.1":
version: 4.4.1
resolution: "@azure/identity@npm:4.4.1"
dependencies:
Expand Down Expand Up @@ -977,7 +977,7 @@ __metadata:
languageName: node
linkType: hard

"@connectrpc/connect-fastify@npm:^1.4.0":
"@connectrpc/connect-fastify@npm:1.4.0":
version: 1.4.0
resolution: "@connectrpc/connect-fastify@npm:1.4.0"
peerDependencies:
Expand All @@ -989,7 +989,7 @@ __metadata:
languageName: node
linkType: hard

"@connectrpc/connect-node@npm:^1.4.0":
"@connectrpc/connect-node@npm:1.4.0":
version: 1.4.0
resolution: "@connectrpc/connect-node@npm:1.4.0"
dependencies:
Expand All @@ -1001,7 +1001,7 @@ __metadata:
languageName: node
linkType: hard

"@connectrpc/connect@npm:^1.4.0":
"@connectrpc/connect@npm:1.4.0":
version: 1.4.0
resolution: "@connectrpc/connect@npm:1.4.0"
peerDependencies:
Expand Down Expand Up @@ -1685,7 +1685,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@lage-run/cache@workspace:packages/cache"
dependencies:
"@azure/identity": "npm:^4.0.1"
"@azure/identity": "npm:4.4.1"
"@lage-run/logger": "npm:^1.3.1"
"@lage-run/monorepo-fixture": "npm:*"
"@lage-run/monorepo-scripts": "npm:*"
Expand Down Expand Up @@ -1722,8 +1722,8 @@ __metadata:
commander: "npm:9.5.0"
execa: "npm:5.1.1"
fast-glob: "npm:3.3.2"
proper-lockfile: "npm:^4.1.2"
shell-quote: "npm:^1.8.1"
proper-lockfile: "npm:4.1.2"
shell-quote: "npm:1.8.1"
workspace-tools: "npm:0.38.1"
bin:
lage: ./bin/lage.js
Expand Down Expand Up @@ -1872,14 +1872,14 @@ __metadata:
resolution: "@lage-run/rpc@workspace:packages/rpc"
dependencies:
"@bufbuild/buf": "npm:^1.39.0"
"@bufbuild/protobuf": "npm:^1.10.0"
"@bufbuild/protobuf": "npm:1.10.0"
"@bufbuild/protoc-gen-es": "npm:^1.10.0"
"@connectrpc/connect": "npm:^1.4.0"
"@connectrpc/connect-fastify": "npm:^1.4.0"
"@connectrpc/connect-node": "npm:^1.4.0"
"@connectrpc/connect": "npm:1.4.0"
"@connectrpc/connect-fastify": "npm:1.4.0"
"@connectrpc/connect-node": "npm:1.4.0"
"@connectrpc/protoc-gen-connect-es": "npm:^1.4.0"
"@lage-run/monorepo-scripts": "npm:*"
fastify: "npm:^4.28.1"
fastify: "npm:4.28.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1923,7 +1923,7 @@ __metadata:
dependencies:
"@lage-run/monorepo-scripts": "npm:*"
jest-diff: "npm:^29.5.0"
p-limit: "npm:^3.1.0"
p-limit: "npm:3.1.0"
workspace-tools: "npm:0.38.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4325,7 +4325,7 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:^4.28.1":
"fastify@npm:4.28.1":
version: 4.28.1
resolution: "fastify@npm:4.28.1"
dependencies:
Expand Down Expand Up @@ -6847,6 +6847,15 @@ __metadata:
languageName: node
linkType: hard

"p-limit@npm:3.1.0, p-limit@npm:^3.0.0, p-limit@npm:^3.0.2, p-limit@npm:^3.1.0":
version: 3.1.0
resolution: "p-limit@npm:3.1.0"
dependencies:
yocto-queue: "npm:^0.1.0"
checksum: 10c0/9db675949dbdc9c3763c89e748d0ef8bdad0afbb24d49ceaf4c46c02c77d30db4e0652ed36d0a0a7a95154335fab810d95c86153105bb73b3a90448e2bb14e1a
languageName: node
linkType: hard

"p-limit@npm:^2.2.0":
version: 2.3.0
resolution: "p-limit@npm:2.3.0"
Expand All @@ -6856,15 +6865,6 @@ __metadata:
languageName: node
linkType: hard

"p-limit@npm:^3.0.0, p-limit@npm:^3.0.2, p-limit@npm:^3.1.0":
version: 3.1.0
resolution: "p-limit@npm:3.1.0"
dependencies:
yocto-queue: "npm:^0.1.0"
checksum: 10c0/9db675949dbdc9c3763c89e748d0ef8bdad0afbb24d49ceaf4c46c02c77d30db4e0652ed36d0a0a7a95154335fab810d95c86153105bb73b3a90448e2bb14e1a
languageName: node
linkType: hard

"p-locate@npm:^4.1.0":
version: 4.1.0
resolution: "p-locate@npm:4.1.0"
Expand Down Expand Up @@ -7237,7 +7237,7 @@ __metadata:
languageName: node
linkType: hard

"proper-lockfile@npm:^4.1.2":
"proper-lockfile@npm:4.1.2":
version: 4.1.2
resolution: "proper-lockfile@npm:4.1.2"
dependencies:
Expand Down Expand Up @@ -7703,7 +7703,7 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:^1.8.1":
"shell-quote@npm:1.8.1":
version: 1.8.1
resolution: "shell-quote@npm:1.8.1"
checksum: 10c0/8cec6fd827bad74d0a49347057d40dfea1e01f12a6123bf82c4649f3ef152fc2bc6d6176e6376bffcd205d9d0ccb4f1f9acae889384d20baff92186f01ea455a
Expand Down

0 comments on commit afb09ca

Please sign in to comment.