Skip to content

Commit

Permalink
chore(deps): update automerge non-major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent e834318 commit 350ac10
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 104 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: pnpm/action-setup@v4

- name: Prepare Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: .node-version
cache: pnpm
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version-file: .node-version
cache: pnpm
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version-file: .node-version
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.16.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "chore(deps): update automerge non-major updates",
"packageName": "@rightcapital/php-parser",
"email": "29139614+renovate[bot]@users.noreply.github.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"nikic/php-parser": "5.0.0"
"nikic/php-parser": "5.1.0"
}
}
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@rightcapital/phpdoc-parser": "0.4.21",
"lodash": "4.17.21",
"mustache": "4.2.0",
"prettier": "3.2.4",
"typescript": "5.4.2"
"prettier": "3.3.3",
"typescript": "5.5.4"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand All @@ -57,7 +57,7 @@
"husky": "9.1.4",
"tsx": "4.16.5"
},
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": ">=16.x",
"pnpm": ">=8.x"
Expand Down
Loading

0 comments on commit 350ac10

Please sign in to comment.