Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^4.2.1 (#1470)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vite](https://github.com/vitejs/vite/tree/main/#readme)
([source](https://github.com/vitejs/vite)) | [`^4.2.0` ->
`^4.2.1`](https://renovatebot.com/diffs/npm/vite/4.2.0/4.2.1) |
[![age](https://badges.renovateapi.com/packages/npm/vite/4.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/vite/4.2.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/vite/4.2.1/compatibility-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/vite/4.2.1/confidence-slim/4.2.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitejs/vite</summary>

###
[`v4.2.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small421-2023-03-20-small)

[Compare
Source](https://github.com/vitejs/vite/compare/9dbb7f7765fd7d255daf82ad44fe867d49f0befd...v4.2.1)

- fix: add `virtual:` to virtual module source map ignore
([#&#8203;12444](https://github.com/vitejs/vite/issues/12444))
([c4aa28f](https://github.com/vitejs/vite/commit/c4aa28f)), closes
[#&#8203;12444](https://github.com/vitejs/vite/issues/12444)
- fix(css): inject source content conditionally
([#&#8203;12449](https://github.com/vitejs/vite/issues/12449))
([3e665f6](https://github.com/vitejs/vite/commit/3e665f6)), closes
[#&#8203;12449](https://github.com/vitejs/vite/issues/12449)
- fix(worker): using data URLs for inline shared worker
([#&#8203;12014](https://github.com/vitejs/vite/issues/12014))
([79a5007](https://github.com/vitejs/vite/commit/79a5007)), closes
[#&#8203;12014](https://github.com/vitejs/vite/issues/12014)
- chore: changelog edits for 4.2
([#&#8203;12438](https://github.com/vitejs/vite/issues/12438))
([ce047e3](https://github.com/vitejs/vite/commit/ce047e3)), closes
[#&#8203;12438](https://github.com/vitejs/vite/issues/12438)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2023
1 parent d008c70 commit 530efaf
Show file tree
Hide file tree
Showing 17 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"fs-extra": "^11.1.0",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.2.0"
"vite": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"rimraf": "^4.4.0",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.2.0"
"vite": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@types/node": "^18.15.5",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.2.0"
"vite": "^4.2.1"
}
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vite-tsconfig-paths": "^3.6.0"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"@types/html-escaper": "^3.0.0",
"shx": "^0.3.4",
"unbuild": "^1.1.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"preact": "^10.13.1",
"rimraf": "^4.4.0",
"unbuild": "^1.1.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"concurrently": "^7.6.0",
"react": "^18.2.0",
"unbuild": "^1.1.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@previewjs/testing": "workspace:*",
"solid-js": "^1.6.15",
"unbuild": "^1.1.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.1",
"unbuild": "^1.1.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.1",
"unbuild": "^1.1.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion frameworks/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.1",
"unbuild": "^1.1.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vitest": "^0.29.3"
}
}
2 changes: 1 addition & 1 deletion iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.2.0"
"vite": "^4.2.1"
}
}
Loading

0 comments on commit 530efaf

Please sign in to comment.