Skip to content

Commit 2021c9b

Browse files
committed
refactor: more stuff
Re-enable `check-deduped-deps` now that we dropped tsdown. Bump pnpm again. Temporarily disable `strictPeerDependencies` until pnpm/pnpm#9449 gets fixed. Replace `overrides` with `ignoredOptionalDependencies`. Use `packageExtensions` to fix storybook and `svelte-codemirror-editor`. Add `pnpm-workspace.yaml` to Turborepo `globalDependencies`.
1 parent 7d7d0ae commit 2021c9b

File tree

5 files changed

+173
-115
lines changed

5 files changed

+173
-115
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
run: pnpm run build
7272
- name: 🕵️ Merge Checks
7373
run: pnpm run merge-checks --continue
74-
# - name: 🧹 Check for deduped dependencies
75-
# run: pnpm exec turbo check-deduped-deps
74+
- name: 🧹 Check for deduped dependencies
75+
run: pnpm exec turbo check-deduped-deps
7676
- name: ⚙️ Upload GPA Calculator
7777
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7878
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"version": "^10.6.4"
4040
}
4141
},
42-
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
42+
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
4343
"manypkg": {
4444
"workspaceProtocol": "require"
4545
}

0 commit comments

Comments
 (0)