From 756a4beb1d2d21f54464a038d6582b6b871cb214 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 14 Feb 2024 11:46:39 -0500 Subject: [PATCH 1/4] ci: add release target branch when releasing (#162) Closes: https://github.com/dequelabs/axe-core-nuget/issues/158 no qa required --- .github/workflows/publish-production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-production.yml b/.github/workflows/publish-production.yml index aafaceb..504ae1f 100644 --- a/.github/workflows/publish-production.yml +++ b/.github/workflows/publish-production.yml @@ -46,3 +46,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CIRCLE_PROJECT_USERNAME: ${{ github.repository_owner }} CIRCLE_PROJECT_REPONAME: ${{ github.event.repository.name }} + GITHUB_RELEASE_TARGET: master From ca02ce5e36f5a5d173c2b3428da68dd042a41fc1 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 14 Feb 2024 13:32:52 -0500 Subject: [PATCH 2/4] ci: update `action-sync-branches` action (#163) should fix this https://github.com/dequelabs/axe-core-nuget/actions/runs/7903090464 no qa required --- .github/workflows/sync-master-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-master-develop.yml b/.github/workflows/sync-master-develop.yml index 58db211..2e6c141 100644 --- a/.github/workflows/sync-master-develop.yml +++ b/.github/workflows/sync-master-develop.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 1 steps: - - uses: dequelabs/action-sync-branches@v1 + - uses: dequelabs/action-sync-branches@v1.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} pr-title: 'chore: merge master into develop' From 6e44c830aa8639ec1063973927fd7fea7720e36f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:33:44 -0400 Subject: [PATCH 3/4] feat: Update axe-core to v4.9.0 (#164) This pull request updates the version of [`axe-core`](https://npmjs.org/axe-core) to v4.9.0. This PR was opened by a robot :robot: :tada:. no qa required --------- Co-authored-by: AdnoC Co-authored-by: michael-siek --- packages/commons/src/package-lock.json | 14 +++++++------- packages/commons/src/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/commons/src/package-lock.json b/packages/commons/src/package-lock.json index 4268045..f0e3001 100644 --- a/packages/commons/src/package-lock.json +++ b/packages/commons/src/package-lock.json @@ -6,13 +6,13 @@ "": { "license": "MIT", "dependencies": { - "axe-core": "^4.8.4" + "axe-core": "^4.9.0" } }, "node_modules/axe-core": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", - "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.0.tgz", + "integrity": "sha512-H5orY+M2Fr56DWmMFpMrq5Ge93qjNdPVqzBv5gWK3aD1OvjBEJlEzxf09z93dGVQeI0LiW+aCMIx1QtShC/zUw==", "engines": { "node": ">=4" } @@ -20,9 +20,9 @@ }, "dependencies": { "axe-core": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.4.tgz", - "integrity": "sha512-CZLSKisu/bhJ2awW4kJndluz2HLZYIHh5Uy1+ZwDRkJi69811xgIXXfdU9HSLX0Th+ILrHj8qfL/5wzamsFtQg==" + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.0.tgz", + "integrity": "sha512-H5orY+M2Fr56DWmMFpMrq5Ge93qjNdPVqzBv5gWK3aD1OvjBEJlEzxf09z93dGVQeI0LiW+aCMIx1QtShC/zUw==" } } } diff --git a/packages/commons/src/package.json b/packages/commons/src/package.json index 7b2bc21..8fe4145 100644 --- a/packages/commons/src/package.json +++ b/packages/commons/src/package.json @@ -3,6 +3,6 @@ "repository": {}, "license": "MIT", "dependencies": { - "axe-core": "^4.8.4" + "axe-core": "^4.9.0" } } From c350c64754917a8e35c43635a2de32a8adedcc3a Mon Sep 17 00:00:00 2001 From: API Team CI User Date: Tue, 26 Mar 2024 15:08:54 +0000 Subject: [PATCH 4/4] chore: RC v4.9.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/commons/src/Deque.AxeCore.Commons.csproj | 2 +- packages/playwright/src/Deque.AxeCore.Playwright.csproj | 2 +- packages/selenium/src/Deque.AxeCore.Selenium.csproj | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cecea..5e349e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.9.0](https://github.com/dequelabs/axe-core-nuget/compare/v4.8.2...v4.9.0) (2024-03-26) + + +### Features + +* Update axe-core to v4.9.0 ([#164](https://github.com/dequelabs/axe-core-nuget/issues/164)) ([6e44c83](https://github.com/dequelabs/axe-core-nuget/commit/6e44c830aa8639ec1063973927fd7fea7720e36f)) + + + ## [4.8.2](https://github.com/dequelabs/axe-core-nuget/compare/v4.8.1...v4.8.2) (2024-02-08) diff --git a/package.json b/package.json index 1d534db..23235c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axe-core-nuget", "description": "this file is used by release workflows as the source of truth for the current version of all NuGet packages", - "version": "4.8.2", + "version": "4.9.0", "license": "MPL-2.0 AND MIT", "repository": "dequelabs/axe-core-nuget", "private": true, diff --git a/packages/commons/src/Deque.AxeCore.Commons.csproj b/packages/commons/src/Deque.AxeCore.Commons.csproj index 1868362..159db31 100644 --- a/packages/commons/src/Deque.AxeCore.Commons.csproj +++ b/packages/commons/src/Deque.AxeCore.Commons.csproj @@ -19,7 +19,7 @@ true - 4.8.2 + 4.9.0 development diff --git a/packages/playwright/src/Deque.AxeCore.Playwright.csproj b/packages/playwright/src/Deque.AxeCore.Playwright.csproj index 86a16a2..ddb0a54 100644 --- a/packages/playwright/src/Deque.AxeCore.Playwright.csproj +++ b/packages/playwright/src/Deque.AxeCore.Playwright.csproj @@ -19,7 +19,7 @@ true - 4.8.2 + 4.9.0 development diff --git a/packages/selenium/src/Deque.AxeCore.Selenium.csproj b/packages/selenium/src/Deque.AxeCore.Selenium.csproj index 57725ac..c01492f 100644 --- a/packages/selenium/src/Deque.AxeCore.Selenium.csproj +++ b/packages/selenium/src/Deque.AxeCore.Selenium.csproj @@ -19,7 +19,7 @@ true - 4.8.2 + 4.9.0 development