Skip to content

Commit

Permalink
chore(renovate): Update major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 19, 2023
1 parent cd5d239 commit 26b1cde
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/uffizzi/docker-compose.uffizzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
limits:
memory: 500M
mssql:
image: "mcr.microsoft.com/mssql/server:2017-latest"
image: "mcr.microsoft.com/mssql/server:2022-latest"
environment:
ACCEPT_EULA: "Y"
SA_PASSWORD: Password123.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/mssql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
start_period: 10s
test: "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P \"$$SA_PASSWORD\" -Q \"SELECT 1\" || exit 1"
timeout: 3s
image: "mcr.microsoft.com/mssql/server:2017-latest"
image: "mcr.microsoft.com/mssql/server:2022-latest"
restart: always
volumes:
- "db_data:/var/opt/mssql"
Expand Down
4 changes: 2 additions & 2 deletions 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.1-alpine"
image: "postgres:16.1-alpine"
networks:
- traefik_proxy
restart: always
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
- "-c"
- "http://localhost:8081/ping"
timeout: 3s
image: "traefik:v2.2"
image: "traefik:3.0"
networks:
- default
- traefik_proxy
Expand Down
26 changes: 13 additions & 13 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"
"node": ">=20.9.0"
},
"license": "AGPL-3.0-or-later",
"web-types": "web-types.json",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@vuelidate/validators": "^2.0.0-alpha.31",
"@vueuse/core": "^10.2.1",
"@vueuse/integrations": "^10.2.1",
"ant-design-vue": "^3.2.11",
"ant-design-vue": "^4.0.7",
"chart.js": "^4.3.0",
"crossoriginworker": "^1.1.0",
"d3-scale": "^4.0.2",
Expand All @@ -55,11 +55,11 @@
"deep-object-diff": "^1.1.9",
"emoji-mart-vue-fast": "^15.0.0",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"httpsnippet": "^2.0.0",
"fuse.js": "^7.0.0",
"httpsnippet": "^3.0.1",
"jsbarcode": "^3.11.5",
"jsep": "^1.3.6",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.2",
"leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1",
Expand All @@ -81,10 +81,10 @@
"validator": "^13.7.0",
"vue-barcode-reader": "^1.0.3",
"vue-chartjs": "^5.2.0",
"vue-dompurify-html": "^3.0.0",
"vue-dompurify-html": "^4.1.4",
"vue-github-button": "^3.1.0",
"vue-i18n": "^9.2.2",
"vue-qrcode-reader": "3.1.0-vue3-compatibility.2",
"vue-qrcode-reader": "5.4.1",
"vue3-calendar-heatmap": "^2.0.0",
"vue3-contextmenu": "^0.2.12",
"vue3-grid-layout-next": "^1.0.5",
Expand All @@ -93,7 +93,7 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.0",
"@antfu/eslint-config": "^1.2.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@iconify-json/ant-design": "^1.1.9",
"@iconify-json/bi": "^1.1.18",
Expand All @@ -115,7 +115,7 @@
"@iconify-json/system-uicons": "^1.1.9",
"@iconify-json/tabler": "^1.1.89",
"@iconify-json/vscode-icons": "^1.1.28",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@intlify/unplugin-vue-i18n": "^1.5.0",
"@nuxt/image-edge": "^1.0.0-rc.1-28217290.de85e17",
"@types/d3-scale": "^4.0.3",
"@types/dagre": "^0.7.48",
Expand All @@ -140,12 +140,12 @@
"@windicss/plugin-question-mark": "^0.1.1",
"@windicss/plugin-scrollbar": "^1.2.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^6.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"happy-dom": "^12.10.3",
"nuxt": "^3.8.1",
"nuxt-windicss": "^2.6.1",
"prettier": "^2.7.1",
"prettier": "^3.1.0",
"sass": "^1.63.4",
"ts-loader": "^9.4.4",
"unplugin-icons": "^0.14.15",
Expand Down
98 changes: 59 additions & 39 deletions packages/noco-docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/noco-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"@docusaurus/plugin-sitemap": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"clsx": "^2.0.0",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-theme-search-typesense": "^0.14.0",
"nc-analytics": "^0.0.4",
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
"prism-react-renderer": "^1.3.5",
"prism-react-renderer": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.66.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.7.4"
"@tsconfig/docusaurus": "^2.0.2",
"typescript": "^5.2.2"
},
"browserslist": {
"production": [
Expand All @@ -62,6 +62,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=20.9.0"
}
}
12 changes: 6 additions & 6 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"
"node": ">=20.9.0"
},
"license": "AGPL-3.0-or-later",
"keywords": [],
Expand All @@ -44,15 +44,15 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"cspell": "^4.1.0",
"cspell": "^8.0.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.1.0",
"rimraf": "^5.0.1",
"tsc-alias": "^1.8.7",
"typescript": "^4.7.4"
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.12.1-alpine as builder
FROM node:21.2.0-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.12.1-alpine as builder
FROM node:21.2.0-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.12.1-alpine as builder
FROM node:21.2.0-alpine as builder
WORKDIR /usr/src/app

# install pnpm
Expand Down

0 comments on commit 26b1cde

Please sign in to comment.