Skip to content

Commit

Permalink
chore(deps): update auto merge on patch or minor (#1260)
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 Nov 23, 2024
1 parent e3756f3 commit 2fef5e9
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@cuaklabs/iocuak-rollup-config": "workspace:*",
"@cuaklabs/iocuak-scripts": "workspace:*",
"@cuaklabs/typescript-config-iocuak": "workspace:*",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"reflect-metadata": "0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/iocuak-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
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.15.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"typescript": "5.6.3"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-models-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.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.15.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"typescript": "5.6.3"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-models#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak-reflect-metadata-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
"jest": "29.7.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.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 @@ -6,7 +6,7 @@
"description": "Backend rollup config for backend packages",
"devDependencies": {
"@rollup/plugin-typescript": "12.1.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"prettier": "3.3.3",
"typescript": "5.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/iocuak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@types/node": "22.9.2",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"eslint": "9.15.0",
Expand All @@ -47,7 +47,7 @@
"prettier": "3.3.3",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.27.3",
"rollup": "4.27.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
Expand Down

0 comments on commit 2fef5e9

Please sign in to comment.