Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0098172
Update pnpm to version 8
CraigMacomber May 16, 2024
d7fbb9a
Update hash
CraigMacomber May 16, 2024
af037ba
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
CraigMacomber May 21, 2024
78ea7a2
Update lock file
CraigMacomber May 21, 2024
1fada43
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
CraigMacomber May 21, 2024
095e8d0
Update all release groups
CraigMacomber May 21, 2024
019be4f
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
CraigMacomber May 21, 2024
79afdc5
Restore biome formatting
CraigMacomber May 21, 2024
82c9de6
FIx prettier file corruption from find and replace
CraigMacomber May 21, 2024
735ef10
Fix more prettier file corruption from find and replace
CraigMacomber May 21, 2024
b934bb0
Fix another corrupted file from prettier and find and replace
CraigMacomber May 21, 2024
efe08e9
Fix another corrupted file from prettier and find and replace
CraigMacomber May 21, 2024
ec29ccd
Merge branch 'main' into pnpm8
CraigMacomber May 21, 2024
31c9152
Update more packages
CraigMacomber May 21, 2024
e2edbab
Update packages which used 7.32.3
CraigMacomber May 21, 2024
7bfe9fd
Update package using pnpm 7.30.5
CraigMacomber May 21, 2024
6242176
Merge branch 'pnpm8' of https://github.com/CraigMacomber/FluidFramewo…
CraigMacomber May 21, 2024
3ac075f
Update packages without pinned pnpm versions
CraigMacomber May 21, 2024
a27ed7d
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
CraigMacomber May 21, 2024
fe09e75
Sort package.json
CraigMacomber May 21, 2024
4fb6ec6
Remove pnpm version from pipeline and rely on one added in package.json
CraigMacomber May 21, 2024
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
6 changes: 0 additions & 6 deletions .github/workflows/website-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
submodules: false
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # ratchet:pnpm/action-setup@v2
with:
version: "^7"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is required if the package.json does not specify a version , and optional if it does. Since a version is now provided in the package.json, this can be removed, see https://github.com/pnpm/action-setup?tab=readme-ov-file#version for details.

- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # ratchet:actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -48,8 +46,6 @@ jobs:
with:
submodules: false
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # ratchet:pnpm/action-setup@v2
with:
version: "^7"
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # ratchet:actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -69,8 +65,6 @@ jobs:
with:
submodules: false
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # ratchet:pnpm/action-setup@v2
with:
version: "^7"
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # ratchet:actions/setup-node@v3
with:
node-version: "18"
Expand Down
2 changes: 1 addition & 1 deletion build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"syncpack": "^9.8.6",
"typescript": "~5.1.6"
},
"packageManager": "pnpm@7.33.6+sha512.90e27fd38047f18583f3342f784cc3f187f4d4caac89ebc1fffae18dcd7b2dde7678a0bf237481bcb8f7e8e66135fa34803856e4eb2c442ce082ffab5d9d241f",
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
"engines": {
"node": ">=14.17.0"
},
Expand Down
Loading