Compare commits
72
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5188eddda | ||
|
|
a6baa63d28 | ||
|
|
c90960ea54 | ||
|
|
068171cba0 | ||
|
|
6afcfeaae7 | ||
|
|
6ac4785243 | ||
|
|
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 |
@@ -6,12 +6,12 @@ on:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
container: ghcr.io/renovatebot/renovate:43
|
||||
container: ghcr.io/renovatebot/renovate:44
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Run renovate
|
||||
run: |
|
||||
|
||||
@@ -13,9 +13,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: 24
|
||||
cache: "npm"
|
||||
|
||||
@@ -15,9 +15,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: 24
|
||||
cache: "npm"
|
||||
@@ -62,9 +62,9 @@ jobs:
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: 24
|
||||
cache: "npm"
|
||||
|
||||
+6
-1
@@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated dependency `yup` to v1
|
||||
- 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)
|
||||
|
||||
|
||||
Generated
+4093
-4281
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -44,8 +44,8 @@
|
||||
"@types/react": "^19.2.12",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"prettier": "^3.8.1",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^6.30.3",
|
||||
"styled-components": "^6.3.8",
|
||||
"typescript": "^5.9.3"
|
||||
|
||||
Generated
+4210
-4437
File diff suppressed because it is too large
Load Diff
@@ -17,22 +17,22 @@
|
||||
"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.51.1",
|
||||
"@strapi/plugin-users-permissions": "5.51.1",
|
||||
"@strapi/strapi": "5.51.1",
|
||||
"better-sqlite3": "13.0.2",
|
||||
"fs-extra": "^11.0.0",
|
||||
"mime-types": "^3.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^6.0.0",
|
||||
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
|
||||
"styled-components": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"jest": "^30.0.0",
|
||||
"supertest": "^7.0.0",
|
||||
"typescript": "^5"
|
||||
|
||||
Reference in New Issue
Block a user