Skip to content

Commit 16c85d9

Browse files
chore(deps): update dependencies (#751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: danadajian <[email protected]>
1 parent 0716606 commit 16c85d9

File tree

3 files changed

+21
-23
lines changed

3 files changed

+21
-23
lines changed

bun.lock

Lines changed: 16 additions & 16 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
@@ -1,6 +1,6 @@
11
{
22
"name": "github-helpers",
3-
"packageManager": "[email protected].2",
3+
"packageManager": "[email protected].5",
44
"main": "src/main.ts",
55
"type": "module",
66
"private": true,
@@ -22,7 +22,7 @@
2222
"@swc/jest": "0.2.39",
2323
"@total-typescript/ts-reset": "0.6.1",
2424
"@types/bluebird": "3.5.42",
25-
"@types/bun": "1.3.4",
25+
"@types/bun": "1.3.5",
2626
"@types/jest": "30.0.0",
2727
"@types/js-yaml": "4.0.9",
2828
"@types/lodash.camelcase": "4.3.9",
@@ -38,7 +38,7 @@
3838
"plop": "4.0.4",
3939
"prettier": "3.7.4",
4040
"typescript": "5.9.3",
41-
"typescript-eslint": "8.50.0"
41+
"typescript-eslint": "8.51.0"
4242
},
4343
"jest": {
4444
"clearMocks": true,

renovate.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@
2020
{
2121
"customType": "regex",
2222
"managerFilePatterns": ["package.json"],
23-
"matchStrings": [
24-
"\"packageManager\":\\s*\"(?<depName>bun)@(?<currentValue>[\\d.]+)\""
25-
],
23+
"matchStrings": ["\"packageManager\":\\s*\"(?<depName>bun)@(?<currentValue>[\\d.]+)\""],
2624
"datasourceTemplate": "npm",
2725
"versioningTemplate": "semver"
2826
}
29-
],
27+
]
3028
}

0 commit comments

Comments
 (0)