Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 deps(patch): upgrade dependencies #2511

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 0 additions & 67 deletions config/vitest/alias.ts

This file was deleted.

9 changes: 5 additions & 4 deletions config/vitest/config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ import {env} from 'node:process'
import {defineConfig} from 'vitest/config'
import GithubActionsReporter from 'vitest-github-actions-reporter'

import alias from './alias.js'

export default defineConfig({
test: {
alias,
hookTimeout: 240000,
include: [`tests/e2e/*.test.ts`],
poolOptions: {
threads: {
singleThread: true,
},
},
reporters: [
`basic`,
env.GITHUB_ACTIONS ? new GithubActionsReporter() : ``,
],
testTimeout: 240000,
threads: false,
},
})
3 changes: 0 additions & 3 deletions config/vitest/config.integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ import {env} from 'node:process'
import {defineConfig} from 'vitest/config'
import GithubActionsReporter from 'vitest-github-actions-reporter'

import alias from './alias.js'

export default defineConfig({
test: {
alias,
hookTimeout: 240000,
include: [`tests/integration/**/*.test.ts`],
reporters: [
Expand Down
3 changes: 0 additions & 3 deletions config/vitest/config.unit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ import {env} from 'process'
import {defineConfig} from 'vitest/config'
import GithubActionsReporter from 'vitest-github-actions-reporter'

import alias from './alias.js'

export default defineConfig({
test: {
alias,
coverage: {
include: [`sources/@roots/*/src/**/*.{ts,tsx}`],
provider: `v8`,
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,43 +21,43 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.44.7",
"@types/lodash": "4.14.201",
"@types/node": "20.9.0",
"@types/eslint": "8.44.8",
"@types/lodash": "4.14.202",
"@types/node": "20.10.4",
"@types/prettier": "3.0.0",
"@types/react": "18.2.37",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.7",
"browserslist": "4.22.1",
"caniuse-lite": "1.0.30001562",
"esbuild": "0.19.5",
"eslint": "8.53.0",
"@types/react": "18.2.42",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitest/coverage-v8": "1.0.1",
"@vitest/ui": "1.0.1",
"browserslist": "4.22.2",
"caniuse-lite": "1.0.30001566",
"esbuild": "0.19.8",
"eslint": "8.55.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-perfectionist": "2.3.0",
"eslint-plugin-perfectionist": "2.5.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-class-members": "1.19.0",
"execa": "8.0.1",
"highlight.js": "11.9.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.3",
"html-webpack-plugin": "5.5.4",
"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.39.0",
"playwright": "1.40.1",
"pm2": "5.3.0",
"prettier": "3.1.0",
"syncpack": "11.2.1",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "5.2.2",
"typescript": "5.3.3",
"update-browserslist-db": "1.0.13",
"verdaccio": "5.27.0",
"vitest": "0.34.6",
"vitest-github-actions-reporter": "0.10.0",
"verdaccio": "5.28.0",
"vitest": "1.0.1",
"vitest-github-actions-reporter": "0.11.1",
"webpack": "5.89.0"
},
"workspaces": {
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,8 +10,8 @@
}
},
"devDependencies": {
"@types/node": "20.9.0",
"vitest": "0.34.6"
"@types/node": "20.10.4",
"vitest": "1.0.1"
},
"dependencies": {
"tslib": "2.6.2"
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,14 +20,14 @@
"@svgr/webpack": "8.1.0",
"@tsconfig/docusaurus": "2.0.2",
"@types/file-loader": "5.0.4",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"file-loader": "6.2.0",
"netlify-cli": "16.9.3",
"raw-loader": "4.0.2",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"typescript": "5.3.3",
"url-loader": "4.1.1",
"webpack": "5.89.0"
},
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 @@ -8,14 +8,14 @@
"./cli-examples": "./compiled/cli-examples/index.js"
},
"devDependencies": {
"@types/lodash-es": "4.17.11",
"@types/node": "20.9.0",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.4",
"@types/prettier": "3.0.0",
"vitest": "0.34.6"
"vitest": "1.0.1"
},
"dependencies": {
"@octokit/core": "5.0.1",
"@octokit/plugin-paginate-rest": "9.1.4",
"@octokit/core": "5.0.2",
"@octokit/plugin-paginate-rest": "9.1.5",
"@repo/constants": "workspace:*",
"@roots/bud": "workspace:*",
"@roots/bud-support": "workspace:*",
Expand All @@ -28,11 +28,11 @@
"helpful-decorators": "2.1.0",
"json5": "2.2.3",
"lodash-es": "4.17.21",
"octokit": "3.1.1",
"octokit": "3.1.2",
"prettier": "3.1.0",
"strip-ansi": "7.1.0",
"tslib": "2.6.2",
"typescript": "5.2.2"
"typescript": "5.3.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,8 +2,8 @@
"name": "@repo/notifier",
"private": true,
"devDependencies": {
"@types/node": "20.9.0",
"vitest": "0.34.6"
"@types/node": "20.10.4",
"vitest": "1.0.1"
},
"dependencies": {
"tslib": "2.6.2"
Expand Down
3 changes: 1 addition & 2 deletions sources/@repo/test-kit/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import type {Bud} from '@roots/bud-framework'
import type {Context} from '@roots/bud-framework/context'

import {path} from '@repo/constants'
import {factory} from '@roots/bud/factory'
import {type Bud, factory} from '@roots/bud'

export type Options = Omit<Partial<Context>, `extensions`> & {
extensions?: Array<string>
Expand Down
5 changes: 3 additions & 2 deletions sources/@repo/test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
"dependencies": {
"@repo/constants": "workspace:*",
"@roots/bud": "workspace:*",
"@roots/bud-compiler": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@types/node": "20.9.0",
"@types/node": "20.10.4",
"chalk": "5.3.0",
"execa": "8.0.1",
"fs-jetpack": "5.1.0",
Expand All @@ -39,7 +40,7 @@
"json5": "2.2.3",
"strip-ansi": "7.1.0",
"tslib": "2.6.2",
"vitest": "0.34.6"
"vitest": "1.0.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,11 +7,11 @@
"node": "18.12.1"
},
"devDependencies": {
"@types/lodash": "4.14.201",
"@types/node": "20.9.0",
"@types/semver": "7.5.5",
"@types/lodash": "4.14.202",
"@types/node": "20.10.4",
"@types/semver": "7.5.6",
"@yarnpkg/builder": "4.0.0-rc.51",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"dependencies": {
"@repo/constants": "workspace:*",
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 @@ -4,8 +4,8 @@
"packageManager": "yarn@3.2.4",
"main": "./sources/index.ts",
"dependencies": {
"@types/lodash-es": "4.17.11",
"@types/node": "20.9.0",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.4",
"@yarnpkg/builder": "4.0.0-rc.51",
"@yarnpkg/cli": "4.0.2",
"@yarnpkg/core": "4.0.2",
Expand All @@ -15,8 +15,8 @@
"helpful-decorators": "2.1.0",
"lodash-es": "4.17.21",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vitest": "0.34.6"
"typescript": "5.3.3",
"vitest": "1.0.1"
},
"scripts": {
"build": "builder build plugin"
Expand Down
2 changes: 1 addition & 1 deletion sources/@roots/blade-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"types": "./lib/plugin.d.ts",
"main": "./lib/plugin.js",
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@skypack/package-check": "0.2.2",
"babel-loader": "9.1.3",
"memfs": "4.6.0"
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 @@ -60,8 +60,8 @@
"devDependencies": {
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"browserslist": "4.22.1",
"caniuse-lite": "1.0.30001562"
"browserslist": "4.22.2",
"caniuse-lite": "1.0.30001566"
},
"volta": {
"extends": "../../../package.json"
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 @@ -181,7 +181,7 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/node": "20.9.0"
"@types/node": "20.10.4"
},
"dependencies": {
"@roots/bud-extensions": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions sources/@roots/bud-api/test/__snapshots__/define.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`bud.define > matches snapshot 1`] = `
{
"APP_DESCRIPTION": "\\"test app description\\"",
"APP_TITLE": "\\"bud.js test app\\"",
"APP_DESCRIPTION": ""test app description"",
"APP_TITLE": ""bud.js test app"",
}
`;
14 changes: 7 additions & 7 deletions sources/@roots/bud-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
"module": "./lib/index.js",
"devDependencies": {
"@skypack/package-check": "0.2.2",
"@types/babel__core": "7.20.4",
"@types/babel__core": "7.20.5",
"@types/babel__plugin-transform-runtime": "7.9.5",
"@types/babel__preset-env": "7.9.5",
"@types/node": "20.9.0"
"@types/babel__preset-env": "7.9.6",
"@types/node": "20.10.4"
},
"dependencies": {
"@babel/core": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/runtime": "7.23.2",
"@babel/core": "7.23.5",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/preset-env": "7.23.5",
"@babel/runtime": "7.23.5",
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
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.9.0"
"@types/node": "20.10.4"
},
"dependencies": {
"@roots/bud-framework": "workspace:*",
Expand Down
Loading
Loading