Skip to content

Commit ffbad76

Browse files
committed
fix(deps): update automerge non-major updates
1 parent e873d61 commit ffbad76

File tree

4 files changed

+105
-98
lines changed

4 files changed

+105
-98
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: pnpm/action-setup@v4
14-
- uses: actions/[email protected].3
14+
- uses: actions/[email protected].4
1515
with:
1616
node-version-file: .node-version
1717
cache: pnpm
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: pnpm/action-setup@v4
48-
- uses: actions/[email protected].3
48+
- uses: actions/[email protected].4
4949
with:
5050
node-version-file: .node-version
5151
cache: pnpm
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
- uses: pnpm/action-setup@v4
63-
- uses: actions/[email protected].3
63+
- uses: actions/[email protected].4
6464
with:
6565
node-version-file: .node-version
6666
cache: pnpm
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/checkout@v4
8484
- uses: pnpm/action-setup@v4
85-
- uses: actions/[email protected].3
85+
- uses: actions/[email protected].4
8686
with:
8787
node-version-file: .node-version
8888
cache: pnpm
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix(deps): update automerge non-major updates",
4+
"packageName": "@rightcapital/phpdoc-parser",
5+
"email": "29139614+renovate[bot]@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"repository": "https://github.com/RightCapitalHQ/phpdoc-parser",
1717
"author": "RightCapital Ecosystem team <[email protected]>",
1818
"license": "MIT",
19-
"packageManager": "pnpm@9.9.0",
19+
"packageManager": "pnpm@9.11.0",
2020
"publishConfig": {
2121
"registry": "https://registry.npmjs.org"
2222
},
@@ -47,9 +47,9 @@
4747
"vitest": "1.6.0"
4848
},
4949
"dependencies": {
50-
"@types/node": "20.16.2",
50+
"@types/node": "20.16.10",
5151
"lodash": "4.17.21",
52-
"typescript": "5.5.4"
52+
"typescript": "5.6.2"
5353
},
5454
"scripts": {
5555
"commit": "cz",

0 commit comments

Comments
 (0)