Skip to content

Commit a9ab472

Browse files
chore(dev-deps): update all non-major dependencies
1 parent 780b960 commit a9ab472

File tree

5 files changed

+543
-1090
lines changed

5 files changed

+543
-1090
lines changed

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5.4.0
15+
- uses: amannn/action-semantic-pull-request@v5.5.2
1616
env:
1717
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/test-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm test-compiled
5454

5555
- name: Report coverage
56-
uses: codecov/codecov-action@v4.1.1
56+
uses: codecov/codecov-action@v4.4.0
5757
if: env.REPORT_COVERAGE == 'true'
5858
with:
5959
file: coverage/lcov.info

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.0
1+
20.13.1

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
"@semantic-release/npm": "12.0.0",
111111
"@semantic-release/release-notes-generator": "13.0.0",
112112
"@types/dedent": "0.7.2",
113-
"@types/eslint": "8.56.6",
114-
"@types/node": "16.18.93",
113+
"@types/eslint": "8.56.10",
114+
"@types/node": "16.18.97",
115115
"@types/rollup-plugin-auto-external": "2.0.5",
116116
"@types/semver": "7.5.8",
117117
"@typescript-eslint/eslint-plugin": "7.4.0",
@@ -122,45 +122,45 @@
122122
"chalk": "4.1.2",
123123
"commitizen": "4.3.0",
124124
"conventional-commit-types": "3.0.0",
125-
"cspell": "8.6.1",
125+
"cspell": "8.8.1",
126126
"deassert": "1.0.2",
127-
"dedent": "1.5.1",
127+
"dedent": "1.5.3",
128128
"eslint": "8.57.0",
129129
"eslint-config-prettier": "9.1.0",
130-
"eslint-doc-generator": "1.7.0",
130+
"eslint-doc-generator": "1.7.1",
131131
"eslint-import-resolver-typescript": "3.6.1",
132132
"eslint-plugin-eslint-comments": "3.2.0",
133-
"eslint-plugin-eslint-plugin": "5.4.1",
133+
"eslint-plugin-eslint-plugin": "5.5.1",
134134
"eslint-plugin-import": "2.29.1",
135-
"eslint-plugin-jsdoc": "48.2.2",
135+
"eslint-plugin-jsdoc": "48.2.5",
136136
"eslint-plugin-markdown": "3.0.1",
137137
"eslint-plugin-n": "16.6.2",
138138
"eslint-plugin-optimize-regex": "1.2.1",
139139
"eslint-plugin-prettier": "5.1.3",
140140
"eslint-plugin-promise": "6.1.1",
141-
"eslint-plugin-sonarjs": "0.25.0",
141+
"eslint-plugin-sonarjs": "0.25.1",
142142
"eslint-plugin-unicorn": "51.0.1",
143-
"eslint-plugin-vitest": "0.4.1",
143+
"eslint-plugin-vitest": "0.5.4",
144144
"espree": "10.0.1",
145145
"husky": "9.0.11",
146-
"knip": "5.7.0",
146+
"knip": "5.16.0",
147147
"lint-staged": "15.2.2",
148148
"markdownlint": "0.34.0",
149-
"markdownlint-cli": "0.39.0",
149+
"markdownlint-cli": "0.40.0",
150150
"prettier": "3.2.5",
151151
"prettier-plugin-multiline-arrays": "3.0.4",
152-
"prettier-plugin-packagejson": "2.4.14",
153-
"rimraf": "5.0.5",
154-
"rollup": "4.13.2",
152+
"prettier-plugin-packagejson": "2.5.0",
153+
"rimraf": "5.0.7",
154+
"rollup": "4.17.2",
155155
"rollup-plugin-auto-external": "2.0.0",
156156
"rollup-plugin-ts": "3.4.5",
157157
"semantic-release": "23.0.6",
158158
"semantic-release-replace-plugin": "1.2.7",
159159
"ts-node": "10.9.2",
160-
"tsc-alias": "1.8.8",
160+
"tsc-alias": "1.8.10",
161161
"tsc-files": "1.1.4",
162162
"tsconfig-paths": "4.2.0",
163-
"typescript": "5.4.3",
163+
"typescript": "5.4.5",
164164
"vite-tsconfig-paths": "4.3.2",
165165
"vitest": "1.4.0",
166166
"word-wrap": "1.2.5"
@@ -174,7 +174,7 @@
174174
"optional": true
175175
}
176176
},
177-
"packageManager": "pnpm@8.15.5",
177+
"packageManager": "pnpm@8.15.8",
178178
"engines": {
179179
"node": ">=16.10.0"
180180
}

0 commit comments

Comments
 (0)