Update vite_rails to version 3.11.0 (#39218)

This commit is contained in:
Matt Jankowski 2026-06-01 10:51:01 -04:00 committed by GitHub
parent 89d9fc8889
commit 50b6bbe379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -230,4 +230,4 @@ gem 'hcaptcha', '~> 7.1'
gem 'mail', '~> 2.8'
gem 'vite_rails', '~> 3.0.19'
gem 'vite_rails'

View File

@ -647,7 +647,7 @@ GEM
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-proxy (0.7.7)
rack-proxy (0.8.2)
rack
rack-session (2.1.2)
base64 (>= 0.1.0)
@ -901,7 +901,7 @@ GEM
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
vite_rails (3.0.20)
vite_rails (3.11.0)
railties (>= 5.1, < 9)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.10.2)
@ -937,7 +937,7 @@ GEM
xorcist (1.1.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.5)
zeitwerk (2.8.2)
PLATFORMS
ruby
@ -1089,7 +1089,7 @@ DEPENDENCIES
tty-prompt (~> 0.23)
twitter-text (~> 3.1.0)
tzinfo-data (~> 1.2023)
vite_rails (~> 3.0.19)
vite_rails
webauthn (~> 3.0)
webmock (~> 3.18)
webpush!

View File

@ -75,7 +75,7 @@ module ViteRails::TagHelpers::IntegrityExtension
asset_type: :javascript,
skip_preload_tags: false,
skip_style_tags: false,
crossorigin: 'anonymous',
crossorigin: '',
media: 'screen',
**options)
entries = vite_manifest.resolve_entries_with_integrity(*names, type: asset_type)