Skip to content

Build package in CI #1960

Build package in CI

Build package in CI #1960

Triggered via push June 22, 2024 11:21
Status Failure
Total duration 36s
Artifacts

ci.yaml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

11 errors
src/configs/eslint/config.spec.ts > eslint > with options > should return a config when using Biome: src/configs/eslint/config.spec.ts#L159
Error: Snapshot `eslint > with options > should return a config when using Biome 1` mismatched ❯ src/configs/eslint/config.spec.ts:159:22
src/configs/eslint/config.spec.ts > eslint > should merge with the default config: src/configs/eslint/config.spec.ts#L168
AssertionError: expected { root: true, extends: [ …(4) ], …(5) } to deeply equal ObjectContaining{…} - Expected + Received - ObjectContaining { - "extends": ArrayContaining [ - "plugin:prettier/recommended", + Object { + "extends": Array [ + "eslint:recommended", + "airbnb-base", + "prettier", "prettier/react", + ], + "overrides": Array [ + Object { + "files": Array [ + "api/**/*", + "pages/api/**/*", + "src/pages/api/**/*", + ], + "rules": Object { + "no-console": "off", + }, + }, ], + "parser": "@babel/eslint-parser", + "parserOptions": Object { + "allowImportExportEverywhere": true, + "ecmaFeatures": Object { + "impliedStrict": true, + "modules": true, + }, + "ecmaVersion": 6, + "sourceType": "module", + }, + "root": true, + "rules": Object { + "@typescript-eslint/adjacent-overload-signatures": "off", + "@typescript-eslint/array-type": "off", + "@typescript-eslint/ban-types": "off", + "@typescript-eslint/consistent-type-exports": "off", + "@typescript-eslint/consistent-type-imports": "off", + "@typescript-eslint/default-param-last": "off", + "@typescript-eslint/dot-notation": "off", + "@typescript-eslint/naming-convention": "off", + "@typescript-eslint/no-dupe-class-members": "off", + "@typescript-eslint/no-empty-function": "off", + "@typescript-eslint/no-empty-interface": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-extra-non-null-assertion": "off", + "@typescript-eslint/no-extraneous-class": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-invalid-void-type": "off", + "@typescript-eslint/no-loss-of-precision": "off", + "@typescript-eslint/no-misused-new": "off", + "@typescript-eslint/no-namespace": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-redeclare": "off", + "@typescript-eslint/no-restricted-imports": "off", + "@typescript-eslint/no-this-alias": "off", + "@typescript-eslint/no-throw-literal": "off", + "@typescript-eslint/no-unnecessary-type-constraint": "off", + "@typescript-eslint/no-unsafe-declaration-merging": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-useless-empty-export": "off", + "@typescript-eslint/only-throw-error": "off", + "@typescript-eslint/parameter-properties": "off", + "@typescript-eslint/prefer-as-const": "off", + "@typescript-eslint/prefer-enum-initializers": "off", + "@typescript-eslint/prefer-for-of": "off", + "@typescript-eslint/prefer-function-type": "off", + "@typescript-eslint/prefer-literal-enum-member": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/prefer-optional-chain": "off", + "@typescript-eslint/require-await": "off", + "constructor-super": "off", + "curly": "off", + "default-case": "off", + "default-case-last": "off", + "default-param-last": "off", + "dot-notation": "off", + "eqeqeq": "off", + "for-direction": "off", + "getter-return": "off", + "import/extensions": "off", + "import/no-cycle": Array [ + "error", + Object { + "maxDepth": 7, + }, + ], + "import/order": Array [ + "error", + Object { + "newlines-between": "always", + }, + ], + "import/prefer-default-export": "off", + "jsx-ally/alt-text": "off", + "jsx-ally/anchor-has-content": "off", + "jsx-ally/anchor-is-valid": "off", + "jsx-ally/aria-activedescendant-has-tabindex": "off", + "jsx-ally/aria-props": "off", + "jsx-ally/aria-proptypes": "off", + "jsx-ally/aria-role": "off", + "jsx-ally/aria-unsupported-elements": "off", + "jsx-ally/autocomplete-valid": "off", + "jsx-ally/click-events-have-key
ci (20)
Process completed with exit code 1.
ci (22)
The job was canceled because "_20" failed.
src/configs/eslint/config.spec.ts > eslint > with options > should return a config when using Biome: src/configs/eslint/config.spec.ts#L159
Error: Snapshot `eslint > with options > should return a config when using Biome 1` mismatched ❯ src/configs/eslint/config.spec.ts:159:22
src/configs/eslint/config.spec.ts > eslint > should merge with the default config: src/configs/eslint/config.spec.ts#L168
AssertionError: expected { root: true, extends: [ …(4) ], …(5) } to deeply equal ObjectContaining{…} - Expected + Received - ObjectContaining { - "extends": ArrayContaining [ - "plugin:prettier/recommended", + Object { + "extends": Array [ + "eslint:recommended", + "airbnb-base", + "prettier", "prettier/react", + ], + "overrides": Array [ + Object { + "files": Array [ + "api/**/*", + "pages/api/**/*", + "src/pages/api/**/*", + ], + "rules": Object { + "no-console": "off", + }, + }, ], + "parser": "@babel/eslint-parser", + "parserOptions": Object { + "allowImportExportEverywhere": true, + "ecmaFeatures": Object { + "impliedStrict": true, + "modules": true, + }, + "ecmaVersion": 6, + "sourceType": "module", + }, + "root": true, + "rules": Object { + "@typescript-eslint/adjacent-overload-signatures": "off", + "@typescript-eslint/array-type": "off", + "@typescript-eslint/ban-types": "off", + "@typescript-eslint/consistent-type-exports": "off", + "@typescript-eslint/consistent-type-imports": "off", + "@typescript-eslint/default-param-last": "off", + "@typescript-eslint/dot-notation": "off", + "@typescript-eslint/naming-convention": "off", + "@typescript-eslint/no-dupe-class-members": "off", + "@typescript-eslint/no-empty-function": "off", + "@typescript-eslint/no-empty-interface": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-extra-non-null-assertion": "off", + "@typescript-eslint/no-extraneous-class": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-invalid-void-type": "off", + "@typescript-eslint/no-loss-of-precision": "off", + "@typescript-eslint/no-misused-new": "off", + "@typescript-eslint/no-namespace": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-redeclare": "off", + "@typescript-eslint/no-restricted-imports": "off", + "@typescript-eslint/no-this-alias": "off", + "@typescript-eslint/no-throw-literal": "off", + "@typescript-eslint/no-unnecessary-type-constraint": "off", + "@typescript-eslint/no-unsafe-declaration-merging": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-useless-empty-export": "off", + "@typescript-eslint/only-throw-error": "off", + "@typescript-eslint/parameter-properties": "off", + "@typescript-eslint/prefer-as-const": "off", + "@typescript-eslint/prefer-enum-initializers": "off", + "@typescript-eslint/prefer-for-of": "off", + "@typescript-eslint/prefer-function-type": "off", + "@typescript-eslint/prefer-literal-enum-member": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/prefer-optional-chain": "off", + "@typescript-eslint/require-await": "off", + "constructor-super": "off", + "curly": "off", + "default-case": "off", + "default-case-last": "off", + "default-param-last": "off", + "dot-notation": "off", + "eqeqeq": "off", + "for-direction": "off", + "getter-return": "off", + "import/extensions": "off", + "import/no-cycle": Array [ + "error", + Object { + "maxDepth": 7, + }, + ], + "import/order": Array [ + "error", + Object { + "newlines-between": "always", + }, + ], + "import/prefer-default-export": "off", + "jsx-ally/alt-text": "off", + "jsx-ally/anchor-has-content": "off", + "jsx-ally/anchor-is-valid": "off", + "jsx-ally/aria-activedescendant-has-tabindex": "off", + "jsx-ally/aria-props": "off", + "jsx-ally/aria-proptypes": "off", + "jsx-ally/aria-role": "off", + "jsx-ally/aria-unsupported-elements": "off", + "jsx-ally/autocomplete-valid": "off", + "jsx-ally/click-events-have-key
ci (22)
Process completed with exit code 1.
ci (18)
The job was canceled because "_20" failed.
src/configs/eslint/config.spec.ts > eslint > with options > should return a config when using Biome: src/configs/eslint/config.spec.ts#L159
Error: Snapshot `eslint > with options > should return a config when using Biome 1` mismatched ❯ src/configs/eslint/config.spec.ts:159:22
src/configs/eslint/config.spec.ts > eslint > should merge with the default config: src/configs/eslint/config.spec.ts#L168
AssertionError: expected { root: true, extends: [ …(4) ], …(5) } to deeply equal ObjectContaining{…} - Expected + Received - ObjectContaining { - "extends": ArrayContaining [ - "plugin:prettier/recommended", + Object { + "extends": Array [ + "eslint:recommended", + "airbnb-base", + "prettier", "prettier/react", + ], + "overrides": Array [ + Object { + "files": Array [ + "api/**/*", + "pages/api/**/*", + "src/pages/api/**/*", + ], + "rules": Object { + "no-console": "off", + }, + }, ], + "parser": "@babel/eslint-parser", + "parserOptions": Object { + "allowImportExportEverywhere": true, + "ecmaFeatures": Object { + "impliedStrict": true, + "modules": true, + }, + "ecmaVersion": 6, + "sourceType": "module", + }, + "root": true, + "rules": Object { + "@typescript-eslint/adjacent-overload-signatures": "off", + "@typescript-eslint/array-type": "off", + "@typescript-eslint/ban-types": "off", + "@typescript-eslint/consistent-type-exports": "off", + "@typescript-eslint/consistent-type-imports": "off", + "@typescript-eslint/default-param-last": "off", + "@typescript-eslint/dot-notation": "off", + "@typescript-eslint/naming-convention": "off", + "@typescript-eslint/no-dupe-class-members": "off", + "@typescript-eslint/no-empty-function": "off", + "@typescript-eslint/no-empty-interface": "off", + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-extra-non-null-assertion": "off", + "@typescript-eslint/no-extraneous-class": "off", + "@typescript-eslint/no-inferrable-types": "off", + "@typescript-eslint/no-invalid-void-type": "off", + "@typescript-eslint/no-loss-of-precision": "off", + "@typescript-eslint/no-misused-new": "off", + "@typescript-eslint/no-namespace": "off", + "@typescript-eslint/no-non-null-assertion": "off", + "@typescript-eslint/no-redeclare": "off", + "@typescript-eslint/no-restricted-imports": "off", + "@typescript-eslint/no-this-alias": "off", + "@typescript-eslint/no-throw-literal": "off", + "@typescript-eslint/no-unnecessary-type-constraint": "off", + "@typescript-eslint/no-unsafe-declaration-merging": "off", + "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-use-before-define": "off", + "@typescript-eslint/no-useless-constructor": "off", + "@typescript-eslint/no-useless-empty-export": "off", + "@typescript-eslint/only-throw-error": "off", + "@typescript-eslint/parameter-properties": "off", + "@typescript-eslint/prefer-as-const": "off", + "@typescript-eslint/prefer-enum-initializers": "off", + "@typescript-eslint/prefer-for-of": "off", + "@typescript-eslint/prefer-function-type": "off", + "@typescript-eslint/prefer-literal-enum-member": "off", + "@typescript-eslint/prefer-namespace-keyword": "off", + "@typescript-eslint/prefer-optional-chain": "off", + "@typescript-eslint/require-await": "off", + "constructor-super": "off", + "curly": "off", + "default-case": "off", + "default-case-last": "off", + "default-param-last": "off", + "dot-notation": "off", + "eqeqeq": "off", + "for-direction": "off", + "getter-return": "off", + "import/extensions": "off", + "import/no-cycle": Array [ + "error", + Object { + "maxDepth": 7, + }, + ], + "import/order": Array [ + "error", + Object { + "newlines-between": "always", + }, + ], + "import/prefer-default-export": "off", + "jsx-ally/alt-text": "off", + "jsx-ally/anchor-has-content": "off", + "jsx-ally/anchor-is-valid": "off", + "jsx-ally/aria-activedescendant-has-tabindex": "off", + "jsx-ally/aria-props": "off", + "jsx-ally/aria-proptypes": "off", + "jsx-ally/aria-role": "off", + "jsx-ally/aria-unsupported-elements": "off", + "jsx-ally/autocomplete-valid": "off", + "jsx-ally/click-events-have-key
ci (18)
The operation was canceled.