Skip to content

Commit

Permalink
📦 deps(minor): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Oct 1, 2024
1 parent 803310f commit d044188
Show file tree
Hide file tree
Showing 84 changed files with 3,403 additions and 3,922 deletions.
6 changes: 3 additions & 3 deletions examples/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@roots/bud-swc": "workspace:*"
},
"dependencies": {
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.13.0",
"@chakra-ui/react": "2.9.0",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"framer-motion": "11.3.17",
"framer-motion": "11.9.0",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/eslint-9.x.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@roots/bud": "workspace:*",
"@roots/bud-eslint": "workspace:*",
"@roots/eslint-config": "workspace:*",
"eslint": "9.7.0"
"eslint": "9.11.1"
}
}
4 changes: 2 additions & 2 deletions examples/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-swc": "workspace:*",
"webpack": "5.93.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@roots/bud": "workspace:*",
"@roots/bud-babel": "workspace:*",
"@roots/bud-typescript": "workspace:*",
"@types/node": "20.14.12",
"@types/node": "20.16.10",
"ts-node": "10.9.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"dependencies": {
"typescript": "5.5.4",
"vue": "3.4.34"
"vue": "3.5.10"
},
"devDependencies": {
"@roots/bud": "workspace:*",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.56.11",
"@types/lodash": "4.17.7",
"@types/node": "20.14.12",
"@types/eslint": "8.56.12",
"@types/lodash": "4.17.9",
"@types/node": "20.16.10",
"@types/prettier": "3.0.0",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@types/react": "18.3.10",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"browserslist": "4.23.2",
"caniuse-lite": "1.0.30001643",
"browserslist": "4.24.0",
"caniuse-lite": "1.0.30001664",
"esbuild": "0.21.5",
"eslint": "8.57.0",
"eslint-plugin-n": "17.10.0",
"eslint": "8.57.1",
"eslint-plugin-n": "17.10.3",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sort-class-members": "1.20.0",
"execa": "8.0.1",
Expand All @@ -47,18 +47,18 @@
"ink-testing-library": "patch:ink-testing-library@npm%3A3.0.0#~/.yarn/patches/ink-testing-library-npm-3.0.0-c20aad0bd9.patch",
"parse5-htmlparser2-tree-adapter": "7.0.0",
"patch-console": "2.0.0",
"playwright": "1.45.3",
"playwright": "1.47.2",
"pm2": "5.4.2",
"prettier": "3.3.3",
"syncpack": "12.4.0",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "5.5.4",
"update-browserslist-db": "1.1.0",
"verdaccio": "5.31.1",
"update-browserslist-db": "1.1.1",
"verdaccio": "5.32.2",
"vitest": "1.6.0",
"vitest-github-actions-reporter": "0.11.1",
"webpack": "5.93.0"
"webpack": "5.95.0"
},
"overrides": {
"ink": "file:./node_modules/@roots/bud-support/lib/ink/index.js"
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/node": "20.16.10",
"vitest": "1.6.0"
},
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
26 changes: 13 additions & 13 deletions sources/@repo/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@
"directory": "/sources/docs"
},
"devDependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/remark-plugin-npm2yarn": "3.4.0",
"@docusaurus/core": "3.5.2",
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/remark-plugin-npm2yarn": "3.5.2",
"@repo/constants": "workspace:*",
"@svgr/webpack": "8.1.0",
"@tsconfig/docusaurus": "2.0.3",
"@types/file-loader": "5.0.4",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"file-loader": "6.2.0",
"netlify-cli": "17.33.4",
"netlify-cli": "17.36.3",
"raw-loader": "4.0.2",
"url-loader": "4.1.1",
"webpack": "5.93.0"
"webpack": "5.95.0"
},
"dependencies": {
"@docusaurus/theme-classic": "3.4.0",
"@docusaurus/theme-common": "3.4.0",
"axios": "1.7.2",
"@docusaurus/theme-classic": "3.5.2",
"@docusaurus/theme-common": "3.5.2",
"axios": "1.7.7",
"clsx": "2.1.1",
"docusaurus-lunr-search": "3.4.0",
"docusaurus-lunr-search": "3.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
6 changes: 3 additions & 3 deletions sources/@repo/markdown-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.12",
"@types/node": "20.16.10",
"@types/prettier": "3.0.0",
"vitest": "1.6.0"
},
"dependencies": {
"@octokit/core": "6.1.2",
"@octokit/plugin-paginate-rest": "11.3.3",
"@octokit/plugin-paginate-rest": "11.3.5",
"@repo/constants": "workspace:*",
"@roots/bud": "workspace:*",
"@roots/bud-support": "workspace:*",
Expand All @@ -31,7 +31,7 @@
"octokit": "3.2.1",
"prettier": "3.3.3",
"strip-ansi": "7.1.0",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "5.5.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@repo/notifier",
"private": true,
"devDependencies": {
"@types/node": "20.14.12",
"@types/node": "20.16.10",
"vitest": "1.6.0"
},
"dependencies": {
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@roots/bud-compiler": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@types/node": "20.14.12",
"@types/node": "20.16.10",
"chalk": "5.3.0",
"execa": "8.0.1",
"fs-jetpack": "5.1.0",
"globby": "13.2.2",
"helpful-decorators": "2.1.0",
"json5": "2.2.3",
"strip-ansi": "7.1.0",
"tslib": "2.6.3",
"tslib": "2.7.0",
"vitest": "1.6.0"
},
"volta": {
Expand Down
20 changes: 10 additions & 10 deletions sources/@repo/yarn-plugin-bud/bundles/@yarnpkg/plugin-bud.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions sources/@repo/yarn-plugin-bud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"node": "18.12.1"
},
"devDependencies": {
"@types/lodash": "4.17.7",
"@types/node": "20.14.12",
"@types/lodash": "4.17.9",
"@types/node": "20.16.10",
"@types/semver": "7.5.8",
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.0.0#~/.yarn/patches/@yarnpkg-builder-npm-4.0.0-1be968e10e.patch",
"typescript": "5.5.4"
},
"dependencies": {
"@repo/constants": "workspace:*",
"@yarnpkg/cli": "4.3.1",
"@yarnpkg/core": "4.1.1",
"@yarnpkg/shell": "4.0.2",
"clipanion": "4.0.0-rc.3",
"@yarnpkg/cli": "4.5.0",
"@yarnpkg/core": "4.1.3",
"@yarnpkg/shell": "4.1.0",
"clipanion": "4.0.0-rc.4",
"fs-jetpack": "5.1.0",
"globby": "13.2.2",
"lodash": "4.17.21",
"semver": "7.6.3",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"scripts": {
"build": "builder build plugin"
Expand Down
12 changes: 6 additions & 6 deletions sources/@repo/yarn-plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"main": "./sources/index.ts",
"dependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.12",
"@types/node": "20.16.10",
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.0.0#~/.yarn/patches/@yarnpkg-builder-npm-4.0.0-1be968e10e.patch",
"@yarnpkg/cli": "4.3.1",
"@yarnpkg/core": "4.1.1",
"@yarnpkg/shell": "4.0.2",
"clipanion": "4.0.0-rc.3",
"@yarnpkg/cli": "4.5.0",
"@yarnpkg/core": "4.1.3",
"@yarnpkg/shell": "4.1.0",
"clipanion": "4.0.0-rc.4",
"fs-jetpack": "5.1.0",
"helpful-decorators": "2.1.0",
"lodash-es": "4.17.21",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "5.5.4",
"vitest": "1.6.0"
},
Expand Down
10 changes: 5 additions & 5 deletions sources/@roots/blade-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"types": "./lib/plugin.d.ts",
"main": "./lib/plugin.js",
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/core": "7.25.2",
"@skypack/package-check": "0.2.2",
"@vitest/coverage-v8": "1.6.0",
"babel-loader": "9.1.3",
"memfs": "4.9.4",
"babel-loader": "9.2.1",
"memfs": "4.12.0",
"vitest": "1.6.0"
},
"dependencies": {
"tslib": "2.6.3",
"webpack": "5.93.0"
"tslib": "2.7.0",
"webpack": "5.95.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"devDependencies": {
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"browserslist": "4.23.2",
"caniuse-lite": "1.0.30001643",
"browserslist": "4.24.0",
"caniuse-lite": "1.0.30001664",
"vitest": "1.6.0"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.12",
"@types/node": "20.16.10",
"@vitest/coverage-v8": "1.6.0",
"vitest": "1.6.0"
},
Expand All @@ -76,7 +76,7 @@
"@roots/bud-support": "workspace:*",
"@roots/container": "workspace:*",
"chalk": "5.3.0",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
1 change: 1 addition & 0 deletions sources/@roots/bud-api/src/methods/proxy/proxy.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export interface Options extends HttpProxy.Options {
ignorePath?: boolean
localAddress?: string
logger: Pick<Console, `error` | `info` | `warn`>
method?: string
on: ProxyOptions[`on`]
onProxyReq?: any
onProxyRes?: any
Expand Down
16 changes: 8 additions & 8 deletions sources/@roots/bud-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@
"@types/babel__core": "7.20.5",
"@types/babel__plugin-transform-runtime": "7.9.5",
"@types/babel__preset-env": "7.9.7",
"@types/node": "20.14.12"
"@types/node": "20.16.10"
},
"dependencies": {
"@babel/core": "7.24.9",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/runtime": "7.24.8",
"@babel/core": "7.25.2",
"@babel/plugin-transform-runtime": "7.25.4",
"@babel/preset-env": "7.25.4",
"@babel/runtime": "7.25.6",
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"babel-loader": "9.1.3",
"tslib": "2.6.3",
"webpack": "5.93.0"
"babel-loader": "9.2.1",
"tslib": "2.7.0",
"webpack": "5.95.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@
"@roots/bud-api": "workspace:*",
"@roots/bud-hooks": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.12"
"@types/node": "20.16.10"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"strip-ansi": "7.1.0",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
Loading

0 comments on commit d044188

Please sign in to comment.