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] authored Dec 28, 2023
1 parent 4fcf589 commit 1f1bb36
Show file tree
Hide file tree
Showing 20 changed files with 1,690 additions and 796 deletions.
2 changes: 1 addition & 1 deletion .github/deployment/front/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openresty/openresty:1.21.4.1-0-buster
FROM openresty/openresty:1.21.4.3-0-buster
WORKDIR /app
COPY ./packages/frontend/core/dist ./dist
COPY ./.github/deployment/front/nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
Expand Down
6 changes: 3 additions & 3 deletions .github/helm/affine-cloud/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.2.23
digest: sha256:5b64538509bd067bb0f67bf082847a2c5d66dc37d0b9d7948a40405d9c446400
generated: "2023-12-05T03:04:57.997927753Z"
version: 13.2.26
digest: sha256:713de3747ceef9b5347adb30018e07f8587900f045d16c63348268a3f8a0c570
generated: "2023-12-28T02:09:23.672417351Z"
2 changes: 1 addition & 1 deletion .github/helm/affine-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ appVersion: '0.6.1'

dependencies:
- name: postgresql
version: 13.2.23
version: 13.2.26
repository: https://charts.bitnami.com/bitnami
2 changes: 1 addition & 1 deletion .github/workflows/workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Publish
uses: cloudflare/wrangler-action@v3.3.2
uses: cloudflare/wrangler-action@v3.4.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@faker-js/faker": "^8.3.1",
"@istanbuljs/schema": "^0.1.3",
"@magic-works/i18n-codegen": "^0.5.0",
"@nx/vite": "17.1.3",
"@nx/vite": "17.2.7",
"@perfsee/sdk": "^1.9.0",
"@playwright/test": "^1.40.0",
"@taplo/cli": "^0.5.2",
Expand All @@ -75,8 +75,8 @@
"@vanilla-extract/vite-plugin": "^3.9.2",
"@vanilla-extract/webpack-plugin": "^2.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-istanbul": "1.0.4",
"@vitest/ui": "1.0.4",
"@vitest/coverage-istanbul": "1.1.0",
"@vitest/ui": "1.1.0",
"electron": "^27.1.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -97,7 +97,7 @@
"nx": "^17.1.3",
"nx-cloud": "^16.5.2",
"nyc": "^15.1.0",
"oxlint": "0.0.21",
"oxlint": "0.0.22",
"prettier": "^3.1.0",
"semver": "^7.5.4",
"serve": "^14.2.1",
Expand All @@ -108,7 +108,7 @@
"vite-plugin-istanbul": "^5.0.0",
"vite-plugin-static-copy": "^1.0.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "1.0.4",
"vitest": "1.1.0",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"pretty-time": "^1.1.0",
"prisma": "^5.6.0",
"prom-client": "^15.0.0",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"semver": "^7.5.4",
"socket.io": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"version": "napi version"
},
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.15",
"@napi-rs/cli": "3.0.0-alpha.24",
"lib0": "^0.2.87",
"nx": "^17.1.3",
"nx-cloud": "^16.5.2",
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.9",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"version": "0.11.0"
}
6 changes: 3 additions & 3 deletions packages/common/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/global": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.0.4",
"vitest": "1.1.0",
"zod": "^3.22.4"
},
"exports": {
Expand Down
14 changes: 7 additions & 7 deletions packages/common/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@blocksuite/blocks": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/global": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/blocks": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/global": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"jotai": "^2.5.1",
"jotai-effect": "^0.2.3",
"tinykeys": "^2.1.0",
Expand All @@ -23,15 +23,15 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/lit": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/presets": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/lit": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/presets": "0.11.0-nightly-202312270831-214616d",
"async-call-rpc": "^6.3.1",
"nanoid": "^5.0.3",
"react": "^18.2.0",
"rxjs": "^7.8.1",
"vite": "^5.0.6",
"vite-plugin-dts": "3.6.0",
"vitest": "1.0.4",
"vite-plugin-dts": "3.7.0",
"vitest": "1.1.0",
"yjs": "^13.6.10"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/common/y-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"y-provider": "workspace:*"
},
"devDependencies": {
"@blocksuite/blocks": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/blocks": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"fake-indexeddb": "^5.0.0",
"vite": "^5.0.6",
"vite-plugin-dts": "3.6.0",
"vitest": "1.0.4",
"vite-plugin-dts": "3.7.0",
"vitest": "1.1.0",
"y-indexeddb": "^9.0.11",
"yjs": "^13.6.10"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/common/y-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"build": "vite build"
},
"devDependencies": {
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"vite": "^5.0.6",
"vite-plugin-dts": "3.6.0",
"vitest": "1.0.4",
"vite-plugin-dts": "3.7.0",
"vitest": "1.1.0",
"yjs": "^13.6.10"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@blocksuite/blocks": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/global": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/icons": "2.1.36",
"@blocksuite/lit": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/presets": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/blocks": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/global": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/icons": "2.1.39",
"@blocksuite/lit": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/presets": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
Expand All @@ -90,7 +90,7 @@
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/test-runner": "^0.15.2",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@testing-library/react": "^14.0.0",
"@types/bytes": "^3.1.3",
Expand All @@ -104,7 +104,7 @@
"storybook-dark-mode": "^3.0.1",
"typescript": "^5.3.2",
"vite": "^5.0.6",
"vitest": "1.0.4",
"vitest": "1.1.0",
"yjs": "^13.6.10"
},
"version": "0.11.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/blocks": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/global": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/icons": "2.1.36",
"@blocksuite/inline": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/lit": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/presets": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/block-std": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/blocks": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/global": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/icons": "2.1.39",
"@blocksuite/inline": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/lit": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/presets": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@marsidev/react-turnstile": "^0.3.1",
"@marsidev/react-turnstile": "^0.4.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
Expand Down Expand Up @@ -88,7 +88,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.433.0",
"@aws-sdk/client-s3": "3.481.0",
"@perfsee/webpack": "^1.8.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.8.0",
Expand All @@ -113,7 +113,7 @@
"swc-loader": "^0.2.3",
"swc-plugin-coverage-instrument": "^0.0.20",
"thread-loader": "^4.0.2",
"vitest": "1.0.4",
"vitest": "1.1.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/frontend/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"@affine/env": "workspace:*",
"@affine/native": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/blocks": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/lit": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/presets": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/blocks": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/lit": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/presets": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"@electron-forge/cli": "^7.2.0",
"@electron-forge/core": "^7.2.0",
"@electron-forge/core-utils": "^7.2.0",
Expand All @@ -39,7 +39,7 @@
"@electron-forge/maker-zip": "^7.2.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.2.0",
"@electron-forge/shared-types": "^7.2.0",
"@electron/remote": "2.1.0",
"@electron/remote": "2.1.1",
"@reforged/maker-appimage": "^3.3.1",
"@toeverything/infra": "workspace:*",
"@types/uuid": "^9.0.7",
Expand All @@ -61,7 +61,7 @@
"ts-node": "^10.9.1",
"undici": "^6.0.0",
"uuid": "^9.0.1",
"vitest": "1.0.4",
"vitest": "1.1.0",
"which": "^4.0.0",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"prettier": "^3.0.3",
"vitest": "1.0.4"
"vitest": "1.1.0"
},
"scripts": {
"postinstall": "gql-gen --errors-only"
Expand Down
14 changes: 7 additions & 7 deletions packages/frontend/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"@affine/electron-api": "workspace:*",
"@affine/env": "workspace:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/blocks": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/global": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/lit": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/presets": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/store": "0.11.0-nightly-202312220916-e3abcbb",
"@blocksuite/block-std": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/blocks": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/global": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/lit": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/presets": "0.11.0-nightly-202312270831-214616d",
"@blocksuite/store": "0.11.0-nightly-202312270831-214616d",
"@testing-library/react": "^14.0.0",
"@toeverything/infra": "workspace:*",
"@types/image-blob-reduce": "^4.1.3",
"@types/lodash.debounce": "^4.0.7",
"fake-indexeddb": "^5.0.0",
"vitest": "1.0.4",
"vitest": "1.1.0",
"y-provider": "workspace:*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.15",
"@napi-rs/cli": "3.0.0-alpha.24",
"@types/node": "^20.9.3",
"@types/uuid": "^9.0.7",
"ava": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@testing-library/react": "^14.0.0",
"@types/ws": "^8.5.7",
"fake-indexeddb": "^5.0.0",
"vitest": "1.0.4",
"vitest": "1.1.0",
"ws": "^8.14.2"
},
"version": "0.11.0"
Expand Down
Loading

0 comments on commit 1f1bb36

Please sign in to comment.