Compare commits
13 Commits
v1.0.0
...
renovate/s
| Author | SHA1 | Date | |
|---|---|---|---|
| fb9e704374 | |||
| 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],
|
||||
"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
|
||||
|
||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
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
|
||||
|
||||
3737
package-lock.json
generated
3737
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
1114
playground/package-lock.json
generated
1114
playground/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user