13 Commits

Author SHA1 Message Date
fb9e704374 Update dependency @strapi/sdk-plugin to v6
Some checks failed
Test / Basic (pull_request) Failing after 1m35s
2026-02-20 00:03:59 +00:00
48ebf19a2b Update all digest updates
All checks were successful
Test / Basic (pull_request) Successful in 3m28s
Test / Basic (push) Successful in 2m50s
RenovateBot / renovate (push) Successful in 2m11s
2026-02-18 15:33:24 +00:00
77f6274473 Update all digest updates
All checks were successful
Test / Basic (pull_request) Successful in 3m25s
Test / Basic (push) Successful in 2m51s
RenovateBot / renovate (push) Successful in 2m34s
2026-02-12 00:03:44 +00:00
de35f684c7 Update dependency @types/node to v24.10.13
All checks were successful
Test / Basic (pull_request) Successful in 3m21s
Test / Basic (push) Successful in 2m39s
RenovateBot / renovate (push) Successful in 2m25s
2026-02-11 00:03:03 +00:00
e89cd478b4 Update all digest updates
All checks were successful
Test / Basic (pull_request) Successful in 3m15s
Test / Basic (push) Successful in 2m41s
RenovateBot / renovate (push) Successful in 1m17s
2026-02-09 00:02:16 +00:00
77ac8ada9e Update changelog for v1.0.1
All checks were successful
Test / Basic (push) Successful in 2m35s
RenovateBot / renovate (push) Successful in 2m22s
2026-02-07 13:53:27 +04:00
0238ad5a52 Merge pull request 'Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v24' (!17) from renovate/mcr.microsoft.com-devcontainers-javascript-node-24.x into master
All checks were successful
Test / Basic (push) Successful in 2m34s
Reviewed-on: #17
2026-02-07 13:49:00 +04:00
4c59f6595c Merge branch 'master' into renovate/mcr.microsoft.com-devcontainers-javascript-node-24.x
All checks were successful
Test / Basic (pull_request) Successful in 2m43s
2026-02-07 13:43:56 +04:00
97f7913a1b Remove push trigger from RenovateBot workflow in renovate.yml
All checks were successful
Test / Basic (push) Successful in 2m39s
2026-02-07 09:38:19 +00:00
c300a37419 Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v24
All checks were successful
Test / Basic (pull_request) Successful in 3m17s
2026-02-07 09:37:48 +00:00
05609c9d40 Update version to 1.0.1 and change dependency yup to v1 in CHANGELOG.md
Some checks failed
RenovateBot / renovate (push) Successful in 1m28s
Test / Basic (push) Has been cancelled
2026-02-07 09:36:35 +00:00
85f61d12fd Update dependency yup to v1
All checks were successful
Test / Basic (pull_request) Successful in 3m32s
RenovateBot / renovate (push) Successful in 43s
Test / Basic (push) Successful in 2m42s
2026-02-07 07:36:26 +00:00
b1a853bbb9 Update dependency node to v24
All checks were successful
Test / Basic (pull_request) Successful in 3m45s
RenovateBot / renovate (push) Successful in 1m58s
Test / Basic (push) Successful in 2m54s
2026-02-07 00:01:46 +00:00
9 changed files with 3607 additions and 1281 deletions

View File

@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
"forwardPorts": [3000],
"portsAttributes": {
"3000": {

View File

@@ -3,9 +3,6 @@ name: RenovateBot
on:
schedule:
- cron: "@daily"
push:
branches:
- master
jobs:
renovate:

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
cache: "npm"
cache-dependency-path: |
package-lock.json

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
cache: "npm"
cache-dependency-path: |
package-lock.json
@@ -66,7 +66,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
cache: "npm"
cache-dependency-path: package-lock.json
- name: Upgrade npm for trusted publishing

View File

@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] (2026-02-07)
### Changed
- Bumped package version to `1.0.1`
- Updated dependency `yup` from `^0.32.11` to `^1.0.0`
- Updated `@types/node` in playground from `^20` to `^24.0.0`
- Updated Node.js version in CI workflows (`test` and `publish`) from `22` to `24`
- Updated devcontainer image from `javascript-node:22` to `javascript-node:24`
- Removed `push` trigger from Renovate workflow, leaving only scheduled runs
## [1.0.0] (2026-02-06)
### Added
@@ -25,3 +36,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- MIT License
[1.0.0]: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/releases/tag/v1.0.0
[1.0.1]: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/releases/tag/v1.0.1

3737
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"keywords": [],
"type": "commonjs",
"exports": {
@@ -35,10 +35,10 @@
"@strapi/design-system": "^2.0.0-rc.30",
"@strapi/icons": "^2.0.0-rc.30",
"react-intl": "^7.1.14",
"yup": "^0.32.11"
"yup": "^1.0.0"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.4.0",
"@strapi/sdk-plugin": "^6.0.0",
"@strapi/strapi": "^5.35.0",
"@strapi/typescript-utils": "^5.35.0",
"@types/react": "^19.2.12",

File diff suppressed because it is too large Load Diff

View File

@@ -17,9 +17,9 @@
"upgrade:dry": "npx @strapi/upgrade latest --dry"
},
"dependencies": {
"@strapi/plugin-cloud": "5.35.0",
"@strapi/plugin-users-permissions": "5.35.0",
"@strapi/strapi": "5.35.0",
"@strapi/plugin-cloud": "5.36.1",
"@strapi/plugin-users-permissions": "5.36.1",
"@strapi/strapi": "5.36.1",
"better-sqlite3": "12.6.2",
"fs-extra": "^11.0.0",
"mime-types": "^3.0.0",
@@ -30,7 +30,7 @@
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^24.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"jest": "^30.0.0",