-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: bump all unified ecosystem dependencies, support mdx v3
- Loading branch information
Showing
12 changed files
with
3,174 additions
and
3,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"workspaces": [ | ||
"packages/*" | ||
], | ||
"packageManager": "[email protected].19", | ||
"packageManager": "[email protected].21", | ||
"scripts": { | ||
"build": "run-p build:*", | ||
"build:r": "r -f es2015", | ||
|
@@ -27,25 +27,32 @@ | |
}, | ||
"devDependencies": { | ||
"@1stg/lib-config": "^12.0.0", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.2", | ||
"@types/eslint": "^8.44.1", | ||
"@types/eslint-plugin-markdown": "^2.0.0", | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.4.6", | ||
"@types/react": "^18.2.18", | ||
"@types/unist": "^2.0.6", | ||
"jest": "^29.6.2", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.1", | ||
"@types/eslint": "^8.44.8", | ||
"@types/eslint-plugin-markdown": "^2.0.2", | ||
"@types/jest": "^29.5.10", | ||
"@types/node": "^20.10.1", | ||
"@types/react": "^18.2.39", | ||
"@types/unist": "^3.0.2", | ||
"jest": "^29.7.0", | ||
"patch-package": "^8.0.0", | ||
"react": "^18.2.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"type-coverage": "^2.26.0", | ||
"typescript": "^5.1.6", | ||
"type-coverage": "^2.27.0", | ||
"typescript": "^5.3.2", | ||
"yarn-deduplicate": "^6.0.2" | ||
}, | ||
"resolutions": { | ||
"prettier": "^2.8.8" | ||
"@types/acorn": "^6.0.0", | ||
"@types/mdast": "^4.0.3", | ||
"acorn": "^8.11.2", | ||
"cliui": "npm:@isaacs/cliui@^8.0.2", | ||
"mdast-util-gfm": "^3.0.0", | ||
"prettier": "^2.8.8", | ||
"unified": "^11.0.4", | ||
"unified-engine": "^11.1.1" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff --git a/node_modules/string-width-cjs/index.js b/node_modules/string-width-cjs/index.js | ||
index f4d261a..7ea642a 100644 | ||
--- a/node_modules/string-width-cjs/index.js | ||
+++ b/node_modules/string-width-cjs/index.js | ||
@@ -1,5 +1,5 @@ | ||
'use strict'; | ||
-const stripAnsi = require('strip-ansi'); | ||
+const stripAnsi = require('strip-ansi-cjs'); | ||
const isFullwidthCodePoint = require('is-fullwidth-code-point'); | ||
const emojiRegex = require('emoji-regex'); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/node_modules/unified-engine/index.d.ts b/node_modules/unified-engine/index.d.ts | ||
index 0e25d67..503f1ab 100644 | ||
--- a/node_modules/unified-engine/index.d.ts | ||
+++ b/node_modules/unified-engine/index.d.ts | ||
@@ -1,4 +1,4 @@ | ||
-export { Configuration } from "./lib/configuration.js"; | ||
+export { Configuration, Result } from "./lib/configuration.js"; | ||
export { engine } from "./lib/index.js"; | ||
export type Completer = import('./lib/file-set.js').Completer; | ||
export type Callback = import('./lib/index.js').Callback; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/node_modules/wrap-ansi-cjs/index.js b/node_modules/wrap-ansi-cjs/index.js | ||
index d502255..c33a23a 100755 | ||
--- a/node_modules/wrap-ansi-cjs/index.js | ||
+++ b/node_modules/wrap-ansi-cjs/index.js | ||
@@ -1,6 +1,6 @@ | ||
'use strict'; | ||
-const stringWidth = require('string-width'); | ||
-const stripAnsi = require('strip-ansi'); | ||
+const stringWidth = require('string-width-cjs'); | ||
+const stripAnsi = require('strip-ansi-cjs'); | ||
const ansiStyles = require('ansi-styles'); | ||
|
||
const ESCAPES = new Set([ |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.