-
-
Notifications
You must be signed in to change notification settings - Fork 26.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: dependency issue after workbox-webpack-plugin 6.2 release #11292
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
fguitton
changed the title
[WIP] Fix sub-dependency issue from workbox-webpack-plugin
Fix dependency issue after workbox-webpack-plugin release
Aug 6, 2021
Nice! This should be merge soon! cc: @raix |
fguitton
changed the title
Fix dependency issue after workbox-webpack-plugin release
fix: dependency issue after workbox-webpack-plugin 6.2 release
Aug 15, 2021
This was referenced Aug 18, 2021
mrmckeb
approved these changes
Aug 18, 2021
Sorry @raix, missed that comment - no need, that's a part of the release workflow I think. |
Thanks! |
EhsanFortuna
pushed a commit
to EhsanFortuna/create-react-app
that referenced
this pull request
Aug 23, 2021
…ook#11292) * fix: Sub-dependency of workbox-webpack-plugin failed to yeild the correct version * chore: Bump workbox-webpack-plugin to 6.2.4 to address regressions
abhiisheek
pushed a commit
to abhiisheek/create-react-app
that referenced
this pull request
May 24, 2023
…ook#11292) * fix: Sub-dependency of workbox-webpack-plugin failed to yeild the correct version * chore: Bump workbox-webpack-plugin to 6.2.4 to address regressions
This was referenced Sep 27, 2024
This was referenced Oct 2, 2024
This was referenced Oct 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The latest release of
workbox-build
is not being pulled byreact-scripts
due to an explicit dependency onworkbox-webpack-plugin@6.1.5
.Since there are no breaking changes mentioned in the Workbox releases notes, this PR updated the version to
6.2.0