Skip to content

Commit

Permalink
chore(release): @faltest/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Aug 1, 2024
1 parent 831ce56 commit 019189c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
12 changes: 6 additions & 6 deletions fixtures/global-install/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
mocha-helpers "^9.0.0"

"@faltest/remote@^12.0.0", "@faltest/remote@file:../../packages/remote":
version "12.0.45"
version "12.0.46"
dependencies:
"@faltest/utils" "^8.0.0"
browser-webdriver-downloader "^3.0.0"
chromedriver "126.0.5"
chromedriver "127.0.1"
events-async "^1.2.1"
execa "^8.0.0"
fkill "^9.0.0"
Expand Down Expand Up @@ -641,10 +641,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@126.0.5:
version "126.0.5"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-126.0.5.tgz#5db6f463c7557e3a76b7fe7fb73aaf2f06fd07e6"
integrity sha512-xXVxwxd8CJ6yg2KEvFqLQi7V0RvF78xFnLB+xo9g9MoJNHMQccD7b4OWaxtKDy5RXrMgQ6Jb6vUN3SjTYXHLEQ==
chromedriver@127.0.1:
version "127.0.1"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-127.0.1.tgz#3f296e8f89efa67dd895d0ee13dbdc6bafb13191"
integrity sha512-j57OWXsxdhwK+faTWA2pi+8hf052qVjZjP0wXnjqY/QglHtlOXWhRj4s7/+ybJRNgs1zQ5csfOyV6sQQdH+Fnw==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.7"
Expand Down
9 changes: 8 additions & 1 deletion packages/remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [12.0.46](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2024-08-01)


### Bug Fixes

* **deps:** update dependency chromedriver to v127 ([b6f168f](https://github.com/CrowdStrike/faltest/commit/b6f168f2bbb40a0f56606fa1fa8de7c0c978ec5a))

### [12.0.45](https://github.com/CrowdStrike/faltest/compare/@faltest/[email protected]...@faltest/[email protected]) (2024-08-01)

Expand Down
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/remote",
"version": "12.0.45",
"version": "12.0.46",
"description": "A wrapper for the WebdriverIO remote call",
"main": "src",
"files": [
Expand Down

0 comments on commit 019189c

Please sign in to comment.