From 7a81d814bdf645eeec23eb9b33a0294190508474 Mon Sep 17 00:00:00 2001 From: planctus Date: Wed, 25 Oct 2023 11:29:15 +0300 Subject: [PATCH 1/4] chore(deps): Storybook 7.5.1 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 04ea6c2..c8ef100 100644 --- a/package.json +++ b/package.json @@ -82,12 +82,12 @@ "@prettier/plugin-xml": "3.2.1", "@stencil/angular-output-target": "0.8.2", "@stencil/react-output-target": "0.5.3", - "@storybook/addon-essentials": "7.4.5", - "@storybook/addon-links": "7.4.5", - "@storybook/builder-webpack5": "7.4.5", - "@storybook/cli": "7.4.5", - "@storybook/html": "7.4.5", - "@storybook/html-webpack5": "7.4.5", + "@storybook/addon-essentials": "7.5.1", + "@storybook/addon-links": "7.5.1", + "@storybook/builder-webpack5": "7.5.1", + "@storybook/cli": "7.5.1", + "@storybook/html": "7.5.1", + "@storybook/html-webpack5": "7.5.1", "@types/jest": "27.0.3", "babel-loader": "9.1.3", "browser-update": "3.3.44", From 73b11eb0e99859ce74f261b40a81785a6394e623 Mon Sep 17 00:00:00 2001 From: planctus Date: Wed, 25 Oct 2023 13:42:34 +0300 Subject: [PATCH 2/4] chore(deps): Green updates, patching react stencil package --- package.json | 10 ++++---- .../package.json | 24 +++++++++---------- .../package.json | 6 ++--- packages/ecl-webcomponents-react/package.json | 7 +++--- .../@stencil+react-output-target+0.5.3.patch | 13 ++++++++++ .../ckeditor5-ecl-webcomponents/package.json | 2 +- 6 files changed, 38 insertions(+), 24 deletions(-) create mode 100644 patches/@stencil+react-output-target+0.5.3.patch diff --git a/package.json b/package.json index c8ef100..bfbf209 100644 --- a/package.json +++ b/package.json @@ -74,11 +74,11 @@ "@stencil/core": "4.3.0" }, "devDependencies": { - "@babel/core": "7.23.0", + "@babel/core": "7.23.2", "@babel/eslint-parser": "7.22.15", "@babel/plugin-transform-runtime": "7.22.15", "@babel/preset-react": "7.22.15", - "@babel/preset-typescript": "7.23.0", + "@babel/preset-typescript": "7.23.2", "@prettier/plugin-xml": "3.2.1", "@stencil/angular-output-target": "0.8.2", "@stencil/react-output-target": "0.5.3", @@ -100,9 +100,9 @@ "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.28.1", - "eslint-plugin-jest": "27.4.0", + "eslint-plugin-jest": "27.4.3", "eslint-plugin-jsx-a11y": "6.7.1", - "eslint-plugin-prettier": "5.0.0", + "eslint-plugin-prettier": "5.0.1", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "get-latest-version": "5.1.0", @@ -120,7 +120,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "replace-in-file": "7.0.1", - "rimraf": "5.0.4", + "rimraf": "5.0.5", "stylelint": "15.10.3", "stylelint-config-css-modules": "4.3.0", "stylelint-config-prettier": "9.0.5", diff --git a/packages/ecl-webcomponents-angular-workspace/package.json b/packages/ecl-webcomponents-angular-workspace/package.json index 577fe4d..059703d 100644 --- a/packages/ecl-webcomponents-angular-workspace/package.json +++ b/packages/ecl-webcomponents-angular-workspace/package.json @@ -13,22 +13,22 @@ }, "private": true, "dependencies": { - "@angular/animations": "16.2.6", - "@angular/common": "16.2.6", - "@angular/compiler": "16.2.6", - "@angular/core": "16.2.6", - "@angular/forms": "16.2.6", - "@angular/platform-browser": "16.2.6", - "@angular/platform-browser-dynamic": "16.2.6", - "@angular/router": "16.2.6", + "@angular/animations": "16.2.10", + "@angular/common": "16.2.10", + "@angular/compiler": "16.2.10", + "@angular/core": "16.2.10", + "@angular/forms": "16.2.10", + "@angular/platform-browser": "16.2.10", + "@angular/platform-browser-dynamic": "16.2.10", + "@angular/router": "16.2.10", "rxjs": "~7.8.0", "tslib": "2.6.2", "zone.js": "0.13.2" }, "devDependencies": { - "@angular-devkit/build-angular": "16.2.3", - "@angular/cli": "16.2.3", - "@angular/compiler-cli": "16.2.6", + "@angular-devkit/build-angular": "16.2.7", + "@angular/cli": "16.2.7", + "@angular/compiler-cli": "16.2.10", "@babel/plugin-proposal-private-property-in-object": "7.21.11", "@ecl/ecl-webcomponents": "0.11.0", "@ecl/ecl-webcomponents-angular": "0.11.0", @@ -42,7 +42,7 @@ "ncp": "2.0.0", "ng-packagr": "16.2.3", "nodemon": "3.0.1", - "rimraf": "5.0.4", + "rimraf": "5.0.5", "typescript": "~4.9.4" } } diff --git a/packages/ecl-webcomponents-react-consumer/package.json b/packages/ecl-webcomponents-react-consumer/package.json index 44010b9..b248fff 100644 --- a/packages/ecl-webcomponents-react-consumer/package.json +++ b/packages/ecl-webcomponents-react-consumer/package.json @@ -15,11 +15,11 @@ "@ecl/ecl-webcomponents-react": "0.11.0", "react": "18.2.0", "react-dom": "18.2.0", - "rimraf": "5.0.4" + "rimraf": "5.0.5" }, "devDependencies": { - "@types/react": "18.2.22", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.31", + "@types/react-dom": "18.2.14", "@vitejs/plugin-react": "4.1.0", "typescript": "5.2.2", "vite": "4.4.9" diff --git a/packages/ecl-webcomponents-react/package.json b/packages/ecl-webcomponents-react/package.json index d998af0..e34b3a1 100644 --- a/packages/ecl-webcomponents-react/package.json +++ b/packages/ecl-webcomponents-react/package.json @@ -17,7 +17,8 @@ "license": "EUPL-1.2", "directories": { "lib": "lib", - "test": "__tests__" + "test": "__tests__", + "scripts": "scripts" }, "files": [ "dist" @@ -29,10 +30,10 @@ "@ecl/ecl-webcomponents": "0.11.0" }, "devDependencies": { - "@types/react": "18.2.22", + "@types/react": "18.2.31", "react": "18.2.0", "react-dom": "18.2.0", - "rimraf": "5.0.4", + "rimraf": "5.0.5", "typescript": "5.2.2" }, "repository": { diff --git a/patches/@stencil+react-output-target+0.5.3.patch b/patches/@stencil+react-output-target+0.5.3.patch new file mode 100644 index 0000000..1dcb203 --- /dev/null +++ b/patches/@stencil+react-output-target+0.5.3.patch @@ -0,0 +1,13 @@ +diff --git a/node_modules/@stencil/react-output-target/react-component-lib/createOverlayComponent.tsx b/node_modules/@stencil/react-output-target/react-component-lib/createOverlayComponent.tsx +index 288c38d..4902e9a 100644 +--- a/node_modules/@stencil/react-output-target/react-component-lib/createOverlayComponent.tsx ++++ b/node_modules/@stencil/react-output-target/react-component-lib/createOverlayComponent.tsx +@@ -132,7 +132,7 @@ export const createOverlayComponent =