Skip to content

Commit 768b995

Browse files
committed
Update dev dependencies
1 parent 8f6c987 commit 768b995

File tree

7 files changed

+54
-52
lines changed

7 files changed

+54
-52
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ See [§ Sponsor][sponsor] on our site for how to help financially.
257257

258258
[MIT][] © [JounQin][]@[1stG.me][]
259259

260+
[1stg.me]: https://www.1stg.me
261+
260262
[`@mdx-js/language-server`]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/language-server
261263

262264
[`@mdx-js/language-service`]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/language-service
@@ -265,28 +267,26 @@ See [§ Sponsor][sponsor] on our site for how to help financially.
265267

266268
[`vscode-mdx`]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/vscode-mdx
267269

268-
[1stg.me]: https://www.1stg.me
269-
270270
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
271271

272-
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
273-
274272
[build]: https://github.com/mdx-js/mdx-analyzer/actions
275273

276-
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
274+
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
277275

278276
[chat]: https://github.com/mdx-js/mdx/discussions
279277

278+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
279+
280280
[coc]: https://github.com/mdx-js/.github/blob/main/code-of-conduct.md
281281

282282
[collective]: https://opencollective.com/unified
283283

284284
[contribute]: CONTRIBUTING.md
285285

286-
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
287-
288286
[coverage]: https://codecov.io/github/mdx-js/mdx-analyzer
289287

288+
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
289+
290290
[frontmatter]: https://github.com/remarkjs/remark-frontmatter
291291

292292
[gfm]: https://github.com/remarkjs/remark-gfm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-dom": "^19.0.0",
2424
"remark-cli": "^12.0.0",
2525
"remark-frontmatter": "^5.0.0",
26-
"remark-preset-wooorm": "^10.0.0",
26+
"remark-preset-wooorm": "^11.0.0",
2727
"typescript": "^5.0.0",
2828
"xo": "^0.60.0"
2929
},

packages/language-server/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -324,28 +324,28 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
324324

325325
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
326326

327-
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
328-
329327
[build]: https://github.com/mdx-js/mdx-analyzer/actions
330328

331-
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
329+
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
332330

333331
[chat]: https://github.com/mdx-js/mdx/discussions
334332

333+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
334+
335335
[code of conduct]: https://github.com/mdx-js/.github/blob/main/code-of-conduct.md
336336

337337
[collective]: https://opencollective.com/unified
338338

339339
[contribute]: https://mdxjs.com/community/contribute/
340340

341-
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
342-
343341
[coverage]: https://codecov.io/github/mdx-js/mdx-analyzer
344342

345-
[downloads-badge]: https://img.shields.io/npm/dm/@mdx-js/language-server.svg
343+
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
346344

347345
[downloads]: https://www.npmjs.com/package/@mdx-js/language-server
348346

347+
[downloads-badge]: https://img.shields.io/npm/dm/@mdx-js/language-server.svg
348+
349349
[jsdoc]: https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
350350

351351
[lsp]: https://microsoft.github.io/language-server-protocol
@@ -372,14 +372,14 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
372372

373373
[typescript]: https://typescriptlang.org
374374

375+
[volar]: https://volarjs.dev
376+
375377
[volar-service-markdown]: https://github.com/volarjs/services/tree/master/packages/markdown
376378

377379
[volar-service-typescript]: https://github.com/volarjs/services/tree/master/packages/typescript
378380

379-
[volar]: https://volarjs.dev
381+
[vscode]: https://code.visualstudio.com
380382

381383
[vscode-languageserver]: https://github.com/microsoft/vscode-languageserver-node/tree/main/server
382384

383-
[vscode]: https://code.visualstudio.com
384-
385385
[vscode-mdx]: https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx

packages/language-service/README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In browsers with [`esm.sh`][esmsh]:
7676
## Use
7777

7878
This package exports functions for use with [Volar][].
79-
See the [API](#api) documentation for each function to see what it does.
79+
See the [API][] documentation for each function to see what it does.
8080

8181
## API
8282

@@ -257,50 +257,52 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
257257

258258
[MIT][] © [Remco Haszing][author]
259259

260+
[api]: #api
261+
260262
[author]: https://github.com/remcohaszing
261263

262264
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
263265

264-
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
265-
266266
[build]: https://github.com/mdx-js/mdx-analyzer/actions
267267

268-
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
268+
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
269269

270270
[chat]: https://github.com/mdx-js/mdx/discussions
271271

272+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
273+
272274
[code of conduct]: https://github.com/mdx-js/.github/blob/main/code-of-conduct.md
273275

274276
[collective]: https://opencollective.com/unified
275277

276278
[contribute]: https://mdxjs.com/community/contribute/
277279

278-
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
279-
280280
[coverage]: https://codecov.io/github/mdx-js/mdx-analyzer
281281

282-
[downloads-badge]: https://img.shields.io/npm/dm/@mdx-js/language-service.svg
282+
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
283283

284284
[downloads]: https://www.npmjs.com/package/@mdx-js/language-service
285285

286+
[downloads-badge]: https://img.shields.io/npm/dm/@mdx-js/language-service.svg
287+
286288
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
287289

288290
[esmsh]: https://esm.sh
289291

290-
[mdx-language-server]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/language-server
291-
292292
[mdx]: https://mdxjs.com
293293

294+
[mdx-language-server]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/language-server
295+
294296
[mit]: LICENSE
295297

296298
[npm]: https://docs.npmjs.com/cli/install
297299

298300
[pluggablelist]: https://github.com/unifiedjs/unified?tab=readme-ov-file#pluggablelist
299301

300-
[size-badge]: https://img.shields.io/bundlejs/size/@mdx-js/language-service
301-
302302
[size]: https://bundlejs.com/?q=@mdx-js/language-service
303303

304+
[size-badge]: https://img.shields.io/bundlejs/size/@mdx-js/language-service
305+
304306
[sponsor]: https://mdxjs.com/community/sponsor/
305307

306308
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
@@ -309,6 +311,6 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
309311

310312
[typescript]: https://typescriptlang.org
311313

312-
[volar-monaco]: https://github.com/volarjs/volar.js/tree/master/packages/monaco
313-
314314
[volar]: https://volarjs.dev
315+
316+
[volar-monaco]: https://github.com/volarjs/volar.js/tree/master/packages/monaco

packages/typescript-plugin/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,38 +191,38 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
191191

192192
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
193193

194-
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
195-
196194
[build]: https://github.com/mdx-js/mdx-analyzer/actions
197195

198-
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
196+
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
199197

200198
[chat]: https://github.com/mdx-js/mdx/discussions
201199

200+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
201+
202202
[code of conduct]: https://github.com/mdx-js/.github/blob/main/code-of-conduct.md
203203

204204
[collective]: https://opencollective.com/unified
205205

206206
[contribute]: https://mdxjs.com/community/contribute/
207207

208-
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
209-
210208
[coverage]: https://codecov.io/github/mdx-js/mdx-analyzer
211209

212-
[downloads-badge]: https://img.shields.io/npm/dm/@mdx-js/language-service.svg
210+
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
213211

214212
[downloads]: https://www.npmjs.com/package/@mdx-js/language-service
215213

214+
[downloads-badge]: https://img.shields.io/npm/dm/@mdx-js/language-service.svg
215+
216216
[mdx]: https://mdxjs.com
217217

218218
[mit]: LICENSE
219219

220220
[npm]: https://docs.npmjs.com/cli/install
221221

222-
[size-badge]: https://img.shields.io/bundlejs/size/@mdx-js/language-service
223-
224222
[size]: https://bundlejs.com/?q=@mdx-js/language-service
225223

224+
[size-badge]: https://img.shields.io/bundlejs/size/@mdx-js/language-service
225+
226226
[sponsor]: https://mdxjs.com/community/sponsor/
227227

228228
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg

packages/vscode-mdx/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
[Get it on the VS Code Marketplace][marketplace] or install it by using Quick
3030
Open (<kbd>Ctrl</kbd> + <kbd>P</kbd>) and running the following:
3131

32-
```txt
32+
```text
3333
ext install unifiedjs.vscode-mdx
3434
```
3535

@@ -261,46 +261,46 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
261261

262262
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
263263

264-
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
265-
266264
[build]: https://github.com/mdx-js/mdx-analyzer/actions
267265

268-
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
266+
[build-badge]: https://github.com/mdx-js/mdx-analyzer/workflows/main/badge.svg
269267

270268
[chat]: https://github.com/mdx-js/mdx/discussions
271269

272-
[collective]: https://opencollective.com/unified
270+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
273271

274-
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
272+
[collective]: https://opencollective.com/unified
275273

276274
[coverage]: https://codecov.io/github/mdx-js/mdx-analyzer
277275

278-
[eslint-plugin-mdx]: https://github.com/mdx-js/eslint-mdx
276+
[coverage-badge]: https://img.shields.io/codecov/c/github/mdx-js/mdx-analyzer/main.svg
279277

280278
[eslint]: https://eslint.org
281279

280+
[eslint-plugin-mdx]: https://github.com/mdx-js/eslint-mdx
281+
282282
[jounqin]: https://GitHub.com/JounQin
283283

284284
[jsdoc]: https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
285285

286-
[marketplace-badge]: https://img.shields.io/visual-studio-marketplace/d/unifiedjs.vscode-mdx
287-
288286
[marketplace]: https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx
289287

288+
[marketplace-badge]: https://img.shields.io/visual-studio-marketplace/d/unifiedjs.vscode-mdx
289+
290290
[mdx]: https://mdxjs.com
291291

292292
[mdx language server configurations]: https://github.com/mdx-js/mdx-analyzer/blob/main/packages/language-server#configuration
293293

294294
[mit]: http://opensource.org/licenses/MIT
295295

296-
[openvsx-badge]: https://img.shields.io/open-vsx/dt/unifiedjs/vscode-mdx
297-
298296
[openvsx]: https://open-vsx.org/extension/unifiedjs/vscode-mdx
299297

298+
[openvsx-badge]: https://img.shields.io/open-vsx/dt/unifiedjs/vscode-mdx
299+
300300
[sponsor]: https://mdxjs.com/community/sponsor/
301301

302302
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
303303

304-
[vscode-eslint]: https://github.com/microsoft/vscode-eslint
305-
306304
[vscode]: https://code.visualstudio.com
305+
306+
[vscode-eslint]: https://github.com/microsoft/vscode-eslint

packages/vscode-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@volar/language-server": "~2.4.0",
4545
"@volar/vscode": "~2.4.0",
4646
"@vscode/vsce": "^3.0.0",
47-
"esbuild": "^0.24.0",
47+
"esbuild": "^0.25.0",
4848
"ovsx": "^0.10.0"
4949
},
5050
"galleryBanner": {

0 commit comments

Comments
 (0)