Skip to content

Commit 829b606

Browse files
authored
chore: bump all (dev)Dependencies, update VSCode extension links (#419)
1 parent 13fcef8 commit 829b606

File tree

11 files changed

+12081
-12091
lines changed

11 files changed

+12081
-12091
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
## VSCode Extension
4545

46-
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/JounQin.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=JounQin.vscode-mdx)
46+
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/unifiedjs.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx)
4747

4848
[VSCode MDX][]\: Integrates with [VSCode ESLint][], syntaxes highlighting and error reporting.
4949

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
"typecov": "type-coverage"
2727
},
2828
"devDependencies": {
29-
"@1stg/lib-config": "^9.0.1",
29+
"@1stg/lib-config": "^10.2.1",
3030
"@changesets/changelog-github": "^0.4.6",
31-
"@changesets/cli": "^2.24.0",
32-
"@types/eslint": "^8.4.5",
31+
"@changesets/cli": "^2.24.3",
32+
"@types/eslint": "^8.4.6",
3333
"@types/eslint-plugin-markdown": "^2.0.0",
34-
"@types/jest": "^28.1.6",
35-
"@types/node": "^18.0.6",
36-
"@types/react": "^18.0.15",
34+
"@types/jest": "^28.1.8",
35+
"@types/node": "^18.7.13",
36+
"@types/react": "^18.0.17",
3737
"@types/unist": "^2.0.6",
38-
"jest": "^28.1.3",
38+
"jest": "^29.0.1",
3939
"patch-package": "^6.4.7",
4040
"react": "^18.2.0",
41-
"ts-jest": "^28.0.7",
41+
"ts-jest": "^28.0.8",
4242
"ts-node": "^10.9.1",
4343
"type-coverage": "^2.22.0",
44-
"typescript": "^4.7.4",
45-
"yarn-deduplicate": "^5.0.0"
44+
"typescript": "^4.8.2",
45+
"yarn-deduplicate": "^5.0.2"
4646
},
4747
"resolutions": {
4848
"prettier": "^2.7.1"
@@ -82,7 +82,7 @@
8282
"prettier": "@1stg/prettier-config",
8383
"remarkConfig": {
8484
"plugins": [
85-
"@1stg/remark-config"
85+
"@1stg/preset"
8686
]
8787
},
8888
"renovate": {

packages/eslint-mdx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
## VSCode Extension
4545

46-
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/JounQin.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=JounQin.vscode-mdx)
46+
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/unifiedjs.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx)
4747

4848
[VSCode MDX][]\: Integrates with [VSCode ESLint][], syntaxes highlighting and error reporting.
4949

packages/eslint-mdx/package.json

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,6 @@
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",
77
"author": "JounQin (https://www.1stG.me) <[email protected]>",
8-
"donate": {
9-
"recipients": [
10-
{
11-
"name": "unts",
12-
"platform": "opencollective",
13-
"address": "https://opencollective.com/unts",
14-
"weight": 60
15-
},
16-
{
17-
"name": "rxts",
18-
"platform": "opencollective",
19-
"address": "https://opencollective.com/rxts",
20-
"weight": 20
21-
},
22-
{
23-
"name": "1stG",
24-
"email": "[email protected]",
25-
"weight": 20,
26-
"platforms": [
27-
{
28-
"platform": "opencollective",
29-
"address": "https://opencollective.com/1stG"
30-
},
31-
{
32-
"platform": "patreon",
33-
"address": "https://www.patreon.com/1stG"
34-
}
35-
]
36-
}
37-
]
38-
},
398
"funding": {
409
"type": "opencollective",
4110
"url": "https://opencollective.com/unified"
@@ -64,15 +33,15 @@
6433
"acorn": "^8.8.0",
6534
"acorn-jsx": "^5.3.2",
6635
"cosmiconfig": "^7.0.1",
67-
"espree": "^9.3.2",
68-
"estree-util-visit": "^1.1.0",
69-
"remark-mdx": "^2.1.2",
36+
"espree": "^9.4.0",
37+
"estree-util-visit": "^1.2.0",
38+
"remark-mdx": "^2.1.3",
7039
"remark-parse": "^10.0.1",
7140
"remark-stringify": "^10.0.2",
72-
"synckit": "^0.8.1",
41+
"synckit": "^0.8.3",
7342
"tslib": "^2.4.0",
7443
"unified": "^10.1.2",
75-
"unist-util-visit": "^4.1.0",
44+
"unist-util-visit": "^4.1.1",
7645
"uvu": "^0.5.6",
7746
"vfile": "^5.3.4"
7847
}

packages/eslint-mdx/src/worker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import type { BlockContent, PhrasingContent } from 'mdast'
2323
import type { Options } from 'micromark-extension-mdx-expression'
2424
import type { Root } from 'remark-mdx'
2525
import { extractProperties, runAsWorker } from 'synckit'
26-
import type { FrozenProcessor } from 'unified'
26+
import type { FrozenProcessor, Plugin } from 'unified'
2727
import type { Node } from 'unist'
2828
import { ok as assert } from 'uvu/assert'
2929
import type { VFileMessage } from 'vfile-message'
@@ -147,7 +147,7 @@ export const getRemarkProcessor = async (
147147
return (await processor).use(
148148
/* istanbul ignore next */
149149
typeof plugin === 'string'
150-
? await requirePkg(plugin, 'remark', result.filepath)
150+
? await requirePkg<Plugin>(plugin, 'remark', result.filepath)
151151
: plugin,
152152
...pluginSettings,
153153
)

packages/eslint-plugin-mdx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
## VSCode Extension
4545

46-
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/JounQin.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=JounQin.vscode-mdx)
46+
[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/unifiedjs.vscode-mdx)](https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx)
4747

4848
[VSCode MDX][]\: Integrates with [VSCode ESLint][], syntaxes highlighting and error reporting.
4949

packages/eslint-plugin-mdx/package.json

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,6 @@
55
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
77
"author": "JounQin (https://www.1stG.me) <[email protected]>",
8-
"donate": {
9-
"recipients": [
10-
{
11-
"name": "unts",
12-
"platform": "opencollective",
13-
"address": "https://opencollective.com/unts",
14-
"weight": 60
15-
},
16-
{
17-
"name": "rxts",
18-
"platform": "opencollective",
19-
"address": "https://opencollective.com/rxts",
20-
"weight": 20
21-
},
22-
{
23-
"name": "1stG",
24-
"email": "[email protected]",
25-
"weight": 20,
26-
"platforms": [
27-
{
28-
"platform": "opencollective",
29-
"address": "https://opencollective.com/1stG"
30-
},
31-
{
32-
"platform": "patreon",
33-
"address": "https://www.patreon.com/1stG"
34-
}
35-
]
36-
}
37-
]
38-
},
398
"funding": {
409
"type": "opencollective",
4110
"url": "https://opencollective.com/unified"
@@ -64,7 +33,7 @@
6433
"dependencies": {
6534
"eslint-mdx": "^2.0.2",
6635
"eslint-plugin-markdown": "^3.0.0",
67-
"remark-mdx": "^2.1.2",
36+
"remark-mdx": "^2.1.3",
6837
"remark-parse": "^10.0.1",
6938
"remark-stringify": "^10.0.2",
7039
"tslib": "^2.4.0",

0 commit comments

Comments
 (0)