diff --git a/packages/cli/package.json b/packages/cli/package.json index 2305edc4bd2..96db1fa094a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -30,12 +30,9 @@ }, "files": [ "dist", - "CLAUDE.md", - "patches" + "CLAUDE.md" ], "dependencies": { - "dedent": "1.7.2", - "execa": "9.6.1", - "patch-package": "8.0.1" + "dedent": "1.7.2" } } diff --git a/packages/cli/patches/@ui5+webcomponents-compat+2.11.0.patch b/packages/cli/patches/@ui5+webcomponents-compat+2.11.0.patch deleted file mode 100644 index e1b054aa7ae..00000000000 --- a/packages/cli/patches/@ui5+webcomponents-compat+2.11.0.patch +++ /dev/null @@ -1,90 +0,0 @@ -diff --git a/node_modules/@ui5/webcomponents-compat/dist/Table.js b/node_modules/@ui5/webcomponents-compat/dist/Table.js -index f72d58f..0c0cde5 100644 ---- a/node_modules/@ui5/webcomponents-compat/dist/Table.js -+++ b/node_modules/@ui5/webcomponents-compat/dist/Table.js -@@ -653,14 +653,14 @@ let Table = Table_1 = class Table extends UI5Element { - }); - } - getRowParent(child) { -- if (child.hasAttribute("ui5-table-row")) { -+ if (child.hasAttribute("ui5-table-row-v1")) { - return child; - } - const parent = child.parentElement; - if (!parent) { - return; - } -- if (parent.hasAttribute("ui5-table-row")) { -+ if (parent.hasAttribute("ui5-table-row-v1")) { - return parent; - } - return this.getRowParent(parent); -@@ -867,7 +867,7 @@ __decorate([ - ], Table, "i18nBundle", void 0); - Table = Table_1 = __decorate([ - customElement({ -- tag: "ui5-table", -+ tag: "ui5-table-v1", - fastNavigation: true, - styles: tableStyles, - renderer: jsxRenderer, -diff --git a/node_modules/@ui5/webcomponents-compat/dist/TableCell.js b/node_modules/@ui5/webcomponents-compat/dist/TableCell.js -index dd6e17f..c9fce9d 100644 ---- a/node_modules/@ui5/webcomponents-compat/dist/TableCell.js -+++ b/node_modules/@ui5/webcomponents-compat/dist/TableCell.js -@@ -67,7 +67,7 @@ __decorate([ - ], TableCell, "i18nBundle", void 0); - TableCell = TableCell_1 = __decorate([ - customElement({ -- tag: "ui5-table-cell", -+ tag: "ui5-table-cell-v1", - renderer: jsxRenderer, - template: TableCellTemplate, - styles: tableCellStyles, -diff --git a/node_modules/@ui5/webcomponents-compat/dist/TableRow.js b/node_modules/@ui5/webcomponents-compat/dist/TableRow.js -index 8fa9936..aac526b 100644 ---- a/node_modules/@ui5/webcomponents-compat/dist/TableRow.js -+++ b/node_modules/@ui5/webcomponents-compat/dist/TableRow.js -@@ -94,7 +94,7 @@ let TableRow = TableRow_1 = class TableRow extends UI5Element { - const itemActive = this.type === TableRowType.Active; - const isSingleSelect = this.isSingleSelect; - const itemSelectable = isSingleSelect || this.isMultiSelect; -- const isRowFocused = this._activeElementHasAttribute("ui5-table-row"); -+ const isRowFocused = this._activeElementHasAttribute("ui5-table-row-v1"); - const target = e.target; - const checkboxPressed = target.classList.contains("ui5-multi-select-checkbox"); - const rowElements = Array.from(this.shadowRoot.querySelectorAll("tr") || []); -@@ -137,7 +137,7 @@ let TableRow = TableRow_1 = class TableRow extends UI5Element { - this.deactivate(); - } - _onfocusin(e, forceSelfFocus = false) { -- if (forceSelfFocus || this._activeElementHasAttribute("ui5-table-cell")) { -+ if (forceSelfFocus || this._activeElementHasAttribute("ui5-table-cell-v1")) { - this.root.focus(); - this.activate(); - } -@@ -160,7 +160,7 @@ let TableRow = TableRow_1 = class TableRow extends UI5Element { - this._onfocusin(e, true /* force row focus */); - this.deactivate(); - } -- if (this._activeElementHasAttribute("ui5-table-row")) { -+ if (this._activeElementHasAttribute("ui5-table-row-v1")) { - if (this.isSingleSelect) { - this._handleSelection(); - } -@@ -322,7 +322,7 @@ __decorate([ - ], TableRow, "i18nBundle", void 0); - TableRow = TableRow_1 = __decorate([ - customElement({ -- tag: "ui5-table-row", -+ tag: "ui5-table-row-v1", - styles: tableRowStyles, - renderer: jsxRenderer, - template: TableRowTemplate, -diff --git a/node_modules/@ui5/webcomponents-compat/dist/css/themes/TableRow.css b/node_modules/@ui5/webcomponents-compat/dist/css/themes/TableRow.css -index 9bc71fe..561ff7d 100644 ---- a/node_modules/@ui5/webcomponents-compat/dist/css/themes/TableRow.css -+++ b/node_modules/@ui5/webcomponents-compat/dist/css/themes/TableRow.css -@@ -1 +1 @@ --:host{--table-row-border-styles: var(--ui5-v2-11-0_table_row_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);display:contents}:host([_busy]) .ui5-table-row-root{opacity:.72;pointer-events:none}.ui5-table-row-root{background-color:var(--sapList_Background);color:var(--sapList_TextColor);border-top:1px solid var(--sapList_BorderColor);position:relative}.ui5-table-row-root,.ui5-table-popin-row{position:relative}.ui5-table-row-root:focus{outline:none}.ui5-table-row-root:focus:after,.ui5-table-row-root:focus~.ui5-table-popin-row:after{pointer-events:none;position:absolute;content:"";inset:var(--ui5-v2-11-0_table_focus_outline_offset);border:var(--table-row-border-styles)}.ui5-table-row-root:has(+.ui5-table-popin-row):focus:after{bottom:0;border-bottom:none}.ui5-table-row-root:focus~.ui5-table-popin-row:after{top:0;bottom:0;border-top:none;border-bottom:none}.ui5-table-row-root:focus~.ui5-table-popin-row:last-child:after{top:0;border-bottom:var(--table-row-border-styles)}.ui5-table-popin-row{background-color:var(--sapList_Background)}.ui5-table-popin-row.all-columns-popped-in.popin-header{border-top:1px solid var(--sapList_BorderColor)}.ui5-table-popin-row td:not(.ui5-table-row-navigated){padding-top:.5rem;padding-inline-start:1rem}:host([mode="MultiSelect"]) .ui5-table-popin-row td:not(.ui5-table-row-navigated){padding-inline-start:var(--ui5-v2-11-0_table_multiselect_popin_row_padding)}.ui5-table-popin-row:last-child td{padding-bottom:.5rem}.ui5-table-row-popin-title{color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize)}.ui5-table-cell-display-inline{margin-inline-start:.5rem}.ui5-table-display-inline-container{display:flex;align-items:center}.ui5-table-multi-select-cell{padding:.25rem 0;box-sizing:border-box;text-align:center;vertical-align:middle}:host([mode="SingleSelect"]) .ui5-table-row-root{cursor:pointer}:host([mode="MultiSelect"]) .ui5-table-row-root .ui5-table-multi-select-cell{cursor:pointer}:host ::slotted([ui5-table-cell]:not([popined])){padding:.25rem .5rem}:host(:not([mode="MultiSelect"])) ::slotted([ui5-table-cell]:not([popined]):first-child){padding-inline-start:1rem}:host([type="Active"]) .ui5-table-row-root:hover,:host([mode="SingleSelect"]) .ui5-table-row-root:hover:not(:active){background-color:var(--sapList_Hover_Background)}:host([type="Active"]) .ui5-table-row-root:active,:host([selected][type="Active"]) .ui5-table-row-root:active{background-color:var(--sapList_Active_Background)}:host([type="Active"]) .ui5-table-row-root:active ::slotted([ui5-table-cell]){color:var(--sapList_Active_TextColor)}:host([selected]) .ui5-table-row-root:not(:active),:host([selected]) .ui5-table-row-root:not(:active)~tr{background-color:var(--sapList_SelectionBackgroundColor)}:host([selected]) tr:last-child{border-bottom:1px solid var(--sapList_SelectionBorderColor)}:host([selected][type="Active"]) .ui5-table-row-root:hover:not(:active),:host([selected][mode="SingleSelect"]) .ui5-table-row-root:hover:not(:active){background-color:var(--sapList_Hover_SelectionBackground)}:host([navigated]) .ui5-table-row-root:focus .ui5-table-div-navigated{width:.09375rem;top:2px;inset-inline-end:2px;bottom:1px}:host([navigated]) .ui5-table-row-navigated{vertical-align:middle;padding:0;position:relative}:host([navigated]) .ui5-table-div-navigated{width:.1875rem;position:absolute;inset:0;background-color:var(--sapList_SelectionBorderColor)} -+:host{--table-row-border-styles: var(--ui5-v2-11-0_table_row_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);display:contents}:host([_busy]) .ui5-table-row-root{opacity:.72;pointer-events:none}.ui5-table-row-root{background-color:var(--sapList_Background);color:var(--sapList_TextColor);border-top:1px solid var(--sapList_BorderColor);position:relative}.ui5-table-row-root,.ui5-table-popin-row{position:relative}.ui5-table-row-root:focus{outline:none}.ui5-table-row-root:focus:after,.ui5-table-row-root:focus~.ui5-table-popin-row:after{pointer-events:none;position:absolute;content:"";inset:var(--ui5-v2-11-0_table_focus_outline_offset);border:var(--table-row-border-styles)}.ui5-table-row-root:has(+.ui5-table-popin-row):focus:after{bottom:0;border-bottom:none}.ui5-table-row-root:focus~.ui5-table-popin-row:after{top:0;bottom:0;border-top:none;border-bottom:none}.ui5-table-row-root:focus~.ui5-table-popin-row:last-child:after{top:0;border-bottom:var(--table-row-border-styles)}.ui5-table-popin-row{background-color:var(--sapList_Background)}.ui5-table-popin-row.all-columns-popped-in.popin-header{border-top:1px solid var(--sapList_BorderColor)}.ui5-table-popin-row td:not(.ui5-table-row-navigated){padding-top:.5rem;padding-inline-start:1rem}:host([mode="MultiSelect"]) .ui5-table-popin-row td:not(.ui5-table-row-navigated){padding-inline-start:var(--ui5-v2-11-0_table_multiselect_popin_row_padding)}.ui5-table-popin-row:last-child td{padding-bottom:.5rem}.ui5-table-row-popin-title{color:var(--sapContent_LabelColor);font-family:"72override",var(--sapFontFamily);font-size:var(--sapFontSize)}.ui5-table-cell-display-inline{margin-inline-start:.5rem}.ui5-table-display-inline-container{display:flex;align-items:center}.ui5-table-multi-select-cell{padding:.25rem 0;box-sizing:border-box;text-align:center;vertical-align:middle}:host([mode="SingleSelect"]) .ui5-table-row-root{cursor:pointer}:host([mode="MultiSelect"]) .ui5-table-row-root .ui5-table-multi-select-cell{cursor:pointer}:host ::slotted([ui5-table-cell-v1]:not([popined])){padding:.25rem .5rem}:host(:not([mode="MultiSelect"])) ::slotted([ui5-table-cell-v1]:not([popined]):first-child){padding-inline-start:1rem}:host([type="Active"]) .ui5-table-row-root:hover,:host([mode="SingleSelect"]) .ui5-table-row-root:hover:not(:active){background-color:var(--sapList_Hover_Background)}:host([type="Active"]) .ui5-table-row-root:active,:host([selected][type="Active"]) .ui5-table-row-root:active{background-color:var(--sapList_Active_Background)}:host([type="Active"]) .ui5-table-row-root:active ::slotted([ui5-table-cell-v1]){color:var(--sapList_Active_TextColor)}:host([selected]) .ui5-table-row-root:not(:active),:host([selected]) .ui5-table-row-root:not(:active)~tr{background-color:var(--sapList_SelectionBackgroundColor)}:host([selected]) tr:last-child{border-bottom:1px solid var(--sapList_SelectionBorderColor)}:host([selected][type="Active"]) .ui5-table-row-root:hover:not(:active),:host([selected][mode="SingleSelect"]) .ui5-table-row-root:hover:not(:active){background-color:var(--sapList_Hover_SelectionBackground)}:host([navigated]) .ui5-table-row-root:focus .ui5-table-div-navigated{width:.09375rem;top:2px;inset-inline-end:2px;bottom:1px}:host([navigated]) .ui5-table-row-navigated{vertical-align:middle;padding:0;position:relative}:host([navigated]) .ui5-table-div-navigated{width:.1875rem;position:absolute;inset:0;background-color:var(--sapList_SelectionBorderColor)} diff --git a/packages/cli/patches/@ui5+webcomponents-react-compat+2.10.1.patch b/packages/cli/patches/@ui5+webcomponents-react-compat+2.10.1.patch deleted file mode 100644 index 3268ac4e011..00000000000 --- a/packages/cli/patches/@ui5+webcomponents-react-compat+2.10.1.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff --git a/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js b/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js -index 41e173b..0b6bd4a 100644 ---- a/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js -+++ b/node_modules/@ui5/webcomponents-react-compat/dist/components/Table/index.js -@@ -56,7 +56,7 @@ import { withWebComponent } from '@ui5/webcomponents-react-base/dist/wrapper/wit - * - * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) - */ --const Table = withWebComponent('ui5-table', [ -+const Table = withWebComponent('ui5-table-v1', [ - 'accessibleName', - 'accessibleNameRef', - 'busyDelay', -diff --git a/node_modules/@ui5/webcomponents-react-compat/dist/components/TableCell/index.js b/node_modules/@ui5/webcomponents-react-compat/dist/components/TableCell/index.js -index 2e5338f..cce3387 100644 ---- a/node_modules/@ui5/webcomponents-react-compat/dist/components/TableCell/index.js -+++ b/node_modules/@ui5/webcomponents-react-compat/dist/components/TableCell/index.js -@@ -6,6 +6,6 @@ import { withWebComponent } from '@ui5/webcomponents-react-base/dist/wrapper/wit - * - * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) - */ --const TableCell = withWebComponent('ui5-table-cell', [], [], [], []); -+const TableCell = withWebComponent('ui5-table-cell-v1', [], [], [], []); - TableCell.displayName = 'TableCell'; - export { TableCell }; -diff --git a/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js b/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js -index 6d568f3..0b982f7 100644 ---- a/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js -+++ b/node_modules/@ui5/webcomponents-react-compat/dist/components/TableRow/index.js -@@ -6,6 +6,6 @@ import { withWebComponent } from '@ui5/webcomponents-react-base/dist/wrapper/wit - * - * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) - */ --const TableRow = withWebComponent('ui5-table-row', ['type'], ['navigated', 'selected'], [], []); -+const TableRow = withWebComponent('ui5-table-row-v1', ['type'], ['navigated', 'selected'], [], []); - TableRow.displayName = 'TableRow'; - export { TableRow }; diff --git a/packages/cli/src/bin/index.ts b/packages/cli/src/bin/index.ts index 8752a20989f..70958c1174f 100755 --- a/packages/cli/src/bin/index.ts +++ b/packages/cli/src/bin/index.ts @@ -1,9 +1,7 @@ #!/usr/bin/env node -import { relative, resolve } from 'node:path'; -import { fileURLToPath } from 'node:url'; +import { resolve } from 'node:path'; import { parseArgs } from 'node:util'; import * as process from 'process'; -import { $ } from 'execa'; const { positionals } = parseArgs({ allowPositionals: true, strict: false }); @@ -123,21 +121,6 @@ switch (command) { break; } - case 'patch-compat-table': { - const patchesPath = relative(process.cwd(), fileURLToPath(new URL('../../patches', import.meta.url))); - console.warn( - 'This command is deprecated and will be removed in the future. Please apply scoping to the "compat" table and its subcomponents manually: https://ui5.github.io/webcomponents-react/v2/?path=/docs/legacy-components-docs--docs#using-the-compat-v1-table-together-with-the-v2-table-in-one-application', - ); - try { - await $`patch-package --patch-dir ${patchesPath}`; - console.log('Patches applied successfully!'); - } catch (error) { - console.error('Failed to apply patches:', error); - process.exit(1); - } - - break; - } default: console.warn('Unknown command', command); process.exit(1); diff --git a/packages/cli/tsconfig.json b/packages/cli/tsconfig.json index 9ce96af28ff..fb2b71c6908 100644 --- a/packages/cli/tsconfig.json +++ b/packages/cli/tsconfig.json @@ -8,5 +8,5 @@ "types": ["node"], "skipLibCheck": true }, - "include": ["src", "**/*.json", "patches"] + "include": ["src", "**/*.json"] } diff --git a/yarn.lock b/yarn.lock index 3bd55a62b54..08804dccb82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4328,13 +4328,6 @@ __metadata: languageName: node linkType: hard -"@sec-ant/readable-stream@npm:^0.4.1": - version: 0.4.1 - resolution: "@sec-ant/readable-stream@npm:0.4.1" - checksum: 10c0/64e9e9cf161e848067a5bf60cdc04d18495dc28bb63a8d9f8993e4dd99b91ad34e4b563c85de17d91ffb177ec17a0664991d2e115f6543e73236a906068987af - languageName: node - linkType: hard - "@semantic-release/error@npm:^4.0.0": version: 4.0.0 resolution: "@semantic-release/error@npm:4.0.0" @@ -5963,8 +5956,6 @@ __metadata: resolution: "@ui5/webcomponents-react-cli@workspace:packages/cli" dependencies: dedent: "npm:1.7.2" - execa: "npm:9.6.1" - patch-package: "npm:8.0.1" bin: ui5-wcr: ./dist/bin/index.js languageName: unknown @@ -6735,7 +6726,7 @@ __metadata: languageName: node linkType: hard -"@yarnpkg/lockfile@npm:1.1.0, @yarnpkg/lockfile@npm:^1.1.0": +"@yarnpkg/lockfile@npm:1.1.0": version: 1.1.0 resolution: "@yarnpkg/lockfile@npm:1.1.0" checksum: 10c0/0bfa50a3d756623d1f3409bc23f225a1d069424dbc77c6fd2f14fb377390cd57ec703dc70286e081c564be9051ead9ba85d81d66a3e68eeb6eb506d4e0c0fbda @@ -8337,7 +8328,7 @@ __metadata: languageName: node linkType: hard -"ci-info@npm:^3.2.0, ci-info@npm:^3.7.0": +"ci-info@npm:^3.2.0": version: 3.9.0 resolution: "ci-info@npm:3.9.0" checksum: 10c0/6f0109e36e111684291d46123d491bc4e7b7a1934c3a20dea28cba89f1d4a03acd892f5f6a81ed3855c38647e285a150e3c9ba062e38943bef57fee6c1554c3a @@ -11402,26 +11393,6 @@ __metadata: languageName: node linkType: hard -"execa@npm:9.6.1": - version: 9.6.1 - resolution: "execa@npm:9.6.1" - dependencies: - "@sindresorhus/merge-streams": "npm:^4.0.0" - cross-spawn: "npm:^7.0.6" - figures: "npm:^6.1.0" - get-stream: "npm:^9.0.0" - human-signals: "npm:^8.0.1" - is-plain-obj: "npm:^4.1.0" - is-stream: "npm:^4.0.1" - npm-run-path: "npm:^6.0.0" - pretty-ms: "npm:^9.2.0" - signal-exit: "npm:^4.1.0" - strip-final-newline: "npm:^4.0.0" - yoctocolors: "npm:^2.1.1" - checksum: 10c0/636b36585306a3c8bc3a9d7b25d2d915fb06d8c9b9b02a804280d62562de3b34535affc1b7702b039320e0953daa6545a073f3c4b63fe974c1fe11336c56b467 - languageName: node - linkType: hard - "executable@npm:^4.1.1": version: 4.1.1 resolution: "executable@npm:4.1.1" @@ -11861,15 +11832,6 @@ __metadata: languageName: node linkType: hard -"find-yarn-workspace-root@npm:^2.0.0": - version: 2.0.0 - resolution: "find-yarn-workspace-root@npm:2.0.0" - dependencies: - micromatch: "npm:^4.0.2" - checksum: 10c0/b0d3843013fbdaf4e57140e0165889d09fa61745c9e85da2af86e54974f4cc9f1967e40f0d8fc36a79d53091f0829c651d06607d552582e53976f3cd8f4e5689 - languageName: node - linkType: hard - "flat-cache@npm:^3.0.4": version: 3.2.0 resolution: "flat-cache@npm:3.2.0" @@ -12293,16 +12255,6 @@ __metadata: languageName: node linkType: hard -"get-stream@npm:^9.0.0": - version: 9.0.1 - resolution: "get-stream@npm:9.0.1" - dependencies: - "@sec-ant/readable-stream": "npm:^0.4.1" - is-stream: "npm:^4.0.1" - checksum: 10c0/d70e73857f2eea1826ac570c3a912757dcfbe8a718a033fa0c23e12ac8e7d633195b01710e0559af574cbb5af101009b42df7b6f6b29ceec8dbdf7291931b948 - languageName: node - linkType: hard - "get-symbol-description@npm:^1.1.0": version: 1.1.0 resolution: "get-symbol-description@npm:1.1.0" @@ -12673,7 +12625,7 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 @@ -13148,13 +13100,6 @@ __metadata: languageName: node linkType: hard -"human-signals@npm:^8.0.1": - version: 8.0.1 - resolution: "human-signals@npm:8.0.1" - checksum: 10c0/195ac607108c56253757717242e17cd2e21b29f06c5d2dad362e86c672bf2d096e8a3bbb2601841c376c2301c4ae7cff129e87f740aa4ebff1390c163114c7c4 - languageName: node - linkType: hard - "husky@npm:9.1.7": version: 9.1.7 resolution: "husky@npm:9.1.7" @@ -13749,7 +13694,7 @@ __metadata: languageName: node linkType: hard -"is-plain-obj@npm:^4.0.0, is-plain-obj@npm:^4.1.0": +"is-plain-obj@npm:^4.0.0": version: 4.1.0 resolution: "is-plain-obj@npm:4.1.0" checksum: 10c0/32130d651d71d9564dc88ba7e6fda0e91a1010a3694648e9f4f47bb6080438140696d3e3e15c741411d712e47ac9edc1a8a9de1fe76f3487b0d90be06ac9975e @@ -13830,13 +13775,6 @@ __metadata: languageName: node linkType: hard -"is-stream@npm:^4.0.1": - version: 4.0.1 - resolution: "is-stream@npm:4.0.1" - checksum: 10c0/2706c7f19b851327ba374687bc4a3940805e14ca496dc672b9629e744d143b1ad9c6f1b162dece81c7bfbc0f83b32b61ccc19ad2e05aad2dd7af347408f60c7f - languageName: node - linkType: hard - "is-string@npm:^1.1.1": version: 1.1.1 resolution: "is-string@npm:1.1.1" @@ -13953,7 +13891,7 @@ __metadata: languageName: node linkType: hard -"is-wsl@npm:2.2.0, is-wsl@npm:^2.1.1, is-wsl@npm:^2.2.0": +"is-wsl@npm:2.2.0, is-wsl@npm:^2.2.0": version: 2.2.0 resolution: "is-wsl@npm:2.2.0" dependencies: @@ -14368,19 +14306,6 @@ __metadata: languageName: node linkType: hard -"json-stable-stringify@npm:^1.0.2": - version: 1.3.0 - resolution: "json-stable-stringify@npm:1.3.0" - dependencies: - call-bind: "npm:^1.0.8" - call-bound: "npm:^1.0.4" - isarray: "npm:^2.0.5" - jsonify: "npm:^0.0.1" - object-keys: "npm:^1.1.1" - checksum: 10c0/8b3ff19e4c23c0ad591a49bc3a015d89a538db787d12fe9c4072e1d64d8cfa481f8c37719c629c3d84e848847617bf49f5fee894cf1d25959ab5b67e1c517f31 - languageName: node - linkType: hard - "json-stringify-nice@npm:^1.1.4": version: 1.1.4 resolution: "json-stringify-nice@npm:1.1.4" @@ -14442,13 +14367,6 @@ __metadata: languageName: node linkType: hard -"jsonify@npm:^0.0.1": - version: 0.0.1 - resolution: "jsonify@npm:0.0.1" - checksum: 10c0/7f5499cdd59a0967ed35bda48b7cec43d850bbc8fb955cdd3a1717bb0efadbe300724d5646de765bb7a99fc1c3ab06eb80d93503c6faaf99b4ff50a3326692f6 - languageName: node - linkType: hard - "jsonparse@npm:^1.2.0, jsonparse@npm:^1.3.1": version: 1.3.1 resolution: "jsonparse@npm:1.3.1" @@ -14519,15 +14437,6 @@ __metadata: languageName: node linkType: hard -"klaw-sync@npm:^6.0.0": - version: 6.0.0 - resolution: "klaw-sync@npm:6.0.0" - dependencies: - graceful-fs: "npm:^4.1.11" - checksum: 10c0/00d8e4c48d0d699b743b3b028e807295ea0b225caf6179f51029e19783a93ad8bb9bccde617d169659fbe99559d73fb35f796214de031d0023c26b906cecd70a - languageName: node - linkType: hard - "kleur@npm:^3.0.3": version: 3.0.3 resolution: "kleur@npm:3.0.3" @@ -16563,7 +16472,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8": +"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8": version: 4.0.8 resolution: "micromatch@npm:4.0.8" dependencies: @@ -17403,16 +17312,6 @@ __metadata: languageName: node linkType: hard -"npm-run-path@npm:^6.0.0": - version: 6.0.0 - resolution: "npm-run-path@npm:6.0.0" - dependencies: - path-key: "npm:^4.0.0" - unicorn-magic: "npm:^0.3.0" - checksum: 10c0/b223c8a0dcd608abf95363ea5c3c0ccc3cd877daf0102eaf1b0f2390d6858d8337fbb7c443af2403b067a7d2c116d10691ecd22ab3c5273c44da1ff8d07753bd - languageName: node - linkType: hard - "nth-check@npm:^2.0.1": version: 2.1.1 resolution: "nth-check@npm:2.1.1" @@ -17776,16 +17675,6 @@ __metadata: languageName: node linkType: hard -"open@npm:^7.4.2": - version: 7.4.2 - resolution: "open@npm:7.4.2" - dependencies: - is-docker: "npm:^2.0.0" - is-wsl: "npm:^2.1.1" - checksum: 10c0/77573a6a68f7364f3a19a4c80492712720746b63680ee304555112605ead196afe91052bd3c3d165efdf4e9d04d255e87de0d0a77acec11ef47fd5261251813f - languageName: node - linkType: hard - "optionator@npm:^0.9.1, optionator@npm:^0.9.3": version: 0.9.4 resolution: "optionator@npm:0.9.4" @@ -18417,30 +18306,6 @@ __metadata: languageName: node linkType: hard -"patch-package@npm:8.0.1": - version: 8.0.1 - resolution: "patch-package@npm:8.0.1" - dependencies: - "@yarnpkg/lockfile": "npm:^1.1.0" - chalk: "npm:^4.1.2" - ci-info: "npm:^3.7.0" - cross-spawn: "npm:^7.0.3" - find-yarn-workspace-root: "npm:^2.0.0" - fs-extra: "npm:^10.0.0" - json-stable-stringify: "npm:^1.0.2" - klaw-sync: "npm:^6.0.0" - minimist: "npm:^1.2.6" - open: "npm:^7.4.2" - semver: "npm:^7.5.3" - slash: "npm:^2.0.0" - tmp: "npm:^0.2.4" - yaml: "npm:^2.2.2" - bin: - patch-package: index.js - checksum: 10c0/6dd7cdd8b814902f1a66bc9082bd5a5a484956563538a694ff1de2e7f4cc14a13480739f5f04e0d1747395d6f1b651eb1ddbc39687ce5ff8a3927f212cffd2ac - languageName: node - linkType: hard - "path-exists@npm:^2.0.0": version: 2.1.0 resolution: "path-exists@npm:2.1.0" @@ -18485,13 +18350,6 @@ __metadata: languageName: node linkType: hard -"path-key@npm:^4.0.0": - version: 4.0.0 - resolution: "path-key@npm:4.0.0" - checksum: 10c0/794efeef32863a65ac312f3c0b0a99f921f3e827ff63afa5cb09a377e202c262b671f7b3832a4e64731003fa94af0263713962d317b9887bd1e0c48a342efba3 - languageName: node - linkType: hard - "path-parse@npm:^1.0.7": version: 1.0.7 resolution: "path-parse@npm:1.0.7" @@ -19336,7 +19194,7 @@ __metadata: languageName: node linkType: hard -"pretty-ms@npm:^9.2.0, pretty-ms@npm:^9.3.0": +"pretty-ms@npm:^9.3.0": version: 9.3.0 resolution: "pretty-ms@npm:9.3.0" dependencies: @@ -21604,13 +21462,6 @@ __metadata: languageName: node linkType: hard -"strip-final-newline@npm:^4.0.0": - version: 4.0.0 - resolution: "strip-final-newline@npm:4.0.0" - checksum: 10c0/b0cf2b62d597a1b0e3ebc42b88767f0a0d45601f89fd379a928a1812c8779440c81abba708082c946445af1d6b62d5f16e2a7cf4f30d9d6587b89425fae801ff - languageName: node - linkType: hard - "strip-indent@npm:^3.0.0": version: 3.0.0 resolution: "strip-indent@npm:3.0.0" @@ -21993,7 +21844,7 @@ __metadata: languageName: node linkType: hard -"tmp@npm:^0.2.4, tmp@npm:~0.2.4": +"tmp@npm:~0.2.4": version: 0.2.5 resolution: "tmp@npm:0.2.5" checksum: 10c0/cee5bb7d674bb4ba3ab3f3841c2ca7e46daeb2109eec395c1ec7329a91d52fcb21032b79ac25161a37b2565c4858fefab927af9735926a113ef7bac9091a6e0e @@ -22630,13 +22481,6 @@ __metadata: languageName: node linkType: hard -"unicorn-magic@npm:^0.3.0": - version: 0.3.0 - resolution: "unicorn-magic@npm:0.3.0" - checksum: 10c0/0a32a997d6c15f1c2a077a15b1c4ca6f268d574cf5b8975e778bb98e6f8db4ef4e86dfcae4e158cd4c7e38fb4dd383b93b13eefddc7f178dea13d3ac8a603271 - languageName: node - linkType: hard - "unicorn-magic@npm:^0.4.0": version: 0.4.0 resolution: "unicorn-magic@npm:0.4.0" @@ -23857,7 +23701,7 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.2.2, yaml@npm:^2.4.2, yaml@npm:^2.8.4": +"yaml@npm:^2.4.2, yaml@npm:^2.8.4": version: 2.9.0 resolution: "yaml@npm:2.9.0" bin: @@ -24017,13 +23861,6 @@ __metadata: languageName: node linkType: hard -"yoctocolors@npm:^2.1.1": - version: 2.1.2 - resolution: "yoctocolors@npm:2.1.2" - checksum: 10c0/b220f30f53ebc2167330c3adc86a3c7f158bcba0236f6c67e25644c3188e2571a6014ffc1321943bb619460259d3d27eb4c9cc58c2d884c1b195805883ec7066 - languageName: node - linkType: hard - "zip-stream@npm:^4.1.0": version: 4.1.1 resolution: "zip-stream@npm:4.1.1"