Compare commits
73
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a024667c7e | ||
|
|
6ed62dcb18 | ||
|
|
731d5bc7e5 | ||
|
|
dc23feb6f2 | ||
|
|
e2547fe0db | ||
|
|
accf480bfa | ||
|
|
ea5cd240e2 | ||
|
|
7a6a128749 | ||
|
|
c5c7f52c43 | ||
|
|
fe71423929 | ||
|
|
354ffbd303 | ||
|
|
b2edb9f825 | ||
|
|
44c649cc09 | ||
|
|
e208104198 | ||
|
|
8d41218e46 | ||
|
|
90e2da4100 | ||
|
|
e890c24de9 | ||
|
|
b9f57abfff | ||
|
|
b1bdf83fb9 | ||
|
|
ab97e845de | ||
|
|
8fe9e923e5 | ||
|
|
34f604ae5d | ||
|
|
69868190f7 | ||
|
|
772d555b3f | ||
|
|
4c582d3869 | ||
|
|
48edcb8c00 | ||
|
|
77dcedbb70 | ||
|
|
d1bebb1dc6 | ||
|
|
346611bbc3 | ||
|
|
a113d90a90 | ||
|
|
c9cd0bca2e | ||
|
|
9540e3f8f9 | ||
|
|
0914d68237 | ||
|
|
8d206f4d51 | ||
|
|
7ca0e74634 | ||
|
|
ab4c6c9d0c | ||
|
|
58befb5a9a | ||
|
|
3667a0be29 | ||
|
|
033a2f8f95 | ||
|
|
df2316bb8f | ||
|
|
2074f0db8f | ||
|
|
b397650fb9 | ||
|
|
6a55d4f4fa | ||
|
|
7351798daf | ||
|
|
f5008d28b9 | ||
|
|
3708157c55 | ||
|
|
1dc2d953c0 | ||
|
|
a7eecd8aa0 | ||
|
|
2536f659e6 | ||
|
|
861f2851dc | ||
|
|
6269c1d76a | ||
|
|
0a23574ec9 | ||
|
|
5fe728a7ea | ||
|
|
a4d045c7af | ||
|
|
b85723d0bd | ||
|
|
76d6119259 | ||
|
|
1833031223 | ||
|
|
d53d049ddc | ||
|
|
df6d365ca1 | ||
|
|
4f60d0c285 | ||
|
|
8f5b3916a1 | ||
|
|
48ebf19a2b | ||
|
|
77f6274473 | ||
|
|
de35f684c7 | ||
|
|
e89cd478b4 | ||
|
|
77ac8ada9e
|
||
|
|
0238ad5a52 | ||
|
|
4c59f6595c | ||
|
|
97f7913a1b
|
||
|
|
c300a37419 | ||
|
|
05609c9d40
|
||
|
|
85f61d12fd | ||
|
|
b1a853bbb9 |
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
||||||
"forwardPorts": [3000],
|
"forwardPorts": [3000],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"3000": {
|
"3000": {
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ name: RenovateBot
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "@daily"
|
- cron: "@daily"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
@@ -14,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Run renovate
|
- name: Run renovate
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -13,11 +13,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 24
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 24
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
package-lock.json
|
package-lock.json
|
||||||
@@ -62,11 +62,11 @@ jobs:
|
|||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 24
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
- name: Upgrade npm for trusted publishing
|
- name: Upgrade npm for trusted publishing
|
||||||
|
|||||||
@@ -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/),
|
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).
|
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)
|
## [1.0.0] (2026-02-06)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -25,3 +36,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- MIT License
|
- MIT License
|
||||||
|
|
||||||
[1.0.0]: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/releases/tag/v1.0.0
|
[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
|
||||||
|
|||||||
Generated
+3261
-3919
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"@strapi/design-system": "^2.0.0-rc.30",
|
"@strapi/design-system": "^2.0.0-rc.30",
|
||||||
"@strapi/icons": "^2.0.0-rc.30",
|
"@strapi/icons": "^2.0.0-rc.30",
|
||||||
"react-intl": "^7.1.14",
|
"react-intl": "^7.1.14",
|
||||||
"yup": "^0.32.11"
|
"yup": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@strapi/sdk-plugin": "^5.4.0",
|
"@strapi/sdk-plugin": "^5.4.0",
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"@types/react": "^19.2.12",
|
"@types/react": "^19.2.12",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"prettier": "^3.8.1",
|
"prettier": "^3.8.1",
|
||||||
"react": "^18.3.1",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^18.3.1",
|
"react-dom": "^18.3.1",
|
||||||
"react-router-dom": "^6.30.3",
|
"react-router-dom": "^6.30.3",
|
||||||
"styled-components": "^6.3.8",
|
"styled-components": "^6.3.8",
|
||||||
|
|||||||
Generated
+3629
-3952
File diff suppressed because it is too large
Load Diff
@@ -17,20 +17,20 @@
|
|||||||
"upgrade:dry": "npx @strapi/upgrade latest --dry"
|
"upgrade:dry": "npx @strapi/upgrade latest --dry"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-cloud": "5.35.0",
|
"@strapi/plugin-cloud": "5.50.2",
|
||||||
"@strapi/plugin-users-permissions": "5.35.0",
|
"@strapi/plugin-users-permissions": "5.50.2",
|
||||||
"@strapi/strapi": "5.35.0",
|
"@strapi/strapi": "5.50.2",
|
||||||
"better-sqlite3": "12.6.2",
|
"better-sqlite3": "13.0.1",
|
||||||
"fs-extra": "^11.0.0",
|
"fs-extra": "^11.0.0",
|
||||||
"mime-types": "^3.0.0",
|
"mime-types": "^3.0.0",
|
||||||
"react": "^18.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"react-router-dom": "^6.0.0",
|
"react-router-dom": "^6.0.0",
|
||||||
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
|
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
|
||||||
"styled-components": "^6.0.0"
|
"styled-components": "^6.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20",
|
"@types/node": "^24.0.0",
|
||||||
"@types/react": "^18",
|
"@types/react": "^18",
|
||||||
"@types/react-dom": "^18",
|
"@types/react-dom": "^18",
|
||||||
"jest": "^30.0.0",
|
"jest": "^30.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user