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

chore: upgrade dependencies #1466

Merged
merged 3 commits into from
Aug 27, 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: pnpm/action-setup@v2.4.0
with:
version: 8.6.11
version: 8.7.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.6.11
version: 8.7.0

- name: changelogen
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN bash -c 'VERSION="20.2.0" \
&& source $HOME/.nvm/nvm.sh && nvm install $VERSION \
&& nvm use $VERSION && nvm alias default $VERSION'

RUN npm install -g pnpm@8.6.11
RUN npm install -g pnpm@8.7.0

RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN tar -C /usr/local/bin -xzf /tmp/litestream.tar.gz
# installer
FROM node:20.2.0 AS installer

RUN npm install -g pnpm@8.6.11
RUN npm install -g pnpm@8.7.0

WORKDIR /undb

Expand Down
32 changes: 16 additions & 16 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@undb/backend",
"version": "0.0.0",
"dependencies": {
"@aws-sdk/client-s3": "^3.397.0",
"@json2csv/plainjs": "^7.0.2",
"@aws-sdk/client-s3": "^3.400.0",
"@json2csv/plainjs": "^7.0.3",
"@liaoliaots/nestjs-redis-health": "^9.0.4",
"@mikro-orm/better-sqlite": "^5.7.14",
"@mikro-orm/core": "^5.7.14",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@temporalio/common": "^1.8.4",
"@temporalio/worker": "^1.8.4",
"@temporalio/workflow": "^1.8.4",
"@trpc/server": "^10.37.1",
"@trpc/server": "^10.38.0",
"@undb/authz": "workspace:^",
"@undb/cache": "^0.0.0",
"@undb/core": "^0.0.0",
Expand All @@ -44,23 +44,23 @@
"@undb/sqlite": "^0.0.0",
"@undb/trpc": "^0.0.0",
"aws-sdk-v3-nest": "^0.3.0",
"axios": "^1.4.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^8.5.1",
"better-sqlite3": "^8.5.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cron": "^2.4.1",
"cron": "^2.4.3",
"got": "^13.0.0",
"handlebars": "^4.7.8",
"helmet": "^7.0.0",
"i18next": "^23.0.0",
"i18next-http-middleware": "^3.3.2",
"ioredis": "^5.3.2",
"joi": "^17.9.2",
"mongodb": "^5.8.0",
"mongoose": "^7.4.4",
"mongodb": "^5.8.1",
"mongoose": "^7.4.5",
"nestjs-cls": "^3.5.0",
"nestjs-pino": "^3.4.0",
"nodemailer": "^6.9.4",
Expand All @@ -75,36 +75,36 @@
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"ts-pattern": "^5.0.5",
"ufo": "^1.2.0",
"ufo": "^1.3.0",
"unstorage": "^1.9.0",
"uuid": "^9.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@nestjs/cli": "^10.1.13",
"@nestjs/cli": "^10.1.16",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.1",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.78",
"@swc/core": "^1.3.80",
"@types/bcrypt": "^5.0.0",
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.3",
"@types/cron": "^2.4.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.4",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.3",
"@types/node": "^20.5.6",
"@types/nodemailer": "^6.4.9",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.9",
"@types/passport-local": "^1.0.35",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.2",
"@undb/eslint-config": "^0.0.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"esm": "^3.2.25",
"express": "^4.18.2",
"jest": "^29.6.3",
"jest": "^29.6.4",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"openapi3-ts": "^4.1.2",
Expand All @@ -114,8 +114,8 @@
"ts-node": "^10.9.1",
"tsconfig": "^0.0.0",
"tsconfig-paths": "^4.2.0",
"type-fest": "^4.2.0",
"typescript": "^5.1.6"
"type-fest": "^4.3.0",
"typescript": "^5.2.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
1 change: 1 addition & 0 deletions apps/backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"exclude": ["node_modules"],
"compilerOptions": {
"resolveJsonModule": true,
"module": "NodeNext",
"moduleResolution": "node16",
"outDir": "./dist"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@types/detect-port": "^1.3.3",
"@undb/eslint-config": "^0.0.0",
"detect-port": "^1.5.1",
"electron": "^26.0.0",
"electron": "^26.1.0",
"electron-builder": "^24.6.3",
"electron-is-dev": "^2.0.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.12.0",
"vite-plugin-electron-renderer": "^0.14.5",
Expand Down
28 changes: 14 additions & 14 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@event-calendar/core": "^2.1.0",
"@event-calendar/day-grid": "^2.1.0",
"@event-calendar/interaction": "^2.1.0",
"@event-calendar/time-grid": "^2.1.0",
"@event-calendar/core": "^2.3.0",
"@event-calendar/day-grid": "^2.3.0",
"@event-calendar/interaction": "^2.3.0",
"@event-calendar/time-grid": "^2.3.0",
"@playwright/test": "^1.37.1",
"@popperjs/core": "^2.11.8",
"@revolist/revogrid": "^3.6.16",
"@revolist/svelte-datagrid": "^3.2.16",
"@rgossiaux/svelte-headlessui": "^2.0.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.6",
"@sveltejs/kit": "^1.23.0",
"@tailwindcss/forms": "^0.5.5",
"@tanstack/svelte-query": "^4.33.0",
"@trpc/client": "^10.37.1",
"@trpc/server": "^10.37.1",
"@trpc/client": "^10.38.0",
"@trpc/server": "^10.38.0",
"@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.8",
"@types/nprogress": "^0.2.0",
Expand All @@ -43,11 +43,11 @@
"@undb/integrations": "^0.0.0",
"@undb/trpc": "^0.0.0",
"autoprefixer": "^10.4.15",
"chart.js": "^4.3.3",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"delay": "^6.0.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.0",
"flowbite": "^1.8.1",
Expand All @@ -72,11 +72,11 @@
"svelte-chartjs": "^3.1.2",
"svelte-check": "^3.5.0",
"svelte-copy": "^1.4.1",
"svelte-dnd-action": "^0.9.25",
"svelte-dnd-action": "^0.9.26",
"svelte-gantt": "4.0.9-beta",
"svelte-grid": "^5.1.2",
"svelte-i18next": "^2.0.0",
"svelte-jsoneditor": "^0.18.0",
"svelte-jsoneditor": "^0.18.2",
"svelte-popperjs": "^1.3.2",
"svelte-portal": "^2.2.0",
"svelte-preprocess": "^5.0.4",
Expand All @@ -89,10 +89,10 @@
"trpc-svelte-query": "^1.0.3",
"ts-pattern": "^5.0.5",
"tslib": "^2.6.2",
"type-fest": "^4.2.0",
"typescript": "^5.1.6",
"type-fest": "^4.3.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2",
"vitest": "^0.34.3",
"xlsx": "^0.18.5",
"zod": "^3.22.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/lib/cell/CellInput/Attachment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</script>

<Fileupload bind:files multiple {...$$restProps} disabled={readonly} />
{#if value.length}
{#if value?.length}
<div class="flex gap-1 h-20 mt-2">
{#each value ?? [] as attachment, index}
<div class="relative h-full flex group">
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.5.3",
"@types/node": "^20.5.6",
"@undb/eslint-config": "^0.0.0",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
Expand All @@ -14,18 +14,18 @@
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"taze": "^0.11.2",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"zx": "^7.2.3"
},
"engines": {
"pnpm": ">=8.6.11",
"pnpm": ">=8.7.0",
"node": ">=20.0.0"
},
"lint-staged": {
"*.{ts,tsx,md}": "prettier --write"
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"private": true,
"scripts": {
"bootstrap": "pnpm install && pnpm run build",
Expand Down Expand Up @@ -56,7 +56,7 @@
"packages/database/*"
],
"dependencies": {
"better-sqlite3": "^8.5.1",
"better-sqlite3": "^8.5.2",
"husky": "^8.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/authz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"rimraf": "^5.0.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
"exports": {
"import": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"t": "^0.5.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"type-fest": "^4.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"type-fest": "^4.3.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vitest-mock-extended": "^1.2.0"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"rxjs": "^7.8.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vitest-mock-extended": "^1.2.0"
},
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/database/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"rimraf": "^5.0.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unstorage": "^1.9.0",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"exports": {
"import": "./dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/database/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@mikro-orm/cli": "^5.7.14",
"@mikro-orm/reflection": "^5.7.14",
"@swc/core": "^1.3.78",
"@swc/core": "^1.3.80",
"@types/lodash-es": "^4.17.8",
"@types/uuid": "^9.0.2",
"@undb/logger": "^0.0.0",
Expand All @@ -31,9 +31,9 @@
"tsconfig": "^0.0.0",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"type-fest": "^4.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2",
"type-fest": "^4.3.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vitest-mock-extended": "^1.2.0"
},
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"rimraf": "^5.0.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"type-fest": "^4.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"type-fest": "^4.3.0",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
"exports": {
"import": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@undb/eslint-config",
"version": "0.0.0",
"dependencies": {
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.12"
"eslint-config-turbo": "^1.10.13"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-tsdoc": "^0.2.17",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"main": "index.js",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"rimraf": "^5.0.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
"exports": {
"import": "./dist/index.js",
Expand Down
Loading