diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-06 00:36:58 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-06 00:36:58 +0300 |
| commit | 9012c5cb1f57799cb368e99583a84733c70f9e59 (patch) | |
| tree | f4ac0ccf21b64d6d7cce9c82849170d61d9486ec /playground | |
| parent | 5cb863b56c0ac7792d2957f09be9aa6e123cf569 (diff) | |
| download | strapi-plugin-checkbox-list-9012c5cb1f57799cb368e99583a84733c70f9e59.tar.xz strapi-plugin-checkbox-list-9012c5cb1f57799cb368e99583a84733c70f9e59.zip | |
Update dependency fs-extra to v11 (#6)
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | [`^10.0.0` → `^11.0.0`](https://renovatebot.com/diffs/npm/fs-extra/10.1.0/11.3.3) |  |  |
---
### Release Notes
<details>
<summary>jprichardson/node-fs-extra (fs-extra)</summary>
### [`v11.3.3`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1133--2025-12-18)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.3.2...11.3.3)
- Fix copying symlink when destination is a symlink to the same target ([#​1019](https://github.com/jprichardson/node-fs-extra/issues/1019), [#​1060](https://github.com/jprichardson/node-fs-extra/pull/1060))
### [`v11.3.2`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1132--2025-09-15)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.3.1...11.3.2)
- Fix spurrious `UnhandledPromiseRejectionWarning` that could occur when calling `.copy()` in some cases ([#​1056](https://github.com/jprichardson/node-fs-extra/issues/1056), [#​1058](https://github.com/jprichardson/node-fs-extra/pull/1058))
### [`v11.3.1`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1131--2025-08-05)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.3.0...11.3.1)
- Fix case where `move`/`moveSync` could incorrectly think files are identical on Windows ([#​1050](https://github.com/jprichardson/node-fs-extra/pull/1050))
### [`v11.3.0`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1130--2025-01-15)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.2.0...11.3.0)
- Add promise support for newer `fs` methods ([#​1044](https://github.com/jprichardson/node-fs-extra/issues/1044), [#​1045](https://github.com/jprichardson/node-fs-extra/pull/1045))
- Use `fs.opendir` in `copy()`/`copySync()` for better perf/scalability ([#​972](https://github.com/jprichardson/node-fs-extra/issues/972), [#​1028](https://github.com/jprichardson/node-fs-extra/pull/1028))
### [`v11.2.0`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1120--2023-11-27)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0)
- Copy directory contents in parallel for better performance ([#​1026](https://github.com/jprichardson/node-fs-extra/pull/1026))
- Refactor internal code to use `async`/`await` ([#​1020](https://github.com/jprichardson/node-fs-extra/issues/1020))
### [`v11.1.1`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1111--2023-03-20)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1)
- Preserve timestamps when moving files across devices ([#​992](https://github.com/jprichardson/node-fs-extra/issues/992), [#​994](https://github.com/jprichardson/node-fs-extra/pull/994))
### [`v11.1.0`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1110--2022-11-29)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.0.0...11.1.0)
- Re-add `main` field to `package.json` for better TypeScript compatibility ([#​979](https://github.com/jprichardson/node-fs-extra/issues/979), [#​981](https://github.com/jprichardson/node-fs-extra/pull/981))
### [`v11.0.0`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1100--2022-11-28)
[Compare Source](https://github.com/jprichardson/node-fs-extra/compare/10.1.0...11.0.0)
##### Breaking Changes
- Don't allow requiring `fs-extra/lib/SOMETHING` (switched to `exports`) ([#​974](https://github.com/jprichardson/node-fs-extra/pull/974))
- Require Node v14.14+ ([#​968](https://github.com/jprichardson/node-fs-extra/issues/968), [#​969](https://github.com/jprichardson/node-fs-extra/pull/969))
##### New Features
- Add `fs-extra/esm` for ESM named export support; see [docs](https://github.com/jprichardson/node-fs-extra#esm) for details ([#​746](https://github.com/jprichardson/node-fs-extra/issues/746), [#​974](https://github.com/jprichardson/node-fs-extra/pull/974))
- Add promise support for `fs.readv()` ([#​970](https://github.com/jprichardson/node-fs-extra/pull/970))
##### Bugfixes
- Don't `stat` filtered items in `copy*` ([#​965](https://github.com/jprichardson/node-fs-extra/issues/965), [#​971](https://github.com/jprichardson/node-fs-extra/pull/971))
- Remove buggy stats check in `copy` ([#​918](https://github.com/jprichardson/node-fs-extra/issues/918), [#​976](https://github.com/jprichardson/node-fs-extra/pull/976))
</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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIl19-->
Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/6
Co-authored-by: renovate[bot] <renovatebot@noreply.localhost>
Co-committed-by: renovate[bot] <renovatebot@noreply.localhost>
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/package-lock.json | 38 | ||||
| -rw-r--r-- | playground/package.json | 2 |
2 files changed, 20 insertions, 20 deletions
diff --git a/playground/package-lock.json b/playground/package-lock.json index 52973fb..db5cf05 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -12,7 +12,7 @@ "@strapi/plugin-users-permissions": "5.35.0", "@strapi/strapi": "5.35.0", "better-sqlite3": "12.6.2", - "fs-extra": "^10.0.0", + "fs-extra": "^11.0.0", "mime-types": "^2.1.27", "react": "^18.0.0", "react-dom": "^18.0.0", @@ -5207,20 +5207,6 @@ } } }, - "node_modules/@rushstack/node-core-library/node_modules/fs-extra": { - "version": "11.3.3", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", - "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=14.14" - } - }, "node_modules/@rushstack/terminal": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.15.2.tgz", @@ -12943,6 +12929,20 @@ "concat-map": "0.0.1" } }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -13096,9 +13096,9 @@ "license": "MIT" }, "node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "version": "11.3.3", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz", + "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", @@ -13106,7 +13106,7 @@ "universalify": "^2.0.0" }, "engines": { - "node": ">=12" + "node": ">=14.14" } }, "node_modules/fs-minipass": { diff --git a/playground/package.json b/playground/package.json index 100b4a5..77af503 100644 --- a/playground/package.json +++ b/playground/package.json @@ -22,7 +22,7 @@ "@strapi/plugin-users-permissions": "5.35.0", "@strapi/strapi": "5.35.0", "better-sqlite3": "12.6.2", - "fs-extra": "^10.0.0", + "fs-extra": "^11.0.0", "mime-types": "^2.1.27", "react": "^18.0.0", "react-dom": "^18.0.0", |
