Skip to content

Update dependency mdn-data to ^2.14.0 #24461

Update dependency mdn-data to ^2.14.0

Update dependency mdn-data to ^2.14.0 #24461

Triggered via pull request December 8, 2024 22:26
Status Failure
Total duration 12m 19s
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 + 417 Snapshot Diff: - Compared values have no visual difference. + - First value + + Second value + + @@ -8,10 +8,14 @@ + * @see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Values_and_Units + */ + + export type AllCSSPropertyTypes = { + +webkitLineClamp?: 'none' | number | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp + + +webkitTextFillColor?: string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color + + +webkitTextStroke?: number | string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke + + +webkitTextStrokeColor?: string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color + + +webkitTextStrokeWidth?: number | string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width + +accentColor?: string, // https://developer.mozilla.org/docs/Web/CSS/accent-color + +alignContent?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-content + +alignItems?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-items + +alignSelf?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-self + +alignTracks?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-tracks + @@ -50,11 +54,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 + @@ -228,20 +232,11 @@ + | 'avoid-column' + | 'avoid-region' + | 'inherit' + | 'initial' + | 'unset', + - +captionSide?: // https://developer.mozilla.org/docs/Web/CSS/caption-side + - | 'top' + - | 'bottom' + - | 'block-start' + - | 'block-end' + - | 'inline-start' + - | 'inline-end' + - | 'inherit' + - | 'initial' + - | 'unset', + + +captionSide?: 'top' | 'bottom' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/caption-side + +caret?: number | string, + +caretColor?: string, // https://developer.mozilla.org/docs/Web/CSS/caret-color + +caretShape?: 'auto' | 'bar' | 'block' | 'underscore' | 'inherit' | 'initial' | 'unset', + +clear?: // https://developer.mozilla.org/docs/Web/CSS/clear + | 'none' + @@ -251,16 +246,17 @@ + | 'inline-start' + | 'inline-end' + | '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/color-interpolation-filters + +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' | 'init
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 + 417 Snapshot Diff: - Compared values have no visual difference. + - First value + + Second value + + @@ -8,10 +8,14 @@ + * @see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Values_and_Units + */ + + export type AllCSSPropertyTypes = { + +webkitLineClamp?: 'none' | number | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp + + +webkitTextFillColor?: string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color + + +webkitTextStroke?: number | string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke + + +webkitTextStrokeColor?: string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color + + +webkitTextStrokeWidth?: number | string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width + +accentColor?: string, // https://developer.mozilla.org/docs/Web/CSS/accent-color + +alignContent?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-content + +alignItems?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-items + +alignSelf?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-self + +alignTracks?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-tracks + @@ -50,11 +54,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 + @@ -228,20 +232,11 @@ + | 'avoid-column' + | 'avoid-region' + | 'inherit' + | 'initial' + | 'unset', + - +captionSide?: // https://developer.mozilla.org/docs/Web/CSS/caption-side + - | 'top' + - | 'bottom' + - | 'block-start' + - | 'block-end' + - | 'inline-start' + - | 'inline-end' + - | 'inherit' + - | 'initial' + - | 'unset', + + +captionSide?: 'top' | 'bottom' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/caption-side + +caret?: number | string, + +caretColor?: string, // https://developer.mozilla.org/docs/Web/CSS/caret-color + +caretShape?: 'auto' | 'bar' | 'block' | 'underscore' | 'inherit' | 'initial' | 'unset', + +clear?: // https://developer.mozilla.org/docs/Web/CSS/clear + | 'none' + @@ -251,16 +246,17 @@ + | 'inline-start' + | 'inline-end' + | '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/color-interpolation-filters + +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' | 'init
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.
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 + 417 Snapshot Diff: - Compared values have no visual difference. + - First value + + Second value + + @@ -8,10 +8,14 @@ + * @see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Values_and_Units + */ + + export type AllCSSPropertyTypes = { + +webkitLineClamp?: 'none' | number | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/-webkit-line-clamp + + +webkitTextFillColor?: string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-fill-color + + +webkitTextStroke?: number | string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke + + +webkitTextStrokeColor?: string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-color + + +webkitTextStrokeWidth?: number | string, // https://developer.mozilla.org/docs/Web/CSS/-webkit-text-stroke-width + +accentColor?: string, // https://developer.mozilla.org/docs/Web/CSS/accent-color + +alignContent?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-content + +alignItems?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-items + +alignSelf?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-self + +alignTracks?: number | string, // https://developer.mozilla.org/docs/Web/CSS/align-tracks + @@ -50,11 +54,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 + @@ -228,20 +232,11 @@ + | 'avoid-column' + | 'avoid-region' + | 'inherit' + | 'initial' + | 'unset', + - +captionSide?: // https://developer.mozilla.org/docs/Web/CSS/caption-side + - | 'top' + - | 'bottom' + - | 'block-start' + - | 'block-end' + - | 'inline-start' + - | 'inline-end' + - | 'inherit' + - | 'initial' + - | 'unset', + + +captionSide?: 'top' | 'bottom' | 'inherit' | 'initial' | 'unset', // https://developer.mozilla.org/docs/Web/CSS/caption-side + +caret?: number | string, + +caretColor?: string, // https://developer.mozilla.org/docs/Web/CSS/caret-color + +caretShape?: 'auto' | 'bar' | 'block' | 'underscore' | 'inherit' | 'initial' | 'unset', + +clear?: // https://developer.mozilla.org/docs/Web/CSS/clear + | 'none' + @@ -251,16 +246,17 @@ + | 'inline-start' + | 'inline-end' + | '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/color-interpolation-filters + +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' | 'init
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.
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 (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 (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-results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636