Skip to content

Commit

Permalink
fix(deps): update auto merge on patch or minor (#1354)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent fa7acb0 commit caaeca6
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/cuaklabs/iocuak#readme",
"devDependencies": {
"@changesets/cli": "2.27.12",
"@changesets/cli": "2.28.0",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@commitlint/prompt-cli": "19.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak-benchmark#readme",
"dependencies": {
"@cuaklabs/iocuak": "workspace:*",
"@nestjs/common": "11.0.9",
"@nestjs/core": "11.0.9",
"@nestjs/common": "11.0.10",
"@nestjs/core": "11.0.10",
"clinic": "13.0.0",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jest": "29.7.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "29.7.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier": "3.5.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "9.20.1",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"tslib": "2.8.1",
"typescript": "5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jest": "29.7.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "9.20.1",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"typescript": "5.7.3"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-reflect-metadata-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jest": "29.7.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@rollup/plugin-typescript": "12.1.2",
"rollup-plugin-dts": "6.1.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"prettier": "3.5.1",
"typescript": "5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "3.5.1",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.34.7",
"rollup": "4.34.8",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.1",
Expand Down

0 comments on commit caaeca6

Please sign in to comment.