Skip to content

Commit 593b198

Browse files
ci(dev-deps): update all non-major dependencies (#923)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61085bb commit 593b198

File tree

4 files changed

+425
-215
lines changed

4 files changed

+425
-215
lines changed

.github/workflows/accessibility-alt-text-bot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
if: ${{ !endsWith(github.actor, '[bot]') }}
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: github/accessibility-alt-text-bot@v1.6.0
26+
- uses: github/accessibility-alt-text-bot@v1.7.1

.github/workflows/test-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: pnpm test:js-run
4141

4242
- name: Report coverage
43-
uses: codecov/codecov-action@v5.1.2
43+
uses: codecov/codecov-action@v5.4.0
4444
with:
4545
file: coverage/lcov.info
4646
flags: ${{ matrix.ts_version }}

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@babel/eslint-parser": "7.26.8",
9292
"@cspell/dict-cryptocurrencies": "5.0.4",
9393
"@eslint/compat": "1.2.7",
94-
"@rebeccastevens/eslint-config": "3.6.3",
94+
"@rebeccastevens/eslint-config": "3.7.1",
9595
"@rollup/plugin-replace": "6.0.2",
9696
"@rollup/plugin-typescript": "12.1.2",
9797
"@semantic-release/changelog": "6.0.3",
@@ -101,25 +101,25 @@
101101
"@semantic-release/npm": "12.0.1",
102102
"@semantic-release/release-notes-generator": "14.0.3",
103103
"@stylistic/eslint-plugin": "4.2.0",
104-
"@types/node": "18.19.79",
104+
"@types/node": "18.19.80",
105105
"@typescript-eslint/eslint-plugin": "8.26.0",
106106
"@typescript-eslint/parser": "8.26.0",
107107
"@vitest/coverage-v8": "3.0.8",
108-
"@vitest/eslint-plugin": "1.1.36",
108+
"@vitest/eslint-plugin": "1.1.37",
109109
"cspell": "8.17.5",
110110
"dedent": "1.5.3",
111111
"eslint": "9.22.0",
112112
"eslint-config-prettier": "10.1.1",
113-
"eslint-doc-generator": "2.1.0",
113+
"eslint-doc-generator": "2.1.2",
114114
"eslint-flat-config-utils": "2.0.1",
115-
"eslint-import-resolver-typescript": "3.8.3",
115+
"eslint-import-resolver-typescript": "3.9.1",
116116
"eslint-merge-processors": "2.0.0",
117117
"eslint-plugin-eslint-comments": "3.2.0",
118118
"eslint-plugin-eslint-plugin": "6.4.0",
119119
"eslint-plugin-format": "1.0.1",
120120
"eslint-plugin-functional": "link:.",
121-
"eslint-plugin-import-x": "4.6.1",
122-
"eslint-plugin-jsdoc": "50.6.3",
121+
"eslint-plugin-import-x": "4.8.0",
122+
"eslint-plugin-jsdoc": "50.6.6",
123123
"eslint-plugin-jsonc": "2.19.1",
124124
"eslint-plugin-markdown": "5.1.0",
125125
"eslint-plugin-n": "17.16.2",
@@ -135,12 +135,12 @@
135135
"fast-glob": "3.3.3",
136136
"husky": "9.1.7",
137137
"jsonc-eslint-parser": "2.4.0",
138-
"knip": "5.45.0",
139-
"lint-staged": "15.4.3",
138+
"knip": "5.46.0",
139+
"lint-staged": "15.5.0",
140140
"markdownlint-cli2": "0.17.2",
141141
"prettier": "3.5.3",
142142
"rimraf": "6.0.1",
143-
"rollup": "4.34.9",
143+
"rollup": "4.35.0",
144144
"rollup-plugin-deassert": "1.3.0",
145145
"rollup-plugin-dts-bundle-generator-2": "2.0.0",
146146
"semantic-release": "24.2.3",
@@ -161,7 +161,7 @@
161161
"optional": true
162162
}
163163
},
164-
"packageManager": "[email protected].1",
164+
"packageManager": "[email protected].3",
165165
"engines": {
166166
"node": ">=v18.18.0"
167167
},

0 commit comments

Comments
 (0)