-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release v4.8.0 #846
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: skip unloaded iframes for all apis * no loaded * Update packages/webdriverio/src/index.ts Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> * Update packages/webdriverio/src/index.ts Co-authored-by: Stephen Mathieson <571265+stephenmathieson@users.noreply.github.com> * reject * assert properly --------- Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com> Co-authored-by: Stephen Mathieson <571265+stephenmathieson@users.noreply.github.com>
People don't care about warnings. Unless a build fails, ESLint output will go unnoticed. This patch prevents that from happening by converting existing warnings to errors. Also all existing warnings have been fixed.
Also test Node.js versions 16, 18 and 20.
- Test every package (under `packages/*`) - Use the battle-tested [`semver`](https://www.npmjs.com/package/semver) library rather than a regex
…r from `node_modules` (#794)
* Update tests.yml ci: update tests to run on pull requests * add push on master/develop/release * wildcard
Co-authored-by: Gabe <41127686+Zidious@users.noreply.github.com> Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
* ci: fix deploy sha * use HEAD rather than
* feat(cli): better error message for ChromeDriver version mismatch Fixes #679. * reduce branch coverage to 91 --------- Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com> Co-authored-by: Steven Lambert <steven.lambert@deque.com>
* refactor: put non-pacakge specific tests in own dir * dont run release * lerna new dir * fix lerna
CI: Remove schedule from auto-patch-release.yml
Co-authored-by: Steven Lambert <steven.lambert@deque.com> Co-authored-by: Dan Bjorge <dan.bjorge@deque.com>
Co-authored-by: michael-siek <michael-siek@users.noreply.github.com> Co-authored-by: michael-siek <me@michaelsiek.com>
michael-siek
force-pushed
the
release-1695917073
branch
from
September 28, 2023 16:46
7ed4b71
to
2e12393
Compare
This was referenced Sep 28, 2023
1 task
Release Audit
|
michael-siek
approved these changes
Oct 11, 2023
reviewed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated changes by create-pull-request GitHub action
4.8.0 (2023-09-28)
Bug Fixes
Features
logToConsole
fn (#812) (480fb12)