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 Jan 14, 2025
1 parent a012bfe commit ae2fd14
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"keywords": [],
"license": "MIT",
"name": "root",
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"private": true,
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/container/libraries/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@stryker-mutator/core": "8.7.1",
"@stryker-mutator/jest-runner": "8.7.1",
"@stryker-mutator/typescript-checker": "8.7.1",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/container/libraries/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@stryker-mutator/core": "8.7.1",
"@stryker-mutator/jest-runner": "8.7.1",
"@stryker-mutator/typescript-checker": "8.7.1",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@stryker-mutator/core": "8.7.1",
"@stryker-mutator/jest-runner": "8.7.1",
"@stryker-mutator/typescript-checker": "8.7.1",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/container/libraries/strongly-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"devDependencies": {
"@eslint/js": "9.18.0",
"@jest/globals": "29.7.0",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/container/tools/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"devDependencies": {
"@eslint/js": "9.18.0",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/services/inversify-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@docusaurus/types": "3.7.0",
"@eslint/js": "9.18.0",
"@types/react": "18.3.18",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.4.2",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1"
"typescript-eslint": "8.20.0"
},
"homepage": "https://inversify.io",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/tools/inversify-code-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"devDependencies": {
"@eslint/js": "9.18.0",
"@jest/globals": "29.7.0",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"glob": "11.0.1",
"jest": "29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/foundation/libraries/prototype-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@stryker-mutator/core": "8.7.1",
"@stryker-mutator/jest-runner": "8.7.1",
"@stryker-mutator/typescript-checker": "8.7.1",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@stryker-mutator/core": "8.7.1",
"@stryker-mutator/jest-runner": "8.7.1",
"@stryker-mutator/typescript-checker": "8.7.1",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"eslint": "9.18.0",
"jest": "29.7.0",
"prettier": "3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.4.2",
"typescript-eslint": "8.19.1"
"typescript-eslint": "8.20.0"
},
"peerDependencies": {
"@eslint/js": "^9.14.0"
Expand Down

0 comments on commit ae2fd14

Please sign in to comment.