Skip to content

Commit

Permalink
chore(renovate): Update minor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent fed1c7b commit aa042e6
Show file tree
Hide file tree
Showing 10 changed files with 66 additions and 66 deletions.
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.18-alpine"
networks:
- traefik_proxy
restart: always
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"pnpm": {
"overrides": {
"vue": "3.3.13",
"vue": "3.4.26",
"typescript": "latest",
"ajv@<6.12.3": ">=6.12.3",
"node.extend@<1.1.7": ">=1.1.7",
Expand Down
52 changes: 26 additions & 26 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.2"
},
"license": "AGPL-3.0-or-later",
"web-types": "web-types.json",
Expand All @@ -36,25 +36,25 @@
"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.1",
"@nuxt/image": "^1.3.0",
"@nuxt/image": "^1.6.0",
"@pinia/nuxt": "^0.5.1",
"@tiptap/extension-link": "2.2.6",
"@tiptap/extension-placeholder": "^2.2.6",
"@tiptap/extension-task-list": "2.2.6",
"@tiptap/extension-underline": "^2.2.6",
"@tiptap/html": "2.2.6",
"@tiptap/pm": "^2.2.6",
"@tiptap/starter-kit": "^2.2.6",
"@tiptap/vue-3": "2.2.6",
"@tiptap/extension-link": "2.3.0",
"@tiptap/extension-placeholder": "^2.3.0",
"@tiptap/extension-task-list": "2.3.0",
"@tiptap/extension-underline": "^2.3.0",
"@tiptap/html": "2.3.0",
"@tiptap/pm": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@tiptap/vue-3": "2.3.0",
"@vue-flow/additional-components": "^1.3.3",
"@vue-flow/core": "^1.30.1",
"@vue-flow/core": "^1.33.6",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.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.48.0",
"monaco-sql-languages": "^0.12.0",
"nocodb-sdk": "workspace:^",
"papaparse": "^5.4.1",
"parse-github-url": "^1.0.2",
Expand All @@ -95,8 +95,8 @@
"vue-chartjs": "^5.3.0",
"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.15",
"@iconify-json/bi": "^1.1.23",
Expand All @@ -128,7 +128,7 @@
"@iconify-json/tabler": "^1.1.109",
"@iconify-json/vscode-icons": "^1.1.33",
"@intlify/unplugin-vue-i18n": "^0.13.0",
"@nuxt/image": "^1.3.0",
"@nuxt/image": "^1.6.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.9",
"@types/vue-barcode-reader": "^0.0.3",
"@unocss/nuxt": "^0.58.9",
"@unocss/nuxt": "^0.59.4",
"@vitest/ui": "^0.34.7",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",
"@vueuse/nuxt": "^10.7.2",
"@vueuse/nuxt": "^10.9.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.10.3",
"nuxt": "^3.11.2",
"nuxt-windicss": "^2.6.1",
"prettier": "^2.8.8",
"sass": "^1.71.1",
"sass": "^1.75.0",
"ts-loader": "^9.5.1",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-purge-icons": "^0.10.0",
"vitest": "^1.2.2",
"vitest": "^1.5.2",
"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.2.1",
"@docusaurus/plugin-client-redirects": "3.2.1",
"@docusaurus/plugin-ideal-image": "3.2.1",
"@docusaurus/plugin-sitemap": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@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.18.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.75.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/module-type-aliases": "3.2.1",
"@tsconfig/docusaurus": "^1.0.7",
"typescript": "^4.9.5"
},
Expand Down
6 changes: 3 additions & 3 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.2"
},
"license": "AGPL-3.0-or-later",
"keywords": [],
Expand Down Expand Up @@ -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.5",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"ts-jest": "^29.1.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/nocodb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN cp $GOPATH/bin/litestream /usr/src/lt
###########
# Builder
###########
FROM node:18.19.1-alpine as builder
FROM node:18.20.2-alpine as builder
WORKDIR /usr/src/app

# install node-gyp dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/nocodb/Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########
# Builder
###########
FROM node:18.19.1-alpine as builder
FROM node:18.20.2-alpine as builder
WORKDIR /usr/src/app

# install node-gyp dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/nocodb/litestream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN cp $GOPATH/bin/litestream /usr/src/lt



FROM node:18.19.1-alpine as builder
FROM node:18.20.2-alpine as builder
WORKDIR /usr/src/app

# install pnpm
Expand Down
40 changes: 20 additions & 20 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.2"
},
"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.565.0",
"@aws-sdk/client-s3": "^3.565.0",
"@aws-sdk/lib-storage": "^3.565.0",
"@aws-sdk/s3-request-presigner": "^3.565.0",
"@google-cloud/storage": "^7.10.2",
"@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.7",
"@nestjs/config": "^3.1.1",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.7",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
Expand All @@ -70,12 +70,12 @@
"@techpass/passport-openidconnect": "^0.3.3",
"@types/chai": "^4.3.14",
"airtable": "^0.12.2",
"ajv": "^8.12.0",
"ajv": "^8.13.0",
"ajv-formats": "^2.1.1",
"archiver": "^5.3.2",
"auto-bind": "^4.0.0",
"aws-kcl": "^2.2.5",
"aws-sdk": "^2.1550.0",
"aws-sdk": "^2.1609.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
Expand All @@ -97,7 +97,7 @@
"dotenv": "^8.6.0",
"ejs": "^3.1.9",
"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 @@ -109,7 +109,7 @@
"html-to-json-parser": "^2.0.1",
"import-fresh": "^3.3.0",
"inflection": "^1.13.4",
"ioredis": "^5.3.2",
"ioredis": "^5.4.1",
"ioredis-mock": "^8.9.0",
"is-docker": "^2.2.1",
"isomorphic-dompurify": "^1.13.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 Down Expand Up @@ -163,9 +163,9 @@
"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",
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.12.7",
"@types/passport-google-oauth20": "^2.0.14",
"@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.0",
"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
4 changes: 2 additions & 2 deletions scripts/pkg-executable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"express": "^4.18.3",
"nocodb": "0.204.9"
"express": "^4.19.2",
"nocodb": "0.205.1"
},
"overrides": {
"sqlite3": "5.1.7"
Expand Down

0 comments on commit aa042e6

Please sign in to comment.