Skip to content

Commit

Permalink
Bump vite from 5.4.9 to 5.4.10 (#506)
Browse files Browse the repository at this point in the history
* Bump vite from 5.4.9 to 5.4.10

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.9 to 5.4.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update yarn.nix

* Fix test

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: robbe[bot] <[email protected]>
Co-authored-by: Robbe Van Petegem <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2024
1 parent 2339449 commit edfcd13
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@hotwired/turbo-rails": "^7.3.0",
"lightningcss": "^1.27.0",
"vite": "^5.4.9",
"vite": "^5.4.10",
"vite-plugin-ruby": "^5.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/components/entry_component_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class EntryComponentTest < ViewComponent::TestCase
render_inline(EntryComponent.new(entry:))

assert_selector '.entry__content'
regex = %r{<head>[\s\S]*<link rel="stylesheet" href="/vite-test/assets/entry-body-[\dA-z]+.css">[\s\S]*</head>}
regex = %r{<head>[\s\S]*<link rel="stylesheet" href="/vite-test/assets/entry-body-[\dA-z\-]+.css">[\s\S]*</head>}

assert_match regex, page.find('.entry__content')[:srcdoc]
end
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yarn.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edfcd13

Please sign in to comment.