Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Updates 25-10-23 #42

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,47 +71,47 @@
"!packages/**/dist"
],
"dependencies": {
"@stencil/core": "4.3.0"
"@stencil/core": "4.6.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/plugin-transform-runtime": "7.23.2",
"@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",
"@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",
"build-number-generator": "2.0.4",
"copyfiles": "2.4.1",
"core-js": "3.32.2",
"core-js": "3.33.1",
"cross-env": "7.0.3",
"eslint": "8.50.0",
"eslint": "8.52.0",
"eslint-config-airbnb": "19.0.4",
"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-import": "2.29.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",
"husky": "8.0.3",
"jest": "27.0.3",
"jest-cli": "27.4.5",
"lerna": "7.3.0",
"lerna": "7.4.1",
"lerna-changelog": "2.2.0",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"ncp": "2.0.0",
"npm-run-all": "4.1.5",
"patch-package": "8.0.0",
Expand All @@ -120,12 +120,12 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"replace-in-file": "7.0.1",
"rimraf": "5.0.4",
"stylelint": "15.10.3",
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"stylelint-config-css-modules": "4.3.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "10.0.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.2.1"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/ecl-webcomponents-angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
8 changes: 4 additions & 4 deletions packages/ecl-webcomponents-react-consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@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"
"vite": "4.5.0"
}
}
7 changes: 4 additions & 3 deletions packages/ecl-webcomponents-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"license": "EUPL-1.2",
"directories": {
"lib": "lib",
"test": "__tests__"
"test": "__tests__",
"scripts": "scripts"
},
"files": [
"dist"
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ecl-webcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/ec-europa/ecl-webcomponents"
},
"dependencies": {
"@stencil/core": "4.3.0"
"@stencil/core": "4.6.0"
},
"devDependencies": {
"@stencil/angular-output-target": "0.8.2",
Expand Down
13 changes: 13 additions & 0 deletions patches/@stencil+react-output-target+0.5.3.patch
Original file line number Diff line number Diff line change
@@ -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 = <OverlayComponent extends object, OverlayT
* overlay is dismissing otherwise component
* will be hidden before animation is done.
*/
- return ReactDOM.createPortal(this.props.isOpen || isDismissing ? this.props.children : null, this.el);
+ return <>{ReactDOM.createPortal(this.props.isOpen || isDismissing ? this.props.children : null, this.el)}</>;
}
}

78 changes: 78 additions & 0 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,20 @@ declare global {
prototype: HTMLEclDateBlockElement;
new (): HTMLEclDateBlockElement;
};
interface HTMLEclDatepickerElementEventMap {
"valueChanged": string;
"focused": void;
"blurred": void;
}
interface HTMLEclDatepickerElement extends Components.EclDatepicker, HTMLStencilElement {
addEventListener<K extends keyof HTMLEclDatepickerElementEventMap>(type: K, listener: (this: HTMLEclDatepickerElement, ev: EclDatepickerCustomEvent<HTMLEclDatepickerElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
removeEventListener<K extends keyof HTMLEclDatepickerElementEventMap>(type: K, listener: (this: HTMLEclDatepickerElement, ev: EclDatepickerCustomEvent<HTMLEclDatepickerElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
}
var HTMLEclDatepickerElement: {
prototype: HTMLEclDatepickerElement;
Expand Down Expand Up @@ -1030,7 +1043,20 @@ declare global {
prototype: HTMLEclInpageNavigationItemElement;
new (): HTMLEclInpageNavigationItemElement;
};
interface HTMLEclInputElementEventMap {
"inputFocus": FocusEvent;
"inputBlur": FocusEvent;
"inputChange": any;
}
interface HTMLEclInputElement extends Components.EclInput, HTMLStencilElement {
addEventListener<K extends keyof HTMLEclInputElementEventMap>(type: K, listener: (this: HTMLEclInputElement, ev: EclInputCustomEvent<HTMLEclInputElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
removeEventListener<K extends keyof HTMLEclInputElementEventMap>(type: K, listener: (this: HTMLEclInputElement, ev: EclInputCustomEvent<HTMLEclInputElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
}
var HTMLEclInputElement: {
prototype: HTMLEclInputElement;
Expand Down Expand Up @@ -1162,7 +1188,20 @@ declare global {
prototype: HTMLEclPopoverItemElement;
new (): HTMLEclPopoverItemElement;
};
interface HTMLEclRangeElementEventMap {
"inputFocus": FocusEvent;
"inputBlur": FocusEvent;
"inputChange": any;
}
interface HTMLEclRangeElement extends Components.EclRange, HTMLStencilElement {
addEventListener<K extends keyof HTMLEclRangeElementEventMap>(type: K, listener: (this: HTMLEclRangeElement, ev: EclRangeCustomEvent<HTMLEclRangeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
removeEventListener<K extends keyof HTMLEclRangeElementEventMap>(type: K, listener: (this: HTMLEclRangeElement, ev: EclRangeCustomEvent<HTMLEclRangeElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
}
var HTMLEclRangeElement: {
prototype: HTMLEclRangeElement;
Expand All @@ -1174,7 +1213,20 @@ declare global {
prototype: HTMLEclRatingFieldElement;
new (): HTMLEclRatingFieldElement;
};
interface HTMLEclRatingStarElementEventMap {
"inputFocus": FocusEvent;
"inputBlur": FocusEvent;
"inputChange": any;
}
interface HTMLEclRatingStarElement extends Components.EclRatingStar, HTMLStencilElement {
addEventListener<K extends keyof HTMLEclRatingStarElementEventMap>(type: K, listener: (this: HTMLEclRatingStarElement, ev: EclRatingStarCustomEvent<HTMLEclRatingStarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
removeEventListener<K extends keyof HTMLEclRatingStarElementEventMap>(type: K, listener: (this: HTMLEclRatingStarElement, ev: EclRatingStarCustomEvent<HTMLEclRatingStarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
}
var HTMLEclRatingStarElement: {
prototype: HTMLEclRatingStarElement;
Expand All @@ -1186,7 +1238,20 @@ declare global {
prototype: HTMLEclSearchFormElement;
new (): HTMLEclSearchFormElement;
};
interface HTMLEclSelectElementEventMap {
"inputChange": any;
"inputFocus": FocusEvent;
"inputBlur": FocusEvent;
}
interface HTMLEclSelectElement extends Components.EclSelect, HTMLStencilElement {
addEventListener<K extends keyof HTMLEclSelectElementEventMap>(type: K, listener: (this: HTMLEclSelectElement, ev: EclSelectCustomEvent<HTMLEclSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
removeEventListener<K extends keyof HTMLEclSelectElementEventMap>(type: K, listener: (this: HTMLEclSelectElement, ev: EclSelectCustomEvent<HTMLEclSelectElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
}
var HTMLEclSelectElement: {
prototype: HTMLEclSelectElement;
Expand Down Expand Up @@ -1246,7 +1311,20 @@ declare global {
prototype: HTMLEclTextElement;
new (): HTMLEclTextElement;
};
interface HTMLEclTextareaElementEventMap {
"inputFocus": FocusEvent;
"inputBlur": FocusEvent;
"inputChange": any;
}
interface HTMLEclTextareaElement extends Components.EclTextarea, HTMLStencilElement {
addEventListener<K extends keyof HTMLEclTextareaElementEventMap>(type: K, listener: (this: HTMLEclTextareaElement, ev: EclTextareaCustomEvent<HTMLEclTextareaElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
removeEventListener<K extends keyof HTMLEclTextareaElementEventMap>(type: K, listener: (this: HTMLEclTextareaElement, ev: EclTextareaCustomEvent<HTMLEclTextareaElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
}
var HTMLEclTextareaElement: {
prototype: HTMLEclTextareaElement;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ckeditor5-ecl-webcomponents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ecl/builder": "3.10.0",
"ncp": "2.0.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.4"
"rimraf": "5.0.5"
},
"repository": {
"type": "git",
Expand Down