Skip to content

Commit 9f4ff56

Browse files
v0.68.0
1 parent 1d01b9b commit 9f4ff56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+286
-88
lines changed

.changeset/popular-actors-call.md

-29
This file was deleted.

.changeset/tasty-suns-push.md

-31
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Alfa integrations changelog
22

3+
## [0.68.0](../../compare/v0.67.0...v0.68.0) (2024-07-03)
4+
5+
### Breaking
6+
7+
- [@siteimprove/alfa-formatter-sarif](packages/alfa-formatter-sarif/CHANGELOG.md#0680), [@siteimprove/alfa-formatter-earl](packages/alfa-formatter-earl/CHANGELOG.md#0680), [@siteimprove/alfa-formatter-json](packages/alfa-formatter-json/CHANGELOG.md#0680), [@siteimprove/alfa-interviewer](packages/alfa-interviewer/CHANGELOG.md#0680), [@siteimprove/alfa-playwright](packages/alfa-playwright/CHANGELOG.md#0680), [@siteimprove/alfa-unexpected](packages/alfa-unexpected/CHANGELOG.md#0680), [@siteimprove/alfa-formatter](packages/alfa-formatter/CHANGELOG.md#0680), [@siteimprove/alfa-puppeteer](packages/alfa-puppeteer/CHANGELOG.md#0680), [@siteimprove/alfa-webdriver](packages/alfa-webdriver/CHANGELOG.md#0680), [@siteimprove/alfa-frontier](packages/alfa-frontier/CHANGELOG.md#0680), [@siteimprove/alfa-angular](packages/alfa-angular/CHANGELOG.md#0680), [@siteimprove/alfa-cheerio](packages/alfa-cheerio/CHANGELOG.md#0680), [@siteimprove/alfa-command](packages/alfa-command/CHANGELOG.md#0680), [@siteimprove/alfa-crawler](packages/alfa-crawler/CHANGELOG.md#0680), [@siteimprove/alfa-cypress](packages/alfa-cypress/CHANGELOG.md#0680), [@siteimprove/alfa-jasmine](packages/alfa-jasmine/CHANGELOG.md#0680), [@siteimprove/alfa-scraper](packages/alfa-scraper/CHANGELOG.md#0680), [@siteimprove/alfa-assert](packages/alfa-assert/CHANGELOG.md#0680), [@siteimprove/alfa-enzyme](packages/alfa-enzyme/CHANGELOG.md#0680), [@siteimprove/alfa-jquery](packages/alfa-jquery/CHANGELOG.md#0680), [@siteimprove/alfa-react](packages/alfa-react/CHANGELOG.md#0680), [@siteimprove/alfa-chai](packages/alfa-chai/CHANGELOG.md#0680), [@siteimprove/alfa-jest](packages/alfa-jest/CHANGELOG.md#0680), [@siteimprove/alfa-cli](packages/alfa-cli/CHANGELOG.md#0680), [@siteimprove/alfa-vue](packages/alfa-vue/CHANGELOG.md#0680): TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- [@siteimprove/alfa-formatter-sarif](packages/alfa-formatter-sarif/CHANGELOG.md#0680), [@siteimprove/alfa-formatter-earl](packages/alfa-formatter-earl/CHANGELOG.md#0680), [@siteimprove/alfa-formatter-json](packages/alfa-formatter-json/CHANGELOG.md#0680), [@siteimprove/alfa-interviewer](packages/alfa-interviewer/CHANGELOG.md#0680), [@siteimprove/alfa-playwright](packages/alfa-playwright/CHANGELOG.md#0680), [@siteimprove/alfa-unexpected](packages/alfa-unexpected/CHANGELOG.md#0680), [@siteimprove/alfa-formatter](packages/alfa-formatter/CHANGELOG.md#0680), [@siteimprove/alfa-puppeteer](packages/alfa-puppeteer/CHANGELOG.md#0680), [@siteimprove/alfa-webdriver](packages/alfa-webdriver/CHANGELOG.md#0680), [@siteimprove/alfa-frontier](packages/alfa-frontier/CHANGELOG.md#0680), [@siteimprove/alfa-angular](packages/alfa-angular/CHANGELOG.md#0680), [@siteimprove/alfa-cheerio](packages/alfa-cheerio/CHANGELOG.md#0680), [@siteimprove/alfa-command](packages/alfa-command/CHANGELOG.md#0680), [@siteimprove/alfa-crawler](packages/alfa-crawler/CHANGELOG.md#0680), [@siteimprove/alfa-cypress](packages/alfa-cypress/CHANGELOG.md#0680), [@siteimprove/alfa-jasmine](packages/alfa-jasmine/CHANGELOG.md#0680), [@siteimprove/alfa-scraper](packages/alfa-scraper/CHANGELOG.md#0680), [@siteimprove/alfa-assert](packages/alfa-assert/CHANGELOG.md#0680), [@siteimprove/alfa-enzyme](packages/alfa-enzyme/CHANGELOG.md#0680), [@siteimprove/alfa-jquery](packages/alfa-jquery/CHANGELOG.md#0680), [@siteimprove/alfa-react](packages/alfa-react/CHANGELOG.md#0680), [@siteimprove/alfa-chai](packages/alfa-chai/CHANGELOG.md#0680), [@siteimprove/alfa-jest](packages/alfa-jest/CHANGELOG.md#0680), [@siteimprove/alfa-cli](packages/alfa-cli/CHANGELOG.md#0680), [@siteimprove/alfa-vue](packages/alfa-vue/CHANGELOG.md#0680): Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
311
## [0.67.0](../../compare/v0.66.3...v0.67.0) (2024-06-26)
412

513
### Breaking

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@changesets/cli": "^2.26.1",
3636
"@microsoft/api-documenter": "^7.25.3",
3737
"@microsoft/api-extractor": "^7.47.0",
38-
"@siteimprove/alfa-cli": "workspace:^0.67.0",
38+
"@siteimprove/alfa-cli": "workspace:^0.68.0",
3939
"@siteimprove/alfa-toolchain": "^0.86.2",
4040
"@types/async": "^3.2.5",
4141
"@types/node": "^20.14.9",

packages/alfa-angular/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-angular
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-angular",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "Integrations and utilities for the Angular application framework",
88
"repository": {

packages/alfa-assert/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-assert
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-assert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-assert",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "Core assertion functions for supported input objects",
88
"repository": {

packages/alfa-chai/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-chai
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-chai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-chai",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "Assertion integrations for the Chai assertion library",
88
"repository": {

packages/alfa-cheerio/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-cheerio
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-cheerio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-cheerio",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "Functionality for translating Cheerio elements into page objects",
88
"repository": {

packages/alfa-cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-cli
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
## 0.66.3

packages/alfa-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-cli",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "The tool for all your accessibility needs on the command line",
88
"repository": {

packages/alfa-command/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-command
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-command/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-command",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "Functionality for building robust command line interfaces",
88
"repository": {

packages/alfa-crawler/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-crawler
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-crawler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-crawler",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "An implementation of a simple web crawler capable of producing streams of page objects",
88
"repository": {

packages/alfa-cypress/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-cypress
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-cypress",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "Integrations and utilities for the Cypress testing framework",
88
"repository": {

packages/alfa-enzyme/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-enzyme
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-enzyme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-enzyme",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "Integrations and utilities for the Enzyme testing library",
88
"repository": {

packages/alfa-formatter-earl/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-formatter-earl
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-formatter-earl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-formatter-earl",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "An outcome formatter that outputs EARL",
88
"repository": {

packages/alfa-formatter-json/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-formatter-json
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-formatter-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-formatter-json",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "An outcome formatter that outputs JSON",
88
"repository": {

packages/alfa-formatter-sarif/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @siteimprove/alfa-formatter-sarif
22

3+
## 0.68.0
4+
5+
### Minor Changes
6+
7+
- - **Breaking:** TS resolution has been changed to `Node16`, target to `es2022`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
8+
9+
- - **Breaking:** Alfa is now distributed as ESM rather than CJS modules; projects using it must be ESM or use dynamic `import()`. ([#50](https://github.com/Siteimprove/alfa-integrations/pull/50))
10+
11+
⚠️ This is the last of a series of changes on the internal structure and build process of distributed packages that was started with v0.67.0.
12+
313
## 0.67.0
414

515
### Minor Changes

packages/alfa-formatter-sarif/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@siteimprove/alfa-formatter-sarif",
44
"homepage": "https://alfa.siteimprove.com",
5-
"version": "0.67.0",
5+
"version": "0.68.0",
66
"license": "MIT",
77
"description": "An outcome formatter that outputs SARIF",
88
"repository": {

0 commit comments

Comments
 (0)