Skip to content

Commit

Permalink
Init with reverted last 3 renovate PR "chore(deps): update all non-ma…
Browse files Browse the repository at this point in the history
…jor dependencies" including #2743
  • Loading branch information
imagoiq committed Apr 10, 2024
1 parent 3987cb0 commit 359c2f7
Show file tree
Hide file tree
Showing 16 changed files with 3,729 additions and 4,707 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pnpm e2e:ci

- name: Upload screenshots
uses: actions/[email protected].1
uses: actions/[email protected].0
if: failure()
with:
name: cypress-snapshots
Expand Down
2 changes: 1 addition & 1 deletion packages/changelog-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@changesets/get-github-info": "0.6.0",
"@changesets/types": "6.0.0",
"dotenv": "16.4.5"
"dotenv": "16.4.1"
},
"devDependencies": {
"@changesets/parse": "*",
Expand Down
36 changes: 18 additions & 18 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,39 @@
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.3",
"@angular/common": "17.3.3",
"@angular/compiler": "17.3.3",
"@angular/core": "17.3.3",
"@angular/forms": "17.3.3",
"@angular/platform-browser": "17.3.3",
"@angular/platform-browser-dynamic": "17.3.3",
"@angular/router": "17.3.3",
"@angular/animations": "17.2.4",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@swisspost/design-system-components": "workspace:2.1.0",
"@swisspost/design-system-styles": "workspace:6.6.4",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.4"
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.3",
"@angular-devkit/build-angular": "17.2.3",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.3.3",
"@angular/compiler-cli": "17.3.3",
"@angular/cli": "17.2.3",
"@angular/compiler-cli": "17.2.4",
"@cypress/schematic": "2.5.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"cypress": "13.7.2",
"eslint": "8.57.0",
"karma": "6.4.3",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"cypress": "13.6.4",
"eslint": "8.56.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"ng-packagr": "17.3.0",
"ng-packagr": "17.2.0",
"typescript": "5.3.3"
}
}
16 changes: 8 additions & 8 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"@swisspost/design-system-components": "workspace:2.1.0"
},
"devDependencies": {
"@types/node": "18.19.28",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-love": "43.1.0",
"@types/node": "18.19.14",
"@types/react": "18.2.53",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.56.0",
"eslint-config-standard-with-typescript": "43.0.1",
"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-react": "7.33.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
Expand Down
7 changes: 4 additions & 3 deletions packages/components/cypress/e2e/card-control.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('Card-Control', () => {

cy.get('@input').type(' ').should('be.checked');
cy.get('@wrapper').should('have.class', 'is-checked');
cy.get('@input').blur().type(' ').should('not.be.checked');
cy.get('@input').focus().type(' ').should('not.be.checked');
cy.get('@wrapper').should('not.have.class', 'is-checked');
});

Expand Down Expand Up @@ -235,7 +235,7 @@ describe('Card-Control', () => {
expect(inputEventCallCount).to.eq(3);
expect(changeEventCallCount).to.eq(3);
})
.blur()
.focus()
.type(' ')
.then(() => {
expect(inputEventCallCount).to.eq(4);
Expand Down Expand Up @@ -309,6 +309,7 @@ describe('Card-Control', () => {
cy.get('@card-control').find('.card-control--icon').as('icon');
cy.get('@card-control').find('.card-control--icon slot[name="icon"]').as('slotIcon');
});

it('should update surrounding form when toggled', () => {
cy.get('@form').then($form => {
cy.get('@wrapper').click();
Expand All @@ -318,7 +319,7 @@ describe('Card-Control', () => {

cy.get('@input').type(' ');
cy.checkFormDataPropValue($form, 'CardControl', 'on');
cy.get('@input').blur().type(' ');
cy.get('@input').focus().type(' ');
cy.checkFormDataPropValue($form, 'CardControl', null);
});
});
Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,33 @@
"lint": "eslint src/**/*{.ts,.tsx}"
},
"dependencies": {
"@floating-ui/dom": "1.6.3",
"@floating-ui/dom": "1.6.1",
"@oddbird/popover-polyfill": "0.3.7",
"@swisspost/design-system-styles": "workspace:6.6.4",
"ally.js": "1.4.1",
"long-press-event": "2.4.6"
},
"devDependencies": {
"@percy/cli": "1.28.2",
"@percy/cli": "1.27.7",
"@percy/cypress": "3.1.2",
"@stencil-community/eslint-plugin": "0.7.2",
"@stencil-community/eslint-plugin": "0.7.1",
"@stencil/angular-output-target": "0.8.4",
"@stencil/core": "4.14.0",
"@stencil/core": "4.12.0",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.11",
"@stencil/sass": "3.0.9",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"bootstrap": "5.3.2",
"cypress": "13.7.2",
"cypress": "13.6.4",
"cypress-axe": "1.5.0",
"cypress-storybook": "0.5.1",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"eslint": "8.56.0",
"eslint-plugin-react": "7.33.2",
"rimraf": "5.0.5",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.74.1",
"sass": "1.70.0",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.20.1
nodejs 18.19.0
46 changes: 23 additions & 23 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,62 +12,62 @@
"lint": "ng lint"
},
"dependencies": {
"@angular/animations": "17.3.3",
"@angular/cdk": "17.3.3",
"@angular/common": "17.3.3",
"@angular/compiler": "17.3.3",
"@angular/core": "17.3.3",
"@angular/forms": "17.3.3",
"@angular/localize": "17.3.3",
"@angular/platform-browser": "17.3.3",
"@angular/platform-browser-dynamic": "17.3.3",
"@angular/router": "17.3.3",
"@angular/animations": "17.2.4",
"@angular/cdk": "17.2.2",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/localize": "17.2.4",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@popperjs/core": "2.11.8",
"@swimlane/ngx-datatable": "20.1.0",
"@swisspost/design-system-intranet-header": "workspace:5.0.11",
"@swisspost/design-system-styles": "workspace:6.6.4",
"bootstrap": "5.3.2",
"core-js": "3.36.1",
"core-js": "3.35.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.4"
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.3",
"@angular-devkit/build-angular": "17.2.3",
"@angular-eslint/builder": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "17.3.3",
"@angular/compiler-cli": "17.3.3",
"@angular/elements": "17.3.3",
"@angular/language-service": "17.3.3",
"@angular/cli": "17.2.3",
"@angular/compiler-cli": "17.2.4",
"@angular/elements": "17.2.4",
"@angular/language-service": "17.2.4",
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "18.17.19",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.57.0",
"jasmine-core": "5.1.2",
"jasmine-core": "5.1.1",
"jasmine-marbles": "0.9.2",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.3",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"raw-loader": "4.0.2",
"rimraf": "5.0.5",
"sass": "1.74.1",
"sass": "1.70.0",
"sockjs": "0.3.24",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"webpack": "5.91.0"
"webpack": "5.90.1"
}
}
5 changes: 1 addition & 4 deletions packages/documentation/cypress/e2e/components/card.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ describe('Card', () => {
'heading-order': {
enabled: false,
},
// aria-label attribute is used as a prop on post-icon
'aria-allowed-attr': {
enabled: false,
},
'aria-prohibited-attr': {
// aria-label attribute is used as a prop on post-icon
enabled: false,
},
},
Expand Down
43 changes: 21 additions & 22 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,31 @@
"bootstrap": "5.3.2"
},
"devDependencies": {
"@geometricpanda/storybook-addon-badges": "2.0.2",
"@geometricpanda/storybook-addon-badges": "2.0.1",
"@lit/task": "1.0.0",
"@open-wc/lit-helpers": "0.7.0",
"@percy/cli": "1.28.2",
"@open-wc/lit-helpers": "0.6.0",
"@percy/cli": "1.27.7",
"@percy/cypress": "3.1.2",
"@pxtrn/storybook-addon-docs-stencil": "6.4.1",
"@storybook/addon-designs": "7.0.9",
"@storybook/addon-docs": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/addons": "7.6.17",
"@storybook/blocks": "7.6.17",
"@storybook/components": "7.6.17",
"@storybook/core-events": "7.6.17",
"@storybook/manager-api": "7.6.17",
"@storybook/preview-api": "7.6.17",
"@storybook/addon-docs": "7.6.12",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-links": "7.6.12",
"@storybook/addons": "7.6.12",
"@storybook/blocks": "7.6.12",
"@storybook/components": "7.6.12",
"@storybook/core-events": "7.6.12",
"@storybook/manager-api": "7.6.12",
"@storybook/preview-api": "7.6.12",
"@storybook/testing-library": "0.2.2",
"@storybook/theming": "7.6.17",
"@storybook/types": "8.0.5",
"@storybook/web-components": "7.6.17",
"@storybook/web-components-vite": "7.6.17",
"@storybook/theming": "7.6.12",
"@storybook/web-components": "7.6.12",
"@storybook/web-components-vite": "7.6.12",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.12",
"@types/react": "18.2.74",
"@types/mdx": "2.0.11",
"@types/react": "18.2.53",
"@types/react-syntax-highlighter": "15.5.11",
"cypress": "13.7.2",
"cypress": "13.6.4",
"cypress-axe": "1.5.0",
"lit": "3.1.2",
"lit-html": "3.1.2",
Expand All @@ -70,9 +69,9 @@
"rehype-autolink-headings": "^7.1.0",
"remark-autolink-headings": "7.0.1",
"rimraf": "5.0.5",
"sass": "1.74.1",
"storybook": "7.6.17",
"typescript": "5.3.3"
"sass": "1.70.0",
"storybook": "7.6.12",
"typescript": "5.1.6"
},
"peerDependencies": {
"@swisspost/design-system-components-angular": "workspace:2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"test:updatesnapshots": "jest -u"
},
"devDependencies": {
"@tsconfig/node18": "18.2.4",
"@tsconfig/node18": "18.2.2",
"@types/jest": "29.5.12",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.28",
"@types/node-fetch": "2.6.11",
"dotenv": "16.4.5",
"dotenv": "16.4.1",
"http-server": "14.1.1",
"https-proxy-agent": "7.0.4",
"https-proxy-agent": "7.0.2",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"node-fetch": "2.7.0",
Expand Down
Loading

0 comments on commit 359c2f7

Please sign in to comment.