Skip to content

Commit 61da1c3

Browse files
chore(deps): bump the testing group across 1 directory with 3 updates
Bumps the testing group with 3 updates in the / directory: [@playwright/test](https://github.com/microsoft/playwright), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [@testing-library/user-event](https://github.com/testing-library/user-event). Updates `@playwright/test` from 1.62.0 to 1.62.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.62.0...v1.62.1) Updates `@testing-library/jest-dom` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v7.0.0...v7.0.1) Updates `@testing-library/user-event` from 14.6.1 to 14.6.4 - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.6.1...v14.6.4) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.62.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: "@testing-library/jest-dom" dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: "@testing-library/user-event" dependency-version: 14.6.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f09046 commit 61da1c3

7 files changed

Lines changed: 73 additions & 55 deletions

File tree

apps/eds-color-palette-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@eslint/eslintrc": "^3.3.6",
3939
"@microsoft/api-extractor": "^7.58.12",
4040
"@next/eslint-plugin-next": "16.2.11",
41-
"@playwright/test": "^1.62.0",
41+
"@playwright/test": "^1.62.1",
4242
"@tailwindcss/postcss": "^4.3.3",
4343
"@types/node": "^25.5.2",
4444
"@types/react": "^19.2.18",

apps/eds-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"remark-gfm": "^4.0.1"
2626
},
2727
"devDependencies": {
28-
"@playwright/test": "^1.62.0",
28+
"@playwright/test": "^1.62.1",
2929
"@tailwindcss/postcss": "^4.3.3",
3030
"@types/node": "^25.5.2",
3131
"@types/react": "^19.2.18",

packages/eds-core-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@equinor/eds-mobile-components": "^0.3.0",
5858
"@figma/code-connect": "^1.4.9",
59-
"@playwright/test": "^1.62.0",
59+
"@playwright/test": "^1.62.1",
6060
"@rollup/plugin-babel": "^7.1.0",
6161
"@rollup/plugin-commonjs": "^29.0.3",
6262
"@rollup/plugin-node-resolve": "^16.0.3",
@@ -65,9 +65,9 @@
6565
"@storybook/addon-links": "^10.5.7",
6666
"@storybook/react-vite": "^10.5.7",
6767
"@testing-library/dom": "^10.4.1",
68-
"@testing-library/jest-dom": "^7.0.0",
68+
"@testing-library/jest-dom": "^7.0.1",
6969
"@testing-library/react": "16.3.2",
70-
"@testing-library/user-event": "14.6.1",
70+
"@testing-library/user-event": "14.6.4",
7171
"@types/jest": "^30.0.0",
7272
"@types/mdx": "^2.0.14",
7373
"@types/node": "^25.5.2",

packages/eds-data-grid-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"@storybook/addon-links": "^10.5.7",
5454
"@storybook/react-vite": "^10.5.7",
5555
"@testing-library/dom": "^10.4.1",
56-
"@testing-library/jest-dom": "^7.0.0",
56+
"@testing-library/jest-dom": "^7.0.1",
5757
"@testing-library/react": "16.3.2",
58-
"@testing-library/user-event": "^14.6.1",
58+
"@testing-library/user-event": "^14.6.4",
5959
"@types/jest": "^30.0.0",
6060
"@types/mdx": "^2.0.14",
6161
"@types/node": "^25.5.2",

packages/eds-lab-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"@storybook/addon-links": "^10.5.7",
5959
"@storybook/react-vite": "^10.5.7",
6060
"@testing-library/dom": "^10.4.1",
61-
"@testing-library/jest-dom": "^7.0.0",
61+
"@testing-library/jest-dom": "^7.0.1",
6262
"@testing-library/react": "^16.3.2",
63-
"@testing-library/user-event": "14.6.1",
63+
"@testing-library/user-event": "14.6.4",
6464
"@types/jest": "^30.0.0",
6565
"@types/ramda": "^0.32.0",
6666
"@types/react": "^19.2.18",

packages/eds-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"@rollup/plugin-commonjs": "^29.0.3",
5353
"@rollup/plugin-node-resolve": "^16.0.3",
5454
"@testing-library/dom": "^10.4.1",
55-
"@testing-library/jest-dom": "^7.0.0",
55+
"@testing-library/jest-dom": "^7.0.1",
5656
"@testing-library/react": "^16.3.2",
57-
"@testing-library/user-event": "^14.6.1",
57+
"@testing-library/user-event": "^14.6.4",
5858
"@types/jest": "^30.0.0",
5959
"@types/ramda": "^0.32.0",
6060
"@types/react": "^19.2.18",

pnpm-lock.yaml

Lines changed: 62 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)