Skip to content

Commit

Permalink
chore(deps): update dependency @types/fs-extra to ^11.0.3 (#2127)
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 |
|---|---|---|---|---|---|
|
[@types/fs-extra](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fs-extra)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`^11.0.2` ->
`^11.0.3`](https://renovatebot.com/diffs/npm/@types%2ffs-extra/11.0.2/11.0.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2ffs-extra/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2ffs-extra/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2ffs-extra/11.0.2/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2ffs-extra/11.0.2/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### 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 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/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 35f171e commit d1c16ac
Show file tree
Hide file tree
Showing 9 changed files with 222 additions and 143 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@previewjs/plugin-vue3": "workspace:*",
"@previewjs/properties": "workspace:*",
"@types/express": "^4.17.19",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.3",
"@types/node": "^20.8.6",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.1",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@rollup/plugin-alias": "^5.0.1",
"@types/express": "^4.17.19",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.3",
"@types/html-escaper": "^3.0.0",
"shx": "^0.3.4",
"unbuild": "^2.0.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 @@ -42,7 +42,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^1.25.2",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.3",
"pino": "^8.16.0",
"pino-pretty": "^10.2.3",
"unbuild": "^2.0.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 @@ -44,7 +44,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.3",
"pino": "^8.16.0",
"pino-pretty": "^10.2.3",
"rimraf": "^5.0.5",
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 @@ -43,7 +43,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.3",
"@vue/compiler-core": "^3.3.4",
"@vue/reactivity": "^3.3.4",
"@vue/runtime-core": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@previewjs/core": "workspace:*",
"@previewjs/vfs": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.3",
"@types/proper-lockfile": "^4.1.2",
"exclusive-promises": "^1.0.3",
"execa": "^8.0.1",
Expand Down
Loading

0 comments on commit d1c16ac

Please sign in to comment.