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

[FEATURE] Bump lit version in lit template #408

Closed
matthme opened this issue Oct 30, 2024 · 2 comments · Fixed by #407
Closed

[FEATURE] Bump lit version in lit template #408

matthme opened this issue Oct 30, 2024 · 2 comments · Fixed by #407

Comments

@matthme
Copy link
Collaborator

matthme commented Oct 30, 2024

Bump the lit template to lit version 3.x. It is currently using lit 2.6.

This would mean replacing:

    "@lit-labs/context": "^0.2.0",
    "@lit-labs/task": "^2.0.0",
    "lit": "^2.6.1"

with

    "lit": "^3.1.0",
    "@lit/context": "^1.1.0",
    "@lit/task": "^1.0.0",

Although I think "@lit/task": "^1.0.0" is not even used anywhere so it can potentially get removed completely.

It may also require smaller code changes but nothing major I think.

@matthme matthme changed the title [FEATURE] [FEATURE] Bump lit version in lit template Oct 30, 2024
@c12i
Copy link
Collaborator

c12i commented Oct 30, 2024

Cool, I have updated to the latest versions and moved context and task from -labs with #407

I don't think we can removed @lit/task just yet, Task is still in use here for example

@matthme
Copy link
Collaborator Author

matthme commented Oct 30, 2024

Oh cool, great :)

I don't think we can removed @lit/task just yet, Task is still in use here for example

Okay, I did not see this, let's just keep it then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants