Skip to content

chore(dashboard): bump vite from 5.4.2 to 5.4.19 #8234

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

Open
wants to merge 3 commits into
base: next
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps vite from 5.4.2 to 5.4.19.

Release notes

Sourced from vite's releases.

v5.4.19

Please refer to CHANGELOG.md for details.

v5.4.18

Please refer to CHANGELOG.md for details.

v5.4.17

Please refer to CHANGELOG.md for details.

v5.4.16

Please refer to CHANGELOG.md for details.

v5.4.15

Please refer to CHANGELOG.md for details.

v5.4.14

Please refer to CHANGELOG.md for details.

v5.4.13

Please refer to CHANGELOG.md for details.

v5.4.12

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.

v5.4.11

Please refer to CHANGELOG.md for details.

v5.4.10

Please refer to CHANGELOG.md for details.

v5.4.9

Please refer to CHANGELOG.md for details.

v5.4.8

Please refer to CHANGELOG.md for details.

v5.4.7

Please refer to CHANGELOG.md for details.

v5.4.6

Please refer to CHANGELOG.md for details.

plugin-legacy@5.4.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.19 (2025-04-30)

5.4.18 (2025-04-10)

5.4.17 (2025-04-03)

5.4.16 (2025-03-31)

5.4.15 (2025-03-24)

5.4.14 (2025-01-21)

5.4.13 (2025-01-20)

5.4.12 (2025-01-20)

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (9da4abc)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (dfea38f)
  • fix: verify token for HMR WebSocket connection (b71a5c8)
  • chore: add deps update changelog (ecd2375)

... (truncated)

Commits

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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code patch labels Apr 30, 2025
Copy link

netlify bot commented Apr 30, 2025

Deploy Preview for dashboard-v2-novu-staging failed. Why did it fail? →

Name Link
🔨 Latest commit 4924bf0
🔍 Latest deploy log https://app.netlify.com/projects/dashboard-v2-novu-staging/deploys/682dedbfe0143600083cc0f0

Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from bfeade0 to 465f4f5 Compare May 7, 2025 07:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from 465f4f5 to d00abd5 Compare May 7, 2025 11:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from d00abd5 to 5e30811 Compare May 8, 2025 08:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from 5e30811 to 7f9424e Compare May 8, 2025 16:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from 7f9424e to c9b9b68 Compare May 11, 2025 12:30
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from c9b9b68 to 271f5f9 Compare May 12, 2025 14:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from 271f5f9 to 6cef3e3 Compare May 18, 2025 18:18
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.19.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.19
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vite-5.4.19 branch from 6cef3e3 to a396085 Compare May 20, 2025 06:37
Co-Authored-By: Dima Grossman <dima@grossman.io>
@devin-ai-integration devin-ai-integration bot changed the title chore(deps-dev): bump vite from 5.4.2 to 5.4.19 chore(dashboard): bump vite from 5.4.2 to 5.4.19 May 21, 2025
Co-Authored-By: Dima Grossman <dima@grossman.io>
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 @novu/dashboard patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants