Skip to content

chore(deps): update devdependencies #1491

chore(deps): update devdependencies

chore(deps): update devdependencies #1491

Triggered via pull request May 19, 2026 13:49
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors
Preview release
Process completed with exit code 1.
tests/transform-microsyntax.test.ts > ' a ; b c ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a ; b c ' 1` mismatched - Expected + Received @@ -3,45 +3,45 @@ "NGMicrosyntaxExpression", "NGMicrosyntaxKeyedExpression" ] } > 1 | a ; b c - | ^^^^^^^ + | ^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKeyedExpression { "key": "NGMicrosyntaxKey", "expression": "NGMicrosyntaxExpression" } > 1 | a ; b c - | ^^^ + | ^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "c" } > 1 | a ; b c - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a ; b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a ; b ' 1` mismatched - Expected + Received @@ -3,25 +3,25 @@ "NGMicrosyntaxExpression", "NGMicrosyntaxKey" ] } > 1 | a ; b - | ^^^^^ + | ^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a ; b - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a ; b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a ; b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a , b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a , b ' 1` mismatched - Expected + Received @@ -3,25 +3,25 @@ "NGMicrosyntaxExpression", "NGMicrosyntaxKey" ] } > 1 | a , b - | ^^^^^ + | ^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a , b - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a , b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a , b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a as b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a as b ' 1` mismatched - Expected + Received @@ -2,25 +2,25 @@ "body": [ "NGMicrosyntaxExpression" ] } > 1 | a as b - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": "NGMicrosyntaxKey" } > 1 | a as b - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a as b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a as b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a ' 1` mismatched - Expected + Received @@ -2,19 +2,19 @@ "body": [ "NGMicrosyntaxExpression" ] } > 1 | a - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' as b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' as b ' 1` mismatched - Expected + Received @@ -2,25 +2,25 @@ "body": [ "NGMicrosyntaxAs" ] } > 1 | as b - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxAs { "key": "NGMicrosyntaxKey", "alias": "NGMicrosyntaxKey" } > 1 | as b - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "$implicit" } > 1 | as b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | as b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero ; of : heroes ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero ; of : heroes ' 1` mismatched - Expected + Received @@ -3,45 +3,45 @@ "NGMicrosyntaxLet", "NGMicrosyntaxKeyedExpression" ] } > 1 | let hero ; of : heroes - | ^^^^^^^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": null } > 1 | let hero ; of : heroes - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero ; of : heroes - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKeyedExpression { "key": "NGMicrosyntaxKey", "expression": "NGMicrosyntaxExpression" } > 1 | let hero ; of : heroes - | ^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "of" } > 1 | let hero ; of : heroes - | ^^ + | ^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | let hero ; of : heroes - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- Identifier { "name": "heroes" } > 1 | let hero ; of : heroes - | ^^^^^^ + | ^^^^^^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero of heroes ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero of heroes ' 1` mismatched - Expected + Received @@ -3,45 +3,45 @@ "NGMicrosyntaxLet", "NGMicrosyntaxKeyedExpression" ] } > 1 | let hero of heroes - | ^^^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": null } > 1 | let hero of heroes - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero of heroes - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKeyedExpression { "key": "NGMicrosyntaxKey", "expression": "NGMicrosyntaxExpression" } > 1 | let hero of heroes - | ^^^^^^^^^ + | ^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "of" } > 1 | let hero of heroes - | ^^ + | ^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | let hero of heroes - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- Identifier { "name": "heroes" } > 1 | let hero of heroes - | ^^^^^^ + | ^^^^^^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero = hello ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero = hello ' 1` mismatched - Expected + Received @@ -2,25 +2,25 @@ "body": [ "NGMicrosyntaxLet" ] } > 1 | let hero = hello - | ^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": "NGMicrosyntaxKey" } > 1 | let hero = hello - | ^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero = hello - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hello" } > 1 | let hero = hello - | ^^^^^ + | ^^^^^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero ' 1` mismatched - Expected + Received @@ -2,19 +2,19 @@ "body": [ "NGMicrosyntaxLet" ] } > 1 | let hero - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": null } > 1 | let hero - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero - | ^^^^ + | ^^^^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a ; b c ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a ; b c ' 1` mismatched - Expected + Received @@ -3,45 +3,45 @@ "NGMicrosyntaxExpression", "NGMicrosyntaxKeyedExpression" ] } > 1 | a ; b c - | ^^^^^^^ + | ^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKeyedExpression { "key": "NGMicrosyntaxKey", "expression": "NGMicrosyntaxExpression" } > 1 | a ; b c - | ^^^ + | ^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a ; b c - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "c" } > 1 | a ; b c - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a ; b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a ; b ' 1` mismatched - Expected + Received @@ -3,25 +3,25 @@ "NGMicrosyntaxExpression", "NGMicrosyntaxKey" ] } > 1 | a ; b - | ^^^^^ + | ^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a ; b - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a ; b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a ; b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a , b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a , b ' 1` mismatched - Expected + Received @@ -3,25 +3,25 @@ "NGMicrosyntaxExpression", "NGMicrosyntaxKey" ] } > 1 | a , b - | ^^^^^ + | ^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a , b - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a , b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a , b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a as b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a as b ' 1` mismatched - Expected + Received @@ -2,25 +2,25 @@ "body": [ "NGMicrosyntaxExpression" ] } > 1 | a as b - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": "NGMicrosyntaxKey" } > 1 | a as b - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a as b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | a as b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' a ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' a ' 1` mismatched - Expected + Received @@ -2,19 +2,19 @@ "body": [ "NGMicrosyntaxExpression" ] } > 1 | a - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | a - | ^ + | ^ -------------------------------------------------------------------------------- Identifier { "name": "a" } > 1 | a - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' as b ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' as b ' 1` mismatched - Expected + Received @@ -2,25 +2,25 @@ "body": [ "NGMicrosyntaxAs" ] } > 1 | as b - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxAs { "key": "NGMicrosyntaxKey", "alias": "NGMicrosyntaxKey" } > 1 | as b - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "$implicit" } > 1 | as b - | ^ + | ^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "b" } > 1 | as b - | ^ + | ^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero ; of : heroes ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero ; of : heroes ' 1` mismatched - Expected + Received @@ -3,45 +3,45 @@ "NGMicrosyntaxLet", "NGMicrosyntaxKeyedExpression" ] } > 1 | let hero ; of : heroes - | ^^^^^^^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": null } > 1 | let hero ; of : heroes - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero ; of : heroes - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKeyedExpression { "key": "NGMicrosyntaxKey", "expression": "NGMicrosyntaxExpression" } > 1 | let hero ; of : heroes - | ^^^^^^^^^^^ + | ^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "of" } > 1 | let hero ; of : heroes - | ^^ + | ^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | let hero ; of : heroes - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- Identifier { "name": "heroes" } > 1 | let hero ; of : heroes - | ^^^^^^ + | ^^^^^^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero of heroes ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero of heroes ' 1` mismatched - Expected + Received @@ -3,45 +3,45 @@ "NGMicrosyntaxLet", "NGMicrosyntaxKeyedExpression" ] } > 1 | let hero of heroes - | ^^^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": null } > 1 | let hero of heroes - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero of heroes - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKeyedExpression { "key": "NGMicrosyntaxKey", "expression": "NGMicrosyntaxExpression" } > 1 | let hero of heroes - | ^^^^^^^^^ + | ^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "of" } > 1 | let hero of heroes - | ^^ + | ^^ -------------------------------------------------------------------------------- NGMicrosyntaxExpression { "expression": "Identifier", "alias": null } > 1 | let hero of heroes - | ^^^^^^ + | ^^^^^^ -------------------------------------------------------------------------------- Identifier { "name": "heroes" } > 1 | let hero of heroes - | ^^^^^^ + | ^^^^^^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero = hello ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero = hello ' 1` mismatched - Expected + Received @@ -2,25 +2,25 @@ "body": [ "NGMicrosyntaxLet" ] } > 1 | let hero = hello - | ^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": "NGMicrosyntaxKey" } > 1 | let hero = hello - | ^^^^^^^^^^^^^^^^ + | ^^^^^^^^^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero = hello - | ^^^^ + | ^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hello" } > 1 | let hero = hello - | ^^^^^ + | ^^^^^ ❯ tests/transform-microsyntax.test.ts:62:37
tests/transform-microsyntax.test.ts > ' let hero ': tests/transform-microsyntax.test.ts#L62
Error: Snapshot `' let hero ' 1` mismatched - Expected + Received @@ -2,19 +2,19 @@ "body": [ "NGMicrosyntaxLet" ] } > 1 | let hero - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxLet { "key": "NGMicrosyntaxKey", "value": null } > 1 | let hero - | ^^^^^^^^ + | ^^^^^^^^ -------------------------------------------------------------------------------- NGMicrosyntaxKey { "name": "hero" } > 1 | let hero - | ^^^^ + | ^^^^ ❯ tests/transform-microsyntax.test.ts:62:37