Skip to content

Commit

Permalink
v0.76.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siteimprove-builduser committed Dec 18, 2024
1 parent e0ee5d6 commit 5b24e4b
Show file tree
Hide file tree
Showing 62 changed files with 202 additions and 65 deletions.
31 changes: 0 additions & 31 deletions .changeset/polite-ghosts-lick.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.76.2](../../compare/v0.76.1...v0.76.2) (2024-12-18)

### Changed

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

## [0.76.1](../../compare/v0.76.0...v0.76.1) (2024-12-13)

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/api/alfa-test-utils.codecheckerversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
**Signature:**

```typescript
codeCheckerVersion = "0.76.1"
codeCheckerVersion = "0.76.2"
```
2 changes: 1 addition & 1 deletion docs/review/api/alfa-test-utils.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export namespace Audit {
}

// @public (undocumented)
export const codeCheckerVersion = "0.76.1";
export const codeCheckerVersion = "0.76.2";

// @public
export interface CommitInformation {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"@siteimprove/alfa-cli": "workspace:^0.76.2",
"@siteimprove/alfa-toolchain": "^0.97.0",
"@types/async": "^3.2.5",
"@types/node": "^20.14.9",
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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
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.76.1",
"version": "0.76.2",
"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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
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.76.1",
"version": "0.76.2",
"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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "Assertion integrations for the Chai assertion library",
"repository": {
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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
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.76.1",
"version": "0.76.2",
"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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "The tool for all your accessibility needs on the command line",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-cli/src/pkg.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated by yarn alfa-postversion
export const name = "@siteimprove/alfa-cli";
export const version = "0.76.1";
export const version = "0.76.2";

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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
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.76.1",
"version": "0.76.2",
"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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "An implementation of a simple web crawler capable of producing streams of page objects",
"repository": {
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.76.2

### Patch Changes

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

## 0.76.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "Integrations and utilities for the Cypress testing framework",
"repository": {
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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "Integrations and utilities for the Enzyme testing library",
"repository": {
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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "An outcome formatter that outputs EARL",
"repository": {
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.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "An outcome formatter that outputs JSON",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-formatter-sarif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-formatter-sarif

## 0.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion 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.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "An outcome formatter that outputs SARIF",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-formatter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-formatter

## 0.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-formatter/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",
"homepage": "https://alfa.siteimprove.com",
"version": "0.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "Types for modelling ACT outcome formatters",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-frontier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-frontier

## 0.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-frontier/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-frontier",
"homepage": "https://alfa.siteimprove.com",
"version": "0.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "An implementation of a simple crawl frontier that can be persisted to disk",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/alfa-interviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siteimprove/alfa-interviewer

## 0.76.2

### Patch Changes

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

## 0.76.1

## 0.76.0
Expand Down
2 changes: 1 addition & 1 deletion packages/alfa-interviewer/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-interviewer",
"homepage": "https://alfa.siteimprove.com",
"version": "0.76.1",
"version": "0.76.2",
"license": "MIT",
"description": "Types for modelling ACT rule interviewers",
"repository": {
Expand Down
Loading

0 comments on commit 5b24e4b

Please sign in to comment.