Compare commits
28 Commits
c352511bd2
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
| b9b5cbec77 | |||
| 861f2851dc | |||
| 6269c1d76a | |||
| 0a23574ec9 | |||
| 5fe728a7ea | |||
| a4d045c7af | |||
| b85723d0bd | |||
| 76d6119259 | |||
| 1833031223 | |||
| d53d049ddc | |||
| df6d365ca1 | |||
| 4f60d0c285 | |||
| 8f5b3916a1 | |||
| 48ebf19a2b | |||
| 77f6274473 | |||
| de35f684c7 | |||
| e89cd478b4 | |||
|
77ac8ada9e
|
|||
| 0238ad5a52 | |||
| 4c59f6595c | |||
|
97f7913a1b
|
|||
| c300a37419 | |||
|
05609c9d40
|
|||
| 85f61d12fd | |||
| b1a853bbb9 | |||
|
37a1495ca7
|
|||
| 5cb05bd37e | |||
| b13bf7fd8c |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
||||
"forwardPorts": [3000],
|
||||
"portsAttributes": {
|
||||
"3000": {
|
||||
|
||||
@@ -3,9 +3,6 @@ name: RenovateBot
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
||||
@@ -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
|
||||
|
||||
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -15,11 +15,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22
|
||||
node-version: 24
|
||||
cache: "npm"
|
||||
cache-dependency-path: |
|
||||
package-lock.json
|
||||
@@ -62,11 +62,11 @@ jobs:
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
- 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
|
||||
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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
|
||||
|
||||
1842
package-lock.json
generated
1842
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"keywords": [],
|
||||
"type": "commonjs",
|
||||
"exports": {
|
||||
@@ -35,7 +35,7 @@
|
||||
"@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",
|
||||
@@ -48,7 +48,7 @@
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^6.30.3",
|
||||
"styled-components": "^6.3.8",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@strapi/sdk-plugin": "^5.4.0",
|
||||
@@ -69,11 +69,11 @@
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list.git"
|
||||
"url": "https://github.com/valentineus/strapi-plugin-checkbox-list.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list/issues"
|
||||
"url": "https://github.com/valentineus/strapi-plugin-checkbox-list/issues"
|
||||
},
|
||||
"homepage": "https://code.popov.link/valentineus/strapi-plugin-checkbox-list",
|
||||
"homepage": "https://github.com/valentineus/strapi-plugin-checkbox-list#readme",
|
||||
"author": "Valentin Popov <valentin@popov.link>"
|
||||
}
|
||||
|
||||
2266
playground/package-lock.json
generated
2266
playground/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,10 +17,10 @@
|
||||
"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",
|
||||
"better-sqlite3": "12.6.2",
|
||||
"@strapi/plugin-cloud": "5.40.0",
|
||||
"@strapi/plugin-users-permissions": "5.40.0",
|
||||
"@strapi/strapi": "5.40.0",
|
||||
"better-sqlite3": "12.8.0",
|
||||
"fs-extra": "^11.0.0",
|
||||
"mime-types": "^3.0.0",
|
||||
"react": "^18.0.0",
|
||||
@@ -30,12 +30,12 @@
|
||||
"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",
|
||||
"supertest": "^7.0.0",
|
||||
"typescript": "^5"
|
||||
"typescript": "^6.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0 <=24.x.x",
|
||||
|
||||
Reference in New Issue
Block a user