mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-17 18:18:07 +00:00
Update playwright-ruby-client to version 1.56.0 (#36655)
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -138,7 +138,7 @@ group :test do
|
|||||||
# Browser integration testing
|
# Browser integration testing
|
||||||
gem 'capybara', '~> 3.39'
|
gem 'capybara', '~> 3.39'
|
||||||
gem 'capybara-playwright-driver'
|
gem 'capybara-playwright-driver'
|
||||||
gem 'playwright-ruby-client', '1.55.0', require: false # Pinning the exact version as it needs to be kept in sync with the installed npm package
|
gem 'playwright-ruby-client', '1.56.0', require: false # Pinning the exact version as it needs to be kept in sync with the installed npm package
|
||||||
|
|
||||||
# Used to reset the database between system tests
|
# Used to reset the database between system tests
|
||||||
gem 'database_cleaner-active_record'
|
gem 'database_cleaner-active_record'
|
||||||
|
|||||||
@@ -590,7 +590,7 @@ GEM
|
|||||||
pg (1.6.2)
|
pg (1.6.2)
|
||||||
pghero (3.7.0)
|
pghero (3.7.0)
|
||||||
activerecord (>= 7.1)
|
activerecord (>= 7.1)
|
||||||
playwright-ruby-client (1.55.0)
|
playwright-ruby-client (1.56.0)
|
||||||
concurrent-ruby (>= 1.1.6)
|
concurrent-ruby (>= 1.1.6)
|
||||||
mime-types (>= 3.0)
|
mime-types (>= 3.0)
|
||||||
pp (0.6.3)
|
pp (0.6.3)
|
||||||
@@ -1028,7 +1028,7 @@ DEPENDENCIES
|
|||||||
parslet
|
parslet
|
||||||
pg (~> 1.5)
|
pg (~> 1.5)
|
||||||
pghero
|
pghero
|
||||||
playwright-ruby-client (= 1.55.0)
|
playwright-ruby-client (= 1.56.0)
|
||||||
premailer-rails
|
premailer-rails
|
||||||
prometheus_exporter (~> 2.2)
|
prometheus_exporter (~> 2.2)
|
||||||
propshaft
|
propshaft
|
||||||
|
|||||||
@@ -183,7 +183,7 @@
|
|||||||
"lint-staged": "^16.0.0",
|
"lint-staged": "^16.0.0",
|
||||||
"msw": "^2.10.2",
|
"msw": "^2.10.2",
|
||||||
"msw-storybook-addon": "^2.0.5",
|
"msw-storybook-addon": "^2.0.5",
|
||||||
"playwright": "^1.54.1",
|
"playwright": "^1.56.1",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"react-test-renderer": "^18.2.0",
|
"react-test-renderer": "^18.2.0",
|
||||||
"storybook": "^9.1.1",
|
"storybook": "^9.1.1",
|
||||||
|
|||||||
@@ -2889,7 +2889,7 @@ __metadata:
|
|||||||
msw: "npm:^2.10.2"
|
msw: "npm:^2.10.2"
|
||||||
msw-storybook-addon: "npm:^2.0.5"
|
msw-storybook-addon: "npm:^2.0.5"
|
||||||
path-complete-extname: "npm:^1.0.0"
|
path-complete-extname: "npm:^1.0.0"
|
||||||
playwright: "npm:^1.54.1"
|
playwright: "npm:^1.56.1"
|
||||||
postcss-preset-env: "npm:^10.1.5"
|
postcss-preset-env: "npm:^10.1.5"
|
||||||
prettier: "npm:^3.3.3"
|
prettier: "npm:^3.3.3"
|
||||||
prop-types: "npm:^15.8.1"
|
prop-types: "npm:^15.8.1"
|
||||||
@@ -10614,7 +10614,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"playwright@npm:^1.54.1":
|
"playwright@npm:^1.56.1":
|
||||||
version: 1.56.1
|
version: 1.56.1
|
||||||
resolution: "playwright@npm:1.56.1"
|
resolution: "playwright@npm:1.56.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user