Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps vite from 5.4.6 to 5.4.12.

Release notes

Sourced from vite's releases.

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.

Changelog

Sourced from vite's changelog.

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)

5.4.8 (2024-09-25)

5.4.7 (2024-09-20)

Commits
  • 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
  • c54c860 release: v5.4.11
  • 5f52bc8 release: v5.4.10
  • 7d1a3bc fix: backport #18367,augment hash for CSS files to prevent chromium erroring ...
  • 898d61f release: v5.4.9
  • 508d9ab fix: bump launch-editor-middleware to v2.9.1 (#18348)
  • 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.6 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2025
@ericzbeard ericzbeard merged commit 1facc39 into main Jan 22, 2025
1 check passed
@ericzbeard ericzbeard deleted the dependabot/npm_and_yarn/test/webapp/site/vite-5.4.12 branch January 22, 2025 22:15
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Apr 26, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aws-cloudformation/rain](https://github.com/aws-cloudformation/rain) | minor | `v1.21.0` -> `v1.23.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aws-cloudformation/rain (aws-cloudformation/rain)</summary>

### [`v1.23.0`](https://github.com/aws-cloudformation/rain/releases/tag/v1.23.0)

[Compare Source](aws-cloudformation/rain@v1.22.0...v1.23.0)

#### What's Changed

-   Update .pre-commit-hooks.yaml to use rain instead of cfn-format by [@&#8203;leinardi](https://github.com/leinardi) in aws-cloudformation/rain#672
-   Add S3 URI handling to modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#675
-   Update docs - strict-booleans and default branch name by [@&#8203;dothomson](https://github.com/dothomson) in aws-cloudformation/rain#674
-   Add features to Modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#676

#### New Contributors

-   [@&#8203;dothomson](https://github.com/dothomson) made their first contribution in aws-cloudformation/rain#674

**Full Changelog**: aws-cloudformation/rain@v1.22.0...v1.23.0

### [`v1.22.0`](https://github.com/aws-cloudformation/rain/releases/tag/v1.22.0)

[Compare Source](aws-cloudformation/rain@v1.21.0...v1.22.0)

#### What's Changed

-   Bump vite from 5.4.6 to 5.4.12 in /test/webapp/site by [@&#8203;dependabot](https://github.com/dependabot) in aws-cloudformation/rain#631
-   Fix breaking change to merge by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#632
-   Fixing duplicate analytics node by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#644
-   Adds optional Extension property to set extension on uploaded artifact by [@&#8203;georgealton](https://github.com/georgealton) in aws-cloudformation/rain#645
-   fix: Update messages when deploying a changeset when importing resources by [@&#8203;haytok](https://github.com/haytok) in aws-cloudformation/rain#646
-   Fix [#&#8203;653](aws-cloudformation/rain#653): incorrectly strips quotes from string values that resemble YAML booleans by [@&#8203;leinardi](https://github.com/leinardi) in aws-cloudformation/rain#654
-   Error check type cast in ls changeset by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#658
-   Add strict-booleans node style by [@&#8203;leinardi](https://github.com/leinardi) in aws-cloudformation/rain#660
-   Awscli modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#662

#### New Contributors

-   [@&#8203;haytok](https://github.com/haytok) made their first contribution in aws-cloudformation/rain#646
-   [@&#8203;leinardi](https://github.com/leinardi) made their first contribution in aws-cloudformation/rain#654

**Full Changelog**: aws-cloudformation/rain@v1.21.0...v1.22.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI1My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jun 12, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ubi:aws-cloudformation/rain](https://github.com/aws-cloudformation/rain) | minor | `1.21.0` -> `1.23.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aws-cloudformation/rain (ubi:aws-cloudformation/rain)</summary>

### [`v1.23.0`](https://github.com/aws-cloudformation/rain/releases/tag/v1.23.0)

[Compare Source](aws-cloudformation/rain@v1.22.0...v1.23.0)

#### What's Changed

-   Update .pre-commit-hooks.yaml to use rain instead of cfn-format by [@&#8203;leinardi](https://github.com/leinardi) in aws-cloudformation/rain#672
-   Add S3 URI handling to modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#675
-   Update docs - strict-booleans and default branch name by [@&#8203;dothomson](https://github.com/dothomson) in aws-cloudformation/rain#674
-   Add features to Modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#676

#### New Contributors

-   [@&#8203;dothomson](https://github.com/dothomson) made their first contribution in aws-cloudformation/rain#674

**Full Changelog**: aws-cloudformation/rain@v1.22.0...v1.23.0

### [`v1.22.0`](https://github.com/aws-cloudformation/rain/releases/tag/v1.22.0)

[Compare Source](aws-cloudformation/rain@v1.21.0...v1.22.0)

#### What's Changed

-   Bump vite from 5.4.6 to 5.4.12 in /test/webapp/site by [@&#8203;dependabot](https://github.com/dependabot) in aws-cloudformation/rain#631
-   Fix breaking change to merge by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#632
-   Fixing duplicate analytics node by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#644
-   Adds optional Extension property to set extension on uploaded artifact by [@&#8203;georgealton](https://github.com/georgealton) in aws-cloudformation/rain#645
-   fix: Update messages when deploying a changeset when importing resources by [@&#8203;haytok](https://github.com/haytok) in aws-cloudformation/rain#646
-   Fix [#&#8203;653](aws-cloudformation/rain#653): incorrectly strips quotes from string values that resemble YAML booleans by [@&#8203;leinardi](https://github.com/leinardi) in aws-cloudformation/rain#654
-   Error check type cast in ls changeset by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#658
-   Add strict-booleans node style by [@&#8203;leinardi](https://github.com/leinardi) in aws-cloudformation/rain#660
-   Awscli modules by [@&#8203;ericzbeard](https://github.com/ericzbeard) in aws-cloudformation/rain#662

#### New Contributors

-   [@&#8203;haytok](https://github.com/haytok) made their first contribution in aws-cloudformation/rain#646
-   [@&#8203;leinardi](https://github.com/leinardi) made their first contribution in aws-cloudformation/rain#654

**Full Changelog**: aws-cloudformation/rain@v1.21.0...v1.22.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMS4wIiwidXBkYXRlZEluVmVyIjoiNDAuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant