Skip to content

fix: update incorrect lit-element refs #326

fix: update incorrect lit-element refs

fix: update incorrect lit-element refs #326

Triggered via push January 22, 2024 22:40
Status Failure
Total duration 1m 48s
Artifacts

testPublish.yml

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

Annotations

1 error and 1 warning
release
Error: Command failed with exit code 1: git commit -m chore(release): 7.2.4 [skip ci] ## [7.2.4](https://github.com/AlaskaAirlines/auro-button/compare/v7.2.3...v7.2.4) (2024-01-22) ### Bug Fixes * update incorrect lit-element refs ([77cb193](https://github.com/AlaskaAirlines/auro-button/commit/77cb1930268c0b3c2082f0677856986ae86a0192)) ### Performance Improvements * update dependencies ([1afa2d1](https://github.com/AlaskaAirlines/auro-button/commit/1afa2d1a8f807d3ef879aca38102e93424f20b0c)) > @aurodesignsystem/[email protected] preCommit > node scripts/pre-commit.mjs ╭ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ──────────────────────────────╮ Are you familiar with Auro's Definition of Done? Please be sure to review https://auro.alaskaair.com/definition-of-done before submitting your pull request to ensure that you are compliant. ╰─────────────────────────────── ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─╯ > @aurodesignsystem/[email protected] linters > npm-run-all scssLint esLint > @aurodesignsystem/[email protected] scssLint > stylelint "./src/**/*.scss" > @aurodesignsystem/[email protected] esLint > eslint src/auro-*.js /home/runner/work/auro-button/auro-button/src/auro-button.js 31:1 warning The type 'auroButton-ready' is undefined jsdoc/no-undefined-types ✖ 1 problem (0 errors, 1 warning) > @aurodesignsystem/[email protected] test > wtr --coverage Chrome: |██████████████████████████████| 0/1 test files | 0 passed, 0 failed Running tests... Running 1 test files... �[2K�[1A�[2K�[Gtest/auro-button.test.js: 🚧 Browser logs: TypeError: Failed to fetch dynamically imported module: http://localhost:8000/test/auro-button.test.js?wtr-session-id=GRBD-b6ubHDwSM0H2OOrX ❌ Could not import your test module. Check the browser logs or open the browser in debug mode for more information. Error while transforming node_modules/@aurodesignsystem/auro-loader/src/auro-loader.js: Could not resolve import "lit-element". 5 | 6 | // If use litElement base class > 7 | import { LitElement, html, css } from "lit-element"; | ^ 8 | 9 | // If using auroElement base class 10 | // See instructions for importing auroElement base class https://git.io/JULq4 Chrome: |██████████████████████████████| 1/1 test files | 0 passed, 0 failed View full coverage report at coverage/lcov-report/index.html Error while running tests. ERROR: "test" exited with 1. husky - pre-commit hook exited with code 1 (error)
release: src/auro-button.js#L31
The type 'auroButton-ready' is undefined