Skip to content

Commit

Permalink
chore: bump up all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent f397815 commit b884be1
Show file tree
Hide file tree
Showing 24 changed files with 886 additions and 713 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.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 @@ -12,4 +12,4 @@ npmPublishAccess: public

npmPublishRegistry: "https://registry.npmjs.org"

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@faker-js/faker": "^9.0.0",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.6.0",
"@playwright/test": "=1.47.0",
"@playwright/test": "=1.47.1",
"@taplo/cli": "^0.7.0",
"@toeverything/infra": "workspace:*",
"@types/affine__env": "workspace:*",
Expand All @@ -66,8 +66,8 @@
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vanilla-extract/vite-plugin": "^4.0.7",
"@vitest/coverage-istanbul": "2.1.0",
"@vitest/ui": "2.1.0",
"@vitest/coverage-istanbul": "2.1.1",
"@vitest/ui": "2.1.1",
"cross-env": "^7.0.3",
"electron": "^32.0.0",
"eslint": "^8.57.0",
Expand All @@ -92,9 +92,9 @@
"typescript": "^5.4.5",
"unplugin-swc": "^1.4.5",
"vite": "^5.2.8",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"packageManager": "yarn@4.4.1",
"packageManager": "yarn@4.5.0",
"resolutions": {
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
"array-includes": "npm:@nolyfill/array-includes@latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"@types/debug": "^4.1.12",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion packages/common/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@blocksuite/global": "0.17.11",
"@blocksuite/store": "0.17.11",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"exports": {
"./automation": "./src/automation.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fake-indexeddb": "^6.0.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"peerDependencies": {
"@affine/templates": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/apps/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"tree-kill": "^1.2.2",
"ts-node": "^10.9.2",
"uuid": "^10.0.0",
"vitest": "2.1.0",
"vitest": "2.1.1",
"zod": "^3.22.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"typescript": "^5.4.5",
"unplugin-swc": "^1.5.1",
"vite": "^5.2.8",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
"@vanilla-extract/css": "^1.14.2",
"fake-indexeddb": "^6.0.0",
"lodash-es": "^4.17.21",
"vitest": "2.1.0"
"vitest": "2.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-codegen/typescript-operations": "^4.2.0",
"@types/lodash-es": "^4.17.12",
"prettier": "^3.2.5",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"scripts": {
"postinstall": "gql-gen --errors-only"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "2.1.0"
"vitest": "2.1.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion tests/affine-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0"
"@playwright/test": "=1.47.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion tests/affine-desktop-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0"
"@playwright/test": "=1.47.1"
},
"version": "0.16.0"
}
4 changes: 2 additions & 2 deletions tests/affine-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@affine/electron-api": "workspace:*",
"@playwright/test": "=1.47.0",
"@playwright/test": "=1.47.1",
"@types/fs-extra": "^11.0.4",
"fs-extra": "^11.2.0",
"playwright": "=1.47.0"
"playwright": "=1.47.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.6.1-beta.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0",
"@playwright/test": "=1.47.1",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.7.0-canary.18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0",
"@playwright/test": "=1.47.1",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.8.0-canary.7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0",
"@playwright/test": "=1.47.1",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-legacy/0.8.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0",
"@playwright/test": "=1.47.1",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"serve": "^14.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/affine-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0"
"@playwright/test": "=1.47.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion tests/affine-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0"
"@playwright/test": "=1.47.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion tests/affine-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@affine-test/kit": "workspace:*",
"@playwright/test": "=1.47.0"
"@playwright/test": "=1.47.1"
},
"version": "0.16.0"
}
2 changes: 1 addition & 1 deletion tests/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@node-rs/argon2": "^1.8.0",
"@playwright/test": "=1.47.0",
"@playwright/test": "=1.47.1",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0"
},
Expand Down
Loading

0 comments on commit b884be1

Please sign in to comment.