Skip to content

Commit

Permalink
📦 deps(patch): upgrade dependencies (#2407)
Browse files Browse the repository at this point in the history
- Upgrade all easily upgradeable dependencies
- Set `examples/webpack-plugin` to `private`

## Type of change

**NONE: internal change**
  • Loading branch information
kellymears committed Aug 14, 2023
1 parent eb011f2 commit 9bd7129
Show file tree
Hide file tree
Showing 76 changed files with 3,579 additions and 2,754 deletions.
1 change: 1 addition & 0 deletions examples/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@examples/webpack-plugin",
"$schema": "https://bud.js.org/bud.package.json",
"private": true,
"type": "module",
"browserslist": [
"extends @roots/browserslist-config"
Expand Down
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"npm": "8.19.2"
},
"license": "MIT",
"repository": "roots/bud.git",
"repository": {
"type": "git",
"url": "https://github.com/roots/bud.git"
},
"type": "module",
"dependencies": {
"@repo/constants": "workspace:*",
Expand All @@ -17,40 +20,38 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.44.0",
"@types/express": "4.17.17",
"@types/lodash": "4.14.195",
"@types/node": "18.16.19",
"@types/eslint": "8.44.2",
"@types/lodash": "4.14.197",
"@types/node": "18.17.5",
"@types/prettier": "2.7.3",
"@types/react": "18.2.15",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@vitest/coverage-v8": "0.33.0",
"@vitest/ui": "0.33.0",
"esbuild": "0.18.14",
"eslint": "8.45.0",
"eslint-plugin-import": "2.27.5",
"@types/react": "18.2.20",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"@vitest/coverage-v8": "0.34.1",
"@vitest/ui": "0.34.1",
"esbuild": "0.18.20",
"eslint": "8.47.0",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-perfectionist": "1.5.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-perfectionist": "1.5.1",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"execa": "7.1.1",
"execa": "7.2.0",
"highlight.js": "11.8.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.3",
"import-meta-resolve": "2.2.2",
"ink-testing-library": "3.0.0",
"parse5-htmlparser2-tree-adapter": "7.0.0",
"patch-console": "2.0.0",
"playwright": "1.36.1",
"playwright": "1.37.0",
"pm2": "5.3.0",
"prettier": "3.0.0",
"syncpack": "10.7.3",
"prettier": "3.0.1",
"syncpack": "10.9.3",
"ts-node": "10.9.1",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"verdaccio": "5.26.0",
"vitest": "0.33.0",
"verdaccio": "5.26.1",
"vitest": "0.34.1",
"vitest-github-actions-reporter": "0.10.0",
"webpack": "5.88.2"
},
Expand Down
6 changes: 3 additions & 3 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": "18.16.19",
"vitest": "0.33.0"
"@types/node": "18.17.5",
"vitest": "0.34.1"
},
"dependencies": {
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions sources/@repo/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@svgr/webpack": "8.0.1",
"@tsconfig/docusaurus": "2.0.0",
"@types/file-loader": "5.0.1",
"@types/node": "18.16.19",
"@types/react": "18.2.15",
"@types/node": "18.17.5",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"file-loader": "6.2.0",
"netlify-cli": "15.9.0",
"netlify-cli": "16.0.3",
"raw-loader": "4.0.2",
"ts-node": "10.9.1",
"typescript": "5.1.6",
Expand All @@ -39,7 +39,7 @@
"docusaurus-lunr-search": "2.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"scripts": {
"build": "docusaurus build"
Expand Down
14 changes: 7 additions & 7 deletions sources/@repo/markdown-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.8",
"@types/node": "18.16.19",
"@types/node": "18.17.5",
"@types/prettier": "2.7.3",
"vitest": "0.33.0"
"vitest": "0.34.1"
},
"dependencies": {
"@octokit/core": "5.0.0",
Expand All @@ -20,18 +20,18 @@
"@roots/bud": "workspace:*",
"@roots/bud-support": "workspace:*",
"dotenv": "16.3.1",
"execa": "7.1.1",
"execa": "7.2.0",
"fs-jetpack": "5.1.0",
"globby": "13.2.2",
"gray-matter": "4.0.3",
"handlebars": "4.7.7",
"handlebars": "4.7.8",
"helpful-decorators": "2.1.0",
"json5": "2.2.3",
"lodash-es": "4.17.21",
"octokit": "3.0.0",
"prettier": "3.0.0",
"octokit": "3.1.0",
"prettier": "3.0.1",
"strip-ansi": "7.1.0",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 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": "18.16.19",
"vitest": "0.33.0"
"@types/node": "18.17.5",
"vitest": "0.34.1"
},
"dependencies": {
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions sources/@repo/test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@types/node": "18.16.19",
"@types/node": "18.17.5",
"chalk": "5.3.0",
"execa": "7.1.1",
"execa": "7.2.0",
"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.0",
"vitest": "0.33.0"
"tslib": "2.6.1",
"vitest": "0.34.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions sources/@repo/yarn-plugin-bud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"node": "18.12.1"
},
"devDependencies": {
"@types/lodash": "4.14.195",
"@types/node": "18.16.19",
"@types/lodash": "4.14.197",
"@types/node": "18.17.5",
"@types/semver": "7.5.0",
"@yarnpkg/builder": "4.0.0-rc.46",
"typescript": "5.1.6"
Expand All @@ -18,12 +18,12 @@
"@yarnpkg/cli": "4.0.0-rc.48",
"@yarnpkg/core": "4.0.0-rc.48",
"@yarnpkg/shell": "4.0.0-rc.48",
"clipanion": "3.2.1",
"clipanion": "4.0.0-rc.2",
"fs-jetpack": "5.1.0",
"globby": "13.2.2",
"lodash": "4.17.21",
"semver": "7.5.4",
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"scripts": {
"build": "builder build plugin"
Expand Down
8 changes: 4 additions & 4 deletions sources/@repo/yarn-plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"main": "./sources/index.ts",
"dependencies": {
"@types/lodash-es": "4.17.8",
"@types/node": "18.16.19",
"@types/node": "18.17.5",
"@yarnpkg/builder": "4.0.0-rc.46",
"@yarnpkg/cli": "4.0.0-rc.48",
"@yarnpkg/core": "4.0.0-rc.48",
"@yarnpkg/shell": "4.0.0-rc.48",
"clipanion": "3.2.1",
"clipanion": "4.0.0-rc.2",
"fs-jetpack": "5.1.0",
"helpful-decorators": "2.1.0",
"lodash-es": "4.17.21",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"vitest": "0.33.0"
"vitest": "0.34.1"
},
"scripts": {
"build": "builder build plugin"
Expand Down
6 changes: 3 additions & 3 deletions sources/@roots/blade-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"types": "./lib/plugin.d.ts",
"main": "./lib/plugin.js",
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.22.10",
"@skypack/package-check": "0.2.2",
"babel-loader": "9.1.3",
"memfs": "4.2.0"
"memfs": "4.2.1"
},
"dependencies": {
"lodash": "4.17.21",
"tslib": "2.6.0",
"tslib": "2.6.1",
"webpack": "5.88.2"
},
"volta": {
Expand Down
6 changes: 3 additions & 3 deletions sources/@roots/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"@skypack/package-check": "0.2.2"
},
"dependencies": {
"browserslist": "4.21.9",
"execa": "7.1.1",
"tslib": "2.6.0",
"browserslist": "4.21.10",
"execa": "7.2.0",
"tslib": "2.6.1",
"update-browserslist-db": "1.0.11"
},
"scripts": {
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 @@ -177,7 +177,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "18.16.19"
"@types/node": "18.17.5"
},
"dependencies": {
"@roots/bud-extensions": "workspace:*",
Expand All @@ -186,7 +186,7 @@
"@roots/bud-support": "workspace:*",
"@roots/container": "workspace:*",
"chalk": "5.3.0",
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
12 changes: 6 additions & 6 deletions sources/@roots/bud-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
"@types/babel__core": "7.20.1",
"@types/babel__plugin-transform-runtime": "7.9.2",
"@types/babel__preset-env": "7.9.2",
"@types/node": "18.16.19"
"@types/node": "18.17.5"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/runtime": "7.22.6",
"@babel/core": "7.22.10",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/runtime": "7.22.10",
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"babel-loader": "9.1.3",
"tslib": "2.6.0",
"tslib": "2.6.1",
"webpack": "5.88.2"
},
"volta": {
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": "18.16.19"
"@types/node": "18.17.5"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"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 @@ -71,7 +71,7 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"strip-ansi": "7.1.0",
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"devDependencies": {
"@roots/bud": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "18.16.19",
"@types/node": "18.17.5",
"@types/webpack-env": "1.18.1"
},
"dependencies": {
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
6 changes: 3 additions & 3 deletions sources/@roots/bud-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
"devDependencies": {
"@roots/bud-api": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "18.16.19",
"@types/react": "18.2.15"
"@types/node": "18.17.5",
"@types/react": "18.2.20"
},
"dependencies": {
"@roots/bud-dashboard": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"react": "18.2.0",
"tslib": "2.6.0"
"tslib": "2.6.1"
},
"volta": {
"extends": "../../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "18.16.19"
"@types/node": "18.17.5"
},
"dependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"compression-webpack-plugin": "10.0.0",
"tslib": "2.6.0",
"tslib": "2.6.1",
"webpack": "5.88.2"
},
"volta": {
Expand Down
Loading

0 comments on commit 9bd7129

Please sign in to comment.