Skip to content
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.7.4 #841

Closed
wants to merge 44 commits into from
Closed

chore(release): v4.7.4 #841

wants to merge 44 commits into from

Conversation

attest-team-ci
Copy link
Contributor

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.7.4 (2023-09-28)

Features

Bug Fixes

  • cli: better error message for ChromeDriver version mismatch (#680) (10cf350), closes #679
  • cli: improve error message on script timeout (#681) (b407c6c)
  • cli: respect --exit regardless of other flags (#750) (bfa2328)
  • pin axe-core version to accept patch updates only (#838) (2456ed6)
  • skip unloaded iframes for all apis (#752) (0b15629)

This PR was opened by a robot 🤖 🎉

michael-siek and others added 30 commits June 13, 2023 08:16
* 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
* Update tests.yml

ci: update tests to run on pull requests

* add push on master/develop/release

* wildcard
* feat(cli): add --chrome-path option (#700)

* refactor: rename option description

Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>

---------

Co-authored-by: Steven Lambert <2433219+straker@users.noreply.github.com>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants