9012c5cb1f
Update dependency fs-extra to v11 ( #6 )
...
RenovateBot / renovate (push) Successful in 24s
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 >
2026-02-06 01:36:58 +04:00
5cb863b56c
Update actions/setup-node action to v6
RenovateBot / renovate (push) Has been cancelled
2026-02-05 21:35:34 +00:00
393e2fb7f2
Update actions/checkout action to v6
RenovateBot / renovate (push) Successful in 1m24s
2026-02-05 15:55:01 +00:00
f83b43e6f6
Add GitHub Actions workflow for testing and E2E integration
...
RenovateBot / renovate (push) Successful in 29s
- Created a new workflow file (.github/workflows/test.yml) to automate testing processes.
- Defined jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright.
- Included steps for dependency installation, plugin building, and Strapi server management during E2E tests.
2026-02-05 15:54:27 +00:00
1d3a010b50
Refactor Gitea workflow to alternate between npm install and npm ci for dependency management in different job stages
RenovateBot / renovate (push) Successful in 29s
Test / Basic (push) Failing after 1m57s
Test / E2E (push) Has been skipped
2026-02-05 15:46:01 +00:00
60310f5b9d
Update Gitea workflow to use npm install instead of npm ci for dependency installation
RenovateBot / renovate (push) Successful in 29s
Test / Basic (push) Failing after 1m42s
Test / E2E (push) Has been skipped
2026-02-05 15:41:47 +00:00
ee32dedf61
Enhance testing and integration for checkbox-list custom field
...
RenovateBot / renovate (push) Successful in 27s
Test / Basic (push) Failing after 1m43s
Test / E2E (push) Has been skipped
- Updated Gitea workflow to trigger on pushes to the master branch and refined job configurations for testing and E2E processes.
- Added Jest and Playwright configurations for integration and E2E testing.
- Introduced new checkbox-item API with corresponding controller, service, and routes.
- Created integration tests for the checkbox-list functionality, ensuring proper handling of required fields and default values.
- Updated package.json and package-lock.json to include necessary dependencies for testing.
2026-02-05 19:38:48 +04:00
0c71c44599
Update dependency @types/node to v20.19.32
Test / Basic (pull_request) Failing after 1m44s
Test / E2E (pull_request) Has been skipped
RenovateBot / renovate (push) Successful in 28s
2026-02-05 15:01:39 +00:00
9f719916b0
Add Gitea workflow for testing and E2E integration
...
RenovateBot / renovate (push) Has been cancelled
- Created a new workflow file (.gitea/workflows/test.yml) to automate testing processes.
- Defined jobs for basic testing and end-to-end (E2E) testing using Jest, Supertest, and Playwright/Cypress.
- Included steps for dependency installation, plugin building, and Strapi server management during E2E tests.
2026-02-05 14:59:54 +00:00
4ad17021e4
Remove 'peer' property from several dependencies in package-lock.json and add @types/react-dom as a peer dependency for multiple Strapi modules.
RenovateBot / renovate (push) Successful in 25s
2026-02-05 14:20:54 +00:00
abc9573a6d
Update dependency @sindresorhus/slugify to v3
RenovateBot / renovate (push) Successful in 25s
2026-02-05 14:12:39 +00:00
63b7108988
Update dependency better-sqlite3 to v12.6.2
RenovateBot / renovate (push) Successful in 49s
2026-02-05 14:11:43 +00:00
6f7a567dea
Add Renovate configuration files for automated dependency management
...
RenovateBot / renovate (push) Has been cancelled
- Created .renovaterc for Renovate settings, including package rules for digest updates.
- Added renovate.config.cjs to define the Renovate bot's GitHub endpoint and author.
- Introduced a Gitea workflow in .gitea/workflows/renovate.yml to schedule daily runs of Renovate.
2026-02-05 14:10:23 +00:00
ddd12b3019
Implement validation for empty checkbox selections in CheckboxListInput
...
- Added useEffect to handle cases where required checkboxes are not selected, setting value to null.
- Updated onChange type definition to allow for null values in checkbox selections.
2026-02-05 14:01:37 +00:00
59be13de07
Enhance checkbox-list custom field functionality
...
- Added CheckboxListEnumInput component for handling enumeration inputs.
- Updated CheckboxListDefaultInput to support new options structure.
- Integrated validation for checkbox list options using Yup.
- Modified package.json and package-lock.json to include new dependencies.
- Improved admin interface with enhanced input handling and validation feedback.
2026-02-05 13:45:40 +00:00
b9bd07c53d
Refactor checkbox-list custom field implementation
...
- Replaced the PluginIcon with EnumerationField in the custom field registration.
- Introduced CheckboxListDefaultInput component for handling checkbox list inputs.
- Updated the admin interface to include new settings for the checkbox-list custom field.
- Enhanced server-side registration to support resizable input size for the checkbox-list.
2026-02-05 12:39:14 +00:00
7fe5502dc1
Add checkbox-list custom field plugin to Strapi
...
- Introduced a new custom field type 'checkbox-list' with associated input component.
- Updated package.json to reflect the new plugin name.
- Added necessary server-side files for plugin registration, including bootstrap, destroy, and service methods.
- Updated package-lock.json to include new dependencies and versions.
- Enhanced admin interface with custom field registration and input handling.
2026-02-05 11:53:17 +00:00
efa89313fa
Initial Strapi plugin project
2026-02-05 10:19:56 +00:00
f6de861195
Initial DevContainer
2026-02-05 13:03:09 +04:00
bc8841590b
Initial commit
2026-02-05 13:00:40 +04:00