Update npm non-major dependencies (#34446)
* Update npm non-major dependencies * Iterate * Iterate * Oxlint & Knip * Oxlint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Michael Telatynski
parent
7a908483c0
commit
dacea3463a
@@ -88,7 +88,7 @@
|
|||||||
"opus-recorder": "^8.0.3",
|
"opus-recorder": "^8.0.3",
|
||||||
"pako": "^3.0.0",
|
"pako": "^3.0.0",
|
||||||
"png-chunks-extract": "^1.0.0",
|
"png-chunks-extract": "^1.0.0",
|
||||||
"posthog-js": "1.404.1",
|
"posthog-js": "1.407.2",
|
||||||
"qrcode": "1.5.4",
|
"qrcode": "1.5.4",
|
||||||
"re-resizable": "6.11.2",
|
"re-resizable": "6.11.2",
|
||||||
"react": "catalog:",
|
"react": "catalog:",
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
"matrix-web-i18n": "catalog:",
|
"matrix-web-i18n": "catalog:",
|
||||||
"mini-css-extract-plugin": "2.10.2",
|
"mini-css-extract-plugin": "2.10.2",
|
||||||
"modernizr": "^3.12.0",
|
"modernizr": "^3.12.0",
|
||||||
"oxfmt": "0.59.0",
|
"oxfmt": "0.60.0",
|
||||||
"playwright-core": "catalog:",
|
"playwright-core": "catalog:",
|
||||||
"postcss": "8.5.25",
|
"postcss": "8.5.25",
|
||||||
"postcss-easings": "4.0.0",
|
"postcss-easings": "4.0.0",
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export { findNextSiblingElement, RovingTabIndexContext } from "@element-hq/web-s
|
|||||||
export { checkInputableElement } from "@element-hq/web-shared-components";
|
export { checkInputableElement } from "@element-hq/web-shared-components";
|
||||||
export { RovingStateActionType } from "@element-hq/web-shared-components";
|
export { RovingStateActionType } from "@element-hq/web-shared-components";
|
||||||
export { useRovingTabIndex } from "@element-hq/web-shared-components";
|
export { useRovingTabIndex } from "@element-hq/web-shared-components";
|
||||||
export type { IAction, IState } from "@element-hq/web-shared-components";
|
export type { IState } from "@element-hq/web-shared-components";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Module to simplify implementing the Roving TabIndex accessibility technique
|
* Module to simplify implementing the Roving TabIndex accessibility technique
|
||||||
@@ -63,5 +63,4 @@ export const RovingTabIndexProvider: React.FC<IRovingTabIndexProps> = (props) =>
|
|||||||
};
|
};
|
||||||
|
|
||||||
// re-export the semantic helper components for simplicity
|
// re-export the semantic helper components for simplicity
|
||||||
export { RovingTabIndexWrapper } from "./roving/RovingTabIndexWrapper";
|
|
||||||
export { RovingAccessibleButton } from "./roving/RovingAccessibleButton";
|
export { RovingAccessibleButton } from "./roving/RovingAccessibleButton";
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
/*
|
|
||||||
Copyright 2024 New Vector Ltd.
|
|
||||||
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
||||||
|
|
||||||
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
|
||||||
Please see LICENSE files in the repository root for full details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
export { RovingTabIndexWrapper } from "@element-hq/web-shared-components";
|
|
||||||
@@ -7,4 +7,3 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export { getForwardableEvent } from "./forward/getForwardableEvent";
|
export { getForwardableEvent } from "./forward/getForwardableEvent";
|
||||||
export { getShareableLocationEvent } from "./location/getShareableLocationEvent";
|
|
||||||
|
|||||||
@@ -14,13 +14,10 @@ export {
|
|||||||
_t,
|
_t,
|
||||||
_td,
|
_td,
|
||||||
_tDom,
|
_tDom,
|
||||||
type IVariables,
|
|
||||||
type Tags,
|
type Tags,
|
||||||
type TranslatedString,
|
type TranslatedString,
|
||||||
lookupString,
|
lookupString,
|
||||||
sanitizeForTranslation,
|
sanitizeForTranslation,
|
||||||
normalizeLanguageKey,
|
|
||||||
getNormalizedLanguageKeys,
|
|
||||||
getLocale as getCurrentLanguage,
|
getLocale as getCurrentLanguage,
|
||||||
} from "@element-hq/web-shared-components";
|
} from "@element-hq/web-shared-components";
|
||||||
|
|
||||||
|
|||||||
@@ -337,6 +337,7 @@ export abstract class Call extends TypedEventEmitter<CallEvent, CallEventHandler
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @knipignore - exported for tests */
|
||||||
export type { JitsiCallMemberContent };
|
export type { JitsiCallMemberContent };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -5,4 +5,8 @@
|
|||||||
* Please see LICENSE files in the repository root for full details.
|
* Please see LICENSE files in the repository root for full details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export { type MessagePreview, MessagePreviewStore } from "./MessagePreviewStore";
|
export {
|
||||||
|
/** @knipignore - exported for tests */
|
||||||
|
type MessagePreview,
|
||||||
|
MessagePreviewStore,
|
||||||
|
} from "./MessagePreviewStore";
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ import { type IWidgetEvent, type UserWidget } from "./WidgetUtils-types";
|
|||||||
// before waitFor[Room/User]Widget rejects its promise
|
// before waitFor[Room/User]Widget rejects its promise
|
||||||
const WIDGET_WAIT_TIME = 20000;
|
const WIDGET_WAIT_TIME = 20000;
|
||||||
|
|
||||||
export type { IWidgetEvent, UserWidget };
|
export type { UserWidget };
|
||||||
|
|
||||||
// oxlint-disable-next-line typescript/no-extraneous-class
|
// oxlint-disable-next-line typescript/no-extraneous-class
|
||||||
export default class WidgetUtils {
|
export default class WidgetUtils {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export default {
|
|||||||
"packages/shared-components": {
|
"packages/shared-components": {
|
||||||
entry: ["src/index.ts!", "scripts/**"],
|
entry: ["src/index.ts!", "scripts/**"],
|
||||||
project: [
|
project: [
|
||||||
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}!",
|
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,mdx,pcss}!",
|
||||||
"!scripts/**!",
|
"!scripts/**!",
|
||||||
"!src/test/**!",
|
"!src/test/**!",
|
||||||
"!src/**/test-*!",
|
"!src/**/test-*!",
|
||||||
@@ -25,7 +25,7 @@ export default {
|
|||||||
"packages/playwright-common": {
|
"packages/playwright-common": {
|
||||||
entry: ["src/fixtures/index.ts!", "src/testcontainers/index.ts!"],
|
entry: ["src/fixtures/index.ts!", "src/testcontainers/index.ts!"],
|
||||||
project: [
|
project: [
|
||||||
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}!",
|
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,pcss}!",
|
||||||
"!src/flaky-reporter.ts!",
|
"!src/flaky-reporter.ts!",
|
||||||
"!src/stale-screenshot-reporter.ts!",
|
"!src/stale-screenshot-reporter.ts!",
|
||||||
],
|
],
|
||||||
@@ -47,7 +47,7 @@ export default {
|
|||||||
"test/**",
|
"test/**",
|
||||||
"res/decoder-ring/**",
|
"res/decoder-ring/**",
|
||||||
"res/jitsi_external_api.min.js",
|
"res/jitsi_external_api.min.js",
|
||||||
"res/themes/*/css/*.pcss",
|
"res/themes/*/css/*.pcss!",
|
||||||
"I18nWebpackPlugin.ts!",
|
"I18nWebpackPlugin.ts!",
|
||||||
"module_system/**!",
|
"module_system/**!",
|
||||||
// Keep for now
|
// Keep for now
|
||||||
@@ -60,7 +60,7 @@ export default {
|
|||||||
"src/stores/LifecycleStore.ts!",
|
"src/stores/LifecycleStore.ts!",
|
||||||
],
|
],
|
||||||
project: [
|
project: [
|
||||||
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}!",
|
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,pcss}!",
|
||||||
"!scripts/**!",
|
"!scripts/**!",
|
||||||
"!src/test/**!",
|
"!src/test/**!",
|
||||||
"!recorder-worklet-loader.cjs!",
|
"!recorder-worklet-loader.cjs!",
|
||||||
@@ -84,7 +84,7 @@ export default {
|
|||||||
},
|
},
|
||||||
"apps/desktop": {
|
"apps/desktop": {
|
||||||
entry: ["src/preload.cts!", "electron-builder.ts!", "scripts/**", "hak/**"],
|
entry: ["src/preload.cts!", "electron-builder.ts!", "scripts/**", "hak/**"],
|
||||||
project: ["**/*.{js,ts}"],
|
project: ["**/*.{js,ts,pcss}"],
|
||||||
ignoreDependencies: [
|
ignoreDependencies: [
|
||||||
// Brought in via hak scripts
|
// Brought in via hak scripts
|
||||||
"matrix-seshat",
|
"matrix-seshat",
|
||||||
@@ -99,11 +99,11 @@ export default {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
"modules": {
|
"modules": {
|
||||||
project: ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}!", "!playwright/**!"],
|
project: ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,pcss}!", "!playwright/**!"],
|
||||||
},
|
},
|
||||||
"modules/*": {
|
"modules/*": {
|
||||||
entry: ["src/index.ts{x,}!"],
|
entry: ["src/index.ts{x,}!"],
|
||||||
project: ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}!", "!src/tests/**!", "!e2e/**!"],
|
project: ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,pcss}!", "!src/tests/**!", "!e2e/**!"],
|
||||||
},
|
},
|
||||||
".": {
|
".": {
|
||||||
entry: ["scripts/**", "docs/**"],
|
entry: ["scripts/**", "docs/**"],
|
||||||
|
|||||||
@@ -338,6 +338,7 @@ export default defineConfig({
|
|||||||
"packages/playwright-common/src/**/*",
|
"packages/playwright-common/src/**/*",
|
||||||
"**/scripts/**/*",
|
"**/scripts/**/*",
|
||||||
"apps/web/module_system/**/*",
|
"apps/web/module_system/**/*",
|
||||||
|
"apps/web/webpack.config.ts",
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
"no-restricted-globals": "off",
|
"no-restricted-globals": "off",
|
||||||
@@ -348,6 +349,8 @@ export default defineConfig({
|
|||||||
"no-restricted-imports": "off",
|
"no-restricted-imports": "off",
|
||||||
// They can use process.exit
|
// They can use process.exit
|
||||||
"unicorn/no-process-exit": "off",
|
"unicorn/no-process-exit": "off",
|
||||||
|
// They can use top level await
|
||||||
|
"node/no-top-level-await": "off",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
+2
-2
@@ -41,13 +41,13 @@
|
|||||||
"eslint-plugin-element-call": "github:element-hq/element-call#livekit&path:/eslint",
|
"eslint-plugin-element-call": "github:element-hq/element-call#livekit&path:/eslint",
|
||||||
"eslint-plugin-storybook": "^10.4.6",
|
"eslint-plugin-storybook": "^10.4.6",
|
||||||
"husky": "^9.0.0",
|
"husky": "^9.0.0",
|
||||||
"knip": "6.27.0",
|
"knip": "6.29.0",
|
||||||
"lint-staged": "^17.0.0",
|
"lint-staged": "^17.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"mermaid": "^11.13.0",
|
"mermaid": "^11.13.0",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"nx": "catalog:",
|
"nx": "catalog:",
|
||||||
"oxfmt": "0.59.0",
|
"oxfmt": "0.60.0",
|
||||||
"oxlint": "^1.70.0",
|
"oxlint": "^1.70.0",
|
||||||
"oxlint-tsgolint": "^7.0.0",
|
"oxlint-tsgolint": "^7.0.0",
|
||||||
"typescript": "catalog:ts6",
|
"typescript": "catalog:ts6",
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
"@vector-im/compound-web": "catalog:",
|
"@vector-im/compound-web": "catalog:",
|
||||||
"@vitejs/plugin-react": "catalog:",
|
"@vitejs/plugin-react": "catalog:",
|
||||||
"@vitest/browser-playwright": "catalog:",
|
"@vitest/browser-playwright": "catalog:",
|
||||||
"oxfmt": "0.59.0",
|
"oxfmt": "0.60.0",
|
||||||
"storybook": "^10.0.7",
|
"storybook": "^10.0.7",
|
||||||
"storybook-addon-vis": "^4.0.0",
|
"storybook-addon-vis": "^4.0.0",
|
||||||
"typedoc": "^0.28.16",
|
"typedoc": "^0.28.16",
|
||||||
|
|||||||
-1
@@ -6,4 +6,3 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export { RoomListSectionHeaderDragOverlayView } from "./RoomListSectionHeaderDragOverlayView";
|
export { RoomListSectionHeaderDragOverlayView } from "./RoomListSectionHeaderDragOverlayView";
|
||||||
export type { RoomListSectionHeaderDragOverlayViewProps } from "./RoomListSectionHeaderDragOverlayView";
|
|
||||||
|
|||||||
Generated
+412
-568
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user