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 major (major) #7000

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 @@ -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.17-alpine"
image: "postgres:16.3-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.11"
image: "traefik:v3.0"
networks:
- default
- traefik_proxy
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"fs": "0.0.1-security",
"lerna": "^7.4.2",
"husky": "^8.0.3",
"lerna": "^8.1.3",
"husky": "^9.0.11",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"husky": {
Expand Down
32 changes: 16 additions & 16 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": ">=20.14.0"
},
"license": "AGPL-3.0-or-later",
"web-types": "web-types.json",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"ant-design-vue": "^3.2.20",
"ant-design-vue": "^4.2.1",
"chart.js": "^4.4.2",
"crossoriginworker": "^1.1.0",
"d3-scale": "^4.0.2",
Expand All @@ -64,15 +64,15 @@
"deep-object-diff": "^1.1.9",
"emoji-mart-vue-fast": "^15.0.2",
"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.6",
"jsep": "^1.3.8",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"locale-codes": "^1.3.1",
"marked": "^4.3.0",
"marked": "^12.0.2",
"monaco-editor": "^0.45.0",
"monaco-sql-languages": "^0.11.0",
"nocodb-sdk": "workspace:^",
Expand All @@ -93,10 +93,10 @@
"vue-advanced-cropper": "^2.8.8",
"vue-barcode-reader": "^1.0.3",
"vue-chartjs": "^5.3.1",
"vue-dompurify-html": "^3.1.2",
"vue-dompurify-html": "^5.0.1",
"vue-github-button": "^3.1.0",
"vue-i18n": "^9.9.1",
"vue-qrcode-reader": "3.1.9",
"vue-qrcode-reader": "5.5.6",
"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": "^2.20.0",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/bi": "^1.1.23",
Expand All @@ -127,7 +127,7 @@
"@iconify-json/system-uicons": "^1.1.12",
"@iconify-json/tabler": "^1.1.112",
"@iconify-json/vscode-icons": "^1.1.34",
"@intlify/unplugin-vue-i18n": "^0.13.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@nuxt/image": "^1.3.0",
"@types/d3-scale": "^4.0.8",
"@types/dagre": "^0.7.52",
Expand All @@ -145,20 +145,20 @@
"@types/validator": "^13.11.10",
"@types/vue-barcode-reader": "^0.0.3",
"@unocss/nuxt": "^0.58.9",
"@vitest/ui": "^0.34.7",
"@vitest/ui": "^1.6.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^10.7.2",
"@windicss/plugin-animations": "^1.0.9",
"@windicss/plugin-question-mark": "^0.1.1",
"@windicss/plugin-scrollbar": "^1.2.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^6.0.4",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"happy-dom": "^14.12.0",
"nuxt": "^3.11.2",
"nuxt-windicss": "^2.6.1",
"prettier": "^2.8.8",
"prettier": "^3.3.0",
"sass": "^1.71.1",
"ts-loader": "^9.5.1",
"unplugin-icons": "^0.18.5",
Expand Down
105 changes: 37 additions & 68 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.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.0.1",
"clsx": "^1.2.1",
"clsx": "^2.1.1",
"docusaurus-plugin-sass": "^0.2.5",
"docusaurus-theme-search-typesense": "^0.16.0",
"nc-analytics": "^0.0.9",
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
"prism-react-renderer": "^1.3.5",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@tsconfig/docusaurus": "^1.0.7",
"typescript": "^4.9.5"
"@tsconfig/docusaurus": "^2.0.3",
"typescript": "^5.4.5"
},
"browserslist": {
"production": [
Expand All @@ -62,6 +62,6 @@
]
},
"engines": {
"node": ">=16.20.2"
"node": ">=20.14.0"
}
}
18 changes: 9 additions & 9 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": ">=20.14.0"
},
"license": "AGPL-3.0-or-later",
"keywords": [],
Expand All @@ -44,18 +44,18 @@
"dayjs": "^1.11.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@types/jest": "^29.5.12",
"cspell": "^4.2.8",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"cspell": "^8.8.3",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-functional": "^6.5.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"tsc-alias": "^1.8.10",
"typescript": "^5.3.3",
Expand Down