Skip to content
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

Update package_audit for vue.global and vuetify-labs #1770

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Conversation

ryan-pratt
Copy link
Contributor

No description provided.

@ryan-pratt ryan-pratt requested a review from ryanmelt December 16, 2024 22:28
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.58%. Comparing base (5ff0cb2) to head (6a650f2).
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1770      +/-   ##
==========================================
- Coverage   79.58%   79.58%   -0.01%     
==========================================
  Files         517      517              
  Lines       40736    40737       +1     
==========================================
- Hits        32420    32419       -1     
- Misses       8316     8318       +2     
Flag Coverage Δ
python 84.30% <ø> (-0.02%) ⬇️
ruby-api 48.64% <ø> (ø)
ruby-backend 82.61% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

`curl https://cdnjs.cloudflare.com/ajax/libs/#{package}/#{latest}/#{package}.min.css --output public/css/#{package}-#{latest}.min.css`
`curl https://cdnjs.cloudflare.com/ajax/libs/#{package}/#{latest}/#{package}.min.js --output public/js/#{package}-#{latest}.min.js`
`curl https://cdnjs.cloudflare.com/ajax/libs/#{package}/#{latest}/#{package}-labs.min.css --output public/css/#{package}-labs-#{latest}.min.css`
`curl https://cdnjs.cloudflare.com/ajax/libs/#{package}/#{latest}/#{package}-labs.min.js --output public/js/#{package}-labs-#{latest}.min.js`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't currently have the .min version in index.html. Need to update that if wwe change to the min js version.
Same for vue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want the minified version right? I'll update.

@@ -422,15 +422,18 @@ def check_tool_base(path, base_pkgs)
# Handle nuances in individual packages
# Search here to get the URLs: https://cdnjs.com/
case package
when 'vue'
`curl https://cdnjs.cloudflare.com/ajax/libs/#{package}/#{latest}/#{package}.global.min.js --output public/js/#{package}.global-#{latest}.min.js`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we even need this? I think we're only referencing global.prod

@jmthomas jmthomas merged commit fdba7b2 into main Dec 17, 2024
27 of 28 checks passed
@jmthomas jmthomas deleted the package-scripts branch December 17, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants