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): update all non-major dependencies #3129

Merged
merged 3 commits into from
Jun 17, 2024
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"changeset:version": "pnpm changeset version && pnpm install --lockfile-only"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"start-server-and-test": "2.0.3"
"@changesets/cli": "2.27.5",
"start-server-and-test": "2.0.4"
},
"optionalDependencies": {
"@web-types/lit": "2.0.0-3"
Expand Down
42 changes: 21 additions & 21 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.8",
"@angular/common": "17.3.8",
"@angular/compiler": "17.3.8",
"@angular/core": "17.3.8",
"@angular/forms": "17.3.8",
"@angular/platform-browser": "17.3.8",
"@angular/platform-browser-dynamic": "17.3.8",
"@angular/router": "17.3.8",
"@angular/animations": "17.3.11",
"@angular/common": "17.3.11",
"@angular/compiler": "17.3.11",
"@angular/core": "17.3.11",
"@angular/forms": "17.3.11",
"@angular/platform-browser": "17.3.11",
"@angular/platform-browser-dynamic": "17.3.11",
"@angular/router": "17.3.11",
"@swisspost/design-system-components": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.5"
"tslib": "2.6.3",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.7",
"@angular-eslint/builder": "17.4.0",
"@angular-eslint/eslint-plugin": "17.4.0",
"@angular-eslint/eslint-plugin-template": "17.4.0",
"@angular-eslint/template-parser": "17.4.0",
"@angular/cli": "17.3.7",
"@angular/compiler-cli": "17.3.8",
"@cypress/schematic": "2.5.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"cypress": "13.9.0",
"@angular-devkit/build-angular": "17.3.8",
"@angular-eslint/builder": "17.5.2",
"@angular-eslint/eslint-plugin": "17.5.2",
"@angular-eslint/eslint-plugin-template": "17.5.2",
"@angular-eslint/template-parser": "17.5.2",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.11",
"@cypress/schematic": "2.5.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"cypress": "13.11.0",
"eslint": "8.57.0",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"linkDirectory": true
},
"dependencies": {
"tslib": "2.6.2"
"tslib": "2.6.3"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { CSP_NONCE, ENVIRONMENT_INITIALIZER, inject, NgModule } from '@angular/core';
import {
applyPolyfills,
defineCustomElements,
setNonce,
} from '@swisspost/design-system-components/loader';
import { defineCustomElements, setNonce } from '@swisspost/design-system-components/loader';

import { DIRECTIVES } from './stencil-generated';
import { PostCardControlCheckboxValueAccessorDirective } from './custom/value-accessors/post-card-control-checkbox-value-accessor';
Expand Down Expand Up @@ -31,9 +27,7 @@ const DECLARATIONS = [
if (nonce) setNonce(nonce);

// Define Post components
applyPolyfills().then(() => {
defineCustomElements();
});
defineCustomElements();
},
multi: true,
},
Expand Down
6 changes: 3 additions & 3 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
},
"devDependencies": {
"@types/node": "20.14.0",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-love": "43.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-react": "7.34.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
Expand Down
12 changes: 6 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@
"long-press-event": "2.5.0"
},
"devDependencies": {
"@percy/cli": "1.28.6",
"@percy/cli": "1.28.7",
"@percy/cypress": "3.1.2",
"@stencil-community/eslint-plugin": "0.7.2",
"@stencil/angular-output-target": "0.8.4",
"@stencil/core": "4.18.0",
"@stencil/core": "4.18.3",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.12",
"@types/jest": "29.5.12",
"@types/node": "20.14.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"bootstrap": "5.3.3",
"cypress": "13.9.0",
"cypress": "13.11.0",
"cypress-axe": "1.5.0",
"cypress-storybook": "1.0.0",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react": "7.34.2",
"rimraf": "5.0.7",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.1",
"ts-jest": "29.1.2",
"sass": "1.77.5",
"ts-jest": "29.1.5",
"typescript": "5.3.3"
},
"keywords": [
Expand Down
50 changes: 25 additions & 25 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,42 @@
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "17.3.8",
"@angular/cdk": "17.3.8",
"@angular/common": "17.3.8",
"@angular/compiler": "17.3.8",
"@angular/core": "17.3.8",
"@angular/forms": "17.3.8",
"@angular/localize": "17.3.8",
"@angular/platform-browser": "17.3.8",
"@angular/platform-browser-dynamic": "17.3.8",
"@angular/router": "17.3.8",
"@angular/animations": "17.3.11",
"@angular/cdk": "17.3.10",
"@angular/common": "17.3.11",
"@angular/compiler": "17.3.11",
"@angular/core": "17.3.11",
"@angular/forms": "17.3.11",
"@angular/localize": "17.3.11",
"@angular/platform-browser": "17.3.11",
"@angular/platform-browser-dynamic": "17.3.11",
"@angular/router": "17.3.11",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.1.0",
"@swisspost/design-system-migrations": "workspace:7.1.0",
"@swisspost/design-system-styles": "workspace:7.1.0",
"bootstrap": "5.3.3",
"core-js": "3.37.0",
"core-js": "3.37.1",
"highlight.js": "11.9.0",
"ngx-highlightjs": "10.0.0",
"ngx-toastr": "18.0.0",
"prettier": "2.8.8",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.5"
"tslib": "2.6.3",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.7",
"@angular-eslint/builder": "17.4.0",
"@angular-eslint/eslint-plugin": "17.4.0",
"@angular-eslint/eslint-plugin-template": "17.4.0",
"@angular-eslint/template-parser": "17.4.0",
"@angular/cli": "17.3.7",
"@angular/compiler-cli": "17.3.8",
"@angular/elements": "17.3.8",
"@angular/language-service": "17.3.8",
"@angular-devkit/build-angular": "17.3.8",
"@angular-eslint/builder": "17.5.2",
"@angular-eslint/eslint-plugin": "17.5.2",
"@angular-eslint/eslint-plugin-template": "17.5.2",
"@angular-eslint/template-parser": "17.5.2",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.11",
"@angular/elements": "17.3.11",
"@angular/language-service": "17.3.11",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "20.12.7",
Expand All @@ -65,11 +65,11 @@
"karma-jasmine-html-reporter": "2.1.0",
"raw-loader": "4.0.2",
"rimraf": "5.0.7",
"sass": "1.77.1",
"sass": "1.77.5",
"sockjs": "0.3.24",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"undici-types": "6.16.1",
"webpack": "5.91.0"
"undici-types": "6.18.2",
"webpack": "5.92.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
// @ts-ignore
import {
applyPolyfills as headerPolyfills,
defineCustomElements as defineHeader,
} from '@swisspost/internet-header/loader/index.es2017.js';
import {
applyPolyfills as componentsPolyfills,
defineCustomElements as defineComponents,
} from '@swisspost/design-system-components/loader';
import { defineCustomElements as defineHeader } from '@swisspost/internet-header/loader/index.es2017.js';
import { defineCustomElements as defineComponents } from '@swisspost/design-system-components/loader';
import { setStencilDocJson } from '@pxtrn/storybook-addon-docs-stencil';
import { StencilJsonDocs } from '@pxtrn/storybook-addon-docs-stencil/dist/types';
import postComponentsDocJson from '@swisspost/design-system-components/dist/docs.json';
import internetHeaderDocJson from '@swisspost/internet-header/dist/docs.json';
import '../../src/shared/link-design/link-design.component';

headerPolyfills().then(() => {
defineHeader();
});
componentsPolyfills().then(() => {
defineComponents();
});
defineHeader();
defineComponents();

if (postComponentsDocJson && internetHeaderDocJson) {
let { components, ...docJsonMetaData } = postComponentsDocJson as unknown as StencilJsonDocs;
Expand Down
5 changes: 1 addition & 4 deletions packages/documentation/.storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import { addons } from '@storybook/manager-api';
import themes from './styles/themes';
import { applyPolyfills as componentsPolyfills } from '@swisspost/design-system-components/loader';
import { defineCustomElement as definePostIcon } from '@swisspost/design-system-components/dist/components/post-icon.js';

componentsPolyfills().then(() => {
definePostIcon();
});
definePostIcon();

if (process.env.NODE_ENV) document.documentElement.setAttribute('data-env', process.env.NODE_ENV);

Expand Down
40 changes: 20 additions & 20 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,50 +36,50 @@
},
"devDependencies": {
"@geometricpanda/storybook-addon-badges": "2.0.2",
"@lit/task": "1.0.0",
"@lit/task": "1.0.1",
"@open-wc/lit-helpers": "0.7.0",
"@percy/cli": "1.28.6",
"@percy/cli": "1.28.7",
"@percy/cypress": "3.1.2",
"@pxtrn/storybook-addon-docs-stencil": "6.4.1",
"@storybook/addon-docs": "8.0.10",
"@storybook/addon-essentials": "8.0.10",
"@storybook/addon-links": "8.0.10",
"@storybook/addon-docs": "8.1.9",
"@storybook/addon-essentials": "8.1.9",
"@storybook/addon-links": "8.1.9",
"@storybook/addons": "7.6.17",
"@storybook/blocks": "8.0.10",
"@storybook/components": "8.0.10",
"@storybook/core-events": "8.0.10",
"@storybook/manager-api": "8.0.10",
"@storybook/preview-api": "8.0.10",
"@storybook/blocks": "8.1.9",
"@storybook/components": "8.1.9",
"@storybook/core-events": "8.1.9",
"@storybook/manager-api": "8.1.9",
"@storybook/preview-api": "8.1.9",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "8.0.10",
"@storybook/types": "8.0.10",
"@storybook/web-components": "8.0.10",
"@storybook/web-components-vite": "8.0.10",
"@storybook/theming": "8.1.9",
"@storybook/types": "8.1.9",
"@storybook/web-components": "8.1.9",
"@storybook/web-components-vite": "8.1.9",
"@swisspost/design-system-components-angular": "workspace:7.1.0",
"@swisspost/design-system-intranet-header": "workspace:7.1.0",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.13",
"@types/react": "18.3.2",
"@types/react": "18.3.3",
"@types/react-syntax-highlighter": "15.5.13",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cypress": "13.9.0",
"cypress": "13.11.0",
"cypress-axe": "1.5.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-storybook": "0.8.0",
"lit": "3.1.3",
"lit-html": "3.1.3",
"lit": "3.1.4",
"lit-html": "3.1.4",
"prettier": "2.8.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"rehype-autolink-headings": "^7.1.0",
"remark-autolink-headings": "7.0.1",
"rimraf": "5.0.7",
"sass": "1.77.1",
"storybook": "8.0.10",
"sass": "1.77.5",
"storybook": "8.1.9",
"typescript": "5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mock-fs": "5.2.0",
"node-fetch": "2.7.0",
"svgo": "3.3.2",
"ts-jest": "29.1.2",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "5.2.2"
},
Expand Down
Loading
Loading