Skip to content

Commit d939ea6

Browse files
fix(deps): update all patch dependencies
1 parent b770b71 commit d939ea6

File tree

11 files changed

+1237
-1621
lines changed

11 files changed

+1237
-1621
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
"devDependencies": {
109109
"@changesets/cli": "2.27.11",
110-
"start-server-and-test": "2.0.9"
110+
"start-server-and-test": "2.0.11"
111111
},
112112
"optionalDependencies": {
113113
"@web-types/lit": "2.0.0-3"

packages/components-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"@angular/router": "19.2.0",
3434
"@swisspost/design-system-components": "workspace:9.0.0-next.35",
3535
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
36-
"rxjs": "7.8.1",
36+
"rxjs": "7.8.2",
3737
"tslib": "2.8.1",
3838
"zone.js": "0.15.0"
3939
},
4040
"devDependencies": {
41-
"@angular-devkit/build-angular": "19.2.0",
41+
"@angular-devkit/build-angular": "19.2.9",
4242
"@angular/cli": "19.2.0",
4343
"@angular/compiler-cli": "19.2.0",
4444
"@cypress/schematic": "2.5.2",
@@ -52,7 +52,7 @@
5252
"karma-coverage": "2.2.1",
5353
"karma-jasmine": "5.1.0",
5454
"karma-jasmine-html-reporter": "2.1.0",
55-
"ng-packagr": "19.2.0",
55+
"ng-packagr": "19.2.2",
5656
"rimraf": "6.0.1",
5757
"typescript": "5.8.2",
5858
"typescript-eslint": "8.16.0"

packages/components-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@eslint/js": "9.18.0",
3636
"@stencil/react-output-target": "0.5.3",
3737
"@types/node": "22.10.5",
38-
"@types/react": "18.3.3",
39-
"@types/react-dom": "18.3.5",
38+
"@types/react": "18.3.20",
39+
"@types/react-dom": "18.3.6",
4040
"eslint": "9.18.0",
41-
"eslint-plugin-react": "7.37.4",
41+
"eslint-plugin-react": "7.37.5",
4242
"globals": "15.14.0",
4343
"react": "18.3.1",
4444
"react-dom": "18.3.1",

packages/components/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"nanoid": "5.0.9"
5353
},
5454
"devDependencies": {
55-
"@eslint/compat": "1.2.5",
55+
"@eslint/compat": "1.2.8",
5656
"@eslint/js": "9.18.0",
57-
"@percy/cli": "1.30.6",
58-
"@percy/cypress": "3.1.2",
57+
"@percy/cli": "1.30.10",
58+
"@percy/cypress": "3.1.6",
5959
"@stencil-community/eslint-plugin": "0.9.0",
6060
"@stencil/angular-output-target": "0.8.4",
6161
"@stencil/core": "4.19.2",
@@ -69,7 +69,7 @@
6969
"cypress-axe": "1.5.0",
7070
"cypress-storybook": "1.0.0",
7171
"eslint": "9.18.0",
72-
"eslint-plugin-react": "7.37.4",
72+
"eslint-plugin-react": "7.37.5",
7373
"globals": "15.14.0",
7474
"rimraf": "6.0.1",
7575
"rollup-plugin-postcss": "4.0.2",

packages/documentation/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"devDependencies": {
4141
"@eslint/js": "9.18.0",
4242
"@kurbar/storybook-addon-docs-stencil": "8.0.0",
43-
"@lit/task": "1.0.1",
43+
"@lit/task": "1.0.2",
4444
"@open-wc/lit-helpers": "0.7.0",
45-
"@percy/cli": "1.30.6",
46-
"@percy/cypress": "3.1.2",
45+
"@percy/cli": "1.30.10",
46+
"@percy/cypress": "3.1.6",
4747
"@storybook/addon-docs": "8.4.7",
4848
"@storybook/addon-essentials": "8.4.7",
4949
"@storybook/addon-links": "8.4.7",
@@ -59,7 +59,7 @@
5959
"@swisspost/design-system-components-angular": "workspace:9.0.0-next.35",
6060
"@types/css-modules": "1.0.5",
6161
"@types/mdx": "2.0.13",
62-
"@types/react": "18.3.3",
62+
"@types/react": "18.3.20",
6363
"@types/react-syntax-highlighter": "15.5.13",
6464
"@typescript-eslint/eslint-plugin": "7.18.0",
6565
"@typescript-eslint/parser": "7.18.0",
@@ -68,7 +68,7 @@
6868
"eslint": "9.18.0",
6969
"eslint-plugin-markdown": "5.1.0",
7070
"eslint-plugin-mdx": "3.1.5",
71-
"eslint-plugin-react": "7.37.4",
71+
"eslint-plugin-react": "7.37.5",
7272
"eslint-plugin-storybook": "0.11.2",
7373
"globals": "15.14.0",
7474
"lit": "3.2.1",

packages/icons/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
},
3535
"devDependencies": {
3636
"@eslint/js": "9.18.0",
37-
"@tsconfig/node22": "22.0.0",
37+
"@tsconfig/node22": "22.0.1",
3838
"@types/jest": "29.5.14",
3939
"@types/mock-fs": "4.13.4",
4040
"@types/node": "22.10.5",
41-
"@types/node-fetch": "2.6.11",
41+
"@types/node-fetch": "2.6.12",
4242
"@typescript-eslint/eslint-plugin": "7.18.0",
4343
"@typescript-eslint/parser": "7.18.0",
4444
"dotenv": "16.4.5",
4545
"eslint": "9.18.0",
4646
"eslint-plugin-jest": "28.11.0",
4747
"globals": "15.14.0",
4848
"http-server": "14.1.1",
49-
"https-proxy-agent": "7.0.5",
49+
"https-proxy-agent": "7.0.6",
5050
"jest": "29.7.0",
5151
"mock-fs": "5.5.0",
5252
"node-fetch": "2.7.0",
5353
"node-html-parser": "7.0.1",
54-
"nodemon": "3.1.7",
54+
"nodemon": "3.1.10",
5555
"rimraf": "6.0.1",
5656
"svgo": "3.3.2",
5757
"ts-jest": "29.2.5",

packages/internet-header/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"iframe-resizer": "4.4.5",
4848
"jquery": "3.7.1",
4949
"throttle-debounce": "5.0.2",
50-
"url-polyfill": "1.1.12"
50+
"url-polyfill": "1.1.13"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "7.26.0",
54-
"@eslint/compat": "1.2.5",
53+
"@babel/core": "7.26.10",
54+
"@eslint/compat": "1.2.8",
5555
"@eslint/js": "9.18.0",
56-
"@percy/cli": "1.30.6",
57-
"@percy/cypress": "3.1.2",
56+
"@percy/cli": "1.30.10",
57+
"@percy/cypress": "3.1.6",
5858
"@stencil-community/eslint-plugin": "0.9.0",
5959
"@stencil/core": "4.19.2",
6060
"@stencil/sass": "3.0.12",
@@ -73,18 +73,18 @@
7373
"cypress-storybook": "1.0.0",
7474
"eslint": "9.18.0",
7575
"eslint-plugin-jest": "28.11.0",
76-
"eslint-plugin-react": "7.37.4",
77-
"focus-trap": "7.6.2",
76+
"eslint-plugin-react": "7.37.5",
77+
"focus-trap": "7.6.4",
7878
"globals": "15.14.0",
7979
"globby": "14.0.2",
8080
"jest": "29.7.0",
8181
"jest-environment-jsdom": "29.7.0",
8282
"rimraf": "6.0.1",
8383
"rollup-plugin-node-polyfills": "0.2.1",
84-
"rollup-plugin-scss": "4.0.0",
84+
"rollup-plugin-scss": "4.0.1",
8585
"rollup-plugin-visualizer": "5.12.0",
8686
"sass": "1.78.0",
87-
"start-server-and-test": "2.0.9",
87+
"start-server-and-test": "2.0.11",
8888
"ts-jest": "29.2.5",
8989
"typescript": "5.8.2",
9090
"typescript-eslint": "8.20.0"

packages/nextjs-integration/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"@eslint/js": "9.18.0",
3434
"@next/eslint-plugin-next": "15.1.5",
3535
"@types/node": "22.10.5",
36-
"@types/react": "18.3.3",
37-
"@types/react-dom": "18.3.5",
38-
"autoprefixer": "10.4.20",
36+
"@types/react": "18.3.20",
37+
"@types/react-dom": "18.3.6",
38+
"autoprefixer": "10.4.21",
3939
"eslint": "9.18.0",
40-
"eslint-plugin-react": "7.37.4",
40+
"eslint-plugin-react": "7.37.5",
4141
"eslint-plugin-react-hooks": "5.1.0",
4242
"globals": "15.14.0",
4343
"postcss": "8.4.49",

packages/styles-primeng-workspace/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"@primeng/themes": "19.0.9",
3434
"@swisspost/design-system-styles": "workspace:9.0.0-next.35",
3535
"primeng": "19.0.9",
36-
"rxjs": "7.8.1",
36+
"rxjs": "7.8.2",
3737
"tslib": "2.8.1",
3838
"zone.js": "0.15.0"
3939
},
4040
"devDependencies": {
41-
"@angular-devkit/build-angular": "19.2.0",
41+
"@angular-devkit/build-angular": "19.2.9",
4242
"@angular/cli": "19.2.0",
4343
"@angular/compiler-cli": "19.2.0",
4444
"@eslint/js": "9.18.0",
45-
"@types/jasmine": "5.1.4",
45+
"@types/jasmine": "5.1.7",
4646
"angular-eslint": "19.1.0",
4747
"eslint": "^9.15.0",
4848
"globals": "15.14.0",
@@ -52,12 +52,12 @@
5252
"karma-coverage": "2.2.1",
5353
"karma-jasmine": "5.1.0",
5454
"karma-jasmine-html-reporter": "2.1.0",
55-
"ng-packagr": "19.2.0",
55+
"ng-packagr": "19.2.2",
5656
"npm-run-all2": "7.0.2",
5757
"rimraf": "6.0.1",
5858
"stylelint": "16.12.0",
5959
"stylelint-config-sass-guidelines": "11.1.0",
60-
"stylelint-prettier": "5.0.2",
60+
"stylelint-prettier": "5.0.3",
6161
"stylelint-scss": "6.10.0",
6262
"typescript": "5.8.2",
6363
"typescript-eslint": "8.16.0"

packages/styles/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
"@swisspost/design-system-icons": "workspace:9.0.0-next.35",
5454
"@swisspost/design-system-tokens": "workspace:9.0.0-next.35",
5555
"@types/node": "22.10.5",
56-
"autoprefixer": "10.4.20",
56+
"autoprefixer": "10.4.21",
5757
"copyfiles": "2.4.1",
58-
"glob": "11.0.0",
58+
"glob": "11.0.2",
5959
"gulp": "5.0.0",
6060
"gulp-newer": "^1.4.0",
6161
"gulp-postcss": "10.0.0",
62-
"gulp-sass": "6.0.0",
62+
"gulp-sass": "6.0.1",
6363
"jest": "29.7.0",
6464
"postcss": "8.4.49",
6565
"postcss-scss": "4.0.9",
@@ -68,7 +68,7 @@
6868
"sass-embedded": "1.78.0",
6969
"stylelint": "16.12.0",
7070
"stylelint-config-sass-guidelines": "11.1.0",
71-
"stylelint-prettier": "5.0.2",
71+
"stylelint-prettier": "5.0.3",
7272
"stylelint-scss": "6.10.0",
7373
"typescript": "5.8.2",
7474
"vite": "6.3.3"

0 commit comments

Comments
 (0)