-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[@astrojs/lit] lit 3.0 compatibility #8822
Conversation
🦋 Changeset detectedLatest commit: 49c4cea The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if you could update the "Testing" part of the template and tell us how you tested the PR.
"parse5": "^7.1.2" | ||
}, | ||
"devDependencies": { | ||
"astro": "workspace:*", | ||
"astro-scripts": "workspace:*", | ||
"chai": "^4.3.7", | ||
"chai": "^4.3.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this change? It's not part of the original intent of the PR
"mocha": "^10.2.0", | ||
"sass": "^1.66.1" | ||
"sass": "^1.69.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this change? It's not part of the original intent of the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's done ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a much requested feature! Thank you for working on this.
I'm going to block this until we merge and release a version of @astrojs/lit
that continues to work with lit@^2
.
Users could then upgrade their projects from lit 2.0 to 3.0 at their own pace.
A working adapter version for lit 2.x now exists
@lilnasy if no one is working on fix for the old version then I think we should just go ahead and release this. |
The fix landed and was released as the linked PRs show, and I dismissed my review when it did. I am not blocking this. |
Changes
upgrade to lit 3.0
Testing
Tested with npm command test from package.json
Docs