diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2f760c42165..be44fa33c7d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,6 +16,9 @@ "systemjs", "ts-loader", // we should remove ts-loader and use babel-loader instead "ora", // we should bump this once we move to esm modules + "@locker/near-membrane-dom", // critical library. we need to bump this only intentionally + "@locker/near-membrane-shared", // critical library. we need to bump this only intentionally + "@locker/near-membrane-shared-dom", // critical library. we need to bump this only intentionally ], "includePaths": ["package.json", "packages/**"], "ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**"], diff --git a/package.json b/package.json index def058bf1ac..fdf917b05fc 100644 --- a/package.json +++ b/package.json @@ -259,9 +259,9 @@ "@lezer/common": "1.0.2", "@lezer/highlight": "1.1.3", "@lezer/lr": "1.3.3", - "@locker/near-membrane-dom": "^0.12.15", - "@locker/near-membrane-shared": "^0.12.15", - "@locker/near-membrane-shared-dom": "^0.12.15", + "@locker/near-membrane-dom": "0.13.3", + "@locker/near-membrane-shared": "0.13.3", + "@locker/near-membrane-shared-dom": "0.13.3", "@opentelemetry/api": "1.4.1", "@opentelemetry/exporter-collector": "0.25.0", "@opentelemetry/semantic-conventions": "1.15.0", diff --git a/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts b/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts index e169905fab6..46b901f74ae 100644 --- a/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts +++ b/public/app/features/plugins/sandbox/sandbox_plugin_loader.ts @@ -161,22 +161,6 @@ async function doImportPluginModuleInSandbox(meta: PluginMeta): Promise {}, - error: getActivityErrorHandler(meta.id), - }; - }, - log: () => {}, - error: () => {}, - }, }); patchSandboxEnvironmentPrototype(sandboxEnvironment); @@ -186,8 +170,7 @@ async function doImportPluginModuleInSandbox(meta: PluginMeta): Promise