Skip to content

Commit

Permalink
v0.64.9
Browse files Browse the repository at this point in the history
  • Loading branch information
siteimprove-builduser committed Feb 26, 2024
1 parent 42f0f46 commit ec56736
Show file tree
Hide file tree
Showing 54 changed files with 228 additions and 104 deletions.
28 changes: 0 additions & 28 deletions .changeset/grumpy-turkeys-trade.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Alfa integrations changelog

## [0.64.9](../../compare/v0.64.8...v0.64.9) (2024-02-26)

### Changed

- [@siteimprove/alfa-angular](packages/alfa-angular/CHANGELOG.md#0649), [@siteimprove/alfa-assert](packages/alfa-assert/CHANGELOG.md#0649), [@siteimprove/alfa-chai](packages/alfa-chai/CHANGELOG.md#0649), [@siteimprove/alfa-cheerio](packages/alfa-cheerio/CHANGELOG.md#0649), [@siteimprove/alfa-cli](packages/alfa-cli/CHANGELOG.md#0649), [@siteimprove/alfa-command](packages/alfa-command/CHANGELOG.md#0649), [@siteimprove/alfa-crawler](packages/alfa-crawler/CHANGELOG.md#0649), [@siteimprove/alfa-cypress](packages/alfa-cypress/CHANGELOG.md#0649), [@siteimprove/alfa-enzyme](packages/alfa-enzyme/CHANGELOG.md#0649), [@siteimprove/alfa-formatter-earl](packages/alfa-formatter-earl/CHANGELOG.md#0649), [@siteimprove/alfa-formatter-json](packages/alfa-formatter-json/CHANGELOG.md#0649), [@siteimprove/alfa-formatter](packages/alfa-formatter/CHANGELOG.md#0649), [@siteimprove/alfa-frontier](packages/alfa-frontier/CHANGELOG.md#0649), [@siteimprove/alfa-interviewer](packages/alfa-interviewer/CHANGELOG.md#0649), [@siteimprove/alfa-jasmine](packages/alfa-jasmine/CHANGELOG.md#0649), [@siteimprove/alfa-jest](packages/alfa-jest/CHANGELOG.md#0649), [@siteimprove/alfa-jquery](packages/alfa-jquery/CHANGELOG.md#0649), [@siteimprove/alfa-playwright](packages/alfa-playwright/CHANGELOG.md#0649), [@siteimprove/alfa-puppeteer](packages/alfa-puppeteer/CHANGELOG.md#0649), [@siteimprove/alfa-react](packages/alfa-react/CHANGELOG.md#0649), [@siteimprove/alfa-scraper](packages/alfa-scraper/CHANGELOG.md#0649), [@siteimprove/alfa-unexpected](packages/alfa-unexpected/CHANGELOG.md#0649), [@siteimprove/alfa-vue](packages/alfa-vue/CHANGELOG.md#0649), [@siteimprove/alfa-webdriver](packages/alfa-webdriver/CHANGELOG.md#0649): Update Alfa to ^0.75.0. ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## [0.64.8](../../compare/v0.64.7...v0.64.8) (2024-02-14)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@changesets/cli": "^2.26.1",
"@microsoft/api-documenter": "^7.19.9",
"@microsoft/api-extractor": "^7.29.5",
"@siteimprove/alfa-cli": "workspace:^0.64.8",
"@siteimprove/alfa-cli": "workspace:^0.64.9",
"@siteimprove/alfa-toolchain": "^0.75.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/async": "^3.2.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-angular

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-angular",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "Integrations and utilities for the Angular application framework",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-assert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-assert

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-assert",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "Core assertion functions for supported input objects",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-chai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-chai

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/alfa-chai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-chai",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "Assertion integrations for the Chai assertion library",
"repository": {
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"@siteimprove/alfa-act": "^0.75.0",
"@siteimprove/alfa-assert": "workspace:^0.64.8",
"@siteimprove/alfa-assert": "workspace:^0.64.9",
"@siteimprove/alfa-future": "^0.75.0",
"@siteimprove/alfa-hash": "^0.75.0",
"@siteimprove/alfa-mapper": "^0.75.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-cheerio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-cheerio

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cheerio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cheerio",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "Functionality for translating Cheerio elements into page objects",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-cli

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/alfa-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cli",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "The tool for all your accessibility needs on the command line",
"repository": {
Expand All @@ -20,16 +20,16 @@
],
"dependencies": {
"@siteimprove/alfa-act": "^0.75.0",
"@siteimprove/alfa-command": "workspace:^0.64.8",
"@siteimprove/alfa-command": "workspace:^0.64.9",
"@siteimprove/alfa-device": "^0.75.0",
"@siteimprove/alfa-formatter": "workspace:^0.64.8",
"@siteimprove/alfa-formatter": "workspace:^0.64.9",
"@siteimprove/alfa-http": "^0.75.0",
"@siteimprove/alfa-interviewer": "workspace:^0.64.8",
"@siteimprove/alfa-interviewer": "workspace:^0.64.9",
"@siteimprove/alfa-iterable": "^0.75.0",
"@siteimprove/alfa-option": "^0.75.0",
"@siteimprove/alfa-result": "^0.75.0",
"@siteimprove/alfa-rules": "^0.75.0",
"@siteimprove/alfa-scraper": "workspace:^0.64.8",
"@siteimprove/alfa-scraper": "workspace:^0.64.9",
"@siteimprove/alfa-time": "^0.75.0",
"@siteimprove/alfa-url": "^0.75.0",
"@siteimprove/alfa-web": "^0.75.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-command

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-command",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "Functionality for building robust command line interfaces",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-crawler

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/alfa-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-crawler",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "An implementation of a simple web crawler capable of producing streams of page objects",
"repository": {
Expand All @@ -19,10 +19,10 @@
],
"dependencies": {
"@siteimprove/alfa-dom": "^0.75.0",
"@siteimprove/alfa-frontier": "workspace:^0.64.8",
"@siteimprove/alfa-frontier": "workspace:^0.64.9",
"@siteimprove/alfa-mapper": "^0.75.0",
"@siteimprove/alfa-result": "^0.75.0",
"@siteimprove/alfa-scraper": "workspace:^0.64.8",
"@siteimprove/alfa-scraper": "workspace:^0.64.9",
"@siteimprove/alfa-url": "^0.75.0",
"@siteimprove/alfa-web": "^0.75.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-cypress

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/alfa-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-cypress",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "Integrations and utilities for the Cypress testing framework",
"repository": {
Expand All @@ -19,11 +19,11 @@
],
"dependencies": {
"@siteimprove/alfa-act": "^0.75.0",
"@siteimprove/alfa-assert": "workspace:^0.64.8",
"@siteimprove/alfa-assert": "workspace:^0.64.9",
"@siteimprove/alfa-device": "^0.75.0",
"@siteimprove/alfa-dom": "^0.75.0",
"@siteimprove/alfa-formatter": "workspace:^0.64.8",
"@siteimprove/alfa-formatter-earl": "workspace:^0.64.8",
"@siteimprove/alfa-formatter": "workspace:^0.64.9",
"@siteimprove/alfa-formatter-earl": "workspace:^0.64.9",
"@siteimprove/alfa-hash": "^0.75.0",
"@siteimprove/alfa-http": "^0.75.0",
"@siteimprove/alfa-mapper": "^0.75.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-enzyme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-enzyme

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/alfa-enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-enzyme",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "Integrations and utilities for the Enzyme testing library",
"repository": {
Expand All @@ -18,7 +18,7 @@
"src/**/*.d.ts"
],
"dependencies": {
"@siteimprove/alfa-react": "workspace:^0.64.8",
"@siteimprove/alfa-react": "workspace:^0.64.9",
"@siteimprove/alfa-web": "^0.75.0",
"@types/enzyme": "^3.10.8",
"enzyme": "^3.11.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-formatter-earl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-formatter-earl

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/alfa-formatter-earl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-earl",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "An outcome formatter that outputs EARL",
"repository": {
Expand All @@ -19,7 +19,7 @@
],
"dependencies": {
"@siteimprove/alfa-earl": "^0.75.0",
"@siteimprove/alfa-formatter": "workspace:^0.64.8",
"@siteimprove/alfa-formatter": "workspace:^0.64.9",
"@siteimprove/alfa-future": "^0.75.0",
"@siteimprove/alfa-hash": "^0.75.0",
"jsonld": "^6.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-formatter-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-formatter-json

## 0.64.9

### Patch Changes

- **Changed:** Update Alfa to ^0.75.0 ([#36](https://github.com/Siteimprove/alfa-integrations/pull/36))

## 0.64.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/alfa-formatter-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-json",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "An outcome formatter that outputs JSON",
"repository": {
Expand All @@ -18,7 +18,7 @@
"src/**/*.d.ts"
],
"dependencies": {
"@siteimprove/alfa-formatter": "workspace:^0.64.8",
"@siteimprove/alfa-formatter": "workspace:^0.64.9",
"@siteimprove/alfa-hash": "^0.75.0",
"@siteimprove/alfa-json": "^0.75.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/alfa-formatter-sarif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siteimprove/alfa-formatter-sarif

## 0.64.9

## 0.64.8

## 0.64.7
Expand Down
4 changes: 2 additions & 2 deletions packages/alfa-formatter-sarif/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json.schemastore.org/package",
"name": "@siteimprove/alfa-formatter-sarif",
"homepage": "https://alfa.siteimprove.com",
"version": "0.64.8",
"version": "0.64.9",
"license": "MIT",
"description": "An outcome formatter that outputs SARIF",
"repository": {
Expand All @@ -18,7 +18,7 @@
"src/**/*.d.ts"
],
"dependencies": {
"@siteimprove/alfa-formatter": "workspace:^0.64.8"
"@siteimprove/alfa-formatter": "workspace:^0.64.9"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit ec56736

Please sign in to comment.