Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions change/change-02f62e6b-1ab7-4a2d-bfba-8f704a013566.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 not defined",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "Pin dependencies",
"packageName": "@lage-run/cli",
"email": "email not defined",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "Pin dependencies",
"packageName": "@lage-run/rpc",
"email": "email not defined",
"dependentChangeType": "patch"
},
{
"type": "patch",
"comment": "Pin dependencies",
"packageName": "@lage-run/target-graph",
"email": "email not defined",
"dependentChangeType": "patch"
}
]
}
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@azure/core-auth": "1.10.1",
"@azure/identity": "^4.12.0",
"@azure/identity": "4.12.0",
"@lage-run/config": "workspace:^",
"@lage-run/logger": "workspace:^",
"@lage-run/target-graph": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"commander": "9.5.0",
"execa": "5.1.1",
"fast-glob": "3.3.3",
"is-interactive": "^1.0.0",
"proper-lockfile": "^4.1.2",
"shell-quote": "^1.8.1",
"is-interactive": "1.0.0",
"proper-lockfile": "4.1.2",
"shell-quote": "1.8.3",
"workspace-tools": "0.40.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-fastify": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0",
"fastify": "^4.28.1"
"fastify": "4.29.1"
},
"devDependencies": {
"@bufbuild/buf": "^1.39.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/target-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"mergician": "^2.0.2",
"p-limit": "^3.1.0",
"mergician": "2.0.2",
"p-limit": "3.1.0",
"workspace-tools": "0.40.0"
},
"devDependencies": {
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ __metadata:
languageName: node
linkType: hard

"@azure/identity@npm:^4.12.0":
"@azure/identity@npm:4.12.0":
version: 4.12.0
resolution: "@azure/identity@npm:4.12.0"
dependencies:
Expand Down Expand Up @@ -1552,7 +1552,7 @@ __metadata:
resolution: "@lage-run/cache@workspace:packages/cache"
dependencies:
"@azure/core-auth": "npm:1.10.1"
"@azure/identity": "npm:^4.12.0"
"@azure/identity": "npm:4.12.0"
"@lage-run/config": "workspace:^"
"@lage-run/logger": "workspace:^"
"@lage-run/monorepo-fixture": "workspace:^"
Expand Down Expand Up @@ -1590,9 +1590,9 @@ __metadata:
commander: "npm:9.5.0"
execa: "npm:5.1.1"
fast-glob: "npm:3.3.3"
is-interactive: "npm:^1.0.0"
proper-lockfile: "npm:^4.1.2"
shell-quote: "npm:^1.8.1"
is-interactive: "npm:1.0.0"
proper-lockfile: "npm:4.1.2"
shell-quote: "npm:1.8.3"
workspace-tools: "npm:0.40.0"
bin:
lage: ./bin/lage.js
Expand Down Expand Up @@ -1744,7 +1744,7 @@ __metadata:
"@connectrpc/connect-node": "npm:^1.4.0"
"@connectrpc/protoc-gen-connect-es": "npm:^1.4.0"
"@lage-run/monorepo-scripts": "workspace:^"
fastify: "npm:^4.28.1"
fastify: "npm:4.29.1"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1788,8 +1788,8 @@ __metadata:
dependencies:
"@lage-run/monorepo-scripts": "workspace:^"
jest-diff: "npm:^30.0.0"
mergician: "npm:^2.0.2"
p-limit: "npm:^3.1.0"
mergician: "npm:2.0.2"
p-limit: "npm:3.1.0"
workspace-tools: "npm:0.40.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4394,7 +4394,7 @@ __metadata:
languageName: node
linkType: hard

"fastify@npm:^4.28.1":
"fastify@npm:4.29.1":
version: 4.29.1
resolution: "fastify@npm:4.29.1"
dependencies:
Expand Down Expand Up @@ -5320,7 +5320,7 @@ __metadata:
languageName: node
linkType: hard

"is-interactive@npm:^1.0.0":
"is-interactive@npm:1.0.0":
version: 1.0.0
resolution: "is-interactive@npm:1.0.0"
checksum: 10c0/dd47904dbf286cd20aa58c5192161be1a67138485b9836d5a70433b21a45442e9611b8498b8ab1f839fc962c7620667a50535fdfb4a6bc7989b8858645c06b4d
Expand Down Expand Up @@ -6493,7 +6493,7 @@ __metadata:
languageName: node
linkType: hard

"mergician@npm:^2.0.2":
"mergician@npm:2.0.2":
version: 2.0.2
resolution: "mergician@npm:2.0.2"
checksum: 10c0/ced960df3de520bef21caf219a6f7cc3efd8395719fb5cf5153361fd27913f9bbaf80ad301f2b6d43f7d0d4ff5d484fc223f3182cc12dc52b33b89063f83692e
Expand Down Expand Up @@ -6934,6 +6934,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 @@ -6943,15 +6952,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 @@ -7316,7 +7316,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 @@ -7716,7 +7716,7 @@ __metadata:
languageName: node
linkType: hard

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