chore: update zod dependency, remove unused labeler action (#5678)

This commit is contained in:
Matti Nannt
2025-05-06 18:18:27 +02:00
committed by GitHub
parent 5d45de6bc4
commit d67d62df45
9 changed files with 753 additions and 780 deletions

View File

@@ -1,27 +0,0 @@
name: "Pull Request Labeler"
on:
- pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
labeler:
name: Pull Request Labeler
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# https://github.com/actions/labeler/issues/442#issuecomment-1297359481
sync-labels: ""

View File

@@ -137,7 +137,7 @@
"uuid": "11.1.0",
"webpack": "5.99.7",
"xlsx": "0.18.5",
"zod": "3.24.1",
"zod": "3.24.4",
"zod-openapi": "4.2.4"
},
"devDependencies": {

View File

@@ -3,17 +3,17 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@next/eslint-plugin-next": "15.3.0",
"@typescript-eslint/eslint-plugin": "8.29.1",
"@typescript-eslint/parser": "8.29.1",
"@next/eslint-plugin-next": "15.3.1",
"@typescript-eslint/eslint-plugin": "8.32.0",
"@typescript-eslint/parser": "8.32.0",
"@vercel/style-guide": "6.0.0",
"eslint-config-next": "15.3.0",
"eslint-config-prettier": "10.1.1",
"eslint-config-turbo": "2.5.0",
"eslint-config-next": "15.3.1",
"eslint-config-prettier": "10.1.2",
"eslint-config-turbo": "2.5.2",
"eslint-plugin-i18n-json": "4.0.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.19",
"@vitest/eslint-plugin": "1.1.42"
"eslint-plugin-react-refresh": "0.4.20",
"@vitest/eslint-plugin": "1.1.44"
}
}

View File

@@ -7,8 +7,8 @@
"clean": "rimraf node_modules dist turbo"
},
"devDependencies": {
"@types/node": "22.15.3",
"@types/react": "19.1.2",
"@types/node": "22.15.12",
"@types/react": "19.1.3",
"@types/react-dom": "19.1.3",
"typescript": "5.8.3"
}

View File

@@ -34,8 +34,8 @@
"@formbricks/eslint-config": "workspace:*",
"@paralleldrive/cuid2": "2.2.2",
"prisma": "6.7.0",
"prisma-json-types-generator": "3.2.3",
"prisma-json-types-generator": "3.3.1",
"ts-node": "10.9.2",
"zod": "3.24.1"
"zod": "3.24.4"
}
}

View File

@@ -35,9 +35,9 @@
},
"author": "Formbricks <hola@formbricks.com>",
"dependencies": {
"zod": "3.24.2",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0"
"zod": "3.24.4",
"pino": "9.6.0",
"pino-pretty": "13.0.0"
},
"devDependencies": {
"vite": "6.3.5",

View File

@@ -38,17 +38,17 @@
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@calcom/embed-snippet": "1.3.2",
"@calcom/embed-snippet": "1.3.3",
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"@formbricks/i18n-utils": "workspace:*",
"@formbricks/types": "workspace:*",
"@preact/preset-vite": "2.10.1",
"@testing-library/preact": "3.2.4",
"@types/react": "19.1.0",
"@types/react": "19.1.3",
"autoprefixer": "10.4.21",
"concurrently": "9.1.2",
"isomorphic-dompurify": "2.23.0",
"isomorphic-dompurify": "2.24.0",
"postcss": "8.5.3",
"preact": "10.26.5",
"react-date-picker": "11.0.0",

View File

@@ -8,12 +8,12 @@
"lint": "eslint . --ext .ts,.js,.tsx,.jsx",
"clean": "rimraf node_modules .turbo"
},
"dependencies": {
"@prisma/client": "6.7.0",
"zod": "3.24.4"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/database": "workspace:*"
},
"dependencies": {
"@prisma/client": "6.7.0",
"zod": "3.24.1"
}
}

1460
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff