Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies, update VSCode extension links (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 27, 2022
1 parent 13fcef8 commit 829b606
Show file tree
Hide file tree
Showing 11 changed files with 12,081 additions and 12,091 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

## VSCode Extension

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

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

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"typecov": "type-coverage"
},
"devDependencies": {
"@1stg/lib-config": "^9.0.1",
"@1stg/lib-config": "^10.2.1",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.0",
"@types/eslint": "^8.4.5",
"@changesets/cli": "^2.24.3",
"@types/eslint": "^8.4.6",
"@types/eslint-plugin-markdown": "^2.0.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/jest": "^28.1.8",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/unist": "^2.0.6",
"jest": "^28.1.3",
"jest": "^29.0.1",
"patch-package": "^6.4.7",
"react": "^18.2.0",
"ts-jest": "^28.0.7",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"yarn-deduplicate": "^5.0.0"
"typescript": "^4.8.2",
"yarn-deduplicate": "^5.0.2"
},
"resolutions": {
"prettier": "^2.7.1"
Expand Down Expand Up @@ -82,7 +82,7 @@
"prettier": "@1stg/prettier-config",
"remarkConfig": {
"plugins": [
"@1stg/remark-config"
"@1stg/preset"
]
},
"renovate": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

## VSCode Extension

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

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

Expand Down
41 changes: 5 additions & 36 deletions packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,6 @@
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
"donate": {
"recipients": [
{
"name": "unts",
"platform": "opencollective",
"address": "https://opencollective.com/unts",
"weight": 60
},
{
"name": "rxts",
"platform": "opencollective",
"address": "https://opencollective.com/rxts",
"weight": 20
},
{
"name": "1stG",
"email": "i@1stg.me",
"weight": 20,
"platforms": [
{
"platform": "opencollective",
"address": "https://opencollective.com/1stG"
},
{
"platform": "patreon",
"address": "https://www.patreon.com/1stG"
}
]
}
]
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
Expand Down Expand Up @@ -64,15 +33,15 @@
"acorn": "^8.8.0",
"acorn-jsx": "^5.3.2",
"cosmiconfig": "^7.0.1",
"espree": "^9.3.2",
"estree-util-visit": "^1.1.0",
"remark-mdx": "^2.1.2",
"espree": "^9.4.0",
"estree-util-visit": "^1.2.0",
"remark-mdx": "^2.1.3",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"synckit": "^0.8.1",
"synckit": "^0.8.3",
"tslib": "^2.4.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",
"unist-util-visit": "^4.1.1",
"uvu": "^0.5.6",
"vfile": "^5.3.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-mdx/src/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type { BlockContent, PhrasingContent } from 'mdast'
import type { Options } from 'micromark-extension-mdx-expression'
import type { Root } from 'remark-mdx'
import { extractProperties, runAsWorker } from 'synckit'
import type { FrozenProcessor } from 'unified'
import type { FrozenProcessor, Plugin } from 'unified'
import type { Node } from 'unist'
import { ok as assert } from 'uvu/assert'
import type { VFileMessage } from 'vfile-message'
Expand Down Expand Up @@ -147,7 +147,7 @@ export const getRemarkProcessor = async (
return (await processor).use(
/* istanbul ignore next */
typeof plugin === 'string'
? await requirePkg(plugin, 'remark', result.filepath)
? await requirePkg<Plugin>(plugin, 'remark', result.filepath)
: plugin,
...pluginSettings,
)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-mdx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

## VSCode Extension

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

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

Expand Down
33 changes: 1 addition & 32 deletions packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,6 @@
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
"donate": {
"recipients": [
{
"name": "unts",
"platform": "opencollective",
"address": "https://opencollective.com/unts",
"weight": 60
},
{
"name": "rxts",
"platform": "opencollective",
"address": "https://opencollective.com/rxts",
"weight": 20
},
{
"name": "1stG",
"email": "i@1stg.me",
"weight": 20,
"platforms": [
{
"platform": "opencollective",
"address": "https://opencollective.com/1stG"
},
{
"platform": "patreon",
"address": "https://www.patreon.com/1stG"
}
]
}
]
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
Expand Down Expand Up @@ -64,7 +33,7 @@
"dependencies": {
"eslint-mdx": "^2.0.2",
"eslint-plugin-markdown": "^3.0.0",
"remark-mdx": "^2.1.2",
"remark-mdx": "^2.1.3",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"tslib": "^2.4.0",
Expand Down
Loading

0 comments on commit 829b606

Please sign in to comment.