Skip to content

Commit 8b7af28

Browse files
authored
Merge branch 'main' into sebastiaanspeck-patch-1
2 parents 937225a + 687c460 commit 8b7af28

File tree

5 files changed

+98
-13
lines changed

5 files changed

+98
-13
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.github/workflows/* @sebastiaanspeck @kbdharun
2+
/package.json @sebastiaanspeck @kbdharun
3+
/package-lock.json @sebastiaanspeck @kbdharun

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818

1919
steps:
20-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121

2222
# Setup .npmrc file to publish to npm
2323
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
access_token: ${{ github.token }}
2626

27-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
27+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828

2929
- name: Cache node modules
3030
uses: actions/cache@v4

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
"devDependencies": {
7272
"@types/mocha": "^10.0.10",
7373
"@types/node": "^24.9.2",
74-
"@types/sinon": "^17.0.4",
74+
"@types/sinon": "^21.0.0",
7575
"eslint": "^9.14.0",
76-
"eslint-config-eslint": "^11.0.0",
76+
"eslint-config-eslint": "^13.0.0",
7777
"husky": "^9.1.6",
7878
"typescript": "^5.9.3"
7979
},

0 commit comments

Comments
 (0)