Skip to content

Commit

Permalink
chore(deps): update all patch dependencies and major version of unist…
Browse files Browse the repository at this point in the history
…-util-visit-children (#1410)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
SoonIter and renovate[bot] committed Sep 12, 2024
1 parent e76109b commit ad41fe9
Show file tree
Hide file tree
Showing 24 changed files with 874 additions and 1,862 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/custom-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.3.1",
"react-transition-group": "4.4.5",
"rspress": "workspace:*",
"solid-js": "^1.8.12"
"solid-js": "^1.8.22"
},
"devDependencies": {
"@types/node": "^18.11.17"
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/modern-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@modern-js/plugin-rspress": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "~18.3.3",
"@types/react": "~18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.3.1",
"react-transition-group": "4.4.5",
"rspress": "workspace:*",
"solid-js": "^1.8.12"
"solid-js": "^1.8.22"
},
"devDependencies": {
"@types/node": "^18.11.17"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
]
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@changesets/cli": "^2.27.1",
"@biomejs/biome": "1.8.3",
"@changesets/cli": "^2.27.8",
"@modern-js/module-tools": "2.59.0",
"@modern-js/tsconfig": "2.59.0",
"@playwright/test": "1.46.0",
"@types/cross-spawn": "^6.0.2",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "11.0.4",
"@types/node": "^18.11.17",
"check-dependency-version-consistency": "^4.1.0",
Expand All @@ -56,11 +56,11 @@
"execa": "8.0.1",
"fs-extra": "11.2.0",
"get-port": "5.1.1",
"husky": "^8.0.0",
"husky": "^8.0.3",
"lint-staged": "~15.2.10",
"nx": "17.0.2",
"playwright": "1.46.0",
"prettier": "3.3.0",
"prettier": "3.3.3",
"tree-kill": "^1.2.2",
"vitest": "2.0.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rsbuild/core": "1.0.1-rc.0",
"@rsbuild/core": "1.0.2",
"@rspress/core": "workspace:*",
"@rspress/shared": "workspace:*",
"cac": "^6.7.14",
Expand All @@ -47,9 +47,9 @@
"devDependencies": {
"@types/jest": "~29.5.12",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"sideEffects": [],
Expand Down
52 changes: 26 additions & 26 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@modern-js/utils": "2.59.0",
"@rsbuild/core": "1.0.1-rc.0",
"@rsbuild/plugin-less": "1.0.1-rc.0",
"@rsbuild/plugin-react": "1.0.1-rc.0",
"@rsbuild/plugin-sass": "1.0.1-rc.0",
"@rsbuild/core": "1.0.2",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-react": "1.0.1",
"@rsbuild/plugin-sass": "1.0.1",
"@rspress/mdx-rs": "0.5.7",
"@rspress/plugin-auto-nav-sidebar": "workspace:*",
"@rspress/plugin-container-syntax": "workspace:*",
Expand All @@ -58,56 +58,56 @@
"@rspress/theme-default": "workspace:*",
"body-scroll-lock": "4.0.0-beta.0",
"copy-to-clipboard": "^3.3.3",
"enhanced-resolve": "5.17.0",
"enhanced-resolve": "5.17.1",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.1",
"hast-util-from-html": "^2.0.2",
"hast-util-heading-rank": "^3.0.0",
"html-to-text": "^9.0.3",
"html-to-text": "^9.0.5",
"htmr": "^1.0.2",
"is-html": "^3.1.0",
"lodash-es": "^4.17.21",
"mdast-util-mdxjs-esm": "^1.3.0",
"node-fetch": "3.3.0",
"mdast-util-mdxjs-esm": "^1.3.1",
"node-fetch": "3.3.2",
"nprogress": "^0.2.0",
"postcss": "8.4.31",
"postcss": "8.4.45",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-lazy-with-preload": "^2.2.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-external-links": "^2.1.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"rehype-stringify": "^9.0.4",
"remark": "^14.0.3",
"remark-gfm": "3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"rspack-plugin-virtual-module": "0.1.12",
"rspack-plugin-virtual-module": "0.1.13",
"source-map": "0.7.4",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"unist-util-visit-children": "^2.0.1",
"unist-util-visit": "^4.1.2",
"unist-util-visit-children": "^3.0.0",
"yaml-front-matter": "^4.1.1"
},
"devDependencies": {
"@modern-js/plugin-tailwindcss": "2.59.0",
"@modern-js/tsconfig": "2.59.0",
"@types/body-scroll-lock": "^3.1.0",
"@types/hast": "3.0.3",
"@types/body-scroll-lock": "^3.1.2",
"@types/hast": "3.0.4",
"@types/html-to-text": "^8.1.1",
"@types/jest": "~29.5.12",
"@types/lodash-es": "^4.17.8",
"@types/mdast": "^3.0.10",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.3.3",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/yaml-front-matter": "^4.1.0",
"@types/yaml-front-matter": "^4.1.3",
"rimraf": "^3.0.2",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.11",
"typescript": "^5.5.3",
"vitest": "2.0.5",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
},
"sideEffects": [
"*.css",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@types/fs-extra": "11.0.4",
"@types/jest": "~29.5.12",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.4",
"@types/react": "^18.3.3",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.5",
"cac": "6.7.14",
"chalk": "5.3.0",
"fs-extra": "11.2.0",
"prompts": "2.4.1",
"prompts": "2.4.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"sideEffects": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"license": "MIT",
"devDependencies": {
"@rstack-dev/doc-ui": "1.5.0",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"framer-motion": "11.5.4",
"rsbuild-plugin-google-analytics": "^1.0.2",
"rsbuild-plugin-open-graph": "^1.0.2",
"rspress": "workspace:*",
"rspress-plugin-font-open-sans": "^1.0.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/modern-plugin-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@modern-js/utils": "2.59.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-api-docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
},
"dependencies": {
"@modern-js/utils": "2.59.0",
"documentation": "14.0.2",
"documentation": "14.0.3",
"react-docgen-typescript": "2.2.2",
"react-markdown": "8.0.7",
"remark-gfm": "3.0.1"
},
"devDependencies": {
"@rspress/shared": "workspace:*",
"@types/mdast": "^3.0.10",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"mdast-util-mdxjs-esm": "^1.3.0",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.8.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-auto-nav-sidebar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@modern-js/tsconfig": "2.59.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-client-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@modern-js/tsconfig": "2.59.0",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-container-syntax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@rspress/shared": "workspace:*"
},
"devDependencies": {
"@types/mdast": "^3.0.10",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"@types/mdast": "^3.0.15",
"rehype-stringify": "^9.0.4",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-last-updated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@modern-js/tsconfig": "2.59.0",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@modern-js/tsconfig": "2.59.0",
"@rspress/shared": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"typescript": "^5.5.3",
Expand Down
18 changes: 9 additions & 9 deletions packages/plugin-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
"@oxidation-compiler/napi": "^0.2.0",
"@rspress/shared": "workspace:*",
"remark-gfm": "3.0.1",
"rspack-plugin-virtual-module": "0.1.12"
"rspack-plugin-virtual-module": "0.1.13"
},
"devDependencies": {
"@babel/types": "^7.25.0",
"@types/babel__core": "^7.20.1",
"@types/babel__standalone": "^7.1.4",
"@types/babel__traverse": "^7.20.1",
"@types/mdast": "^3.0.10",
"@babel/types": "^7.25.6",
"@types/babel__core": "^7.20.5",
"@types/babel__standalone": "^7.1.7",
"@types/babel__traverse": "^7.20.6",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"mdast-util-mdxjs-esm": "^1.3.0",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.8.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"@rspress/core": "workspace:^1.30.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/plugin-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
},
"dependencies": {
"@mdx-js/mdx": "2.3.0",
"@rsbuild/core": "1.0.1-rc.0",
"@rsbuild/plugin-babel": "1.0.1-rc.0",
"@rsbuild/plugin-less": "1.0.1-rc.0",
"@rsbuild/plugin-react": "1.0.1-rc.0",
"@rsbuild/plugin-sass": "1.0.1-rc.0",
"@rsbuild/plugin-solid": "1.0.1-rc.0",
"@rsbuild/core": "1.0.2",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-react": "1.0.1",
"@rsbuild/plugin-sass": "1.0.1",
"@rsbuild/plugin-solid": "1.0.1",
"@rspress/shared": "workspace:*",
"@rspress/theme-default": "workspace:*",
"lodash": "4.17.21",
"qrcode.react": "^3.2.0",
"remark-gfm": "3.0.1"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/mdast": "^3.0.10",
"@types/lodash": "^4.17.7",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"mdast-util-mdxjs-esm": "^1.3.0",
"mdast-util-mdxjs-esm": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.8.1",
"typescript": "^5.5.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1"
"unist-util-visit": "^4.1.2"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@rspress/runtime": "workspace:*",
"@types/node": "^18.11.17",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"typescript": "^5.5.3"
},
Expand Down
Loading

0 comments on commit ad41fe9

Please sign in to comment.