Skip to content

Commit e7af1e9

Browse files
feat(Dependencies): Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------- | ------- | ------ | | npm | @eslint/js | 9.15.0 | 9.19.0 | | npm | @playwright/test | 1.49.1 | 1.50.1 | | npm | @typescript-eslint/eslint-plugin | 8.4.0 | 8.23.0 | | npm | @typescript-eslint/parser | 8.4.0 | 8.23.0 | | github-tags | actions/checkout | v4.1.7 | v4.2.2 | | npm | eslint | 9.15.0 | 9.19.0 | | npm | eslint-plugin-jsdoc | 50.2.5 | 50.6.3 | | npm | lint-staged | 15.2.11 | 15.4.3 | | npm | prettier | 3.3.3 | 3.4.2 | | npm | typescript | 5.5.4 | 5.7.3 |
1 parent 5fe2256 commit e7af1e9

File tree

3 files changed

+181
-220
lines changed

3 files changed

+181
-220
lines changed

.github/workflows/master-protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: rokroskar/[email protected]
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
- uses: actions/checkout@v4.1.7
17+
- uses: actions/checkout@v4.2.2
1818

1919
- name: Check Tag
2020
run: |

0 commit comments

Comments
 (0)