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
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2e621f7
Merge pull request #749 from dequelabs/master
michael-siek Jun 13, 2023
0b15629
fix: skip unloaded iframes for all apis (#752)
straker Jun 15, 2023
5bd31fa
chore: cleanup webdriverjs tests and deps (#753)
straker Jun 15, 2023
8a9a92d
ci: auto patch-release every 2 weeks (#751)
AdnoC Jun 16, 2023
bfa2328
fix(cli): respect --exit regardless of other flags (#750)
AdnoC Jun 16, 2023
6559234
chore: add `ISSUE_TEMPLATES` (#755)
michael-siek Jun 21, 2023
ca07660
ci: auto-patch-release from public repo (#756)
AdnoC Jun 28, 2023
502b6c2
chore: Make existing ESLint warnings fail the build (#761)
stephenmathieson Jul 10, 2023
eb99c15
build: Lint and format all files (#760)
stephenmathieson Jul 10, 2023
6be181b
ci: Replace CircleCI with GitHub Actions (#759)
stephenmathieson Jul 14, 2023
6824caf
test: Make axe-core version test more robust (#767)
stephenmathieson Aug 7, 2023
d40ec13
test: fix node v20 tests (#789)
AdnoC Aug 22, 2023
377d5eb
ci: ensure tests use newly installed chromedriver and not chromedrive…
Zidious Aug 22, 2023
e78a8df
ci: add default timeouts to test suite (#795)
Zidious Aug 22, 2023
8b5d296
chore: use `latest` chromedriver where necessary (#796)
Zidious Aug 22, 2023
1433ff4
ci: update tests to run on pull requests (#787)
straker Aug 22, 2023
ada5d28
feat(cli): add --chrome-path option (#700) (#704)
sinedied Aug 22, 2023
b407c6c
fix(cli): improve error message on script timeout (#681)
not-my-profile Aug 22, 2023
60abf5e
ci: fix canary deploy sha (#797)
straker Aug 22, 2023
10cf350
fix(cli): better error message for ChromeDriver version mismatch (#680)
not-my-profile Aug 22, 2023
acf6b0f
refactor: put non-package specific tests in own dir (#799)
straker Aug 23, 2023
764ad64
ci: enable manual running of release (#772)
AdnoC Sep 5, 2023
480fb12
feat(react): export `logToConsole` fn (#812)
michael-siek Sep 12, 2023
971431a
docs(README): fix error in example script (#823)
straker Sep 14, 2023
fb86462
Update auto-patch-release.yml
dequejenn Sep 14, 2023
a3c59b7
Merge pull request #824 from dequelabs/dequejenn-patch-1
dequejenn Sep 14, 2023
4fa75a8
refactor: switch to NPM workspaces (#687)
not-my-profile Sep 18, 2023
cf2533f
docs: update development instructions for npm workspace (#832)
straker Sep 25, 2023
aa0ae64
ci: remove `bootstrap` step from deploy workflow (#834)
Zidious Sep 25, 2023
2ac1eaf
feat: Update axe-core to v4.8.2 (#835)
attest-team-ci Sep 26, 2023
2456ed6
fix: pin axe-core version to accept patch updates only (#838)
michael-siek Sep 26, 2023
06e2cdc
ci: replace lerna with standard-version for relases
michael-siek Sep 27, 2023
129660c
test
michael-siek Sep 27, 2023
34ec0d6
fix ci
michael-siek Sep 27, 2023
a8245b9
release pleasee
michael-siek Sep 27, 2023
8698ff2
release pleasee
michael-siek Sep 27, 2023
35adfa2
add config
michael-siek Sep 27, 2023
3e1b4af
fix release
michael-siek Sep 27, 2023
f92e82e
install
michael-siek Sep 27, 2023
b6013ad
test
michael-siek Sep 28, 2023
50624cc
release
michael-siek Sep 28, 2023
b9a5068
fix
michael-siek Sep 28, 2023
5c0f6c2
Merge b9a5068c6076dec53d5aeb8aa1d07f584282338f into 2456ed641781c2262…
michael-siek Sep 28, 2023
fa32788
chore(release): 4.7.4
attest-team-ci Sep 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(release): 4.7.4
  • Loading branch information
attest-team-ci committed Sep 28, 2023
commit fa327880dd258fd6dd7f508578c15c7baf346d6c
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
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.

### [4.7.4](https://github.com/dequelabs/axe-core-npm/compare/v4.7.3...v4.7.4) (2023-09-28)

### Features

- **cli:** add --chrome-path option ([#700](https://github.com/dequelabs/axe-core-npm/issues/700)) ([#704](https://github.com/dequelabs/axe-core-npm/issues/704)) ([ada5d28](https://github.com/dequelabs/axe-core-npm/commit/ada5d28ccbbf9121f9d1fb5172347019c2ae63d1))
- **react:** export `logToConsole` fn ([#812](https://github.com/dequelabs/axe-core-npm/issues/812)) ([480fb12](https://github.com/dequelabs/axe-core-npm/commit/480fb1268ffa3547a8d056a7c274607fca3ca274))
- Update axe-core to v4.8.2 ([#835](https://github.com/dequelabs/axe-core-npm/issues/835)) ([2ac1eaf](https://github.com/dequelabs/axe-core-npm/commit/2ac1eafa6318453003ccfd7c33625e63725a7c00))

### Bug Fixes

- **cli:** better error message for ChromeDriver version mismatch ([#680](https://github.com/dequelabs/axe-core-npm/issues/680)) ([10cf350](https://github.com/dequelabs/axe-core-npm/commit/10cf3509449587a14799fb168678258249bc1900)), closes [#679](https://github.com/dequelabs/axe-core-npm/issues/679)
- **cli:** improve error message on script timeout ([#681](https://github.com/dequelabs/axe-core-npm/issues/681)) ([b407c6c](https://github.com/dequelabs/axe-core-npm/commit/b407c6cf1f8a980fc036b75c7b3f7198d3bb556c))
- **cli:** respect --exit regardless of other flags ([#750](https://github.com/dequelabs/axe-core-npm/issues/750)) ([bfa2328](https://github.com/dequelabs/axe-core-npm/commit/bfa232800d553d870933e5dfa26d669d2d566c08))
- pin axe-core version to accept patch updates only ([#838](https://github.com/dequelabs/axe-core-npm/issues/838)) ([2456ed6](https://github.com/dequelabs/axe-core-npm/commit/2456ed641781c2262bf71db24f7f97755422d5f6))
- skip unloaded iframes for all apis ([#752](https://github.com/dequelabs/axe-core-npm/issues/752)) ([0b15629](https://github.com/dequelabs/axe-core-npm/commit/0b15629ac12613d9cdfec9f102ff1e3922d28ac2))

## [4.7.3](https://github.com/dequelabs/axe-core-npm/compare/v4.7.2...v4.7.3) (2023-06-09)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-npm",
"version": "4.7.3",
"version": "4.7.4",
"private": true,
"license": "MPL-2.0",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/cli",
"version": "4.7.3",
"version": "4.7.4",
"description": "A CLI for accessibility testing using axe-core",
"author": {
"name": "Wilco Fiers",
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/playwright",
"version": "4.7.3",
"version": "4.7.4",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/puppeteer",
"version": "4.7.3",
"version": "4.7.4",
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/react",
"version": "4.7.3",
"version": "4.7.4",
"description": "Dynamic accessibility analysis for React using axe-core",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter-earl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/reporter-earl",
"version": "4.7.3",
"version": "4.7.4",
"description": "A EARL+JSON-LD reporter for axe-core",
"main": "dist/axeReporterEarl.js",
"module": "./dist/axeReporterEarl.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/webdriverio",
"version": "4.7.3",
"version": "4.7.4",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axe-core/webdriverjs",
"version": "4.7.3",
"version": "4.7.4",
"description": "Provides a method to inject and analyze web pages using axe",
"contributors": [
{
Expand Down
Loading