We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run update I see a confusing message. It doesn't seem to be complete
bin/importmap update Couldn't find any packages in [["@babel/runtime", "@lit/reactive-element", "@videojs/vhs-utils", "keycode", "lit", "lit-element", "lit-html", "m3u8-parser", "mpd-parser", "video.js"]] on
When I look for outdated packages it finds them:
bin/importmap outdated | Package | Current | Latest | |-----------------------|---------|--------| | @babel/runtime | 7.23.5 | 7.23.7 | | @lit/reactive-element | 1.6.3 | 2.0.2 | | @videojs/vhs-utils | 3.0.5 | 4.0.0 | | keycode | 2.2.0 | 2.2.1 | | lit | 2.8.0 | 3.1.0 | | lit-element | 3.3.3 | 4.0.2 | | lit-html | 2.8.0 | 3.1.0 | | m3u8-parser | 6.2.0 | 7.1.0 | | mpd-parser | 1.2.2 | 1.3.0 | | video.js | 8.6.1 | 8.9.0 | 10 outdated packages found
This is on version 2.0.1
The text was updated successfully, but these errors were encountered:
Can confirm this happening on Rails 7.2.1 for me.
Changing this
importmap-rails/lib/importmap/commands.rb
Line 95 in 0a63301
to be ...
pin *outdated_packages.map(&:name)
...fixed it for me locally.
Sorry, something went wrong.
Please do open a PR, @arni1981
Successfully merging a pull request may close this issue.
When I run update I see a confusing message. It doesn't seem to be complete
When I look for outdated packages it finds them:
This is on version 2.0.1
The text was updated successfully, but these errors were encountered: