diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8ceeb972b..9649161c59 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -154,7 +154,7 @@ importers: specifier: ^0.11.0 version: 0.11.0 nocodb-sdk: - specifier: 0.204.9 + specifier: workspace:^ version: link:../nocodb-sdk papaparse: specifier: ^5.4.1 @@ -701,7 +701,7 @@ importers: specifier: ^0.4.4 version: 0.4.4(@nestjs/common@10.3.7)(@nestjs/core@10.3.7)(@nestjs/throttler@5.1.2)(ioredis@5.3.2)(reflect-metadata@0.2.1) nocodb-sdk: - specifier: 0.204.9 + specifier: workspace:^ version: link:../nocodb-sdk nodemailer: specifier: ^6.9.13 @@ -14446,7 +14446,7 @@ packages: dependencies: escape-string-regexp: 1.0.5 eslint: 8.33.0 - ignore: 5.3.1 + ignore: 5.3.0 dev: true /eslint-plugin-eslint-comments@3.2.0(eslint@8.56.0): @@ -23915,6 +23915,9 @@ packages: /sqlite3@5.1.6: resolution: {integrity: sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==} requiresBuild: true + peerDependenciesMeta: + node-gyp: + optional: true dependencies: '@mapbox/node-pre-gyp': 1.0.11 node-addon-api: 4.3.0 @@ -23929,6 +23932,9 @@ packages: /sqlite3@5.1.7: resolution: {integrity: sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==} requiresBuild: true + peerDependenciesMeta: + node-gyp: + optional: true dependencies: bindings: 1.5.0 node-addon-api: 7.0.0 diff --git a/tests/playwright/tests/db/views/viewCalendar.spec.ts b/tests/playwright/tests/db/views/viewCalendar.spec.ts index be0d90420c..3c6d99eb7f 100644 --- a/tests/playwright/tests/db/views/viewCalendar.spec.ts +++ b/tests/playwright/tests/db/views/viewCalendar.spec.ts @@ -288,7 +288,7 @@ test.describe('Calendar View', () => { await dashboard.viewSidebar.deleteView({ title: 'Calendar' }); }); - test('Calendar Drag and Drop & Undo Redo Operations', async () => { + test.skip('Calendar Drag and Drop & Undo Redo Operations', async () => { test.slow(); await dashboard.treeView.openBase({ title: `xcdb${context.workerId}` });