Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 9, 2024
1 parent 238edab commit 25895f5
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "ncc build renovate-auto-beachball-changefile.mjs -o dist"
},
"dependencies": {
"execa": "9.5.1"
"execa": "9.5.2"
},
"devDependencies": {
"@vercel/ncc": "0.38.3"
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update dependencies (non-major)",
"packageName": "@rightcapital/eslint-config",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update dependencies (non-major)",
"packageName": "@rightcapital/eslint-plugin",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update dependencies (non-major)",
"packageName": "@rightcapital/lint-eslint-config-rules",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update dependencies (non-major)",
"packageName": "@rightcapital/prettier-config",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix(deps): update dependencies (non-major)",
"packageName": "@rightcapital/tsconfig",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsx": "4.19.2",
"typescript": "5.7.2"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=16.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.11.0",
"globals": "15.13.0",
"typescript-eslint": "8.16.0"
},
"devDependencies": {
Expand All @@ -53,7 +53,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^21.1.0 || >=22"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"peerDependencies": {
"eslint": ">=8.0.0"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-eslint-config-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepack": "pnpm run build"
},
"dependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/eslintrc": "3.2.0",
"@nodelib/fs.walk": "npm:@frantic1048/[email protected]",
"core-js": "3.39.0"
},
Expand All @@ -43,7 +43,7 @@
"peerDependencies": {
"eslint": "^8.0.0"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=20.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepack": "pnpm run build"
},
"dependencies": {
"prettier-plugin-packagejson": "2.5.3"
"prettier-plugin-packagejson": "2.5.6"
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"peerDependencies": {
"prettier": "^3.0.0"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"src"
],
"scripts": {},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
Loading

0 comments on commit 25895f5

Please sign in to comment.