Skip to content

Update dependency css-tree to v3 #24446

Update dependency css-tree to v3

Update dependency css-tree to v3 #24446

Triggered via pull request December 6, 2024 19:05
Status Failure
Total duration 2m 36s
Artifacts
Matrix: javascript-test
javascript-test-results
0s
javascript-test-results
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
whether our generated files are up to date: src/sx/src/css-properties/__tests__/freshness.test.js#L17
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 275 Snapshot Diff: - Compared values have no visual difference. + - First value + + Second value + + @@ -50,11 +50,11 @@ + | 'progress-bar' + | 'button' + | 'inherit' + | 'initial' + | 'unset', + - +aspectRatio?: string, // https://developer.mozilla.org/docs/Web/CSS/aspect-ratio + + +aspectRatio?: number | string, // https://developer.mozilla.org/docs/Web/CSS/aspect-ratio + +backdropFilter?: number | string, // https://developer.mozilla.org/docs/Web/CSS/backdrop-filter + +backfaceVisibility?: 'visible' | 'hidden' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/backface-visibility + +background?: number | string, // https://developer.mozilla.org/docs/Web/CSS/background + +backgroundAttachment?: number | string, // https://developer.mozilla.org/docs/Web/CSS/background-attachment + +backgroundBlendMode?: string, // https://developer.mozilla.org/docs/Web/CSS/background-blend-mode + @@ -253,14 +253,16 @@ + | 'inherit' + | 'initial' + | 'unset', + +clip?: number | string, // https://developer.mozilla.org/docs/Web/CSS/clip + +clipPath?: number | string, // https://developer.mozilla.org/docs/Web/CSS/clip-path + + +clipRule?: 'nonzero' | 'evenodd' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/clip-rule + +color?: string, // https://developer.mozilla.org/docs/Web/CSS/color + + +colorInterpolationFilters?: 'auto' | 'sRGB' | 'linearRGB' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/clip-rule + +colorScheme?: number | string, // https://developer.mozilla.org/docs/Web/CSS/color-scheme + +columnCount?: number | 'auto' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-count + - +columnFill?: 'auto' | 'balance' | 'balance-all' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-fill + + +columnFill?: 'auto' | 'balance' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-fill + +columnGap?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-gap + +columnRule?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule + +columnRuleColor?: string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-color + +columnRuleStyle?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-style + +columnRuleWidth?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-width + @@ -280,14 +282,33 @@ + +contentVisibility?: 'visible' | 'auto' | 'hidden' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/content-visibility + +counterIncrement?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-increment + +counterReset?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-reset + +counterSet?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-set + +cursor?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cursor + + +d?: number | string, // https://developer.mozilla.org/docs/Web/CSS/d + + +cx?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cx + + +cy?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cy + +direction?: 'ltr' | 'rtl' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/direction + +display?: number | string, // https://developer.mozilla.org/docs/Web/CSS/display + + +dominantBaseline?: // https://developer.mozilla.org/docs/Web/CSS/dominant-baseline + + | 'auto' + + | 'text-bottom' + + | 'alphabetic' + + | 'ideographic' + + | 'middle' + + | 'central' + + | 'mathematical' + + | 'hanging' + + | 'text-top' + + | 'inherit' + + | 'initial' + + | 'unset', + +emptyCells?: 'show' | 'hide' | 'inherit' | 'i
whether our generated files are up to date: src/sx/src/css-properties/__tests__/freshness.test.js#L9
thrown: "Exceeded timeout of 5000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at Object.test (src/css-properties/__tests__/freshness.test.js:9:1)
javascript-test (22.x)
Process completed with exit code 1.
whether our generated files are up to date: src/sx/src/css-properties/__tests__/freshness.test.js#L17
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 275 Snapshot Diff: - Compared values have no visual difference. + - First value + + Second value + + @@ -50,11 +50,11 @@ + | 'progress-bar' + | 'button' + | 'inherit' + | 'initial' + | 'unset', + - +aspectRatio?: string, // https://developer.mozilla.org/docs/Web/CSS/aspect-ratio + + +aspectRatio?: number | string, // https://developer.mozilla.org/docs/Web/CSS/aspect-ratio + +backdropFilter?: number | string, // https://developer.mozilla.org/docs/Web/CSS/backdrop-filter + +backfaceVisibility?: 'visible' | 'hidden' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/backface-visibility + +background?: number | string, // https://developer.mozilla.org/docs/Web/CSS/background + +backgroundAttachment?: number | string, // https://developer.mozilla.org/docs/Web/CSS/background-attachment + +backgroundBlendMode?: string, // https://developer.mozilla.org/docs/Web/CSS/background-blend-mode + @@ -253,14 +253,16 @@ + | 'inherit' + | 'initial' + | 'unset', + +clip?: number | string, // https://developer.mozilla.org/docs/Web/CSS/clip + +clipPath?: number | string, // https://developer.mozilla.org/docs/Web/CSS/clip-path + + +clipRule?: 'nonzero' | 'evenodd' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/clip-rule + +color?: string, // https://developer.mozilla.org/docs/Web/CSS/color + + +colorInterpolationFilters?: 'auto' | 'sRGB' | 'linearRGB' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/clip-rule + +colorScheme?: number | string, // https://developer.mozilla.org/docs/Web/CSS/color-scheme + +columnCount?: number | 'auto' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-count + - +columnFill?: 'auto' | 'balance' | 'balance-all' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-fill + + +columnFill?: 'auto' | 'balance' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-fill + +columnGap?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-gap + +columnRule?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule + +columnRuleColor?: string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-color + +columnRuleStyle?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-style + +columnRuleWidth?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-width + @@ -280,14 +282,33 @@ + +contentVisibility?: 'visible' | 'auto' | 'hidden' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/content-visibility + +counterIncrement?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-increment + +counterReset?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-reset + +counterSet?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-set + +cursor?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cursor + + +d?: number | string, // https://developer.mozilla.org/docs/Web/CSS/d + + +cx?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cx + + +cy?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cy + +direction?: 'ltr' | 'rtl' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/direction + +display?: number | string, // https://developer.mozilla.org/docs/Web/CSS/display + + +dominantBaseline?: // https://developer.mozilla.org/docs/Web/CSS/dominant-baseline + + | 'auto' + + | 'text-bottom' + + | 'alphabetic' + + | 'ideographic' + + | 'middle' + + | 'central' + + | 'mathematical' + + | 'hanging' + + | 'text-top' + + | 'inherit' + + | 'initial' + + | 'unset', + +emptyCells?: 'show' | 'hide' | 'inherit' | 'i
whether our generated files are up to date: src/sx/src/css-properties/__tests__/freshness.test.js#L9
thrown: "Exceeded timeout of 5000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at Object.test (src/css-properties/__tests__/freshness.test.js:9:1)
javascript-test (21.x)
Process completed with exit code 1.
whether our generated files are up to date: src/sx/src/css-properties/__tests__/freshness.test.js#L17
expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 275 Snapshot Diff: - Compared values have no visual difference. + - First value + + Second value + + @@ -50,11 +50,11 @@ + | 'progress-bar' + | 'button' + | 'inherit' + | 'initial' + | 'unset', + - +aspectRatio?: string, // https://developer.mozilla.org/docs/Web/CSS/aspect-ratio + + +aspectRatio?: number | string, // https://developer.mozilla.org/docs/Web/CSS/aspect-ratio + +backdropFilter?: number | string, // https://developer.mozilla.org/docs/Web/CSS/backdrop-filter + +backfaceVisibility?: 'visible' | 'hidden' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/backface-visibility + +background?: number | string, // https://developer.mozilla.org/docs/Web/CSS/background + +backgroundAttachment?: number | string, // https://developer.mozilla.org/docs/Web/CSS/background-attachment + +backgroundBlendMode?: string, // https://developer.mozilla.org/docs/Web/CSS/background-blend-mode + @@ -253,14 +253,16 @@ + | 'inherit' + | 'initial' + | 'unset', + +clip?: number | string, // https://developer.mozilla.org/docs/Web/CSS/clip + +clipPath?: number | string, // https://developer.mozilla.org/docs/Web/CSS/clip-path + + +clipRule?: 'nonzero' | 'evenodd' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/clip-rule + +color?: string, // https://developer.mozilla.org/docs/Web/CSS/color + + +colorInterpolationFilters?: 'auto' | 'sRGB' | 'linearRGB' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/clip-rule + +colorScheme?: number | string, // https://developer.mozilla.org/docs/Web/CSS/color-scheme + +columnCount?: number | 'auto' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-count + - +columnFill?: 'auto' | 'balance' | 'balance-all' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-fill + + +columnFill?: 'auto' | 'balance' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/column-fill + +columnGap?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-gap + +columnRule?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule + +columnRuleColor?: string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-color + +columnRuleStyle?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-style + +columnRuleWidth?: number | string, // https://developer.mozilla.org/docs/Web/CSS/column-rule-width + @@ -280,14 +282,33 @@ + +contentVisibility?: 'visible' | 'auto' | 'hidden' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/content-visibility + +counterIncrement?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-increment + +counterReset?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-reset + +counterSet?: number | string, // https://developer.mozilla.org/docs/Web/CSS/counter-set + +cursor?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cursor + + +d?: number | string, // https://developer.mozilla.org/docs/Web/CSS/d + + +cx?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cx + + +cy?: number | string, // https://developer.mozilla.org/docs/Web/CSS/cy + +direction?: 'ltr' | 'rtl' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/direction + +display?: number | string, // https://developer.mozilla.org/docs/Web/CSS/display + + +dominantBaseline?: // https://developer.mozilla.org/docs/Web/CSS/dominant-baseline + + | 'auto' + + | 'text-bottom' + + | 'alphabetic' + + | 'ideographic' + + | 'middle' + + | 'central' + + | 'mathematical' + + | 'hanging' + + | 'text-top' + + | 'inherit' + + | 'initial' + + | 'unset', + +emptyCells?: 'show' | 'hide' | 'inherit' | 'i
whether our generated files are up to date: src/sx/src/css-properties/__tests__/freshness.test.js#L9
thrown: "Exceeded timeout of 5000 ms for a test while waiting for `done()` to be called. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at Object.test (src/css-properties/__tests__/freshness.test.js:9:1)
javascript-test (20.x)
Process completed with exit code 1.
javascript-test-results
Process completed with exit code 1.
javascript-test (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
javascript-test (21.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
javascript-test (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
javascript-test-results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636