diff --git a/packages/highlight/svelte.config.js b/packages/highlight/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/packages/highlight/svelte.config.js +++ b/packages/highlight/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/packages/hls/svelte.config.js b/packages/hls/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/packages/hls/svelte.config.js +++ b/packages/hls/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/packages/kanban/svelte.config.js b/packages/kanban/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/packages/kanban/svelte.config.js +++ b/packages/kanban/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/packages/panel/svelte.config.js b/packages/panel/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/packages/panel/svelte.config.js +++ b/packages/panel/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/packages/presentation/svelte.config.js b/packages/presentation/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/packages/presentation/svelte.config.js +++ b/packages/presentation/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/packages/theme/svelte.config.js b/packages/theme/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/packages/theme/svelte.config.js +++ b/packages/theme/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/packages/ui/svelte.config.js b/packages/ui/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/packages/ui/svelte.config.js +++ b/packages/ui/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/achievement-resources/svelte.config.js b/plugins/achievement-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/achievement-resources/svelte.config.js +++ b/plugins/achievement-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/activity-resources/svelte.config.js b/plugins/activity-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/activity-resources/svelte.config.js +++ b/plugins/activity-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/ai-assistant-resources/svelte.config.js b/plugins/ai-assistant-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/ai-assistant-resources/svelte.config.js +++ b/plugins/ai-assistant-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/ai-bot-resources/svelte.config.js b/plugins/ai-bot-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/ai-bot-resources/svelte.config.js +++ b/plugins/ai-bot-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/analytics-collector-resources/svelte.config.js b/plugins/analytics-collector-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/analytics-collector-resources/svelte.config.js +++ b/plugins/analytics-collector-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/attachment-resources/svelte.config.js b/plugins/attachment-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/attachment-resources/svelte.config.js +++ b/plugins/attachment-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/billing-resources/svelte.config.js b/plugins/billing-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/billing-resources/svelte.config.js +++ b/plugins/billing-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/bitrix-resources/svelte.config.js b/plugins/bitrix-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/bitrix-resources/svelte.config.js +++ b/plugins/bitrix-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/board-resources/svelte.config.js b/plugins/board-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/board-resources/svelte.config.js +++ b/plugins/board-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/calendar-resources/svelte.config.js b/plugins/calendar-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/calendar-resources/svelte.config.js +++ b/plugins/calendar-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/card-resources/svelte.config.js b/plugins/card-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/card-resources/svelte.config.js +++ b/plugins/card-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/chat-resources/svelte.config.js b/plugins/chat-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/chat-resources/svelte.config.js +++ b/plugins/chat-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/chunter-resources/svelte.config.js b/plugins/chunter-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/chunter-resources/svelte.config.js +++ b/plugins/chunter-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/communication-resources/svelte.config.js b/plugins/communication-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/communication-resources/svelte.config.js +++ b/plugins/communication-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/contact-resources/svelte.config.js b/plugins/contact-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/contact-resources/svelte.config.js +++ b/plugins/contact-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/controlled-documents-resources/svelte.config.js b/plugins/controlled-documents-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/controlled-documents-resources/svelte.config.js +++ b/plugins/controlled-documents-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/desktop-downloads-resources/svelte.config.js b/plugins/desktop-downloads-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/desktop-downloads-resources/svelte.config.js +++ b/plugins/desktop-downloads-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/desktop-preferences-resources/svelte.config.js b/plugins/desktop-preferences-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/desktop-preferences-resources/svelte.config.js +++ b/plugins/desktop-preferences-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/devmodel-resources/svelte.config.js b/plugins/devmodel-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/devmodel-resources/svelte.config.js +++ b/plugins/devmodel-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/diffview-resources/svelte.config.js b/plugins/diffview-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/diffview-resources/svelte.config.js +++ b/plugins/diffview-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/document-resources/svelte.config.js b/plugins/document-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/document-resources/svelte.config.js +++ b/plugins/document-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/drive-resources/svelte.config.js b/plugins/drive-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/drive-resources/svelte.config.js +++ b/plugins/drive-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/emoji-resources/svelte.config.js b/plugins/emoji-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/emoji-resources/svelte.config.js +++ b/plugins/emoji-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/export-resources/svelte.config.js b/plugins/export-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/export-resources/svelte.config.js +++ b/plugins/export-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/global-profile-resources/svelte.config.js b/plugins/global-profile-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/global-profile-resources/svelte.config.js +++ b/plugins/global-profile-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/gmail-resources/svelte.config.js b/plugins/gmail-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/gmail-resources/svelte.config.js +++ b/plugins/gmail-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/guest-resources/svelte.config.js b/plugins/guest-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/guest-resources/svelte.config.js +++ b/plugins/guest-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/hr-resources/svelte.config.js b/plugins/hr-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/hr-resources/svelte.config.js +++ b/plugins/hr-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/huly-mail-resources/svelte.config.js b/plugins/huly-mail-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/huly-mail-resources/svelte.config.js +++ b/plugins/huly-mail-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/image-cropper-resources/svelte.config.js b/plugins/image-cropper-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/image-cropper-resources/svelte.config.js +++ b/plugins/image-cropper-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/inbox-resources/svelte.config.js b/plugins/inbox-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/inbox-resources/svelte.config.js +++ b/plugins/inbox-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/inventory-resources/svelte.config.js b/plugins/inventory-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/inventory-resources/svelte.config.js +++ b/plugins/inventory-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/lead-resources/svelte.config.js b/plugins/lead-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/lead-resources/svelte.config.js +++ b/plugins/lead-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/login-resources/svelte.config.js b/plugins/login-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/login-resources/svelte.config.js +++ b/plugins/login-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/love-resources/svelte.config.js b/plugins/love-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/love-resources/svelte.config.js +++ b/plugins/love-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/media-resources/svelte.config.js b/plugins/media-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/media-resources/svelte.config.js +++ b/plugins/media-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/notification-resources/svelte.config.js b/plugins/notification-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/notification-resources/svelte.config.js +++ b/plugins/notification-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/notification/svelte.config.js b/plugins/notification/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/notification/svelte.config.js +++ b/plugins/notification/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/onboard-resources/svelte.config.js b/plugins/onboard-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/onboard-resources/svelte.config.js +++ b/plugins/onboard-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/presence-resources/svelte.config.js b/plugins/presence-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/presence-resources/svelte.config.js +++ b/plugins/presence-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/print-resources/svelte.config.js b/plugins/print-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/print-resources/svelte.config.js +++ b/plugins/print-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/process-resources/svelte.config.js b/plugins/process-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/process-resources/svelte.config.js +++ b/plugins/process-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/products-resources/svelte.config.js b/plugins/products-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/products-resources/svelte.config.js +++ b/plugins/products-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/questions-resources/svelte.config.js b/plugins/questions-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/questions-resources/svelte.config.js +++ b/plugins/questions-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/rating-resources/svelte.config.js b/plugins/rating-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/rating-resources/svelte.config.js +++ b/plugins/rating-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/recorder-resources/svelte.config.js b/plugins/recorder-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/recorder-resources/svelte.config.js +++ b/plugins/recorder-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/recruit-resources/svelte.config.js b/plugins/recruit-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/recruit-resources/svelte.config.js +++ b/plugins/recruit-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/request-resources/svelte.config.js b/plugins/request-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/request-resources/svelte.config.js +++ b/plugins/request-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/setting-resources/svelte.config.js b/plugins/setting-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/setting-resources/svelte.config.js +++ b/plugins/setting-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/support-resources/svelte.config.js b/plugins/support-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/support-resources/svelte.config.js +++ b/plugins/support-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/survey-resources/svelte.config.js b/plugins/survey-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/survey-resources/svelte.config.js +++ b/plugins/survey-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/tags-resources/svelte.config.js b/plugins/tags-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/tags-resources/svelte.config.js +++ b/plugins/tags-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/task-resources/svelte.config.js b/plugins/task-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/task-resources/svelte.config.js +++ b/plugins/task-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/telegram-resources/svelte.config.js b/plugins/telegram-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/telegram-resources/svelte.config.js +++ b/plugins/telegram-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/templates-resources/svelte.config.js b/plugins/templates-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/templates-resources/svelte.config.js +++ b/plugins/templates-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/test-management-resources/svelte.config.js b/plugins/test-management-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/test-management-resources/svelte.config.js +++ b/plugins/test-management-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/text-editor-resources/svelte.config.js b/plugins/text-editor-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/text-editor-resources/svelte.config.js +++ b/plugins/text-editor-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/time-resources/svelte.config.js b/plugins/time-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/time-resources/svelte.config.js +++ b/plugins/time-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/tracker-resources/svelte.config.js b/plugins/tracker-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/tracker-resources/svelte.config.js +++ b/plugins/tracker-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/training-resources/svelte.config.js b/plugins/training-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/training-resources/svelte.config.js +++ b/plugins/training-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/uploader-resources/svelte.config.js b/plugins/uploader-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/uploader-resources/svelte.config.js +++ b/plugins/uploader-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/view-resources/svelte.config.js b/plugins/view-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/view-resources/svelte.config.js +++ b/plugins/view-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/plugins/workbench-resources/svelte.config.js b/plugins/workbench-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/plugins/workbench-resources/svelte.config.js +++ b/plugins/workbench-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/services/github/github-resources/svelte.config.js b/services/github/github-resources/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/services/github/github-resources/svelte.config.js +++ b/services/github/github-resources/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file diff --git a/templates/ui/svelte.config.js b/templates/ui/svelte.config.js index 944a06f73e..ba9812ce29 100644 --- a/templates/ui/svelte.config.js +++ b/templates/ui/svelte.config.js @@ -1,5 +1,10 @@ const sveltePreprocess = require('svelte-preprocess') module.exports = { - preprocess: sveltePreprocess() + preprocess: sveltePreprocess({ + scss: { + // This is expected as svelte-preprocess hasn't fully migrated to the modern API yet + silenceDeprecations: ['legacy-js-api'] + } + }) }; \ No newline at end of file