Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to ^11.2.0 (#2259)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fs-extra](https://togithub.com/jprichardson/node-fs-extra) |
[`^11.1.1` ->
`^11.2.0`](https://renovatebot.com/diffs/npm/fs-extra/11.1.1/11.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/fs-extra/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/fs-extra/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/fs-extra/11.1.1/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fs-extra/11.1.1/11.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>jprichardson/node-fs-extra (fs-extra)</summary>

###
[`v11.2.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1120--2023-11-27)

[Compare
Source](https://togithub.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0)

- Copy directory contents in parallel for better performance
([#&#8203;1026](https://togithub.com/jprichardson/node-fs-extra/pull/1026))
- Refactor internal code to use `async`/`await`
([#&#8203;1020](https://togithub.com/jprichardson/node-fs-extra/issues/1020))

</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://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 29, 2023
1 parent 641381f commit 0128367
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 74 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vite": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"esbuild-plugin-polyfill-node": "^0.3.0",
"exclusive-promises": "^1.0.3",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"globby": "^13.2.2",
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@previewjs/type-analyzer": "^10.1.1",
"@previewjs/vfs": "^2.1.0",
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"svelte": "^4.2.7",
"typescript": "^5.3.2",
"vite": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@previewjs/vfs": "^2.1.0",
"@vitejs/plugin-vue2": "^2.3.1",
"@vitejs/plugin-vue2-jsx": "^1.1.1",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"typescript": "^5.3.2",
"vue": "^2.7.15",
"vue-template-compiler": "^2.7.15"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.3.9",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"typescript": "^5.3.2",
"vue": "^3.3.9"
},
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"assert-never": "^1.2.1",
"exclusive-promises": "^1.0.3",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"pnpm": "^8.11.0",
Expand Down
Loading

0 comments on commit 0128367

Please sign in to comment.