Skip to content

Commit 0a80e9d

Browse files
authored
Release v4.9.1 (#462)
No qa needed
2 parents bfd53e4 + c66bd6f commit 0a80e9d

File tree

13 files changed

+141
-56
lines changed

13 files changed

+141
-56
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'BUG: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Environment Happening In**
14+
- [ ] Production
15+
- [ ] QA
16+
- [ ] Dev
17+
18+
**To Reproduce**
19+
Steps to reproduce the behavior:
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Actual behavior**
29+
A clear and concise description of what actually happened.
30+
31+
**Screenshots**
32+
If applicable, add screenshots to help explain your problem.
33+
34+
**Related Tickets**
35+
List out any user story or bug ticket(s) related to this bug.
36+
37+
**Desktop (please complete the following information):**
38+
- Product: [e.g. playwright]
39+
- Product Version: [e.g. v4.7.4]
40+
- Latest Product Version it is NOT happening in: [e.g. v4.7.2]
41+
- OS: [e.g. iOS]
42+
- Browser [e.g. chrome, safari]
43+
- Browser Version [e.g. 22]
44+
45+
46+
**Additional context**
47+
Add any other context about the problem here.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Epic Link
11+
12+
## Requirements
13+
14+
<!-- 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. -->
15+
16+
## User Story
17+
18+
<!-- 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 -->
19+
20+
## Acceptance Criteria
21+
22+
<!-- Acceptance criteria define the boundaries of a user story, and are used to confirm when a story is completed and working as intended. -->
23+
24+
## Technical/Implementation Details
25+
26+
## QA Notes/Instructions
27+
28+
<!-- 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) -->
29+
30+
## Out of Scope
31+
32+
## Dependencies

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.9.1](https://github.com/dequelabs/axe-core-maven-html/compare/v4.9.0...v4.9.1) (2024-05-10)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
110
# [4.9.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.2...v4.9.0) (2024-03-28)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axe-core-maven-html",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"license": "ISC",
55
"repository": "dequelabs/axe-core-maven-html",
66
"scripts": {

playwright/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playwright/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "axe-core-maven-html-playwright",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"license": "MPL",
55
"private": true,
66
"repository": "dequelabs/axe-core-maven-html",
77
"scripts": {
88
"start": "http-server ./node_modules/axe-test-fixtures/fixtures -a \"\" -p 1337 --silent"
99
},
1010
"dependencies": {
11-
"axe-core": "^4.9.0"
11+
"axe-core": "^4.9.1"
1212
},
1313
"devDependencies": {
1414
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",

playwright/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>playwright</artifactId>
5-
<version>4.9.0</version>
5+
<version>4.9.1</version>
66
<packaging>jar</packaging>
77
<parent>
88
<groupId>com.deque.html.axe-core</groupId>
99
<artifactId>virtual-superpackage</artifactId>
10-
<version>4.9.0</version>
10+
<version>4.9.1</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<name>Axe-core Playwright Java</name>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-compiler-plugin</artifactId>
155-
<version>3.12.1</version>
155+
<version>3.13.0</version>
156156
<configuration>
157157
<source>1.8</source>
158158
<target>1.8</target>
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-gpg-plugin</artifactId>
173-
<version>3.1.0</version>
173+
<version>3.2.2</version>
174174
<executions>
175175
<execution>
176176
<id>sign-artifacts</id>
@@ -220,7 +220,7 @@
220220
<dependency>
221221
<groupId>com.microsoft.playwright</groupId>
222222
<artifactId>playwright</artifactId>
223-
<version>1.41.2</version>
223+
<version>1.42.0</version>
224224
</dependency>
225225
<!-- Overrides commons-codec used in httpclient for security reasons -->
226226
<dependency>
@@ -232,7 +232,7 @@
232232
<dependency>
233233
<groupId>org.apache.commons</groupId>
234234
<artifactId>commons-compress</artifactId>
235-
<version>1.26.0</version>
235+
<version>1.26.1</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>junit</groupId>
@@ -255,25 +255,25 @@
255255
<dependency>
256256
<groupId>com.fasterxml.jackson.core</groupId>
257257
<artifactId>jackson-annotations</artifactId>
258-
<version>2.16.1</version>
258+
<version>2.17.0</version>
259259
<scope>compile</scope>
260260
</dependency>
261261
<dependency>
262262
<groupId>com.fasterxml.jackson.core</groupId>
263263
<artifactId>jackson-databind</artifactId>
264-
<version>2.16.1</version>
264+
<version>2.17.0</version>
265265
<scope>compile</scope>
266266
</dependency>
267267
<dependency>
268268
<groupId>commons-io</groupId>
269269
<artifactId>commons-io</artifactId>
270-
<version>2.15.1</version>
270+
<version>2.16.0</version>
271271
<scope>compile</scope>
272272
</dependency>
273273
<dependency>
274274
<groupId>com.deque.html.axe-core</groupId>
275275
<artifactId>dequeutilites</artifactId>
276-
<version>4.9.0</version>
276+
<version>4.9.1</version>
277277
<scope>compile</scope>
278278
</dependency>
279279
</dependencies>

playwright/src/test/java/PlaywrightJavaTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,7 @@ public void withOnlyOneInclude() {
538538
AxeResults axeResults = axeBuilder.analyze();
539539

540540
List<String> targets = getTargets(axeResults);
541-
542-
assertTrue(targets.stream().allMatch(selector -> selector.equalsIgnoreCase(".include")));
543-
assertEquals(axeResults.getPasses().get(0).getNodes().size(), 1);
541+
assertTrue(targets.stream().anyMatch(selector -> selector.equalsIgnoreCase(".include")));
544542
}
545543

546544
@Test
@@ -557,7 +555,6 @@ public void withMultipleIncludes() {
557555

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

563560
@Test

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.deque.html.axe-core</groupId>
55
<artifactId>virtual-superpackage</artifactId>
6-
<version>4.9.0</version>
6+
<version>4.9.1</version>
77
<packaging>pom</packaging>
88
<name>Axe-core-maven-html Superpackage</name>
99
<description>axe-core-maven-html superpackage containing; selenium, playwright, and, utilities</description>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-compiler-plugin</artifactId>
71-
<version>3.12.1</version>
71+
<version>3.13.0</version>
7272
<configuration>
7373
<source>1.8</source>
7474
<target>1.8</target>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-gpg-plugin</artifactId>
88-
<version>3.1.0</version>
88+
<version>3.2.2</version>
8989
<executions>
9090
<execution>
9191
<id>sign-artifacts</id>

selenium/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)