Skip to content

Commit

Permalink
📦 deps(minor): upgrade non-breaking dependencies (#2628)
Browse files Browse the repository at this point in the history
## Type of change

**PATCH: backwards compatible change**
  • Loading branch information
kellymears authored Jul 26, 2024
1 parent 1a943ed commit ebdb242
Show file tree
Hide file tree
Showing 67 changed files with 2,266 additions and 2,169 deletions.
6 changes: 3 additions & 3 deletions examples/chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"framer-motion": "11.2.12",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"framer-motion": "11.3.17",
"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.6.0"
"eslint": "9.7.0"
}
}
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.92.1",
"webpack": "5.93.0",
"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.9",
"@types/node": "20.14.12",
"ts-node": "10.9.2"
},
"dependencies": {
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
4 changes: 2 additions & 2 deletions examples/vue-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"extends @roots/browserslist-config"
],
"dependencies": {
"typescript": "5.5.3",
"vue": "3.4.33"
"typescript": "5.5.4",
"vue": "3.4.34"
},
"devDependencies": {
"@roots/bud": "workspace:*",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,44 +21,44 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.56.10",
"@types/lodash": "4.17.6",
"@types/node": "20.14.9",
"@types/eslint": "8.56.11",
"@types/lodash": "4.17.7",
"@types/node": "20.14.12",
"@types/prettier": "3.0.0",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"browserslist": "4.23.1",
"caniuse-lite": "1.0.30001638",
"browserslist": "4.23.2",
"caniuse-lite": "1.0.30001643",
"esbuild": "0.21.5",
"eslint": "8.57.0",
"eslint-plugin-n": "17.9.0",
"eslint-plugin-n": "17.10.0",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-sort-class-members": "1.20.0",
"execa": "8.0.1",
"highlight.js": "11.9.0",
"highlight.js": "11.10.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.6.0",
"import-meta-resolve": "4.1.0",
"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.0",
"pm2": "5.4.1",
"prettier": "3.3.2",
"syncpack": "12.3.3",
"playwright": "1.45.3",
"pm2": "5.4.2",
"prettier": "3.3.3",
"syncpack": "12.4.0",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.5.3",
"update-browserslist-db": "1.0.16",
"typescript": "5.5.4",
"update-browserslist-db": "1.1.0",
"verdaccio": "5.31.1",
"vitest": "1.6.0",
"vitest-github-actions-reporter": "0.11.1",
"webpack": "5.92.1"
"webpack": "5.93.0"
},
"overrides": {
"ink": "file:./node_modules/@roots/bud-support/lib/ink/index.js"
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"vitest": "1.6.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions sources/@repo/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@svgr/webpack": "8.1.0",
"@tsconfig/docusaurus": "2.0.3",
"@types/file-loader": "5.0.4",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"file-loader": "6.2.0",
"netlify-cli": "17.30.0",
"netlify-cli": "17.33.4",
"raw-loader": "4.0.2",
"url-loader": "4.1.1",
"webpack": "5.92.1"
"webpack": "5.93.0"
},
"dependencies": {
"@docusaurus/theme-classic": "3.4.0",
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,13 +9,13 @@
},
"devDependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/prettier": "3.0.0",
"vitest": "1.6.0"
},
"dependencies": {
"@octokit/core": "6.1.2",
"@octokit/plugin-paginate-rest": "11.3.1",
"@octokit/plugin-paginate-rest": "11.3.3",
"@repo/constants": "workspace:*",
"@roots/bud": "workspace:*",
"@roots/bud-support": "workspace:*",
Expand All @@ -29,10 +29,10 @@
"json5": "2.2.3",
"lodash-es": "4.17.21",
"octokit": "3.2.1",
"prettier": "3.3.2",
"prettier": "3.3.3",
"strip-ansi": "7.1.0",
"tslib": "2.6.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"scripts": {
"build": "yarn tsc -b"
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@repo/notifier",
"private": true,
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"vitest": "1.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@roots/bud-compiler": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"chalk": "5.3.0",
"execa": "8.0.1",
"fs-jetpack": "5.1.0",
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,11 +7,11 @@
"node": "18.12.1"
},
"devDependencies": {
"@types/lodash": "4.17.6",
"@types/node": "20.14.9",
"@types/lodash": "4.17.7",
"@types/node": "20.14.12",
"@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.3"
"typescript": "5.5.4"
},
"dependencies": {
"@repo/constants": "workspace:*",
Expand All @@ -22,7 +22,7 @@
"fs-jetpack": "5.1.0",
"globby": "13.2.2",
"lodash": "4.17.21",
"semver": "7.6.2",
"semver": "7.6.3",
"tslib": "2.6.3"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions sources/@repo/yarn-plugin-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./sources/index.ts",
"dependencies": {
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@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",
Expand All @@ -15,7 +15,7 @@
"helpful-decorators": "2.1.0",
"lodash-es": "4.17.21",
"tslib": "2.6.3",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "1.6.0"
},
"scripts": {
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 @@ -49,16 +49,16 @@
"types": "./lib/plugin.d.ts",
"main": "./lib/plugin.js",
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.24.9",
"@skypack/package-check": "0.2.2",
"@vitest/coverage-v8": "1.6.0",
"babel-loader": "9.1.3",
"memfs": "4.9.3",
"memfs": "4.9.4",
"vitest": "1.6.0"
},
"dependencies": {
"tslib": "2.6.3",
"webpack": "5.92.1"
"webpack": "5.93.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.1",
"caniuse-lite": "1.0.30001638",
"browserslist": "4.23.2",
"caniuse-lite": "1.0.30001643",
"vitest": "1.6.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion 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.9",
"@types/node": "20.14.12",
"@vitest/coverage-v8": "1.6.0",
"vitest": "1.6.0"
},
Expand Down
10 changes: 5 additions & 5 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.9"
"@types/node": "20.14.12"
},
"dependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.24.9",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/runtime": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/runtime": "7.24.8",
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"babel-loader": "9.1.3",
"tslib": "2.6.3",
"webpack": "5.92.1"
"webpack": "5.93.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"@roots/bud-api": "workspace:*",
"@roots/bud-hooks": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.9"
"@types/node": "20.14.12"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"devDependencies": {
"@roots/bud": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/webpack-env": "1.18.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@roots/bud-api": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.9"
"@types/node": "20.14.12"
},
"dependencies": {
"@roots/bud-dashboard": "workspace:*",
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,15 +75,15 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.9"
"@types/node": "20.14.12"
},
"dependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"compression-webpack-plugin": "10.0.0",
"tslib": "2.6.3",
"webpack": "5.92.1"
"webpack": "5.93.0"
},
"volta": {
"extends": "../../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/bud-criticalcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/vinyl": "2.0.12"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"ink-testing-library": "patch:ink-testing-library@npm%3A3.0.0#~/.yarn/patches/ink-testing-library-npm-3.0.0-c20aad0bd9.patch",
"vitest": "1.6.0",
"webpack": "5.92.1"
"webpack": "5.93.0"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions sources/@roots/bud-emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@
"@roots/bud-swc": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/babel__core": "7.20.5",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/react": "18.3.3"
},
"dependencies": {
"@babel/core": "7.24.7",
"@emotion/babel-plugin": "11.11.0",
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@babel/core": "7.24.9",
"@emotion/babel-plugin": "11.12.0",
"@emotion/css": "11.13.0",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@swc/plugin-emotion": "3.0.7",
"@swc/plugin-emotion": "3.0.10",
"react": "18.3.1",
"tslib": "2.6.3"
},
Expand Down
Loading

0 comments on commit ebdb242

Please sign in to comment.