Skip to content

Commit f90da44

Browse files
fix(deps): update all dependencies
1 parent 7e39c36 commit f90da44

File tree

7 files changed

+204
-759
lines changed

7 files changed

+204
-759
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Install Node & NPM dependencies'
33
runs:
44
using: composite
55
steps:
6-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
6+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
77
with:
88
node-version-file: '.nvmrc'
99
cache: npm

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
environment: Release
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313
with:
1414
fetch-depth: 0
1515
- name: Setup

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: CI
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
- name: Setup
1818
uses: ./.github/actions/setup
1919
- name: Check lockfiles

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
60+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL

.github/workflows/renovate-config-validator.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
renovate-config:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18-
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
1919
with:
2020
cache: 'npm'
2121
node-version-file: '.nvmrc'

package-lock.json

+184-739
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"prepare": "husky install"
3434
},
3535
"devDependencies": {
36-
"@commitlint/cli": "19.5.0",
37-
"@commitlint/config-conventional": "19.5.0",
38-
"@eslint/js": "9.9.1",
36+
"@commitlint/cli": "19.6.1",
37+
"@commitlint/config-conventional": "19.6.0",
38+
"@eslint/js": "9.17.0",
3939
"@types/eslint__js": "8.42.3",
40-
"@types/jest": "29.5.13",
41-
"abortcontroller-polyfill": "1.7.5",
40+
"@types/jest": "29.5.14",
41+
"abortcontroller-polyfill": "1.7.8",
4242
"cz-conventional-changelog": "3.3.0",
4343
"eslint": "9.9.1",
4444
"eslint-config-prettier": "9.1.0",
45-
"eslint-plugin-jest": "28.8.3",
46-
"eslint-plugin-jsdoc": "50.3.1",
47-
"husky": "9.1.6",
45+
"eslint-plugin-jest": "28.10.0",
46+
"eslint-plugin-jsdoc": "50.6.1",
47+
"husky": "9.1.7",
4848
"jest": "29.7.0",
4949
"jest-fetch-mock": "3.0.3",
50-
"lint-staged": "15.2.10",
51-
"prettier": "3.3.3",
52-
"semantic-release": "24.1.2",
50+
"lint-staged": "15.3.0",
51+
"prettier": "3.4.2",
52+
"semantic-release": "24.2.0",
5353
"ts-jest": "29.2.5",
54-
"tslib": "2.7.0",
55-
"typescript": "5.6.2",
56-
"typescript-eslint": "8.4.0"
54+
"tslib": "2.8.1",
55+
"typescript": "5.7.2",
56+
"typescript-eslint": "8.19.0"
5757
},
5858
"lint-staged": {
5959
"**/*.{ts,js,md,json,yml}": [

0 commit comments

Comments
 (0)