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 Dec 17, 2024
1 parent a897ddb commit 51748c6
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 100 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@monoweave/plugin-github": "^2.8.0",
"@noahnu/eslint-config": "workspace:^",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/utils": "^8.16.0",
"@yarnpkg/sdks": "^3.2.0",
"@yarnpkg/types": "^4.0.0",
"esbuild": "^0.24.0",
Expand All @@ -46,7 +46,7 @@
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/eslint/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
"@types/debug": "^4.1.12",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@typescript-eslint/utils": "^8.16.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.4.3",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"typescript": "^5.7.2"
},
"dependencies": {
Expand All @@ -74,20 +74,20 @@
"debug": "^4.3.7",
"eslint-import-resolver-typescript": "^3.6.3",
"globals": "^15.12.0",
"typescript-eslint": "^8.15.0"
"typescript-eslint": "^8.16.0"
},
"peerDependencies": {
"@noahnu/eslint-import-resolver-require": "workspace:^1.0.0",
"@typescript-eslint/eslint-plugin": ">=8.15.0",
"@typescript-eslint/parser": ">=8.15.0",
"@typescript-eslint/eslint-plugin": ">=8.16.0",
"@typescript-eslint/parser": ">=8.16.0",
"eslint": ">=9.15.0",
"eslint-config-prettier": ">=9.1.0",
"eslint-import-resolver-node": ">=0.3.9",
"eslint-import-resolver-typescript": ">=3.6.3",
"eslint-plugin-import-x": ">=4.4.3",
"eslint-plugin-jest": ">=28.9.0",
"eslint-plugin-prettier": ">=5.2.1",
"prettier": ">=3.3.3",
"prettier": ">=3.4.1",
"typescript": ">=5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/debug": "^4.1.12",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0"
},
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": "^22.9.3"
"@types/node": "^22.10.0"
}
}
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": "^8.15.0",
"@typescript-eslint/typescript-estree": "^8.16.0",
"clipanion": "^4.0.0-rc.4",
"debug": "^4.3.7",
"fast-glob": "^3.3.2",
Expand All @@ -42,7 +42,7 @@
"@jest/globals": "^29.7.0",
"@noahnu/internal-test-utils": "workspace:*",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"typescript": "^5.7.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@noahnu/internal-test-utils": "workspace:*",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"html-webpack-plugin": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.96.1"
Expand Down
Loading

0 comments on commit 51748c6

Please sign in to comment.