Skip to content

Commit

Permalink
chore(deps): update pnpm to v7.18.0 (#8310)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v7.18.0

* fix pnpm bump

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
  • Loading branch information
renovate[bot] and runspired authored Dec 7, 2022
1 parent 6947cfb commit 95971ec
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,13 @@
"node": "^14.8.0 || 16.* || >= 18.*",
"yarn": "use pnpm",
"npm": "use pnpm",
"pnpm": "7.15.0"
"pnpm": "7.18.0"
},
"volta": {
"node": "19.0.0",
"pnpm": "7.15.0"
"pnpm": "7.18.0"
},
"packageManager": "pnpm@7.15.0",
"packageManager": "pnpm@7.18.0",
"changelog": {
"labels": {
"changelog:breaking": ":boom: Breaking Change",
Expand All @@ -168,4 +168,4 @@
"@embroider/macros@1.9.0": "patches/@embroider__macros@1.9.0.patch"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/canary-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/private-build-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/record-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}
2 changes: 1 addition & 1 deletion packages/unpublished-test-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"volta": {
"extends": "../../package.json"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@7.18.0"
}

0 comments on commit 95971ec

Please sign in to comment.