5 Commits

Author SHA1 Message Date
77ac8ada9e Update changelog for v1.0.1
All checks were successful
Test / Basic (push) Successful in 2m35s
2026-02-07 13:53:27 +04:00
0238ad5a52 Merge pull request 'Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v24' (!17) from renovate/mcr.microsoft.com-devcontainers-javascript-node-24.x into master
All checks were successful
Test / Basic (push) Successful in 2m34s
Reviewed-on: #17
2026-02-07 13:49:00 +04:00
4c59f6595c Merge branch 'master' into renovate/mcr.microsoft.com-devcontainers-javascript-node-24.x
All checks were successful
Test / Basic (pull_request) Successful in 2m43s
2026-02-07 13:43:56 +04:00
97f7913a1b Remove push trigger from RenovateBot workflow in renovate.yml
All checks were successful
Test / Basic (push) Successful in 2m39s
2026-02-07 09:38:19 +00:00
c300a37419 Update mcr.microsoft.com/devcontainers/javascript-node Docker tag to v24
All checks were successful
Test / Basic (pull_request) Successful in 3m17s
2026-02-07 09:37:48 +00:00
3 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{ {
"image": "mcr.microsoft.com/devcontainers/javascript-node:22", "image": "mcr.microsoft.com/devcontainers/javascript-node:24",
"forwardPorts": [3000], "forwardPorts": [3000],
"portsAttributes": { "portsAttributes": {
"3000": { "3000": {

View File

@@ -3,9 +3,6 @@ name: RenovateBot
on: on:
schedule: schedule:
- cron: "@daily" - cron: "@daily"
push:
branches:
- master
jobs: jobs:
renovate: renovate:

View File

@@ -9,7 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### 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) ## [1.0.0] (2026-02-06)