Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[AssetMapper] Allow specifying packages to update with importmap:update#51523
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jmsche commentedAug 31, 2023
Failure of Unit Tests (8.2, low-deps) seems unrelated |
stof left a comment
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 should be covered by tests in the ImportMapManagerTest IMO.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
weaverryan left a comment
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.
Looks great - I'm happy to see how simple this is. Only a few comments related to the test
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
jmsche commentedSep 1, 2023
@weaverryan Test updated 👍 |
weaverryan left a comment
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.
I'm not sure what to do about pslam - it IS related, but not related to the new changes.
jmsche commentedSep 4, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@weaverryan Not sure either :/ Note that I only added the |
src/Symfony/Component/AssetMapper/Command/ImportMapUpdateCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
75bc3e5 to4d57c41Comparefabpot commentedSep 10, 2023
Thank you@jmsche. |
Currently, the
importmap:updatecommand updates all packages.This PR allows specifying which packages the developer wants to update.