-
Notifications
You must be signed in to change notification settings - Fork 187
switch node package manager yarn -> pnpm #18571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
koji
wants to merge
76
commits into
edge
Choose a base branch
from
chore_change-package-manager
base: edge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 69 commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
951daa7
[WIP] yarn -> pnpm
koji 7a9cdcf
Merge branch 'edge' into chore_change-package-manager
koji 3cfbf6d
Merge branch 'edge' into chore_change-package-manager
koji 6ccdd6b
fix app dev and build
koji aa96280
Merge branch 'edge' into chore_change-package-manager
koji 78d8b4c
Update pnpm-lock.yaml
koji a6a5d84
switch yarn to pnpm
koji 89a0ff6
update configs for pnpm
koji c948735
install packages for storybook
koji 0351c06
Merge branch 'edge' into chore_change-package-manager
koji fa1a517
run make setup-js
koji 5129679
install packages for odd mode
koji 15273e1
install pacakges to root
koji 23702b5
remove yarn.lock
koji 0852448
Merge branch 'edge' into chore_change-package-manager
koji dc00834
modfify lock file
koji f115ede
build odd
koji 522fae7
fix import statement issues
koji 4d60861
fix package import issue
koji 1bb2bcc
fix check-js errors
koji 36a17ae
fix check-js errors
koji 1171a5d
fix protocol-designer tsbuild
koji c07f67a
fix clean command
koji be2cbbb
fix check-js errors
koji 345410e
fix check-js errors
koji abfc3d2
fix check-js errors
koji cb16fa0
fix lint-js error
koji bf2b164
fix test errors
koji 098e1a5
skip unit tests: styled-components
koji 3cb584d
fix lint-js
koji 94a44e7
fix lint-js errors
koji 437c4ef
remove yarn.lock from yaml
koji 35e3d5a
add install pnpm
koji 88439b2
align the version of pnpm
koji eab3fd7
modify cypress part
koji 0ebbf14
fix pnpm install error
koji 92e62df
use version 10 on ci
koji a26deef
use the same version as component-test
koji b6c91e9
Merge branch 'edge' into chore_change-package-manager
koji cef95a3
modify js-check
koji b985413
modify ai-client workflow
koji bccdb50
modify api-client workflow
koji 41d6975
modify shared-data workflow
koji e740ff9
replace yarn with pnpm
koji 0821d81
update opentrons-ai document
koji f655b77
Update pnpm-lock.yaml
koji 95e5aa5
modify g-code workflow
koji 743dcb4
Merge branch 'edge' into chore_change-package-manager
koji 3666c80
Update ResourceMonitor.test.ts
koji 2cb8064
Update ResourceMonitor.test.ts
koji acb651b
avoid electron issue
koji ab01be3
avoid electron issue
koji a0b0815
fix check-js errors
koji 5efe7a4
used fixed version of types for mixpanel
koji 3ba27ce
fix lint errors
koji 0a21dad
Merge branch 'edge' into chore_change-package-manager
koji 78bc9a2
fix electron mock errors
koji f63d6a8
fix electron mock issue
koji d479046
fix electron mock issue
koji d53ef8f
fix lint error
koji 8fa6730
align storybook plugin version
koji 26627da
update lock file
koji 486c794
update ll workflow
koji c38b5d1
fix component-test workflow
koji 6801ca0
update Makefile for pnpm build
koji cc3c590
fix pnpm command
koji ae878d9
add cypress install for ci
koji 29a4dca
Merge branch 'edge' into chore_change-package-manager
koji 126f53a
update docs: yarn -> pnpm
koji 48198c3
remove unsed lines
koji cb8b2c2
move storybook plugin to root
koji cbd1a83
trying to debug why test failing locally
alexjoel42 8fdc2ed
temp fix for pd e2e test
koji a766645
fix(components): fix primarybutton and alt primarybutton styling issue
koji 60f9838
Merge branch 'edge' into chore_change-package-manager
koji 9a8edad
Chore update storybook 7 to 8 (#20314)
koji File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,6 @@ | |
| }, | ||
| "devDependencies": { | ||
| "@vercel/ncc": "0.38.3", | ||
| "prettier": "2.7.1" | ||
| "prettier": "3.6.2" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these meant to be commented out, still?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i will remove them