Compare commits
21 Commits
c300a37419
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 2536f659e6 | |||
| 861f2851dc | |||
| 6269c1d76a | |||
| 0a23574ec9 | |||
| 5fe728a7ea | |||
| a4d045c7af | |||
| b85723d0bd | |||
| 76d6119259 | |||
| 1833031223 | |||
| d53d049ddc | |||
| df6d365ca1 | |||
| 4f60d0c285 | |||
| 8f5b3916a1 | |||
| 48ebf19a2b | |||
| 77f6274473 | |||
| de35f684c7 | |||
| e89cd478b4 | |||
|
77ac8ada9e
|
|||
| 0238ad5a52 | |||
| 4c59f6595c | |||
|
97f7913a1b
|
@@ -3,9 +3,6 @@ name: RenovateBot
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
3073
package-lock.json
generated
3073
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
3392
playground/package-lock.json
generated
3392
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.41.1",
|
||||
"@strapi/plugin-users-permissions": "5.41.1",
|
||||
"@strapi/strapi": "5.41.1",
|
||||
"better-sqlite3": "12.8.0",
|
||||
"fs-extra": "^11.0.0",
|
||||
"mime-types": "^3.0.0",
|
||||
"react": "^18.0.0",
|
||||
|
||||
Reference in New Issue
Block a user