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

chore(deps): bump vite from 4.3.9 to 4.5.9 #18390

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps vite from 4.3.9 to 4.5.9.

Release notes

Sourced from vite's releases.

v4.5.9

Please refer to CHANGELOG.md for details.

v4.5.8

Please refer to CHANGELOG.md for details.

v4.5.7

Please refer to CHANGELOG.md for details.

v4.5.6

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v4.5.5

Please refer to CHANGELOG.md for details.

v4.5.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.5.9 (2025-01-21)

4.5.8 (2025-01-20)

4.5.7 (2025-01-20)

  • fix: crypto.getRandomValues is not available in old Node versions (#19237) (f4d3c46), closes #19237

4.5.6 (2025-01-20)

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (ef1049d)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (07b36d5)
  • fix: verify token for HMR WebSocket connection (c065a77)

4.5.5 (2024-09-16)

4.5.4 (2024-09-16)

4.5.3 (2024-03-24)

4.5.2 (2024-01-19)

... (truncated)

Commits
  • edad4d2 release: v4.5.9
  • 8f63cd6 fix: allow CORS from loopback addresses by default (#19249)
  • 0bc52e0 fix: preview.allowedHosts with specific values was not respected (#19246)
  • 947f0c1 release: v4.5.8
  • 3680bad fix: try parse server.origin URL (#19241)
  • fe86acb release: v4.5.7
  • f4d3c46 fix: crypto.getRandomValues is not available in old Node versions (#19237)
  • 9e460f5 release: v4.5.6
  • ef1049d fix!: check host header to prevent DNS rebinding attacks and introduce `serve...
  • c065a77 fix: verify token for HMR WebSocket connection
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.9/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 21, 2025 21:04
@dependabot dependabot bot requested review from kennylam and guidari January 21, 2025 21:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 21, 2025
Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit a9924d8
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/6790e86006380e00073e13c4
😎 Deploy Preview https://deploy-preview-18390--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit a9924d8
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/6790e860e7ddfa0008536ddc
😎 Deploy Preview https://deploy-preview-18390--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 21, 2025

Deploy Preview for v11-carbon-react ready!

Name Link
🔨 Latest commit a9924d8
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/6790e8606e6b3c0007701ca1
😎 Deploy Preview https://deploy-preview-18390--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.17%. Comparing base (9423de0) to head (a9924d8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18390   +/-   ##
=======================================
  Coverage   84.17%   84.17%           
=======================================
  Files         408      408           
  Lines       14435    14435           
  Branches     4640     4640           
=======================================
  Hits        12150    12150           
  Misses       2121     2121           
  Partials      164      164           

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

@kennylam kennylam added this pull request to the merge queue Jan 22, 2025
Merged via the queue into main with commit 02d6f94 Jan 22, 2025
37 checks passed
@kennylam kennylam deleted the dependabot/npm_and_yarn/vite-4.5.9 branch January 22, 2025 14:22
Copy link
Contributor

The content of this pull request will be made available as part of our next release. For the full schedule of upcoming releases, check out our Release Radar page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code status: one more review 👀
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants