build(deps): bump lit from 2.2.8 to 2.3.0
Bumps lit from 2.2.8 to 2.3.0.
Release notes
Sourced from lit's releases.
[email protected]
Minor Changes
- #3156
ae6f6808- Lit and its underlying libraries can now be imported directly from Node without crashing, without the need to load the@lit-labs/ssrdom-shim library. Note that actually rendering from a Node context still requires the@lit-labs/ssrdom-shim, and the appropriate integration between@lit-labs/ssrand your framework/tool.Patch Changes
#3003
daddeb34- Lit'sasync-directivenow re-exports everything from thedirectivemodule.#3199
0725fdb4- In DEV_MODE, render a warning instead of rendering a template's host in the template.Most commonly this would happen when rendering
${this}in a LitElement's template, which has the counterintuitive behavior of removing the element from the DOM, because when rendering the element's template we attach it into its own shadow root, which removes it from the DOM, causing it simply disappear. This is especially problematic with a fast HMR system.#3186
3766ae4c-StaticValueinterface type is now exported.[email protected]
Minor Changes
- #3156
ae6f6808- Lit and its underlying libraries can now be imported directly from Node without crashing, without the need to load the@lit-labs/ssrdom-shim library. Note that actually rendering from a Node context still requires the@lit-labs/ssrdom-shim, and the appropriate integration between@lit-labs/ssrand your framework/tool.Patch Changes
Changelog
Sourced from lit's changelog.
2.3.0
Minor Changes
- #3156
ae6f6808- Lit and its underlying libraries can now be imported directly from Node without crashing, without the need to load the@lit-labs/ssrdom-shim library. Note that actually rendering from a Node context still requires the@lit-labs/ssrdom-shim, and the appropriate integration between@lit-labs/ssrand your framework/tool.Patch Changes
Commits
41ab4c4Version Packages (#3184)ae6f680[core/ssr] Add Node builds that don't explode (#3156)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)