Skip to content

Commit 46b27ac

Browse files
authored
Merge branch 'develop' into dependabot/github_actions/actions/download-artifact-5
2 parents f789eb9 + c2857af commit 46b27ac

4 files changed

Lines changed: 50 additions & 50 deletions

File tree

.github/workflows/bump-gitstream-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git config --global user.name 'GitHub Actions Bot'
6868
git config --global user.email 'actions@github.com'
6969
git add package.json package-lock.json dist/index.js
70-
git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`"
70+
git commit -m "bump @linearb/gitstream-core to ${{ env.VERSION }}"
7171
git push origin HEAD:${{ env.BRANCH_NAME }}
7272
gh pr create \
7373
--base develop \

dist/index.js

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"license": "Apache-2.0",
3939
"dependencies": {
4040
"@actions/core": "^1.11.1",
41-
"@linearb/gitstream-core": "2.1.183"
41+
"@linearb/gitstream-core": "2.1.187"
4242
},
4343
"devDependencies": {
4444
"@jest/globals": "^30.0.5",
4545
"@types/jest": "^30.0.0",
46-
"@types/node": "^24.2.0",
46+
"@types/node": "^24.2.1",
4747
"@typescript-eslint/eslint-plugin": "^7.18.0",
4848
"@typescript-eslint/parser": "^7.18.0",
4949
"@vercel/ncc": "^0.38.3",
5050
"eslint": "^8.57.1",
5151
"eslint-plugin-github": "^5.1.8",
5252
"eslint-plugin-jest": "^28.13.0",
5353
"eslint-plugin-jsonc": "^2.20.1",
54-
"eslint-plugin-prettier": "^5.5.3",
54+
"eslint-plugin-prettier": "^5.5.4",
5555
"jest": "^30.0.5",
5656
"prettier": "^3.6.2",
5757
"prettier-eslint": "^16.4.2",

0 commit comments

Comments
 (0)