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

Bump vite from 5.4.8 to 5.4.14 #214

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps vite from 5.4.8 to 5.4.14.

Release notes

Sourced from vite's releases.

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.

Changelog

Sourced from vite's changelog.

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)

5.4.11 (2024-11-11)

  • fix(deps): update dependencies of postcss-modules (ceb15db), closes #18617

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412

5.4.9 (2024-10-14)

Commits
  • e7eb3c5 release: v5.4.14
  • 7d1699c fix: allow CORS from loopback addresses by default (#19249)
  • 9df6e6b fix: preview.allowedHosts with specific values was not respected (#19246)
  • a1824c5 release: v5.4.13
  • 5946215 fix: try parse server.origin URL (#19241)
  • f428aa9 release: v5.4.12
  • 9da4abc fix!: check host header to prevent DNS rebinding attacks and introduce `serve...
  • b71a5c8 fix: verify token for HMR WebSocket connection
  • dfea38f fix!: default server.cors: false to disallow fetching from untrusted origins
  • ecd2375 chore: add deps update changelog
  • 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 5.4.8 to 5.4.14.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@jbrooksuk jbrooksuk merged commit fc4b25e into main Jan 22, 2025
25 checks passed
@jbrooksuk jbrooksuk deleted the dependabot/npm_and_yarn/vite-5.4.14 branch January 22, 2025 09:16
joelbutcher added a commit to joelbutcher/cachet-core that referenced this pull request Jan 25, 2025
commit 85d8c78
Author: Joel Butcher <[email protected]>
Date:   Thu Jan 23 20:28:42 2025 +0000

    feat: allow people to subscribe

    refactor: use existing action to create subscriber

    chore: remove strict_types

    feat: listener to fire subscriber verification email

    chore: queue configuration

    refactor: terminology and form location

    wip

    wip

    fix CI

    use verify_code to validate request

    fulfil verification

commit 20139e9
Merge: 70964e8 85c6189
Author: Joel Butcher <[email protected]>
Date:   Wed Jan 22 11:19:56 2025 +0000

    Merge branch 'main' into feat/subscriber-emails

commit 85c6189
Author: jbrooksuk <[email protected]>
Date:   Wed Jan 22 09:19:07 2025 +0000

    Compile Assets

commit 75f686c
Author: AndrewL <[email protected]>
Date:   Wed Jan 22 17:17:16 2025 +0800

    Updated PH localization (cachethq#213)

    Co-authored-by: thestrongestgenius <[email protected]>

commit fc4b25e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 22 09:16:47 2025 +0000

    Bump vite from 5.4.8 to 5.4.14 (cachethq#214)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 56b0163
Author: jbrooksuk <[email protected]>
Date:   Tue Jan 21 21:24:10 2025 +0000

    Fix code styling

commit 1b32bc3
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 21:20:28 2025 +0000

    Support the `HTTP_REMOTE_USER` header (cachethq#208)

commit 91434f1
Author: Kev <[email protected]>
Date:   Tue Jan 21 21:59:04 2025 +0100

    New adjustments added for German translation and added Dutch (cachethq#209)

commit 391010d
Author: jbrooksuk <[email protected]>
Date:   Tue Jan 21 14:00:36 2025 +0000

    Fix code styling

commit 24eff0c
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 13:58:47 2025 +0000

    wip

commit 5cb444c
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 13:51:40 2025 +0000

    Use Cachet class to determine correct User model

commit 70964e8
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 11:36:45 2025 +0000

    create form blade view

commit 3327135
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 11:32:56 2025 +0000

    drop tel

commit 6926566
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 11:21:44 2025 +0000

    Playing with form submission

commit 268ed60
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 10:21:06 2025 +0000

    Subscriptions base form

commit 028f9d3
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 08:38:05 2025 +0000

    Update build-api-docs.yml

commit dd15050
Author: James Brooks <[email protected]>
Date:   Mon Jan 20 20:41:33 2025 +0000

    Update build-api-docs.yml

commit 812b201
Author: James Brooks <[email protected]>
Date:   Mon Jan 20 20:31:27 2025 +0000

    Update build-api-docs.yml

commit 38507f0
Author: jbrooksuk <[email protected]>
Date:   Mon Jan 20 20:28:23 2025 +0000

    Fix code styling

commit b8ea810
Author: romalytvynenko <[email protected]>
Date:   Mon Jan 20 22:26:19 2025 +0200

    API specification generation (cachethq#178)

commit 28ae3f1
Author: Kev <[email protected]>
Date:   Mon Jan 20 17:33:21 2025 +0100

    Multiple updates for german translation files (cachethq#206)
joelbutcher added a commit to joelbutcher/cachet-core that referenced this pull request Jan 25, 2025
commit 85d8c78
Author: Joel Butcher <[email protected]>
Date:   Thu Jan 23 20:28:42 2025 +0000

    feat: allow people to subscribe

    refactor: use existing action to create subscriber

    chore: remove strict_types

    feat: listener to fire subscriber verification email

    chore: queue configuration

    refactor: terminology and form location

    wip

    wip

    fix CI

    use verify_code to validate request

    fulfil verification

commit 20139e9
Merge: 70964e8 85c6189
Author: Joel Butcher <[email protected]>
Date:   Wed Jan 22 11:19:56 2025 +0000

    Merge branch 'main' into feat/subscriber-emails

commit 85c6189
Author: jbrooksuk <[email protected]>
Date:   Wed Jan 22 09:19:07 2025 +0000

    Compile Assets

commit 75f686c
Author: AndrewL <[email protected]>
Date:   Wed Jan 22 17:17:16 2025 +0800

    Updated PH localization (cachethq#213)

    Co-authored-by: thestrongestgenius <[email protected]>

commit fc4b25e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 22 09:16:47 2025 +0000

    Bump vite from 5.4.8 to 5.4.14 (cachethq#214)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 56b0163
Author: jbrooksuk <[email protected]>
Date:   Tue Jan 21 21:24:10 2025 +0000

    Fix code styling

commit 1b32bc3
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 21:20:28 2025 +0000

    Support the `HTTP_REMOTE_USER` header (cachethq#208)

commit 91434f1
Author: Kev <[email protected]>
Date:   Tue Jan 21 21:59:04 2025 +0100

    New adjustments added for German translation and added Dutch (cachethq#209)

commit 391010d
Author: jbrooksuk <[email protected]>
Date:   Tue Jan 21 14:00:36 2025 +0000

    Fix code styling

commit 24eff0c
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 13:58:47 2025 +0000

    wip

commit 5cb444c
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 13:51:40 2025 +0000

    Use Cachet class to determine correct User model

commit 70964e8
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 11:36:45 2025 +0000

    create form blade view

commit 3327135
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 11:32:56 2025 +0000

    drop tel

commit 6926566
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 11:21:44 2025 +0000

    Playing with form submission

commit 268ed60
Author: Joel Butcher <[email protected]>
Date:   Tue Jan 21 10:21:06 2025 +0000

    Subscriptions base form

commit 028f9d3
Author: James Brooks <[email protected]>
Date:   Tue Jan 21 08:38:05 2025 +0000

    Update build-api-docs.yml

commit dd15050
Author: James Brooks <[email protected]>
Date:   Mon Jan 20 20:41:33 2025 +0000

    Update build-api-docs.yml

commit 812b201
Author: James Brooks <[email protected]>
Date:   Mon Jan 20 20:31:27 2025 +0000

    Update build-api-docs.yml

commit 38507f0
Author: jbrooksuk <[email protected]>
Date:   Mon Jan 20 20:28:23 2025 +0000

    Fix code styling

commit b8ea810
Author: romalytvynenko <[email protected]>
Date:   Mon Jan 20 22:26:19 2025 +0200

    API specification generation (cachethq#178)

commit 28ae3f1
Author: Kev <[email protected]>
Date:   Mon Jan 20 17:33:21 2025 +0100

    Multiple updates for german translation files (cachethq#206)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant