-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: Lockfiles for all apps #8940
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
snowystinger
wants to merge
27
commits into
main
Choose a base branch
from
lockfiles-for-all-apps
base: main
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 all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
0183742
chore: lockfile for all apps
snowystinger 5bff9d5
turn on verdaccio
snowystinger 12dbb53
set hoisting limit
snowystinger 6fd03ad
build starters outside root workspace
snowystinger 709ca01
fix indentation
snowystinger 46f8095
force dependency update to latest
snowystinger 4fccd31
try another command
snowystinger dcc467c
try yet another command
snowystinger 623d284
fix paths
snowystinger e5b1716
fix more paths
snowystinger c73e1cc
reduce complexity and force upgrade locally
snowystinger 637a5dd
Revert "turn on verdaccio"
snowystinger dc2c64f
Merge branch 'main' into lockfiles-for-all-apps
snowystinger e737f6a
force update all versions in all example apps
snowystinger 37e6c89
turn on verdaccio
snowystinger d2e60a4
fix webpack 4 app
snowystinger e79be78
fix icon builder
snowystinger 975c021
try cache cleaning
snowystinger 02e2266
force npx to use local verdaccio registry
snowystinger f1d7373
try another method of forcing the registry
snowystinger 9e3a093
specify a specific version for the tool
snowystinger 9f0f794
debugging
snowystinger c09bf2b
Merge branch 'main' into lockfiles-for-all-apps
snowystinger 7dfaf2d
remove debug statement
snowystinger f6d6e62
Revert "turn on verdaccio"
snowystinger ca2faf9
turn on verdaccio
snowystinger e8c35bb
Revert "turn on verdaccio"
snowystinger 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
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.
this forces the update from the version provided by the root workspace, to the latest tag on verdaccio. I'm not sure why there is no way to override this yarn behaviour and not look at the root workspace at all, but this appears to be the case currently. I think due to yarnpkg/yarn#4099