Uh oh!
There was an error while loading. Please reload this page.
fix: dependency issue after workbox-webpack-plugin 6.2 release - #11292
Merged
Conversation
fguitton
marked this pull request as ready for review
August 6, 2021 10:31
ryota-murakami
commented
Aug 6, 2021
Contributor
Nice! This should be merge soon! cc: @raix |
raix
commented
Aug 6, 2021
Contributor
This was referenced Aug 18, 2021
mrmckeb
approved these changes
Aug 18, 2021
mrmckeb
commented
Aug 18, 2021
Contributor
Sorry @raix, missed that comment - no need, that's a part of the release workflow I think. |
iansu
commented
Aug 18, 2021
Contributor
Thanks! |
EhsanFortuna pushed a commit
to EhsanFortuna/create-react-app
that referenced
this pull request
Aug 23, 2021
…#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
…#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 18, 2024
This was referenced Oct 3, 2024
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
Sign up for freeto 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-buildis not being pulled byreact-scriptsdue 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