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(renovate): Update minor (minor) #7806

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/uffizzi/docker-compose.uffizzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: password
MYSQL_USER: noco
image: "mysql:8.3.0"
image: "mysql:8.4.0"
deploy:
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- "-h"
- localhost
timeout: 20s
image: "mysql:8.3.0"
image: "mysql:8.4.0"
restart: always
volumes:
- "db_data:/var/lib/mysql"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/nginx-proxy-manager/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- "-h"
- localhost
timeout: 20s
image: "mysql:8.3.0"
image: "mysql:8.4.0"
networks:
- default
restart: always
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
retries: 10
test: "pg_isready -U ${DATABASE_USER} -d ${DATABASE_NAME}"
timeout: 2s
image: "postgres:12.17-alpine"
image: "postgres:12.19-alpine"
networks:
- traefik_proxy
restart: always
Expand Down
42 changes: 21 additions & 21 deletions packages/nc-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/nocodb/nocodb/issues"
},
"engines": {
"node": ">=18.19.1"
"node": ">=18.20.3"
},
"license": "AGPL-3.0-or-later",
"web-types": "web-types.json",
Expand All @@ -36,10 +36,10 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@braks/revue-draggable": "^0.4.3",
"@braks/revue-draggable": "^0.5.0",
"@ckpack/vue-color": "^1.5.0",
"@iconify/vue": "^4.1.2",
"@nuxt/image": "^1.3.0",
"@nuxt/image": "^1.7.0",
"@pinia/nuxt": "^0.5.1",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-placeholder": "^2.4.0",
Expand All @@ -50,11 +50,11 @@
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "2.4.0",
"@vue-flow/additional-components": "^1.3.3",
"@vue-flow/core": "^1.30.1",
"@vue-flow/core": "^1.34.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"@vueuse/core": "^10.10.0",
"@vueuse/integrations": "^10.10.0",
"ant-design-vue": "^3.2.20",
"chart.js": "^4.4.2",
"crossoriginworker": "^1.1.0",
Expand All @@ -73,8 +73,8 @@
"leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1",
"marked": "^4.3.0",
"monaco-editor": "^0.45.0",
"monaco-sql-languages": "^0.11.0",
"monaco-editor": "^0.49.0",
"monaco-sql-languages": "^0.12.0",
"nocodb-sdk": "workspace:^",
"papaparse": "^5.4.1",
"parse-github-url": "^1.0.2",
Expand All @@ -86,17 +86,17 @@
"sortablejs": "^1.15.2",
"splitpanes": "^3.1.5",
"tinycolor2": "^1.6.0",
"turndown": "^7.1.3",
"turndown": "^7.2.0",
"unique-names-generator": "^4.7.1",
"v3-infinite-loading": "^1.3.1",
"validator": "^13.11.0",
"validator": "^13.12.0",
"vue-advanced-cropper": "^2.8.8",
"vue-barcode-reader": "^1.0.3",
"vue-chartjs": "^5.3.1",
"vue-dompurify-html": "^3.1.2",
"vue-github-button": "^3.1.0",
"vue-i18n": "^9.9.1",
"vue-qrcode-reader": "3.1.9",
"vue-i18n": "^9.13.1",
"vue-qrcode-reader": "3.2.0",
"vue3-calendar-heatmap": "^2.0.5",
"vue3-contextmenu": "^0.2.12",
"vue3-grid-layout-next": "^1.0.7",
Expand All @@ -105,7 +105,7 @@
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.3",
"@antfu/eslint-config": "^0.43.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/bi": "^1.1.23",
Expand All @@ -128,7 +128,7 @@
"@iconify-json/tabler": "^1.1.112",
"@iconify-json/vscode-icons": "^1.1.34",
"@intlify/unplugin-vue-i18n": "^0.13.0",
"@nuxt/image": "^1.3.0",
"@nuxt/image": "^1.7.0",
"@types/d3-scale": "^4.0.8",
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",
Expand All @@ -144,28 +144,28 @@
"@types/turndown": "^5.0.4",
"@types/validator": "^13.11.10",
"@types/vue-barcode-reader": "^0.0.3",
"@unocss/nuxt": "^0.58.9",
"@unocss/nuxt": "^0.60.4",
"@vitest/ui": "^0.34.7",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^10.7.2",
"@vueuse/nuxt": "^10.10.0",
"@windicss/plugin-animations": "^1.0.9",
"@windicss/plugin-question-mark": "^0.1.1",
"@windicss/plugin-scrollbar": "^1.2.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^6.0.4",
"nuxt": "^3.11.2",
"nuxt-windicss": "^2.6.1",
"prettier": "^2.8.8",
"sass": "^1.71.1",
"sass": "^1.77.4",
"ts-loader": "^9.5.1",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-purge-icons": "^0.10.0",
"vitest": "^1.2.2",
"vitest": "^1.6.0",
"windicss": "^3.5.6"
}
}
20 changes: 10 additions & 10 deletions packages/noco-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-client-redirects": "3.1.1",
"@docusaurus/plugin-ideal-image": "3.1.1",
"@docusaurus/plugin-sitemap": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-client-redirects": "3.4.0",
"@docusaurus/plugin-ideal-image": "3.4.0",
"@docusaurus/plugin-sitemap": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@mdx-js/react": "^3.0.1",
"clsx": "^1.2.1",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-theme-search-typesense": "^0.16.0",
"docusaurus-theme-search-typesense": "^0.19.0",
"nc-analytics": "^0.0.9",
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/module-type-aliases": "3.4.0",
"@tsconfig/docusaurus": "^1.0.7",
"typescript": "^4.9.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/nocodb-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/nocodb/nocodb/issues"
},
"engines": {
"node": ">=18.19.1"
"node": ">=18.20.3"
},
"license": "AGPL-3.0-or-later",
"keywords": [],
Expand All @@ -39,7 +39,7 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.2",
"jsep": "^1.3.8",
"dayjs": "^1.11.11"
},
Expand All @@ -48,7 +48,7 @@
"@typescript-eslint/parser": "^6.21.0",
"@types/jest": "^29.5.12",
"cspell": "^4.2.8",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^5.0.8",
Expand All @@ -58,7 +58,7 @@
"prettier": "^2.8.8",
"rimraf": "^5.0.7",
"tsc-alias": "^1.8.10",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"ts-jest": "^29.1.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/nocodb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cp $GOPATH/bin/litestream /usr/src/lt
###########
# Builder
###########
FROM node:18.19.1-alpine as builder
FROM node:18.20.3-alpine as builder
WORKDIR /usr/src/app

# install node-gyp dependencies
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN pnpm install --prod --shamefully-hoist \
##########
# Runner
##########
FROM alpine:3.19
FROM alpine:3.20
WORKDIR /usr/src/app

ENV LITESTREAM_S3_SKIP_VERIFY=false \
Expand Down
4 changes: 2 additions & 2 deletions packages/nocodb/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###########
# Builder
###########
FROM node:18.19.1-alpine as builder
FROM node:18.20.3-alpine as builder
WORKDIR /usr/src/app

# install node-gyp dependencies
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN pnpm install --prod --shamefully-hoist --reporter=silent \
##########
# Runner
##########
FROM alpine:3.19
FROM alpine:3.20
WORKDIR /usr/src/app

ENV NC_DOCKER=0.6 \
Expand Down
44 changes: 22 additions & 22 deletions packages/nocodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/nocodb/nocodb/issues"
},
"engines": {
"node": ">=18.19.1"
"node": ">=18.20.3"
},
"license": "AGPL-3.0-or-later",
"scripts": {
Expand Down Expand Up @@ -45,16 +45,16 @@
"docker:build": "EE=\"true-xc-test\" webpack --config docker/webpack.config.js"
},
"dependencies": {
"@aws-sdk/client-kafka": "^3.504.0",
"@aws-sdk/client-s3": "^3.504.0",
"@aws-sdk/lib-storage": "^3.504.0",
"@aws-sdk/s3-request-presigner": "^3.504.0",
"@google-cloud/storage": "^7.7.0",
"@aws-sdk/client-kafka": "^3.588.0",
"@aws-sdk/client-s3": "^3.588.0",
"@aws-sdk/lib-storage": "^3.588.0",
"@aws-sdk/s3-request-presigner": "^3.588.0",
"@google-cloud/storage": "^7.11.1",
"@graphql-tools/merge": "^6.2.17",
"@jm18457/kafkajs-msk-iam-authentication-mechanism": "^3.1.2",
"@nestjs/bull": "^10.0.1",
"@nestjs/bull": "^10.1.1",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.1.1",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
Expand All @@ -70,13 +70,13 @@
"@techpass/passport-openidconnect": "^0.3.3",
"@types/chai": "^4.3.16",
"airtable": "^0.12.2",
"ajv": "^8.12.0",
"ajv": "^8.14.0",
"ajv-formats": "^2.1.1",
"archiver": "^5.3.2",
"auto-bind": "^4.0.0",
"aws-kcl": "^2.2.6",
"aws-sdk": "^2.1550.0",
"axios": "^1.6.8",
"aws-sdk": "^2.1632.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"boxen": "^5.1.2",
Expand All @@ -97,7 +97,7 @@
"dotenv": "^8.6.0",
"ejs": "^3.1.10",
"emittery": "^0.13.1",
"express": "^4.18.3",
"express": "^4.19.2",
"extract-zip": "^2.0.1",
"fast-levenshtein": "^2.0.6",
"fs-extra": "^9.1.0",
Expand All @@ -118,7 +118,7 @@
"jsonfile": "^6.1.0",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"knex": "2.4.2",
"knex": "2.5.1",
"list-github-dir-content": "^3.0.0",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
Expand All @@ -129,7 +129,7 @@
"morgan": "^1.10.0",
"mssql": "^10.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.7",
"mysql2": "^3.10.0",
"nanoid": "^3.3.7",
"nc-help": "0.3.1",
"nc-lib-gui": "0.207.3",
Expand Down Expand Up @@ -163,14 +163,14 @@
"slash": "^3.0.0",
"slug": "^8.2.3",
"socket.io": "^4.7.5",
"sql-query-identifier": "^2.6.0",
"sql-query-identifier": "^2.7.0",
"sqlite3": "^5.1.7",
"tedious": "^16.6.1",
"tedious": "^16.7.1",
"tinycolor2": "^1.6.0",
"twilio": "^4.23.0",
"unique-names-generator": "^4.7.1",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"validator": "^13.12.0",
"xc-core-ts": "^0.1.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
Expand All @@ -184,7 +184,7 @@
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@types/multer": "^1.4.11",
"@types/node": "20.11.30",
"@types/node": "20.14.0",
"@types/passport-google-oauth20": "^2.0.16",
"@types/passport-jwt": "^3.0.13",
"@types/supertest": "^2.0.16",
Expand All @@ -193,23 +193,23 @@
"chai": "^4.4.1",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "29.7.0",
"mocha": "^10.3.0",
"nodemon": "^3.0.3",
"mocha": "^10.4.0",
"nodemon": "^3.1.2",
"prettier": "^2.8.8",
"source-map-support": "^0.5.21",
"supertest": "^6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"webpack-cli": "^5.1.4"
},
"jest": {
Expand Down