-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Bump npm to 8.5.x and fixes to workspaces support. #17910
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
theme: CI builds
theme: dependencies
Pull requests that update a dependency file
theme: front
theme: java
labels
Feb 18, 2022
mraible
approved these changes
Feb 18, 2022
DanielFran
changed the title
Bump npm to 8.5.0 and add workarounds.
Bump npm to 8.5.1 and add workarounds.
Feb 18, 2022
Another npm bug npm/cli#4439. |
DanielFran
changed the title
Bump npm to 8.5.1 and add workarounds.
Bump npm to 8.5.2 and add workarounds.
Mar 1, 2022
DanielFran
changed the title
Bump npm to 8.5.2 and add workarounds.
Bump npm to 8.5.x and add workarounds.
Mar 4, 2022
mshima
force-pushed
the
skip_ci-npm_8_5_0
branch
2 times, most recently
from
March 7, 2022 03:17
a24b066
to
cb53145
Compare
mshima
force-pushed
the
skip_ci-npm_8_5_0
branch
5 times, most recently
from
March 7, 2022 12:34
02d12c5
to
2c72df3
Compare
mshima
force-pushed
the
skip_ci-npm_8_5_0
branch
from
March 7, 2022 13:36
2c72df3
to
92401be
Compare
mshima
changed the title
Bump npm to 8.5.x and add workarounds.
Bump npm to 8.5.x and fixes to workspaces support.
Mar 7, 2022
mshima
force-pushed
the
skip_ci-npm_8_5_0
branch
from
March 8, 2022 13:28
869effc
to
92401be
Compare
Trying another approach due to npm/cli#4437. |
#18081 didn't work. |
ko5tik
pushed a commit
to ko5tik/generator-jhipster
that referenced
this pull request
May 21, 2022
Co-authored-by: Daniel Franco <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
theme: angular
theme: CI builds
theme: dependencies
Pull requests that update a dependency file
theme: front
theme: java
theme: react
theme: vue
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.
Move swagger-ui-dist dependency to common. It's used inside an iframe, it's not framework dependent.
Move swagger-ui-dist dependency to dev. It's bundled, so it's not a prod dependency.
Move swagger-ui-dist asset from angular.json to webpack config. Due to workspaces deduplication, it cannot be static.
Change relative imports to node/require imports to fix errors at workspaces deduplication.
Remove elasticsearch from webflux-gradle-session-mariadb and drop webflux-mongodb (jwt is tested by others samples). Related to #18053
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (below reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.