Skip to content

Commit

Permalink
chore: update auto merge on patch or minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent a7d059d commit 1838053
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions packages/container/libraries/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"devDependencies": {
"@eslint/js": "9.16.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@stryker-mutator/core": "8.7.0",
"@stryker-mutator/jest-runner": "8.7.0",
"@stryker-mutator/typescript-checker": "8.7.0",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"rollup": "4.28.1",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@eslint/js": "9.16.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@stryker-mutator/core": "8.7.0",
"@stryker-mutator/jest-runner": "8.7.0",
"@stryker-mutator/typescript-checker": "8.7.0",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
Expand All @@ -22,7 +22,7 @@
"prettier": "3.4.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"rollup": "4.28.1",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/strongly-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"rollup": "4.28.1",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"devDependencies": {
"@eslint/js": "9.16.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
"@stryker-mutator/typescript-checker": "8.6.0",
"@stryker-mutator/core": "8.7.0",
"@stryker-mutator/jest-runner": "8.7.0",
"@stryker-mutator/typescript-checker": "8.7.0",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"jest": "29.7.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"rollup": "4.28.0",
"rollup": "4.28.1",
"ts-loader": "9.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.1",
"rollup-plugin-dts": "6.1.1",
"rollup": "4.28.0",
"rollup": "4.28.1",
"prettier": "3.4.2",
"typescript": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/stryker-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "Stryker config for monorepo packages",
"devDependencies": {
"@stryker-mutator/api": "8.6.0"
"@stryker-mutator/api": "8.7.0"
},
"exports": "./lib/index.js",
"homepage": "https://github.com/inversify/monorepo#readme",
Expand Down

0 comments on commit 1838053

Please sign in to comment.