Compare commits
1 Commits
master
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
| cfcfff9414 |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
||||
"forwardPorts": [3000],
|
||||
"portsAttributes": {
|
||||
"3000": {
|
||||
|
||||
@@ -3,6 +3,9 @@ name: RenovateBot
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
||||
@@ -9,12 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### 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
|
||||
- Updated dependency `yup` to v1
|
||||
|
||||
## [1.0.0] (2026-02-06)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -23,16 +23,16 @@
|
||||
"better-sqlite3": "12.6.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