Skip to content

Commit

Permalink
Release v4.9.1 (#462)
Browse files Browse the repository at this point in the history
No qa needed
  • Loading branch information
dequejenn committed May 13, 2024
2 parents bfd53e4 + c66bd6f commit 0a80e9d
Show file tree
Hide file tree
Showing 13 changed files with 141 additions and 56 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: 'BUG: '
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**Environment Happening In**
- [ ] Production
- [ ] QA
- [ ] Dev

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Actual behavior**
A clear and concise description of what actually happened.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Related Tickets**
List out any user story or bug ticket(s) related to this bug.

**Desktop (please complete the following information):**
- Product: [e.g. playwright]
- Product Version: [e.g. v4.7.4]
- Latest Product Version it is NOT happening in: [e.g. v4.7.2]
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Browser Version [e.g. 22]


**Additional context**
Add any other context about the problem here.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

## Epic Link

## Requirements

<!-- Requirements consists of large or small, technical or product changes that need to be implemented within a feature in order to enable the fulfillment of a user’s needs. -->

## User Story

<!-- A user story is an informal explanation of a feature written from the perspective of the end user to articulate how it will provide value to the customer -->

## Acceptance Criteria

<!-- Acceptance criteria define the boundaries of a user story, and are used to confirm when a story is completed and working as intended. -->

## Technical/Implementation Details

## QA Notes/Instructions

<!-- List out any actual steps or information QA needs to have before they begin testing. Make sure to include all scenarios that should be tested as well as their expected outcome (i.e. logged in enterprise user, logged in enterprise admin, logged in individual user, etc) -->

## Out of Scope

## Dependencies
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.9.1](https://github.com/dequelabs/axe-core-maven-html/compare/v4.9.0...v4.9.1) (2024-05-10)


### Bug Fixes

* Update axe-core to v4.9.1 ([#456](https://github.com/dequelabs/axe-core-maven-html/issues/456)) ([710c913](https://github.com/dequelabs/axe-core-maven-html/commit/710c9138fb6c3d648edcc537f942e24fddf7460a))



# [4.9.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.2...v4.9.0) (2024-03-28)


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-maven-html",
"version": "4.9.0",
"version": "4.9.1",
"license": "ISC",
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "axe-core-maven-html-playwright",
"version": "4.9.0",
"version": "4.9.1",
"license": "MPL",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
},
"dependencies": {
"axe-core": "^4.9.0"
"axe-core": "^4.9.1"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
20 changes: 10 additions & 10 deletions playwright/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>playwright</artifactId>
<version>4.9.0</version>
<version>4.9.1</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.9.0</version>
<version>4.9.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Axe-core Playwright Java</name>
Expand Down Expand Up @@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -170,7 +170,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -220,7 +220,7 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.41.2</version>
<version>1.42.0</version>
</dependency>
<!-- Overrides commons-codec used in httpclient for security reasons -->
<dependency>
Expand All @@ -232,7 +232,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
<version>1.26.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -255,25 +255,25 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.9.0</version>
<version>4.9.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 1 addition & 4 deletions playwright/src/test/java/PlaywrightJavaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,7 @@ public void withOnlyOneInclude() {
AxeResults axeResults = axeBuilder.analyze();

List<String> targets = getTargets(axeResults);

assertTrue(targets.stream().allMatch(selector -> selector.equalsIgnoreCase(".include")));
assertEquals(axeResults.getPasses().get(0).getNodes().size(), 1);
assertTrue(targets.stream().anyMatch(selector -> selector.equalsIgnoreCase(".include")));
}

@Test
Expand All @@ -557,7 +555,6 @@ public void withMultipleIncludes() {

assertTrue(targets.stream().anyMatch(selector -> selector.equalsIgnoreCase(".include")));
assertTrue(targets.stream().anyMatch(selector -> selector.equalsIgnoreCase(".include2")));
assertEquals(axeResults.getPasses().get(0).getNodes().size(), 2);
}

@Test
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.9.0</version>
<version>4.9.1</version>
<packaging>pom</packaging>
<name>Axe-core-maven-html Superpackage</name>
<description>axe-core-maven-html superpackage containing; selenium, playwright, and, utilities</description>
Expand Down Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -85,7 +85,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
22 changes: 11 additions & 11 deletions selenium/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions selenium/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "axe-core-maven-html-selenium",
"version": "4.9.0",
"version": "4.9.1",
"license": "UNLICENSED",
"private": true,
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 8001 --silent"
},
"dependencies": {
"axe-core": "^4.9.0"
"axe-core": "^4.9.1"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
Loading

0 comments on commit 0a80e9d

Please sign in to comment.