Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent 441255f commit 118d1e9
Show file tree
Hide file tree
Showing 15 changed files with 2,607 additions and 2,451 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pnpm e2e:ci

- name: Upload screenshots
uses: actions/[email protected].0
uses: actions/[email protected].1
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.1"
"dotenv": "16.4.5"
},
"devDependencies": {
"@changesets/parse": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@swisspost/design-system-components": "workspace:2.1.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.14.3"
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.12",
Expand All @@ -36,9 +36,9 @@
"@cypress/schematic": "2.5.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cypress": "13.6.4",
"eslint": "8.56.0",
"karma": "6.4.2",
"cypress": "13.6.6",
"eslint": "8.57.0",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
Expand Down
10 changes: 5 additions & 5 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.14",
"@types/react": "18.2.53",
"@types/react-dom": "18.2.18",
"@types/node": "18.19.22",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.20",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.56.0",
"eslint": "8.57.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.33.2",
"eslint-plugin-react": "7.34.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
Expand Down
20 changes: 10 additions & 10 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,32 +38,32 @@
"lint": "eslint src/**/*{.ts,.tsx}"
},
"dependencies": {
"@floating-ui/dom": "1.6.1",
"@floating-ui/dom": "1.6.3",
"@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.27.7",
"@percy/cli": "1.28.1",
"@percy/cypress": "3.1.2",
"@stencil-community/eslint-plugin": "0.7.1",
"@stencil-community/eslint-plugin": "0.7.2",
"@stencil/angular-output-target": "0.8.4",
"@stencil/core": "4.12.0",
"@stencil/core": "4.12.5",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.9",
"@stencil/sass": "3.0.10",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"bootstrap": "5.3.2",
"cypress": "13.6.4",
"cypress": "13.6.6",
"cypress-axe": "1.5.0",
"cypress-storybook": "0.5.1",
"eslint": "8.56.0",
"eslint-plugin-react": "7.33.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.0",
"rimraf": "5.0.5",
"sass": "1.70.0",
"sass": "1.71.1",
"ts-jest": "29.1.2",
"typescript": "4.9.5"
},
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.19.0
nodejs 18.19.1
18 changes: 9 additions & 9 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@swisspost/design-system-intranet-header": "workspace:5.0.11",
"@swisspost/design-system-styles": "workspace:6.6.4",
"bootstrap": "5.3.2",
"core-js": "3.35.1",
"core-js": "3.36.0",
"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.3"
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.12",
Expand All @@ -51,24 +51,24 @@
"@types/jasmine": "5.1.4",
"@types/jasminewd2": "2.0.13",
"@types/node": "18.17.19",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"jasmine-core": "5.1.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"jasmine-core": "5.1.2",
"jasmine-marbles": "0.9.2",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.2",
"karma": "6.4.3",
"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.70.0",
"sass": "1.71.1",
"sockjs": "0.3.24",
"ts-node": "10.9.2",
"typescript": "5.1.6",
"webpack": "5.90.1"
"webpack": "5.90.3"
}
}
38 changes: 19 additions & 19 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@
"bootstrap": "5.3.2"
},
"devDependencies": {
"@geometricpanda/storybook-addon-badges": "2.0.1",
"@open-wc/lit-helpers": "0.6.0",
"@percy/cli": "1.27.7",
"@geometricpanda/storybook-addon-badges": "2.0.2",
"@open-wc/lit-helpers": "0.7.0",
"@percy/cli": "1.28.1",
"@percy/cypress": "3.1.2",
"@pxtrn/storybook-addon-docs-stencil": "6.4.1",
"@storybook/addon-designs": "7.0.9",
"@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/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/testing-library": "0.2.2",
"@storybook/theming": "7.6.12",
"@storybook/web-components": "7.6.12",
"@storybook/web-components-vite": "7.6.12",
"@storybook/theming": "7.6.17",
"@storybook/web-components": "7.6.17",
"@storybook/web-components-vite": "7.6.17",
"@types/css-modules": "1.0.5",
"@types/mdx": "2.0.11",
"@types/react": "18.2.53",
"@types/react": "18.2.64",
"@types/react-syntax-highlighter": "15.5.11",
"cypress": "13.6.4",
"cypress": "13.6.6",
"cypress-axe": "1.5.0",
"lit": "3.1.2",
"lit-html": "3.1.2",
Expand All @@ -68,8 +68,8 @@
"rehype-autolink-headings": "^7.1.0",
"remark-autolink-headings": "7.0.1",
"rimraf": "5.0.5",
"sass": "1.70.0",
"storybook": "7.6.12",
"sass": "1.71.1",
"storybook": "7.6.17",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"@tsconfig/node18": "18.2.2",
"@types/jest": "29.5.12",
"@types/mock-fs": "4.13.4",
"@types/node": "18.19.14",
"@types/node": "18.19.22",
"@types/node-fetch": "2.6.11",
"dotenv": "16.4.1",
"dotenv": "16.4.5",
"http-server": "14.1.1",
"https-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.4",
"jest": "29.7.0",
"mock-fs": "5.2.0",
"node-fetch": "2.7.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/internet-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,33 +51,33 @@
"url-polyfill": "1.1.12"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@percy/cli": "1.27.7",
"@babel/core": "7.24.0",
"@percy/cli": "1.28.1",
"@percy/cypress": "3.1.2",
"@stencil-community/eslint-plugin": "0.7.1",
"@stencil/core": "4.12.0",
"@stencil/sass": "3.0.9",
"@stencil/store": "2.0.13",
"@stencil-community/eslint-plugin": "0.7.2",
"@stencil/core": "4.12.5",
"@stencil/sass": "3.0.10",
"@stencil/store": "2.0.14",
"@types/body-scroll-lock": "3.1.2",
"@types/iframe-resizer": "3.5.13",
"@types/jest": "29.5.12",
"@types/jquery": "3.5.29",
"@types/node": "18.19.14",
"@types/node": "18.19.22",
"@types/throttle-debounce": "5.0.2",
"babel-loader": "9.1.3",
"bootstrap": "5.3.2",
"cypress": "13.6.4",
"cypress-each": "1.13.3",
"cypress": "13.6.6",
"cypress-each": "1.14.0",
"cypress-storybook": "0.5.1",
"eslint-plugin-react": "7.33.2",
"globby": "14.0.0",
"eslint-plugin-react": "7.34.0",
"globby": "14.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"rimraf": "5.0.5",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-scss": "4.0.0",
"rollup-plugin-visualizer": "5.12.0",
"sass": "1.70.0",
"sass": "1.71.1",
"start-server-and-test": "2.0.3",
"ts-jest": "29.1.2",
"typescript": "4.9.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/intranet-header-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rxjs": "7.8.1",
"tslib": "2.6.2",
"watch": "1.0.2",
"zone.js": "0.14.3"
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.12",
Expand All @@ -37,12 +37,12 @@
"@angular/cli": "16.2.12",
"@angular/compiler-cli": "16.2.12",
"@types/jasmine": "5.1.4",
"@types/node": "18.19.14",
"@types/node": "18.19.22",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.56.0",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"eslint": "8.57.0",
"jasmine-core": "5.1.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "4.9.5"
},
"devDependencies": {
"@types/node": "16.18.79",
"@types/node": "16.18.87",
"copyfiles": "2.4.1",
"rimraf": "5.0.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@swisspost/design-system-components-react": "workspace:1.0.30",
"@swisspost/design-system-styles": "workspace:6.6.4",
"@swisspost/internet-header": "workspace:1.13.8",
"next": "14.0.1",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18"
},
Expand All @@ -22,9 +22,9 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"sass": "1.69.5",
"sass": "1.71.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
},
"devDependencies": {
"@swisspost/design-system-icons": "workspace:1.4.0",
"@types/node": "18.19.14",
"autoprefixer": "10.4.17",
"@types/node": "18.19.22",
"autoprefixer": "10.4.18",
"copyfiles": "2.4.1",
"glob": "10.3.10",
"gulp": "4.0.2",
"gulp-newer": "^1.4.0",
"gulp-postcss": "10.0.0",
"gulp-sass": "5.1.0",
"jest": "29.7.0",
"postcss": "8.4.33",
"postcss": "8.4.35",
"postcss-scss": "4.0.9",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"sass": "1.70.0",
"sass": "1.71.1",
"stylelint": "16.2.1",
"stylelint-config-sass-guidelines": "11.0.0",
"stylelint-prettier": "5.0.0",
"stylelint-scss": "6.1.0",
"stylelint-scss": "6.2.1",
"typescript": "4.9.5"
},
"sass": {
Expand Down
Loading

0 comments on commit 118d1e9

Please sign in to comment.