Skip to content

Commit

Permalink
Merge pull request #23419 from storybookjs/norbert/fix-playwright-ver…
Browse files Browse the repository at this point in the history
…sion

E2e: Set playwright version to `1.36.0`
  • Loading branch information
ndelangen committed Jul 11, 2023
2 parents 7bc6af6 + ed08210 commit 1bfd4f8
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ executors:
default: 'small'
working_directory: /tmp/storybook
docker:
- image: mcr.microsoft.com/playwright:v1.35.0-focal
- image: mcr.microsoft.com/playwright:v1.36.0-focal
environment:
NODE_OPTIONS: --max_old_space_size=6144
resource_class: <<parameters.class>>
Expand Down
8 changes: 4 additions & 4 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
"defaults"
],
"resolutions": {
"@playwright/test": "1.35.0",
"@playwright/test": "1.36.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/experimental-utils": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"esbuild": "^0.18.0",
"eslint": "^8.28.0",
"playwright": "1.35.0",
"playwright-core": "1.35.0",
"playwright": "1.36.0",
"playwright-core": "1.36.0",
"serialize-javascript": "^3.1.0",
"type-fest": "^3.11.0"
},
Expand All @@ -99,7 +99,7 @@
"@emotion/jest": "^11.10.0",
"@jest/globals": "^29.3.1",
"@nx/workspace": "16.2.1",
"@playwright/test": "^1.35.0",
"@playwright/test": "1.36.0",
"@storybook/addon-a11y": "workspace:*",
"@storybook/addon-actions": "workspace:*",
"@storybook/addon-backgrounds": "workspace:*",
Expand Down
30 changes: 15 additions & 15 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4902,19 +4902,19 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.35.0":
version: 1.35.0
resolution: "@playwright/test@npm:1.35.0"
"@playwright/test@npm:1.36.0":
version: 1.36.0
resolution: "@playwright/test@npm:1.36.0"
dependencies:
"@types/node": "*"
fsevents: 2.3.2
playwright-core: 1.35.0
playwright-core: 1.36.0
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 77594d876632e9ce8a33851fed0a9ffe1034ca216811a3b5c3925c371eddb20ceb6848f3e9b10234a025dcf7be979cddcd0285ad627ad30afbc0cf246ab74c4d
checksum: 9d06764f55ae10569981d518838d588d820678a4e6a8a1bbfab78b7b4b4245cf055e94a0dea90fe2ecf1ce4559d06e02986757270e7c54a52d0bdf1963cb03e6
languageName: node
linkType: hard

Expand Down Expand Up @@ -7109,7 +7109,7 @@ __metadata:
"@emotion/jest": ^11.10.0
"@jest/globals": ^29.3.1
"@nx/workspace": 16.2.1
"@playwright/test": ^1.35.0
"@playwright/test": 1.36.0
"@storybook/addon-a11y": "workspace:*"
"@storybook/addon-actions": "workspace:*"
"@storybook/addon-backgrounds": "workspace:*"
Expand Down Expand Up @@ -24647,23 +24647,23 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.35.0":
version: 1.35.0
resolution: "playwright-core@npm:1.35.0"
"playwright-core@npm:1.36.0":
version: 1.36.0
resolution: "playwright-core@npm:1.36.0"
bin:
playwright-core: cli.js
checksum: 157257f0950190903d75ff6af70258fe1b1c6bf44f144a063428a594c09b4631d4c151ff65e28e1d9fc13edd8bd51c4720a7d87fc755c2afba47f41919bf5875
checksum: 5b5d32495e222ddd4351d1d8b116a25a7d93ea5f3439dceaceeb916d0abdce6d5b0b84f80df0b239168d55a100e7aecc9db4774ff20ba0210d8de027f258b544
languageName: node
linkType: hard

"playwright@npm:1.35.0":
version: 1.35.0
resolution: "playwright@npm:1.35.0"
"playwright@npm:1.36.0":
version: 1.36.0
resolution: "playwright@npm:1.36.0"
dependencies:
playwright-core: 1.35.0
playwright-core: 1.36.0
bin:
playwright: cli.js
checksum: efe6a7c74fff1fe30b952e3d80a6da42779579174ae4ced83e24ebd07d9388f0a43d5188106f08874e645128e27b020c0c8e118948d607328d37a38b20c57c19
checksum: dc39eb6271b22901cb6219a8ecdd44736169edd789d2a8be5885ded5414ee2a9e2c73a19e24d55336ddbae6f9d69522b46f1fe92998740745f1cb78d58b6cb6e
languageName: node
linkType: hard

Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
"ora": "^5.4.1",
"p-limit": "^3.1.0",
"p-retry": "^5.1.2",
"playwright": "^1.35.0",
"playwright-core": "^1.35.0",
"playwright": "1.36.0",
"playwright-core": "1.36.0",
"prettier": "^2.8.0",
"pretty-bytes": "^6.1.0",
"pretty-hrtime": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const addPackageResolutions = async ({ cwd, dryRun }: YarnOptions) => {
...storybookVersions,
'enhanced-resolve': '~5.10.0', // TODO, remove this
// this is for our CI test, ensure we use the same version as docker image, it should match version specified in `./code/package.json` and `.circleci/config.yml`
playwright: '^1.35.0',
'playwright-core': '^1.35.0',
'@playwright/test': '^1.35.0',
playwright: '1.36.0',
'playwright-core': '1.36.0',
'@playwright/test': '1.36.0',
};
await writeJSON(packageJsonPath, packageJson, { spaces: 2 });
};
Expand Down
22 changes: 11 additions & 11 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3002,8 +3002,8 @@ __metadata:
ora: ^5.4.1
p-limit: ^3.1.0
p-retry: ^5.1.2
playwright: ^1.35.0
playwright-core: ^1.35.0
playwright: 1.36.0
playwright-core: 1.36.0
prettier: ^2.8.0
pretty-bytes: ^6.1.0
pretty-hrtime: ^1.0.0
Expand Down Expand Up @@ -12971,23 +12971,23 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.35.1, playwright-core@npm:^1.35.0":
version: 1.35.1
resolution: "playwright-core@npm:1.35.1"
"playwright-core@npm:1.36.0":
version: 1.36.0
resolution: "playwright-core@npm:1.36.0"
bin:
playwright-core: cli.js
checksum: 378caaf452546554b01993006abf556fb2f35369355ff6cf462148ed154a177ff1cdcf7f90035c3e7cef3522435602fd4517f2f1a0a75eef92c4db4efdc24b02
checksum: 5b5d32495e222ddd4351d1d8b116a25a7d93ea5f3439dceaceeb916d0abdce6d5b0b84f80df0b239168d55a100e7aecc9db4774ff20ba0210d8de027f258b544
languageName: node
linkType: hard

"playwright@npm:^1.35.0":
version: 1.35.1
resolution: "playwright@npm:1.35.1"
"playwright@npm:1.36.0":
version: 1.36.0
resolution: "playwright@npm:1.36.0"
dependencies:
playwright-core: 1.35.1
playwright-core: 1.36.0
bin:
playwright: cli.js
checksum: db479aab7da6506ccab572d5cf3ffa7ba0ffcb874fc5eda27bc9231fef0db17cd150b412bb7f831004c3ff9e1a3743c83b02652964c84d809a5d22b9a40ba50a
checksum: dc39eb6271b22901cb6219a8ecdd44736169edd789d2a8be5885ded5414ee2a9e2c73a19e24d55336ddbae6f9d69522b46f1fe92998740745f1cb78d58b6cb6e
languageName: node
linkType: hard

Expand Down

0 comments on commit 1bfd4f8

Please sign in to comment.