Skip to content

Commit b42adba

Browse files
ci(dev-deps): update all non-major dependencies
1 parent 5855619 commit b42adba

File tree

6 files changed

+1201
-784
lines changed

6 files changed

+1201
-784
lines changed

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

Lines changed: 1 addition & 1 deletion
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.5.0
26+
- uses: github/accessibility-alt-text-bot@v1.7.1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.0
1+
20.18.2

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"object-accumulator": "^0.0.5"
2121
},
2222
"devDependencies": {
23-
"@types/node": "22.8.6",
23+
"@types/node": "22.12.0",
2424
"tinybench": "2.9.0",
2525
"tsx": "4.19.2",
26-
"typescript": "5.6.3"
26+
"typescript": "5.7.3"
2727
}
2828
}

benchmark/pnpm-lock.yaml

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

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -84,70 +84,70 @@
8484
"devDependencies": {
8585
"@commitlint/cli": "19.5.0",
8686
"@commitlint/config-conventional": "19.5.0",
87-
"@cspell/dict-cryptocurrencies": "5.0.3",
88-
"@eslint/compat": "1.2.2",
89-
"@rebeccastevens/eslint-config": "3.3.3",
90-
"@rollup/plugin-replace": "6.0.1",
91-
"@rollup/plugin-typescript": "12.1.1",
92-
"@sebbo2002/semantic-release-jsr": "2.0.1",
87+
"@cspell/dict-cryptocurrencies": "5.0.4",
88+
"@eslint/compat": "1.2.5",
89+
"@rebeccastevens/eslint-config": "3.5.3",
90+
"@rollup/plugin-replace": "6.0.2",
91+
"@rollup/plugin-typescript": "12.1.2",
92+
"@sebbo2002/semantic-release-jsr": "2.0.3",
9393
"@semantic-release/changelog": "6.0.3",
9494
"@semantic-release/commit-analyzer": "13.0.0",
9595
"@semantic-release/git": "10.0.1",
9696
"@semantic-release/github": "11.0.0",
9797
"@semantic-release/npm": "12.0.1",
9898
"@semantic-release/release-notes-generator": "14.0.1",
9999
"@stylistic/eslint-plugin": "2.9.0",
100-
"@types/lodash": "4.17.13",
101-
"@types/node": "20.17.5",
100+
"@types/lodash": "4.17.15",
101+
"@types/node": "20.17.16",
102102
"@typescript-eslint/eslint-plugin": "8.8.1",
103103
"@typescript-eslint/parser": "8.8.1",
104104
"@vitest/coverage-v8": "2.1.2",
105-
"@vitest/eslint-plugin": "1.1.7",
105+
"@vitest/eslint-plugin": "1.1.25",
106106
"commitizen": "4.3.1",
107107
"cspell": "8.15.0",
108108
"cz-conventional-changelog": "3.3.0",
109109
"eslint": "9.12.0",
110110
"eslint-config-prettier": "9.1.0",
111111
"eslint-flat-config-utils": "0.4.0",
112-
"eslint-import-resolver-typescript": "3.6.3",
112+
"eslint-import-resolver-typescript": "3.7.0",
113113
"eslint-merge-processors": "0.1.0",
114114
"eslint-plugin-eslint-comments": "3.2.0",
115-
"eslint-plugin-format": "0.1.2",
116-
"eslint-plugin-functional": "7.1.0",
117-
"eslint-plugin-import-x": "4.4.0",
118-
"eslint-plugin-jsdoc": "50.4.3",
119-
"eslint-plugin-jsonc": "2.16.0",
115+
"eslint-plugin-format": "0.1.3",
116+
"eslint-plugin-functional": "7.3.0",
117+
"eslint-plugin-import-x": "4.6.1",
118+
"eslint-plugin-jsdoc": "50.6.3",
119+
"eslint-plugin-jsonc": "2.19.1",
120120
"eslint-plugin-markdown": "5.1.0",
121-
"eslint-plugin-n": "17.12.0",
121+
"eslint-plugin-n": "17.15.1",
122122
"eslint-plugin-no-only-tests": "3.3.0",
123123
"eslint-plugin-optimize-regex": "1.2.1",
124-
"eslint-plugin-prettier": "5.2.1",
125-
"eslint-plugin-promise": "7.1.0",
126-
"eslint-plugin-regexp": "2.6.0",
124+
"eslint-plugin-prettier": "5.2.3",
125+
"eslint-plugin-promise": "7.2.1",
126+
"eslint-plugin-regexp": "2.7.0",
127127
"eslint-plugin-sonarjs": "2.0.4",
128-
"eslint-plugin-unicorn": "56.0.0",
129-
"eslint-plugin-yml": "1.15.0",
130-
"husky": "9.1.6",
128+
"eslint-plugin-unicorn": "56.0.1",
129+
"eslint-plugin-yml": "1.16.0",
130+
"husky": "9.1.7",
131131
"jsonc-eslint-parser": "2.4.0",
132-
"knip": "5.36.1",
133-
"lint-staged": "15.2.10",
132+
"knip": "5.43.6",
133+
"lint-staged": "15.4.3",
134134
"lodash": "4.17.21",
135-
"markdownlint-cli2": "0.14.0",
136-
"prettier": "3.3.3",
137-
"prettier-plugin-packagejson": "2.5.3",
135+
"markdownlint-cli2": "0.17.2",
136+
"prettier": "3.4.2",
137+
"prettier-plugin-packagejson": "2.5.8",
138138
"rimraf": "6.0.1",
139-
"rollup": "4.24.3",
139+
"rollup": "4.32.1",
140140
"rollup-plugin-deassert": "1.3.0",
141141
"rollup-plugin-dts-bundle-generator": "1.4.0",
142142
"semantic-release": "24.1.2",
143143
"tsc-files": "1.1.4",
144144
"tsd": "0.31.2",
145-
"typescript": "5.6.3",
146-
"vite-tsconfig-paths": "5.0.1",
145+
"typescript": "5.7.3",
146+
"vite-tsconfig-paths": "5.1.4",
147147
"vitest": "2.1.2",
148148
"yaml-eslint-parser": "1.2.3"
149149
},
150-
"packageManager": "pnpm@9.12.3",
150+
"packageManager": "pnpm@9.15.4",
151151
"engines": {
152152
"node": ">=16.0.0"
153153
}

0 commit comments

Comments
 (0)