Skip to content

Commit

Permalink
chore(deps): update 3rd party dependencies (patch/minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent f547297 commit 1909112
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 118 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"packageManager": "[email protected]",
"devDependencies": {
"@jest/types": "^29.6.3",
"@monoweave/plugin-github": "^2.3.0",
"@monoweave/plugin-github": "^2.4.0",
"@noahnu/eslint-config": "^1.0.0",
"@tophat/commitizen-adapter": "^1.0.2",
"@tophat/commitlint-config": "^1.0.2",
"@tophat/conventional-changelog-config": "^1.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@yarnpkg/core": "^4.1.1",
"@yarnpkg/sdks": "^3.1.3",
"@yarnpkg/types": "^4.0.0",
Expand All @@ -46,10 +46,10 @@
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"prettier": "^3.3.3",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"scripts": {
"clean": "rm -rf reports && yarn workspaces foreach -vpi --worktree run clean",
Expand All @@ -66,7 +66,7 @@
"release": "monoweave --log-level 0 --plugins @monoweave/plugin-github"
},
"dependencies": {
"@monoweave/cli": "^1.5.0",
"@monoweave/types": "^1.5.0"
"@monoweave/cli": "^1.6.0",
"@monoweave/types": "^1.6.0"
}
}
18 changes: 9 additions & 9 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/utils": "^7.13.1",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/utils": "^7.16.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"dependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
Expand All @@ -74,16 +74,16 @@
},
"peerDependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^0.0.5",
"@typescript-eslint/eslint-plugin": ">=7.13.1",
"@typescript-eslint/parser": ">=7.13.1",
"@typescript-eslint/eslint-plugin": ">=7.16.1",
"@typescript-eslint/parser": ">=7.16.1",
"eslint": ">=8.57.0",
"eslint-config-prettier": ">=9.1.0",
"eslint-import-resolver-node": ">=0.3.9",
"eslint-import-resolver-typescript": ">=3.6.1",
"eslint-plugin-import-x": ">=0.5.3",
"eslint-plugin-jest": ">=28.6.0",
"eslint-plugin-prettier": ">=5.1.3",
"prettier": ">=3.3.2",
"typescript": ">=5.4.5"
"prettier": ">=3.3.3",
"typescript": ">=5.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-import-resolver-require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.6",
"@types/node": "^20.14.10",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"main": "./src/index.ts",
"devDependencies": {
"@types/node": "^20.14.6"
"@types/node": "^20.14.10"
}
}
4 changes: 2 additions & 2 deletions packages/unused-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@types/debug": "^4.1.12",
"@typescript-eslint/typescript-estree": "^7.13.1",
"@typescript-eslint/typescript-estree": "^7.16.1",
"clipanion": "4.0.0-rc.3",
"debug": "^4.3.5",
"fast-glob": "^3.3.2",
Expand All @@ -40,6 +40,6 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@noahnu/internal-test-utils": "workspace:*",
"@types/node": "^20.14.6"
"@types/node": "^20.14.10"
}
}
Loading

0 comments on commit 1909112

Please sign in to comment.