Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow wider range of lit-html versions #127 #128

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Conversation

geoffrich
Copy link
Contributor

Alaska Airlines Pull Request

Fixes #127

Summary:

da4edec added lit-html as a direct dependency to fix a separate issue. However, the version range was too restrictive, allowing for the possibility that multiple lit-html versions could be installed at once. When this happens, the component breaks.

This PR attempts to fix the issue by being very permissive as to the version of lit-html installed, as recommended in the lit docs. I had to edit the package.json manually because running npm i lit-html@^1.0.0 put the latest version in the package.json.

I'm not 100% sure this will fix it, but I'm pretty sure.

Type of change:

Please delete options that are not relevant.

  • Revision of an existing capability

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

@blackfalcon blackfalcon merged commit 7ec7463 into master Jun 23, 2021
@blackfalcon blackfalcon deleted the grich/127 branch June 23, 2021 14:38
@AuroDesignSystem
Copy link
Collaborator

🎉 This PR is included in version 6.3.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@AuroDesignSystem AuroDesignSystem added the released Completed work has been released label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Completed work has been released Status: Review Needed Work is completed, user is requesting feedback Type: Bug Bug or Bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auro-button: Updating to 6.3.3 breaks headless chrome tests
3 participants