mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
chore: bump up vite-plugin-static-copy version to v1 (#5205)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vite-plugin-static-copy](https://togithub.com/sapphi-red/vite-plugin-static-copy) | [`^0.17.1` -> `^1.0.0`](https://renovatebot.com/diffs/npm/vite-plugin-static-copy/0.17.1/1.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sapphi-red/vite-plugin-static-copy (vite-plugin-static-copy)</summary> ### [`v1.0.0`](https://togithub.com/sapphi-red/vite-plugin-static-copy/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://togithub.com/sapphi-red/vite-plugin-static-copy/compare/v0.17.1...vite-plugin-static-copy@1.0.0) ##### Major Changes - [`252f62c`](https://togithub.com/sapphi-red/vite-plugin-static-copy/commit/252f62ce6c3371367b4593b5c940371a88292021) Thanks [@​sapphi-red](https://togithub.com/sapphi-red)! - drop support for Vite 3 and 4 - [`252f62c`](https://togithub.com/sapphi-red/vite-plugin-static-copy/commit/252f62ce6c3371367b4593b5c940371a88292021) Thanks [@​sapphi-red](https://togithub.com/sapphi-red)! - drop CJS build. See https://vitejs.dev/guide/troubleshooting.html#this-package-is-esm-only for how to migrate from CJS to ESM. - [`252f62c`](https://togithub.com/sapphi-red/vite-plugin-static-copy/commit/252f62ce6c3371367b4593b5c940371a88292021) Thanks [@​sapphi-red](https://togithub.com/sapphi-red)! - drop node 14.18/16/17/19 support ##### Patch Changes - [#​67](https://togithub.com/sapphi-red/vite-plugin-static-copy/pull/67) [`8707d84`](https://togithub.com/sapphi-red/vite-plugin-static-copy/commit/8707d84d478c3b183cf8639d27158aba9318a0c6) Thanks [@​sapphi-red](https://togithub.com/sapphi-red)! - copy only once even if multiple bundles are generated </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 PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update 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://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSJ9-->
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@
|
||||
"typescript": "^5.3.2",
|
||||
"vite": "^5.0.6",
|
||||
"vite-plugin-istanbul": "^5.0.0",
|
||||
"vite-plugin-static-copy": "^0.17.1",
|
||||
"vite-plugin-static-copy": "^1.0.0",
|
||||
"vite-tsconfig-paths": "^4.2.1",
|
||||
"vitest": "0.34.6",
|
||||
"vitest-fetch-mock": "^0.2.2",
|
||||
|
||||
@@ -645,7 +645,7 @@ __metadata:
|
||||
typescript: "npm:^5.3.2"
|
||||
vite: "npm:^5.0.6"
|
||||
vite-plugin-istanbul: "npm:^5.0.0"
|
||||
vite-plugin-static-copy: "npm:^0.17.1"
|
||||
vite-plugin-static-copy: "npm:^1.0.0"
|
||||
vite-tsconfig-paths: "npm:^4.2.1"
|
||||
vitest: "npm:0.34.6"
|
||||
vitest-fetch-mock: "npm:^0.2.2"
|
||||
@@ -35951,17 +35951,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"vite-plugin-static-copy@npm:^0.17.1":
|
||||
version: 0.17.1
|
||||
resolution: "vite-plugin-static-copy@npm:0.17.1"
|
||||
"vite-plugin-static-copy@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "vite-plugin-static-copy@npm:1.0.0"
|
||||
dependencies:
|
||||
chokidar: "npm:^3.5.3"
|
||||
fast-glob: "npm:^3.2.11"
|
||||
fs-extra: "npm:^11.1.0"
|
||||
picocolors: "npm:^1.0.0"
|
||||
peerDependencies:
|
||||
vite: ^3.0.0 || ^4.0.0 || ^5.0.0
|
||||
checksum: 53762f6504ea65148d92603b0e01ea7c67008d6c1adab2cc5575c0d76d8f456e5b4a88c9379376ed6415bea1348042b2648a1a91f6a3a92ab87f49ec80471855
|
||||
vite: ^5.0.0
|
||||
checksum: 838353190f60973bbc6fb944336caf4375cd5fb7e2534c219e3185b28bfdf2e87ee3babc56c538a7f7d78e15c662b7b8b3a2d2a8d97f1e74dc8f3d71f6c3f539
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user