-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix: Codespaces corepack enable
#25161
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
codepack enable
corepack enable
Builds ready [62f6aee]
Page Load Metrics (132 ± 166 ms)
Bundle size diffs
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25161 +/- ##
========================================
Coverage 65.38% 65.39%
========================================
Files 1382 1382
Lines 54767 54767
Branches 14368 14368
========================================
+ Hits 35809 35810 +1
+ Misses 18958 18957 -1 ☔ View full report in Codecov by Sentry. |
Builds ready [b1f8776]
Page Load Metrics (60 ± 5 ms)
Bundle size diffs
|
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.
Works, LGTM.
765965f
to
6c1fc9b
Compare
Builds ready [6c1fc9b]
Page Load Metrics (45 ± 2 ms)
Bundle size diffs
|
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.
Error resolved, LGTM.
6c1fc9b
to
cfea130
Compare
Builds ready [cfea130]
Page Load Metrics (49 ± 16 ms)
Bundle size diffs
|
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.
LGTM
cfea130
to
5cb1199
Compare
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.
PR Summary
This PR addresses issues with GitHub Codespaces setup and Yarn version compatibility, focusing on improving the development environment configuration.
- Updated
.devcontainer/devcontainer.json
to fix Git operations and enable Corepack for Yarn - Modified
.devcontainer/download-builds.ts
to handle 'Not Found' errors from CircleCI API - Updated Yarn version to 4.2.2 in both
package.json
anddevelopment/generate-attributions/package.json
- Disabled
git.autofetch
to prevent potential rebase conflicts in Codespaces
4 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
Builds ready [5cb1199]
Page Load Metrics (313 ± 275 ms)
Bundle size diffs
|
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.
PR Summary
(updates since last review)
This PR continues to address GitHub Codespaces setup issues and Yarn version compatibility, with minor changes to improve the development environment.
- Updated
.circleci/config.yml
to usecorepack enable
for Yarn setup in CI/CD pipeline - Added new TypeScript files in
development/webpack/
for improved build process management - Removed deprecated
coverage-targets.js
file, likely part of test coverage refactoring - Updated various localization files (
app/_locales/
) to remove 'attemptingConnect' message strings
255 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
… rebase onto multiple branches"
5cb1199
to
143368f
Compare
Quality Gate passedIssues Measures |
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.
PR Summary
(updates since last review)
This PR continues to address GitHub Codespaces setup and Yarn version compatibility issues, focusing on improving the development environment and updating dependencies. Key changes include:
- Updated devcontainer configuration to improve Git operations and package management
- Modified download-builds.ts to handle 'Not Found' errors gracefully
- Updated Yarn version to 4.2.2 in relevant package.json files
- Added new migration script (120.4) to remove obsolete properties from various controllers
- Improved account naming logic for snap-suggested account names in create-named-snap-account.tsx
- Converted institutional selectors from JavaScript to TypeScript, enhancing type safety
37 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
Builds ready [143368f]
Page Load Metrics (208 ± 215 ms)
Bundle size diffs
|
Description
corepack enable
yes | yarn --immutable
because it asksCorepack is about to download... Do you want to continue? [Y/n]
"yarn": "^4.0.2"
to"yarn": "^4.2.2"
yarn download-builds
git.autofetch
, as it was probably causing thefatal: Cannot rebase onto multiple branches
Related issues
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist