From 7e821c6b18e22e41ac2bd1e624a4699f929bf19d Mon Sep 17 00:00:00 2001 From: siteimprove-builduser <8577410+siteimprove-builduser@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:39:43 +0000 Subject: [PATCH] v0.76.1 --- .changeset/thick-guests-wonder.md | 5 ---- .changeset/thin-goats-fetch.md | 15 ----------- CHANGELOG.md | 8 ++++++ .../api/alfa-test-utils.codecheckerversion.md | 12 +++++++++ docs/api/alfa-test-utils.md | 27 +++++++++++++++++-- docs/api/index.md | 2 -- docs/review/api/alfa-test-utils.api.md | 2 +- package.json | 2 +- packages/alfa-angular/CHANGELOG.md | 2 ++ packages/alfa-angular/package.json | 2 +- packages/alfa-assert/CHANGELOG.md | 2 ++ packages/alfa-assert/package.json | 2 +- packages/alfa-chai/CHANGELOG.md | 2 ++ packages/alfa-chai/package.json | 2 +- packages/alfa-cheerio/CHANGELOG.md | 2 ++ packages/alfa-cheerio/package.json | 2 +- packages/alfa-cli/CHANGELOG.md | 2 ++ packages/alfa-cli/package.json | 2 +- packages/alfa-cli/src/pkg.ts | 2 +- packages/alfa-command/CHANGELOG.md | 2 ++ packages/alfa-command/package.json | 2 +- packages/alfa-crawler/CHANGELOG.md | 2 ++ packages/alfa-crawler/package.json | 2 +- packages/alfa-cypress/CHANGELOG.md | 13 +++++++++ packages/alfa-cypress/package.json | 2 +- packages/alfa-enzyme/CHANGELOG.md | 2 ++ packages/alfa-enzyme/package.json | 2 +- packages/alfa-formatter-earl/CHANGELOG.md | 2 ++ packages/alfa-formatter-earl/package.json | 2 +- packages/alfa-formatter-json/CHANGELOG.md | 2 ++ packages/alfa-formatter-json/package.json | 2 +- packages/alfa-formatter-sarif/CHANGELOG.md | 2 ++ packages/alfa-formatter-sarif/package.json | 2 +- packages/alfa-formatter/CHANGELOG.md | 2 ++ packages/alfa-formatter/package.json | 2 +- packages/alfa-frontier/CHANGELOG.md | 2 ++ packages/alfa-frontier/package.json | 2 +- packages/alfa-interviewer/CHANGELOG.md | 2 ++ packages/alfa-interviewer/package.json | 2 +- packages/alfa-jasmine/CHANGELOG.md | 2 ++ packages/alfa-jasmine/package.json | 2 +- packages/alfa-jest/CHANGELOG.md | 2 ++ packages/alfa-jest/package.json | 2 +- packages/alfa-jquery/CHANGELOG.md | 2 ++ packages/alfa-jquery/package.json | 2 +- packages/alfa-playwright/CHANGELOG.md | 13 +++++++++ packages/alfa-playwright/package.json | 2 +- packages/alfa-puppeteer/CHANGELOG.md | 13 +++++++++ packages/alfa-puppeteer/package.json | 2 +- packages/alfa-react/CHANGELOG.md | 2 ++ packages/alfa-react/package.json | 2 +- packages/alfa-scraper/CHANGELOG.md | 2 ++ packages/alfa-scraper/package.json | 2 +- packages/alfa-selenium/CHANGELOG.md | 13 +++++++++ packages/alfa-selenium/package.json | 2 +- packages/alfa-test-utils/CHANGELOG.md | 6 +++++ packages/alfa-test-utils/package.json | 2 +- packages/alfa-test-utils/src/version.ts | 2 +- packages/alfa-unexpected/CHANGELOG.md | 2 ++ packages/alfa-unexpected/package.json | 2 +- packages/alfa-vue/CHANGELOG.md | 2 ++ packages/alfa-vue/package.json | 2 +- packages/alfa-webdriver/CHANGELOG.md | 2 ++ packages/alfa-webdriver/package.json | 2 +- yarn.lock | 4 +-- 65 files changed, 180 insertions(+), 57 deletions(-) delete mode 100644 .changeset/thick-guests-wonder.md delete mode 100644 .changeset/thin-goats-fetch.md create mode 100644 docs/api/alfa-test-utils.codecheckerversion.md diff --git a/.changeset/thick-guests-wonder.md b/.changeset/thick-guests-wonder.md deleted file mode 100644 index 18e660c5..00000000 --- a/.changeset/thick-guests-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@siteimprove/alfa-test-utils": patch ---- - -**Added:** The current version number is now exported. diff --git a/.changeset/thin-goats-fetch.md b/.changeset/thin-goats-fetch.md deleted file mode 100644 index 427ce5fc..00000000 --- a/.changeset/thin-goats-fetch.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@siteimprove/alfa-playwright": patch -"@siteimprove/alfa-puppeteer": patch -"@siteimprove/alfa-selenium": patch -"@siteimprove/alfa-cypress": patch ---- - -**Added:** The page URL is now correctly filled when grabbing the page. - -A full `Request` and `Response` are build, with sensible values: - -- The request is assumed to be a GET. -- The response is assumed to be a 200 OK with HTMl content. - -These values are not always correct, but should be in most cases. It is not really possible to build better values because the actual request and response may be long lost by the time one decides to call `.toPage`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 337172fc..3c69e4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Alfa integrations changelog +## [0.76.1](../../compare/v0.76.0...v0.76.1) (2024-12-13) + +### Added + +- [@siteimprove/alfa-test-utils](packages/alfa-test-utils/CHANGELOG.md#0761): The current version number is now exported. ([#115](https://github.com/Siteimprove/alfa-integrations/pull/115)) + +- [@siteimprove/alfa-playwright](packages/alfa-playwright/CHANGELOG.md#0761), [@siteimprove/alfa-puppeteer](packages/alfa-puppeteer/CHANGELOG.md#0761), [@siteimprove/alfa-selenium](packages/alfa-selenium/CHANGELOG.md#0761), [@siteimprove/alfa-cypress](packages/alfa-cypress/CHANGELOG.md#0761): The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116)) + ## [0.76.0](../../compare/v0.75.0...v0.76.0) (2024-12-09) ### Added diff --git a/docs/api/alfa-test-utils.codecheckerversion.md b/docs/api/alfa-test-utils.codecheckerversion.md new file mode 100644 index 00000000..b08f2b33 --- /dev/null +++ b/docs/api/alfa-test-utils.codecheckerversion.md @@ -0,0 +1,12 @@ + + +[Home](./index.md) > [@siteimprove/alfa-test-utils](./alfa-test-utils.md) > [codeCheckerVersion](./alfa-test-utils.codecheckerversion.md) + +## codeCheckerVersion variable + + +**Signature:** + +```typescript +codeCheckerVersion = "0.76.1" +``` diff --git a/docs/api/alfa-test-utils.md b/docs/api/alfa-test-utils.md index 3a4a7038..5a775990 100644 --- a/docs/api/alfa-test-utils.md +++ b/docs/api/alfa-test-utils.md @@ -4,8 +4,6 @@ ## alfa-test-utils package -A library for running Alfa tests and uploading results to the Siteimprove Intelligence Platform. - ## Classes +
@@ -146,6 +144,31 @@ Collection of rules filter, and pre-filtered sets of rules. Interacting with Siteimprove Intelligence Platform (SIP) API. +
+ +## Variables + + +
+ +Variable + + + + +Description + + +
+ +[codeCheckerVersion](./alfa-test-utils.codecheckerversion.md) + + + + + +
diff --git a/docs/api/index.md b/docs/api/index.md index 52a8c4f6..b125750f 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -233,8 +233,6 @@ This package provides integrations and utilities for the [Angular](https://angul -A library for running Alfa tests and uploading results to the Siteimprove Intelligence Platform. - diff --git a/docs/review/api/alfa-test-utils.api.md b/docs/review/api/alfa-test-utils.api.md index 2ce27f77..6eb6fc57 100644 --- a/docs/review/api/alfa-test-utils.api.md +++ b/docs/review/api/alfa-test-utils.api.md @@ -90,7 +90,7 @@ export namespace Audit { } // @public (undocumented) -export const codeCheckerVersion = "0.76.0"; +export const codeCheckerVersion = "0.76.1"; // @public export interface CommitInformation { diff --git a/package.json b/package.json index 74e8c459..8868a23c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@changesets/cli": "^2.26.1", "@microsoft/api-documenter": "^7.25.3", "@microsoft/api-extractor": "^7.47.0", - "@siteimprove/alfa-cli": "workspace:^0.76.0", + "@siteimprove/alfa-cli": "workspace:^0.76.1", "@siteimprove/alfa-toolchain": "^0.96.0", "@types/async": "^3.2.5", "@types/node": "^20.14.9", diff --git a/packages/alfa-angular/CHANGELOG.md b/packages/alfa-angular/CHANGELOG.md index 8454a9b9..9bbafe9d 100644 --- a/packages/alfa-angular/CHANGELOG.md +++ b/packages/alfa-angular/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-angular +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-angular/package.json b/packages/alfa-angular/package.json index 5bb5d2e6..6800f780 100644 --- a/packages/alfa-angular/package.json +++ b/packages/alfa-angular/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-angular", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the Angular application framework", "repository": { diff --git a/packages/alfa-assert/CHANGELOG.md b/packages/alfa-assert/CHANGELOG.md index 1f89f019..7cb0e773 100644 --- a/packages/alfa-assert/CHANGELOG.md +++ b/packages/alfa-assert/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-assert +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-assert/package.json b/packages/alfa-assert/package.json index 935db75e..9bb8d181 100644 --- a/packages/alfa-assert/package.json +++ b/packages/alfa-assert/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-assert", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Core assertion functions for supported input objects", "repository": { diff --git a/packages/alfa-chai/CHANGELOG.md b/packages/alfa-chai/CHANGELOG.md index 9ef1bc2a..d398ea4b 100644 --- a/packages/alfa-chai/CHANGELOG.md +++ b/packages/alfa-chai/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-chai +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-chai/package.json b/packages/alfa-chai/package.json index ba26cf71..74141d55 100644 --- a/packages/alfa-chai/package.json +++ b/packages/alfa-chai/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-chai", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Assertion integrations for the Chai assertion library", "repository": { diff --git a/packages/alfa-cheerio/CHANGELOG.md b/packages/alfa-cheerio/CHANGELOG.md index 6188bf0c..276f5d45 100644 --- a/packages/alfa-cheerio/CHANGELOG.md +++ b/packages/alfa-cheerio/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-cheerio +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-cheerio/package.json b/packages/alfa-cheerio/package.json index 8c60e866..72da2e3b 100644 --- a/packages/alfa-cheerio/package.json +++ b/packages/alfa-cheerio/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-cheerio", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Functionality for translating Cheerio elements into page objects", "repository": { diff --git a/packages/alfa-cli/CHANGELOG.md b/packages/alfa-cli/CHANGELOG.md index 3e91a3ef..3380ba84 100644 --- a/packages/alfa-cli/CHANGELOG.md +++ b/packages/alfa-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-cli +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-cli/package.json b/packages/alfa-cli/package.json index 9d46054e..dfd9a471 100644 --- a/packages/alfa-cli/package.json +++ b/packages/alfa-cli/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-cli", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "The tool for all your accessibility needs on the command line", "repository": { diff --git a/packages/alfa-cli/src/pkg.ts b/packages/alfa-cli/src/pkg.ts index 0556c399..150f9904 100644 --- a/packages/alfa-cli/src/pkg.ts +++ b/packages/alfa-cli/src/pkg.ts @@ -1,4 +1,4 @@ // Generated by yarn alfa-postversion export const name = "@siteimprove/alfa-cli"; -export const version = "0.76.0"; +export const version = "0.76.1"; diff --git a/packages/alfa-command/CHANGELOG.md b/packages/alfa-command/CHANGELOG.md index ebbb9d66..42e215b1 100644 --- a/packages/alfa-command/CHANGELOG.md +++ b/packages/alfa-command/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-command +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-command/package.json b/packages/alfa-command/package.json index 5bb9a95a..cc3afc5a 100644 --- a/packages/alfa-command/package.json +++ b/packages/alfa-command/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-command", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Functionality for building robust command line interfaces", "repository": { diff --git a/packages/alfa-crawler/CHANGELOG.md b/packages/alfa-crawler/CHANGELOG.md index 14a0b886..2c556c46 100644 --- a/packages/alfa-crawler/CHANGELOG.md +++ b/packages/alfa-crawler/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-crawler +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-crawler/package.json b/packages/alfa-crawler/package.json index aeacd531..bd94d9fd 100644 --- a/packages/alfa-crawler/package.json +++ b/packages/alfa-crawler/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-crawler", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "An implementation of a simple web crawler capable of producing streams of page objects", "repository": { diff --git a/packages/alfa-cypress/CHANGELOG.md b/packages/alfa-cypress/CHANGELOG.md index 26aa2294..2771ce07 100644 --- a/packages/alfa-cypress/CHANGELOG.md +++ b/packages/alfa-cypress/CHANGELOG.md @@ -1,5 +1,18 @@ # @siteimprove/alfa-cypress +## 0.76.1 + +### Patch Changes + +- **Added:** The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116)) + + A full `Request` and `Response` are build, with sensible values: + + - The request is assumed to be a GET. + - The response is assumed to be a 200 OK with HTMl content. + + These values are not always correct, but should be in most cases. It is not really possible to build better values because the actual request and response may be long lost by the time one decides to call `.toPage`. + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-cypress/package.json b/packages/alfa-cypress/package.json index 23738c69..c5073180 100644 --- a/packages/alfa-cypress/package.json +++ b/packages/alfa-cypress/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-cypress", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the Cypress testing framework", "repository": { diff --git a/packages/alfa-enzyme/CHANGELOG.md b/packages/alfa-enzyme/CHANGELOG.md index 5482c712..64c1df84 100644 --- a/packages/alfa-enzyme/CHANGELOG.md +++ b/packages/alfa-enzyme/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-enzyme +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-enzyme/package.json b/packages/alfa-enzyme/package.json index 07c0f8e8..949ec026 100644 --- a/packages/alfa-enzyme/package.json +++ b/packages/alfa-enzyme/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-enzyme", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the Enzyme testing library", "repository": { diff --git a/packages/alfa-formatter-earl/CHANGELOG.md b/packages/alfa-formatter-earl/CHANGELOG.md index a9fb6d0a..22b170e6 100644 --- a/packages/alfa-formatter-earl/CHANGELOG.md +++ b/packages/alfa-formatter-earl/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-formatter-earl +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-formatter-earl/package.json b/packages/alfa-formatter-earl/package.json index 5429a549..74cc1257 100644 --- a/packages/alfa-formatter-earl/package.json +++ b/packages/alfa-formatter-earl/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-formatter-earl", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "An outcome formatter that outputs EARL", "repository": { diff --git a/packages/alfa-formatter-json/CHANGELOG.md b/packages/alfa-formatter-json/CHANGELOG.md index 587a9771..0e81209c 100644 --- a/packages/alfa-formatter-json/CHANGELOG.md +++ b/packages/alfa-formatter-json/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-formatter-json +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-formatter-json/package.json b/packages/alfa-formatter-json/package.json index 8b265999..73dc424e 100644 --- a/packages/alfa-formatter-json/package.json +++ b/packages/alfa-formatter-json/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-formatter-json", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "An outcome formatter that outputs JSON", "repository": { diff --git a/packages/alfa-formatter-sarif/CHANGELOG.md b/packages/alfa-formatter-sarif/CHANGELOG.md index 6153355d..b20991d9 100644 --- a/packages/alfa-formatter-sarif/CHANGELOG.md +++ b/packages/alfa-formatter-sarif/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-formatter-sarif +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-formatter-sarif/package.json b/packages/alfa-formatter-sarif/package.json index 730c3010..690e90bf 100644 --- a/packages/alfa-formatter-sarif/package.json +++ b/packages/alfa-formatter-sarif/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-formatter-sarif", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "An outcome formatter that outputs SARIF", "repository": { diff --git a/packages/alfa-formatter/CHANGELOG.md b/packages/alfa-formatter/CHANGELOG.md index 94904eb9..5658007a 100644 --- a/packages/alfa-formatter/CHANGELOG.md +++ b/packages/alfa-formatter/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-formatter +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-formatter/package.json b/packages/alfa-formatter/package.json index c1c3ddce..c267ae33 100644 --- a/packages/alfa-formatter/package.json +++ b/packages/alfa-formatter/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-formatter", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Types for modelling ACT outcome formatters", "repository": { diff --git a/packages/alfa-frontier/CHANGELOG.md b/packages/alfa-frontier/CHANGELOG.md index fe3da83e..84196e37 100644 --- a/packages/alfa-frontier/CHANGELOG.md +++ b/packages/alfa-frontier/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-frontier +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-frontier/package.json b/packages/alfa-frontier/package.json index b4f5271d..b1784c19 100644 --- a/packages/alfa-frontier/package.json +++ b/packages/alfa-frontier/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-frontier", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "An implementation of a simple crawl frontier that can be persisted to disk", "repository": { diff --git a/packages/alfa-interviewer/CHANGELOG.md b/packages/alfa-interviewer/CHANGELOG.md index de1bc498..803e0ceb 100644 --- a/packages/alfa-interviewer/CHANGELOG.md +++ b/packages/alfa-interviewer/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-interviewer +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-interviewer/package.json b/packages/alfa-interviewer/package.json index 951c1890..f586ac7a 100644 --- a/packages/alfa-interviewer/package.json +++ b/packages/alfa-interviewer/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-interviewer", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Types for modelling ACT rule interviewers", "repository": { diff --git a/packages/alfa-jasmine/CHANGELOG.md b/packages/alfa-jasmine/CHANGELOG.md index 62eef987..34690985 100644 --- a/packages/alfa-jasmine/CHANGELOG.md +++ b/packages/alfa-jasmine/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-jasmine +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-jasmine/package.json b/packages/alfa-jasmine/package.json index 050898d6..79c787e6 100644 --- a/packages/alfa-jasmine/package.json +++ b/packages/alfa-jasmine/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-jasmine", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Assertion integrations for the Jasmine testing framework", "repository": { diff --git a/packages/alfa-jest/CHANGELOG.md b/packages/alfa-jest/CHANGELOG.md index ceb2e32f..01f06d5e 100644 --- a/packages/alfa-jest/CHANGELOG.md +++ b/packages/alfa-jest/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-jest +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-jest/package.json b/packages/alfa-jest/package.json index 7acb2010..284ffceb 100644 --- a/packages/alfa-jest/package.json +++ b/packages/alfa-jest/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-jest", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Assertion integrations for the Jest testing framework", "repository": { diff --git a/packages/alfa-jquery/CHANGELOG.md b/packages/alfa-jquery/CHANGELOG.md index 8200b265..102664c2 100644 --- a/packages/alfa-jquery/CHANGELOG.md +++ b/packages/alfa-jquery/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-jquery +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-jquery/package.json b/packages/alfa-jquery/package.json index 8032a743..88f5b810 100644 --- a/packages/alfa-jquery/package.json +++ b/packages/alfa-jquery/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-jquery", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Functionality for translating jQuery elements into page objects", "repository": { diff --git a/packages/alfa-playwright/CHANGELOG.md b/packages/alfa-playwright/CHANGELOG.md index 0a05da49..8fd6df96 100644 --- a/packages/alfa-playwright/CHANGELOG.md +++ b/packages/alfa-playwright/CHANGELOG.md @@ -1,5 +1,18 @@ # @siteimprove/alfa-playwright +## 0.76.1 + +### Patch Changes + +- **Added:** The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116)) + + A full `Request` and `Response` are build, with sensible values: + + - The request is assumed to be a GET. + - The response is assumed to be a 200 OK with HTMl content. + + These values are not always correct, but should be in most cases. It is not really possible to build better values because the actual request and response may be long lost by the time one decides to call `.toPage`. + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-playwright/package.json b/packages/alfa-playwright/package.json index ae92a8a8..a16c9107 100644 --- a/packages/alfa-playwright/package.json +++ b/packages/alfa-playwright/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-playwright", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the Playwright browser automation library", "repository": { diff --git a/packages/alfa-puppeteer/CHANGELOG.md b/packages/alfa-puppeteer/CHANGELOG.md index f53104d8..f0f40e7d 100644 --- a/packages/alfa-puppeteer/CHANGELOG.md +++ b/packages/alfa-puppeteer/CHANGELOG.md @@ -1,5 +1,18 @@ # @siteimprove/alfa-puppeteer +## 0.76.1 + +### Patch Changes + +- **Added:** The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116)) + + A full `Request` and `Response` are build, with sensible values: + + - The request is assumed to be a GET. + - The response is assumed to be a 200 OK with HTMl content. + + These values are not always correct, but should be in most cases. It is not really possible to build better values because the actual request and response may be long lost by the time one decides to call `.toPage`. + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-puppeteer/package.json b/packages/alfa-puppeteer/package.json index 65ad2d82..0e658685 100644 --- a/packages/alfa-puppeteer/package.json +++ b/packages/alfa-puppeteer/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-puppeteer", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the Puppeteer browser automation library", "repository": { diff --git a/packages/alfa-react/CHANGELOG.md b/packages/alfa-react/CHANGELOG.md index 5edc9075..2acfcc8b 100644 --- a/packages/alfa-react/CHANGELOG.md +++ b/packages/alfa-react/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-react +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-react/package.json b/packages/alfa-react/package.json index 18b0c3cd..38d5e48f 100644 --- a/packages/alfa-react/package.json +++ b/packages/alfa-react/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-react", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the React component framework", "repository": { diff --git a/packages/alfa-scraper/CHANGELOG.md b/packages/alfa-scraper/CHANGELOG.md index d5c0a70d..61bc131b 100644 --- a/packages/alfa-scraper/CHANGELOG.md +++ b/packages/alfa-scraper/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-scraper +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-scraper/package.json b/packages/alfa-scraper/package.json index 8bba2549..dd3d94ab 100644 --- a/packages/alfa-scraper/package.json +++ b/packages/alfa-scraper/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-scraper", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "An implementation of a simple web scraper capable of producing page objects", "repository": { diff --git a/packages/alfa-selenium/CHANGELOG.md b/packages/alfa-selenium/CHANGELOG.md index 5e1dee56..f101030f 100644 --- a/packages/alfa-selenium/CHANGELOG.md +++ b/packages/alfa-selenium/CHANGELOG.md @@ -1,5 +1,18 @@ # @siteimprove/alfa-selenium +## 0.76.1 + +### Patch Changes + +- **Added:** The page URL is now correctly filled when grabbing the page. ([#116](https://github.com/Siteimprove/alfa-integrations/pull/116)) + + A full `Request` and `Response` are build, with sensible values: + + - The request is assumed to be a GET. + - The response is assumed to be a 200 OK with HTMl content. + + These values are not always correct, but should be in most cases. It is not really possible to build better values because the actual request and response may be long lost by the time one decides to call `.toPage`. + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-selenium/package.json b/packages/alfa-selenium/package.json index 980f8765..5ac75e1b 100644 --- a/packages/alfa-selenium/package.json +++ b/packages/alfa-selenium/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-selenium", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the Selenium browser automation library", "repository": { diff --git a/packages/alfa-test-utils/CHANGELOG.md b/packages/alfa-test-utils/CHANGELOG.md index 5827c42b..00429161 100644 --- a/packages/alfa-test-utils/CHANGELOG.md +++ b/packages/alfa-test-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @siteimprove/alfa-test-utils +## 0.76.1 + +### Patch Changes + +- **Added:** The current version number is now exported. ([#115](https://github.com/Siteimprove/alfa-integrations/pull/115)) + ## 0.76.0 ### Minor Changes diff --git a/packages/alfa-test-utils/package.json b/packages/alfa-test-utils/package.json index b7290234..f115a3b1 100644 --- a/packages/alfa-test-utils/package.json +++ b/packages/alfa-test-utils/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-test-utils", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Utilities to run Alfa tests and upload results to the Siteimprove Intelligence Platform", "repository": { diff --git a/packages/alfa-test-utils/src/version.ts b/packages/alfa-test-utils/src/version.ts index c5ad02ad..3e672cb6 100644 --- a/packages/alfa-test-utils/src/version.ts +++ b/packages/alfa-test-utils/src/version.ts @@ -1,4 +1,4 @@ // Generated by yarn alfa-postversion -const version = "0.76.0"; +const version = "0.76.1"; export default version; diff --git a/packages/alfa-unexpected/CHANGELOG.md b/packages/alfa-unexpected/CHANGELOG.md index 8f22087d..7aae366a 100644 --- a/packages/alfa-unexpected/CHANGELOG.md +++ b/packages/alfa-unexpected/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-unexpected +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-unexpected/package.json b/packages/alfa-unexpected/package.json index 003c78a8..e632afdb 100644 --- a/packages/alfa-unexpected/package.json +++ b/packages/alfa-unexpected/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-unexpected", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Assertion integrations for the Unexpected testing framework", "repository": { diff --git a/packages/alfa-vue/CHANGELOG.md b/packages/alfa-vue/CHANGELOG.md index afcc275e..76ab35e0 100644 --- a/packages/alfa-vue/CHANGELOG.md +++ b/packages/alfa-vue/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-vue +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-vue/package.json b/packages/alfa-vue/package.json index 686d5cf8..df9ac5ee 100644 --- a/packages/alfa-vue/package.json +++ b/packages/alfa-vue/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-vue", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the Vue.js component framework", "repository": { diff --git a/packages/alfa-webdriver/CHANGELOG.md b/packages/alfa-webdriver/CHANGELOG.md index 259955b7..f109b403 100644 --- a/packages/alfa-webdriver/CHANGELOG.md +++ b/packages/alfa-webdriver/CHANGELOG.md @@ -1,5 +1,7 @@ # @siteimprove/alfa-webdriver +## 0.76.1 + ## 0.76.0 ## 0.75.0 diff --git a/packages/alfa-webdriver/package.json b/packages/alfa-webdriver/package.json index c1287b12..418cfd64 100644 --- a/packages/alfa-webdriver/package.json +++ b/packages/alfa-webdriver/package.json @@ -2,7 +2,7 @@ "$schema": "http://json.schemastore.org/package", "name": "@siteimprove/alfa-webdriver", "homepage": "https://alfa.siteimprove.com", - "version": "0.76.0", + "version": "0.76.1", "license": "MIT", "description": "Integrations and utilities for the WebdriverIO browser automation library", "repository": { diff --git a/yarn.lock b/yarn.lock index 8a1ac8ea..51dcf90c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1785,7 +1785,7 @@ __metadata: languageName: unknown linkType: soft -"@siteimprove/alfa-cli@workspace:^0.76.0, @siteimprove/alfa-cli@workspace:packages/alfa-cli": +"@siteimprove/alfa-cli@workspace:^0.76.1, @siteimprove/alfa-cli@workspace:packages/alfa-cli": version: 0.0.0-use.local resolution: "@siteimprove/alfa-cli@workspace:packages/alfa-cli" dependencies: @@ -2321,7 +2321,7 @@ __metadata: "@changesets/cli": "npm:^2.26.1" "@microsoft/api-documenter": "npm:^7.25.3" "@microsoft/api-extractor": "npm:^7.47.0" - "@siteimprove/alfa-cli": "workspace:^0.76.0" + "@siteimprove/alfa-cli": "workspace:^0.76.1" "@siteimprove/alfa-toolchain": "npm:^0.96.0" "@types/async": "npm:^3.2.5" "@types/node": "npm:^20.14.9"