Skip to content

Commit

Permalink
📦 deps(patch): upgrade dependencies (minor) (#2618)
Browse files Browse the repository at this point in the history
## Type of change

**PATCH: backwards compatible change**
  • Loading branch information
kellymears authored Jul 3, 2024
1 parent c40b0f8 commit b91cc42
Show file tree
Hide file tree
Showing 108 changed files with 9,429 additions and 9,083 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.format.semicolons": "remove",
"typescript.preferences.preferTypeOnlyAutoImports": true,
"typescript.preferences.quoteStyle": "single"
"typescript.preferences.quoteStyle": "single",
"typescript.tsdk": "node_modules/typescript/lib"
}
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.2.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ unsafeHttpWhitelist:

virtualFolder: .yarn/__virtual__

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{"path": "../sources/@roots/filesystem/tsconfig.json"},
{"path": "../sources/@roots/sage/tsconfig.json"},
{"path": "../sources/@roots/wordpress-dependencies-webpack-plugin/tsconfig.json"},
{ "path": "../sources/@roots/wordpress-externals-webpack-plugin/tsconfig.json"},
{"path": "../sources/@roots/wordpress-externals-webpack-plugin/tsconfig.json"},
{"path": "../sources/@roots/wordpress-hmr/tsconfig.json"},
{"path": "../sources/@roots/wordpress-theme-json-webpack-plugin/tsconfig.json"},
{"path": "../sources/@roots/wordpress-transforms/tsconfig.json"},
Expand Down
8 changes: 7 additions & 1 deletion examples/babel/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"extends": ["@roots/bud/config/jsconfig.json"],
"compilerOptions": {
"paths": {
"@src": ["./src"]
},
"types": ["@roots/bud", "@roots/bud-babel"]
}
},
"include": ["./src"],
"exclude": ["./node_modules", "./dist"]
}
6 changes: 5 additions & 1 deletion examples/babel/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ import '@src/app.css'

document.querySelector('#root')?.classList.add('init')

if (import.meta.webpackHot) import.meta.webpackHot.accept(console.error)
if (import.meta.webpackHot) {
import.meta.webpackHot.accept(console.error)
}

export {}
10 changes: 5 additions & 5 deletions examples/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"dependencies": {
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"framer-motion": "11.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"framer-motion": "11.2.12",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-tailwindcss": "workspace:*",
"daisyui": "4.6.0"
"daisyui": "4.12.10"
}
}
4 changes: 2 additions & 2 deletions examples/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@roots/bud-react": "workspace:*"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-swc": "workspace:*",
"webpack": "5.91.0",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@roots/bud": "workspace:*",
"@roots/bud-babel": "workspace:*",
"@roots/bud-typescript": "workspace:*",
"@types/node": "20.14.2",
"@types/node": "20.14.9",
"ts-node": "10.9.2"
},
"dependencies": {
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Configurable, extensible build tools for modern single and multi-page web applications",
"engines": {
"node": "20.3.1",
"yarn": "1.22.19",
"yarn": "4.3.1",
"npm": "8.19.2"
},
"license": "MIT",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.3.1",
"repository": {
"type": "git",
"url": "https://github.com/roots/bud.git"
Expand All @@ -22,21 +22,21 @@
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.56.10",
"@types/lodash": "4.17.1",
"@types/node": "20.12.8",
"@types/lodash": "4.17.6",
"@types/node": "20.14.9",
"@types/prettier": "3.0.0",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"browserslist": "4.23.0",
"caniuse-lite": "1.0.30001627",
"esbuild": "0.20.2",
"browserslist": "4.23.1",
"caniuse-lite": "1.0.30001638",
"esbuild": "0.21.5",
"eslint": "8.57.0",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-perfectionist": "2.10.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-react": "7.34.3",
"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.43.1",
"pm2": "5.3.1",
"prettier": "3.2.5",
"syncpack": "12.3.2",
"playwright": "1.45.0",
"pm2": "5.4.1",
"prettier": "3.3.2",
"syncpack": "12.3.3",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.4.5",
"update-browserslist-db": "1.0.15",
"verdaccio": "5.30.3",
"tslib": "2.6.3",
"typescript": "5.5.3",
"update-browserslist-db": "1.0.16",
"verdaccio": "5.31.1",
"vitest": "1.6.0",
"vitest-github-actions-reporter": "0.11.1",
"webpack": "5.91.0"
"webpack": "5.92.1"
},
"overrides": {
"ink": "file:./node_modules/@roots/bud-support/lib/ink/index.js"
Expand All @@ -75,7 +75,7 @@
]
},
"volta": {
"node": "20.12.0",
"yarn": "1.22.19"
"node": "20.3.1",
"yarn": "4.3.1"
}
}
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.12.8",
"@types/node": "20.14.9",
"vitest": "1.6.0"
},
"dependencies": {
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"volta": {
"extends": "../../../package.json"
Expand Down
12 changes: 6 additions & 6 deletions sources/@repo/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"@svgr/webpack": "8.1.0",
"@tsconfig/docusaurus": "2.0.3",
"@types/file-loader": "5.0.4",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"file-loader": "6.2.0",
"netlify-cli": "17.23.1",
"netlify-cli": "17.30.0",
"raw-loader": "4.0.2",
"url-loader": "4.1.1",
"webpack": "5.91.0"
"webpack": "5.92.1"
},
"dependencies": {
"@docusaurus/theme-classic": "3.4.0",
"@docusaurus/theme-common": "3.4.0",
"axios": "1.6.8",
"axios": "1.7.2",
"clsx": "2.1.1",
"docusaurus-lunr-search": "3.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"volta": {
"extends": "../../../package.json"
Expand Down
8 changes: 4 additions & 4 deletions sources/@repo/markdown-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.8",
"@types/node": "20.14.9",
"@types/prettier": "3.0.0",
"vitest": "1.6.0"
},
Expand All @@ -29,10 +29,10 @@
"json5": "2.2.3",
"lodash-es": "4.17.21",
"octokit": "3.2.1",
"prettier": "3.2.5",
"prettier": "3.3.2",
"strip-ansi": "7.1.0",
"tslib": "2.6.2",
"typescript": "5.4.5"
"tslib": "2.6.3",
"typescript": "5.5.3"
},
"scripts": {
"build": "yarn tsc -b"
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.12.8",
"@types/node": "20.14.9",
"vitest": "1.6.0"
},
"dependencies": {
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"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.12.8",
"@types/node": "20.14.9",
"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.2",
"tslib": "2.6.3",
"vitest": "1.6.0"
},
"volta": {
Expand Down
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.1",
"@types/node": "20.12.8",
"@types/lodash": "4.17.6",
"@types/node": "20.14.9",
"@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.4.5"
"typescript": "5.5.3"
},
"dependencies": {
"@repo/constants": "workspace:*",
"@yarnpkg/cli": "4.2.1",
"@yarnpkg/core": "4.0.5",
"@yarnpkg/cli": "4.3.1",
"@yarnpkg/core": "4.1.1",
"@yarnpkg/shell": "4.0.2",
"clipanion": "4.0.0-rc.3",
"fs-jetpack": "5.1.0",
"globby": "13.2.2",
"lodash": "4.17.21",
"semver": "7.6.0",
"tslib": "2.6.2"
"semver": "7.6.2",
"tslib": "2.6.3"
},
"scripts": {
"build": "builder build plugin"
Expand Down
10 changes: 5 additions & 5 deletions sources/@repo/yarn-plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"main": "./sources/index.ts",
"dependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.8",
"@types/node": "20.14.9",
"@yarnpkg/builder": "patch:@yarnpkg/builder@npm%3A4.0.0#~/.yarn/patches/@yarnpkg-builder-npm-4.0.0-1be968e10e.patch",
"@yarnpkg/cli": "4.2.1",
"@yarnpkg/core": "4.0.5",
"@yarnpkg/cli": "4.3.1",
"@yarnpkg/core": "4.1.1",
"@yarnpkg/shell": "4.0.2",
"clipanion": "4.0.0-rc.3",
"fs-jetpack": "5.1.0",
"helpful-decorators": "2.1.0",
"lodash-es": "4.17.21",
"tslib": "2.6.2",
"typescript": "5.4.5",
"tslib": "2.6.3",
"typescript": "5.5.3",
"vitest": "1.6.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.5",
"@babel/core": "7.24.7",
"@skypack/package-check": "0.2.2",
"@vitest/coverage-v8": "1.6.0",
"babel-loader": "9.1.3",
"memfs": "4.9.2",
"memfs": "4.9.3",
"vitest": "1.6.0"
},
"dependencies": {
"tslib": "2.6.2",
"webpack": "5.91.0"
"tslib": "2.6.3",
"webpack": "5.92.1"
},
"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.0",
"caniuse-lite": "1.0.30001627",
"browserslist": "4.23.1",
"caniuse-lite": "1.0.30001638",
"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.12.8",
"@types/node": "20.14.9",
"@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.2"
"tslib": "2.6.3"
},
"volta": {
"extends": "../../../package.json"
Expand Down
Loading

0 comments on commit b91cc42

Please sign in to comment.