mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
chore(renovate): Update patch (patch) (#7647)
* chore(renovate): Update patch * chore(deps): update node version to 18.19.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
This commit is contained in:
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/publish-blog.yml
vendored
2
.github/workflows/publish-blog.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build blogs
|
||||
run: |
|
||||
cd packages/noco-blog
|
||||
|
||||
2
.github/workflows/publish-dev-docs.yml
vendored
2
.github/workflows/publish-dev-docs.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd packages/noco-docs
|
||||
|
||||
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd packages/noco-docs
|
||||
|
||||
2
.github/workflows/publish-noco-i18n.yml
vendored
2
.github/workflows/publish-noco-i18n.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build noco-i18n
|
||||
run: |
|
||||
cd packages/noco-i18n
|
||||
|
||||
2
.github/workflows/publish-prev-docs.yml
vendored
2
.github/workflows/publish-prev-docs.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build prev docs
|
||||
run: |
|
||||
cd packages/noco-docs-prev
|
||||
|
||||
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
@@ -84,7 +84,7 @@ jobs:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
|
||||
- name: upgrade packages for nightly build or pr build
|
||||
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
|
||||
|
||||
2
.github/workflows/release-draft.yml
vendored
2
.github/workflows/release-draft.yml
vendored
@@ -70,5 +70,5 @@ jobs:
|
||||
})
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- run: "npx github-release-notes@0.17.2 release --token ${{ secrets.GITHUB_TOKEN }} --draft --tags ${{ github.event.inputs.tag || inputs.tag }}..${{ github.event.inputs.prev_tag || inputs.prev_tag }}"
|
||||
|
||||
2
.github/workflows/release-executables.yml
vendored
2
.github/workflows/release-executables.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
|
||||
- name : Install nocodb, other dependencies and build executables
|
||||
run: |
|
||||
|
||||
4
.github/workflows/release-npm.yml
vendored
4
.github/workflows/release-npm.yml
vendored
@@ -46,11 +46,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref }}
|
||||
- name: pnpm Setup and Publish with 18.19.0
|
||||
- name: pnpm Setup and Publish with 18.19.1
|
||||
# Setup .npmrc file to publish to npm
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: |
|
||||
export NODE_OPTIONS="--max_old_space_size=16384"
|
||||
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
|
||||
- name: Update nocodb-timely
|
||||
env:
|
||||
|
||||
2
.github/workflows/update-sdk-path.yml
vendored
2
.github/workflows/update-sdk-path.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
2
.npmrc
2
.npmrc
@@ -1,3 +1,3 @@
|
||||
engine-strict=true
|
||||
shamefully-hoist=true
|
||||
use-node-version=18.19.0
|
||||
use-node-version=18.19.1
|
||||
|
||||
@@ -15,7 +15,7 @@ Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadshe
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](http://nodejs.org/download/)
|
||||
[](http://nodejs.org/download/)
|
||||
[](https://conventionalcommits.org)
|
||||
|
||||
</div>
|
||||
|
||||
@@ -15,7 +15,7 @@ Nocodb перетворює будь-яку базу даних MySQL, PostgreSQ
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](http://nodejs.org/download/)
|
||||
[](http://nodejs.org/download/)
|
||||
[](https://conventionalcommits.org)
|
||||
|
||||
</div>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"fs": "0.0.1-security",
|
||||
"lerna": "^7.0.2",
|
||||
"lerna": "^7.4.2",
|
||||
"husky": "^8.0.3",
|
||||
"xlsx": "^0.17.4"
|
||||
},
|
||||
|
||||
@@ -40,13 +40,13 @@
|
||||
"@ckpack/vue-color": "^1.5.0",
|
||||
"@iconify/vue": "^4.1.1",
|
||||
"@pinia/nuxt": "^0.5.1",
|
||||
"@tiptap/extension-link": "2.2.1",
|
||||
"@tiptap/extension-task-list": "2.2.1",
|
||||
"@tiptap/extension-underline": "^2.2.1",
|
||||
"@tiptap/html": "2.2.1",
|
||||
"@tiptap/pm": "^2.2.1",
|
||||
"@tiptap/starter-kit": "^2.2.1",
|
||||
"@tiptap/vue-3": "2.2.1",
|
||||
"@tiptap/extension-link": "2.2.4",
|
||||
"@tiptap/extension-task-list": "2.2.4",
|
||||
"@tiptap/extension-underline": "^2.2.4",
|
||||
"@tiptap/html": "2.2.4",
|
||||
"@tiptap/pm": "^2.2.4",
|
||||
"@tiptap/starter-kit": "^2.2.4",
|
||||
"@tiptap/vue-3": "2.2.4",
|
||||
"@vue-flow/additional-components": "^1.3.3",
|
||||
"@vue-flow/core": "^1.30.1",
|
||||
"@vuelidate/core": "^2.0.3",
|
||||
@@ -115,13 +115,13 @@
|
||||
"@iconify-json/ion": "^1.1.15",
|
||||
"@iconify-json/la": "^1.1.8",
|
||||
"@iconify-json/logos": "^1.1.42",
|
||||
"@iconify-json/lucide": "^1.1.165",
|
||||
"@iconify-json/material-symbols": "^1.1.72",
|
||||
"@iconify-json/lucide": "^1.1.169",
|
||||
"@iconify-json/material-symbols": "^1.1.73",
|
||||
"@iconify-json/mdi": "^1.1.64",
|
||||
"@iconify-json/mi": "^1.1.8",
|
||||
"@iconify-json/ph": "^1.1.11",
|
||||
"@iconify-json/ri": "^1.1.19",
|
||||
"@iconify-json/simple-icons": "^1.1.91",
|
||||
"@iconify-json/ri": "^1.1.20",
|
||||
"@iconify-json/simple-icons": "^1.1.93",
|
||||
"@iconify-json/system-uicons": "^1.1.12",
|
||||
"@iconify-json/tabler": "^1.1.105",
|
||||
"@iconify-json/vscode-icons": "^1.1.33",
|
||||
@@ -136,15 +136,15 @@
|
||||
"@types/parse-github-url": "^1.0.3",
|
||||
"@types/qrcode": "^1.5.5",
|
||||
"@types/showdown": "^2.0.6",
|
||||
"@types/sortablejs": "^1.15.7",
|
||||
"@types/sortablejs": "^1.15.8",
|
||||
"@types/splitpanes": "^2.2.6",
|
||||
"@types/tinycolor2": "^1.4.6",
|
||||
"@types/turndown": "^5.0.4",
|
||||
"@types/validator": "^13.11.9",
|
||||
"@types/vue-barcode-reader": "^0.0.3",
|
||||
"@unocss/nuxt": "^0.58.4",
|
||||
"@unocss/nuxt": "^0.58.5",
|
||||
"@vitest/ui": "^0.34.7",
|
||||
"@vue/compiler-sfc": "^3.4.15",
|
||||
"@vue/compiler-sfc": "^3.4.20",
|
||||
"@vue/test-utils": "^2.4.4",
|
||||
"@vueuse/nuxt": "^10.7.2",
|
||||
"@windicss/plugin-animations": "^1.0.9",
|
||||
@@ -154,12 +154,12 @@
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"happy-dom": "^6.0.4",
|
||||
"nuxt": "^3.10.2",
|
||||
"nuxt": "^3.10.3",
|
||||
"nuxt-windicss": "^2.6.1",
|
||||
"prettier": "^2.8.8",
|
||||
"sass": "^1.70.0",
|
||||
"ts-loader": "^9.5.1",
|
||||
"unplugin-icons": "^0.18.3",
|
||||
"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",
|
||||
|
||||
8
packages/noco-docs/package-lock.json
generated
8
packages/noco-docs/package-lock.json
generated
@@ -18,7 +18,7 @@
|
||||
"clsx": "^1.2.1",
|
||||
"docusaurus-plugin-sass": "^0.2.5",
|
||||
"docusaurus-theme-search-typesense": "^0.14.1",
|
||||
"nc-analytics": "^0.0.7",
|
||||
"nc-analytics": "^0.0.9",
|
||||
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
|
||||
"prism-react-renderer": "^1.3.5",
|
||||
"react": "^18.2.0",
|
||||
@@ -10768,9 +10768,9 @@
|
||||
"integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg=="
|
||||
},
|
||||
"node_modules/nc-analytics": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/nc-analytics/-/nc-analytics-0.0.7.tgz",
|
||||
"integrity": "sha512-ymcfvyVn/20LM/UYLzjnlU+Rm2rD0J+KmVk1nwUdlYyztMdHfQZy9TVszjb9G1J0D3MYWd2jwngYbkg6hDERwQ=="
|
||||
"version": "0.0.9",
|
||||
"resolved": "https://registry.npmjs.org/nc-analytics/-/nc-analytics-0.0.9.tgz",
|
||||
"integrity": "sha512-D1I1jwktjxYsNNUNUNVw43AnbhazLBg8GQzteCjzpQHoazdg33gi+q3fc1bYk/usYRFiA+tndZK2A1OfKUFOIw=="
|
||||
},
|
||||
"node_modules/negotiator": {
|
||||
"version": "0.6.3",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"clsx": "^1.2.1",
|
||||
"docusaurus-plugin-sass": "^0.2.5",
|
||||
"docusaurus-theme-search-typesense": "^0.14.1",
|
||||
"nc-analytics": "^0.0.7",
|
||||
"nc-analytics": "^0.0.9",
|
||||
"plugin-image-zoom": "github:flexanalytics/plugin-image-zoom",
|
||||
"prism-react-renderer": "^1.3.5",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.19.0"
|
||||
"node": ">=18.19.1"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"keywords": [],
|
||||
@@ -44,8 +44,8 @@
|
||||
"dayjs": "^1.11.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||
"@typescript-eslint/parser": "^6.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"@types/jest": "^29.5.12",
|
||||
"cspell": "^4.2.8",
|
||||
"eslint": "^8.56.0",
|
||||
|
||||
@@ -18,7 +18,7 @@ RUN cp $GOPATH/bin/litestream /usr/src/lt
|
||||
###########
|
||||
# Builder
|
||||
###########
|
||||
FROM node:18.19.0-alpine as builder
|
||||
FROM node:18.19.1-alpine as builder
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# install node-gyp dependencies
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###########
|
||||
# Builder
|
||||
###########
|
||||
FROM node:18.19.0-alpine as builder
|
||||
FROM node:18.19.1-alpine as builder
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# install node-gyp dependencies
|
||||
|
||||
@@ -12,7 +12,7 @@ RUN cp $GOPATH/bin/litestream /usr/src/lt
|
||||
|
||||
|
||||
|
||||
FROM node:18.19.0-alpine as builder
|
||||
FROM node:18.19.1-alpine as builder
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# install pnpm
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"url": "https://github.com/nocodb/nocodb/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.19.0"
|
||||
"node": ">=18.19.1"
|
||||
},
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
@@ -53,22 +53,22 @@
|
||||
"@graphql-tools/merge": "^6.2.17",
|
||||
"@jm18457/kafkajs-msk-iam-authentication-mechanism": "^3.1.2",
|
||||
"@nestjs/bull": "^10.0.1",
|
||||
"@nestjs/common": "^10.3.1",
|
||||
"@nestjs/common": "^10.3.3",
|
||||
"@nestjs/config": "^3.1.1",
|
||||
"@nestjs/core": "^10.3.1",
|
||||
"@nestjs/core": "^10.3.3",
|
||||
"@nestjs/event-emitter": "^2.0.4",
|
||||
"@nestjs/jwt": "^10.2.0",
|
||||
"@nestjs/mapped-types": "^2.0.5",
|
||||
"@nestjs/passport": "^10.0.3",
|
||||
"@nestjs/platform-express": "^10.3.1",
|
||||
"@nestjs/platform-socket.io": "^10.3.1",
|
||||
"@nestjs/platform-express": "^10.3.3",
|
||||
"@nestjs/platform-socket.io": "^10.3.3",
|
||||
"@nestjs/serve-static": "^4.0.1",
|
||||
"@nestjs/throttler": "^5.0.0",
|
||||
"@nestjs/websockets": "^10.3.1",
|
||||
"@nestjs/throttler": "^5.0.1",
|
||||
"@nestjs/websockets": "^10.3.3",
|
||||
"@ntegral/nestjs-sentry": "^4.0.1",
|
||||
"@sentry/node": "^6.19.7",
|
||||
"@techpass/passport-openidconnect": "^0.3.3",
|
||||
"@types/chai": "^4.3.11",
|
||||
"@types/chai": "^4.3.12",
|
||||
"airtable": "^0.12.2",
|
||||
"ajv": "^8.12.0",
|
||||
"ajv-formats": "^2.1.1",
|
||||
@@ -106,7 +106,7 @@
|
||||
"graphql-depth-limit": "^1.1.0",
|
||||
"graphql-type-json": "^0.3.2",
|
||||
"handlebars": "^4.7.8",
|
||||
"html-to-json-parser": "^2.0.0",
|
||||
"html-to-json-parser": "^2.0.1",
|
||||
"import-fresh": "^3.3.0",
|
||||
"inflection": "^1.13.4",
|
||||
"ioredis": "^5.3.2",
|
||||
@@ -129,7 +129,7 @@
|
||||
"morgan": "^1.10.0",
|
||||
"mssql": "^10.0.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"mysql2": "^3.9.1",
|
||||
"mysql2": "^3.9.2",
|
||||
"nanoid": "^3.3.7",
|
||||
"nc-help": "0.3.1",
|
||||
"nc-lib-gui": "0.204.1",
|
||||
@@ -175,21 +175,21 @@
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "^10.3.0",
|
||||
"@nestjs/schematics": "^10.1.0",
|
||||
"@nestjs/testing": "^10.3.1",
|
||||
"@nestjs/cli": "^10.3.2",
|
||||
"@nestjs/schematics": "^10.1.1",
|
||||
"@nestjs/testing": "^10.3.3",
|
||||
"@nestjsplus/dyn-schematics": "^1.0.12",
|
||||
"@types/ejs": "^3.1.5",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/multer": "^1.4.11",
|
||||
"@types/node": "20.11.16",
|
||||
"@types/node": "20.11.21",
|
||||
"@types/passport-google-oauth20": "^2.0.14",
|
||||
"@types/passport-jwt": "^3.0.13",
|
||||
"@types/supertest": "^2.0.16",
|
||||
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||
"@typescript-eslint/parser": "^6.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"chai": "^4.4.1",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
@@ -200,7 +200,7 @@
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"jest": "29.7.0",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha": "^10.3.0",
|
||||
"nodemon": "^3.0.3",
|
||||
"prettier": "^2.8.8",
|
||||
"source-map-support": "^0.5.21",
|
||||
|
||||
1548
pnpm-lock.yaml
generated
1548
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -27,10 +27,10 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^10.3.1",
|
||||
"@nestjs/core": "^10.3.1",
|
||||
"@nestjs/common": "^10.3.3",
|
||||
"@nestjs/core": "^10.3.3",
|
||||
"express": "^4.18.2",
|
||||
"nocodb": "0.204.0"
|
||||
"nocodb": "0.204.1"
|
||||
},
|
||||
"overrides": {
|
||||
"sqlite3": "5.1.7"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# docker image created from /Users/rajanishgj/Documents/GitHub/nocohub/tests/docker/Dockerfile
|
||||
#
|
||||
|
||||
NC_REQ_NODE_V="18.19.0"
|
||||
NC_REQ_NODE_V="18.19.1"
|
||||
NC_REQ_PNPM_V="8.8.0"
|
||||
|
||||
NODE_PATH="/home/docker/actions-runner/_work/_tool/node/${NC_REQ_NODE_V}/x64/bin/node"
|
||||
|
||||
Reference in New Issue
Block a user