Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Other deps (minor/patch) #1484

Merged
merged 3 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
262 changes: 131 additions & 131 deletions .yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
18 changes: 9 additions & 9 deletions docs/review/api/alfa-act.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export namespace Outcome {
// (undocumented)
export function isApplicable<I, T extends Hashable, Q extends Question.Metadata, S>(value: unknown): value is Applicable<I, T, Q, S>;
}
// Warning: (ae-incompatible-release-tags) The symbol "CantTell" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "CantTell" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export class CantTell<I, T extends Hashable, Q extends Question.Metadata = {}, S = T> extends Outcome<I, T, Q, S, Value.CantTell> {
Expand Down Expand Up @@ -178,7 +178,7 @@ export namespace Outcome {
export function isCantTell<I, T extends Hashable, Q extends Question.Metadata, S>(value: Outcome<I, T, Q, S>): value is CantTell<I, T, Q, S>;
// (undocumented)
export function isCantTell<I, T extends Hashable, Q extends Question.Metadata, S>(value: unknown): value is CantTell<I, T, Q, S>;
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export interface JSON<T> extends Outcome.JSON<Value.CantTell> {
Expand All @@ -201,7 +201,7 @@ export namespace Outcome {
"@id": string;
};
}
// Warning: (ae-incompatible-release-tags) The symbol "Failed" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "Failed" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export class Failed<I, T extends Hashable, Q extends Question.Metadata = {}, S = T> extends Outcome<I, T, Q, S, Value.Failed> {
Expand Down Expand Up @@ -249,7 +249,7 @@ export namespace Outcome {
export function isFailed<I, T extends Hashable, Q extends Question.Metadata, S>(value: Outcome<I, T, Q, S>): value is Failed<I, T, Q, S>;
// (undocumented)
export function isFailed<I, T extends Hashable, Q extends Question.Metadata, S>(value: unknown): value is Failed<I, T, Q, S>;
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export interface JSON<T> extends Outcome.JSON<Value.Failed> {
Expand All @@ -268,7 +268,7 @@ export namespace Outcome {
const // (undocumented)
failed: typeof Failed.of, // (undocumented)
isFailed: typeof Failed.isFailed;
// Warning: (ae-incompatible-release-tags) The symbol "Inapplicable" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "Inapplicable" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export class Inapplicable<I, T extends Hashable, Q extends Question.Metadata = {}, S = T> extends Outcome<I, T, Q, S, Value.Inapplicable> {
Expand Down Expand Up @@ -301,7 +301,7 @@ export namespace Outcome {
export function isInapplicable<I, T extends Hashable, Q extends Question.Metadata, S>(value: Outcome<I, T, Q, S>): value is Inapplicable<I, T, Q, S>;
// (undocumented)
export function isInapplicable<I, T extends Hashable, Q extends Question.Metadata, S>(value: unknown): value is Inapplicable<I, T, Q, S>;
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export interface JSON extends Outcome.JSON<Value.Inapplicable> {
Expand All @@ -310,7 +310,7 @@ export namespace Outcome {
const // (undocumented)
cantTell: typeof CantTell.of, // (undocumented)
isCantTell: typeof CantTell.isCantTell;
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export interface JSON<V extends Value = Value> {
Expand All @@ -332,7 +332,7 @@ export namespace Outcome {
}
const // (undocumented)
isApplicable: typeof Applicable.isApplicable;
// Warning: (ae-incompatible-release-tags) The symbol "Passed" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "Passed" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export class Passed<I, T extends Hashable, Q extends Question.Metadata = {}, S = T> extends Outcome<I, T, Q, S, Value.Passed> {
Expand Down Expand Up @@ -377,7 +377,7 @@ export namespace Outcome {
export function isPassed<I, T extends Hashable, Q extends Question.Metadata, S>(value: Outcome<I, T, Q, S>): value is Passed<I, T, Q, S>;
// (undocumented)
export function isPassed<I, T extends Hashable, Q extends Question.Metadata, S>(value: unknown): value is Passed<I, T, Q, S>;
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Value" which is marked as @internal
// Warning: (ae-incompatible-release-tags) The symbol "JSON" is marked as @public, but its signature references "Outcome" which is marked as @internal
//
// (undocumented)
export interface JSON<T> extends Outcome.JSON<Value.Passed> {
Expand Down
93 changes: 3 additions & 90 deletions docs/review/api/alfa-aria.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,75 +193,6 @@ export namespace Feature {
generic: Feature;
}

// @public (undocumented)
function hasAccessibleName<T extends Element_2 | Text_2>(device: Device, predicate?: Predicate<Name>): Predicate<T>;

// @public (undocumented)
function hasAccessibleName<T extends Element_2 | Text_2>(device: Device, name: string, ...rest: Array<string>): Predicate<T>;

// @public (undocumented)
function hasAttribute(predicate: Predicate<Attribute>): Predicate<Node>;

// @public (undocumented)
function hasAttribute(name: Attribute.Name, value?: Predicate<string>): Predicate<Node>;

// @public (undocumented)
function hasExplicitRole(predicate?: Predicate<Role>): Predicate<Element_2>;

// @public (undocumented)
function hasExplicitRole<N extends Role.Name>(name: N, ...rest: Array<N>): Predicate<Element_2>;

// @public (undocumented)
function hasHeadingLevel(device: Device, predicate?: Predicate<number>): Predicate<Element_2>;

// @public (undocumented)
function hasImplicitRole(predicate?: Predicate<Role>): Predicate<Element_2>;

// @public (undocumented)
function hasImplicitRole<N extends Role.Name>(name: N, ...rest: Array<N>): Predicate<Element_2>;

// @public
function hasIncorrectRoleWithoutName(device: Device): Predicate<Element_2>;

// @public (undocumented)
function hasName<N extends Role.Name>(refinement: Refinement<Role.Name, N>): Refinement<Role, Role<N>>;

// @public (undocumented)
function hasName(predicate: Predicate<Role.Name>): Predicate<Role>;

// @public (undocumented)
function hasName<N extends Role.Name>(name: N, ...rest: Array<N>): Refinement<Role, Role<N>>;

// @public (undocumented)
function hasName_2(predicate?: Predicate<Name>): Predicate<Node>;

// @public (undocumented)
function hasName_2(name: string, ...rest: Array<string>): Predicate<Node>;

// @public (undocumented)
function hasNonDefaultRole(element: Element_2): boolean;

// @public (undocumented)
function hasNonEmptyAccessibleName<T extends Element_2 | Text_2>(device: Device): Predicate<T>;

// @public (undocumented)
function hasRole(device: Device, predicate?: Predicate<Role>): Predicate<Element_2>;

// @public (undocumented)
function hasRole<N extends Role.Name>(device: Device, name: N, ...rest: Array<N>): Predicate<Element_2>;

// @public (undocumented)
function hasRole_2(predicate?: Predicate<Role>): Predicate<Node>;

// @public (undocumented)
function hasRole_2<N extends Role.Name>(name: N, ...rest: Array<N>): Predicate<Node>;

// @public (undocumented)
function hasValue(predicate: Predicate<string>): Predicate<Name>;

// @public (undocumented)
function hasValue(value: string, ...rest: Array<string>): Predicate<Name>;

// @public (undocumented)
export class Inert extends Node<"inert"> {
// (undocumented)
Expand All @@ -276,24 +207,6 @@ export class Inert extends Node<"inert"> {
toString(): string;
}

// @public
function isIgnored<T extends Node_2>(device: Device): Predicate<T>;

// @public
function isIncludedInTheAccessibilityTree<T extends Node_2>(device: Device): Predicate<T>;

// @public
const isMarkedDecorative: Predicate<Element_2>;

// @public
function isPerceivableForAll<T extends Node_2>(device: Device): Predicate<T>;

// @public
function isProgrammaticallyHidden(device: Device, context?: Context): Predicate<Element_2>;

// @public
const isSemanticallyDisabled: Predicate<Element_2>;

// @public (undocumented)
export class Name implements Equatable, Serializable<Name.JSON> {
// (undocumented)
Expand Down Expand Up @@ -666,7 +579,7 @@ export namespace Node {
const // (undocumented)
empty: Traversal;
}
const // Warning: (ae-forgotten-export) The symbol "predicate" needs to be exported by the entry point index.d.ts
const // Warning: (ae-forgotten-export) The symbol "predicate_3" needs to be exported by the entry point index.d.ts
//
// (undocumented)
hasAttribute: typeof predicate_3.hasAttribute, // (undocumented)
Expand Down Expand Up @@ -720,7 +633,7 @@ export namespace Role {
export function from(element: Element_2): Option<Role>;
export function fromExplicit(element: Element_2): Option<Role>;
export function fromImplicit(element: Element_2): Option<Role>;
// Warning: (ae-forgotten-export) The symbol "Members" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "Members_2" needs to be exported by the entry point index.d.ts
export type Inherited<N extends Name> = N extends "roletype" | "none" ? never : Members_2<Roles[N]["inherited"]>;
// (undocumented)
export function isName(value: string): value is Name;
Expand All @@ -745,7 +658,7 @@ export namespace Role {
[M in Inherited<N>]: SuperclassOf<M>;
}[Inherited<N>];
export type Widget = SubclassOf<"widget">;
const // Warning: (ae-forgotten-export) The symbol "predicate" needs to be exported by the entry point index.d.ts
const // Warning: (ae-forgotten-export) The symbol "predicate_2" needs to be exported by the entry point index.d.ts
//
// (undocumented)
hasName: typeof predicate_2.hasName;
Expand Down
Loading