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: RC v4.10.0 #484

Merged
merged 10 commits into from
Sep 27, 2024
6 changes: 3 additions & 3 deletions .github/workflows/sync-master-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: dequelabs/action-sync-branches@v1
- uses: dequelabs/action-sync-branches@v1.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT }}
pr-title: "chore: merge master into develop"
pr-reviewers: AdnoC,stephenmathieson
pr-team-reviewers: axe-api-team
pr-labels: chore
pr-template: .github/PULL_REQUEST_TEMPLATE.md
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [4.10.0](https://github.com/dequelabs/axe-core-maven-html/compare/v4.9.1...v4.10.0) (2024-09-26)


### Bug Fixes

* **selenium:** add backwards compatible way of settings various timeouts when using selenium 3 ([#482](https://github.com/dequelabs/axe-core-maven-html/issues/482)) ([c4a92d4](https://github.com/dequelabs/axe-core-maven-html/commit/c4a92d420df054ab9a93050af626714088555149))


### Features

* Update axe-core to v4.10.0 ([#471](https://github.com/dequelabs/axe-core-maven-html/issues/471)) ([4ac66b6](https://github.com/dequelabs/axe-core-maven-html/commit/4ac66b67cee51a7be529d96a4e109d1cc71f18f1))



## [4.9.1](https://github.com/dequelabs/axe-core-maven-html/compare/v4.9.0...v4.9.1) (2024-05-10)


Expand Down
1,117 changes: 553 additions & 564 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axe-core-maven-html",
"version": "4.9.1",
"version": "4.10.0",
"license": "ISC",
"repository": "dequelabs/axe-core-maven-html",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"prepare": "husky install"
},
"devDependencies": {
"conventional-changelog-cli": "^4.1.0",
"conventional-changelog-cli": "^5.0.0",
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"husky": "^9.0.11",
Expand Down
18 changes: 9 additions & 9 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.1",
"version": "4.10.0",
"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.1"
"axe-core": "^4.10.0"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
28 changes: 14 additions & 14 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.1</version>
<version>4.10.0</version>
<packaging>jar</packaging>
<parent>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>virtual-superpackage</artifactId>
<version>4.9.1</version>
<version>4.10.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Axe-core Playwright Java</name>
Expand Down Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -139,7 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -190,7 +190,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -203,7 +203,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -220,19 +220,19 @@
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>playwright</artifactId>
<version>1.42.0</version>
<version>1.44.0</version>
</dependency>
<!-- Overrides commons-codec used in httpclient for security reasons -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<!-- Overrides commons-compress for security reasons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
<version>1.26.2</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.17.0</version>
<version>2.17.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>dequeutilites</artifactId>
<version>4.9.1</version>
<version>4.10.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 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.1</version>
<version>4.10.0</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 @@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -85,7 +85,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -105,7 +105,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
18 changes: 9 additions & 9 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.1",
"version": "4.10.0",
"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.1"
"axe-core": "^4.10.0"
},
"devDependencies": {
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
Expand Down
Loading