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

Version Packages #4532

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Version Packages #4532

merged 1 commit into from
Jan 31, 2024

Conversation

lit-robot
Copy link
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@lit-labs/ssr-dom-shim@1.2.0

Minor Changes

@lit-labs/analyzer@0.11.1

Patch Changes

@lit-labs/compiler@1.0.2

Patch Changes

@lit-labs/motion@1.0.7

Patch Changes

  • #2239 851334cb Thanks @alfonsogarciacaro! - Make animate directive compatible with any element implementing ReactiveControllerHost instead of just LitElement.

  • #4496 78d23215 Thanks @zh-lx! - Fix a harmless but incorrect check on array during ancestor adjustment. This fix is purely an optimization with no change in behavior.

  • Updated dependencies [1a32b61e, 57b00630]:

    • lit@3.1.2

@lit-labs/preact-signals@1.0.2

Patch Changes

@lit-labs/react@2.1.3

Patch Changes

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node"
    export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
    "node" entrypoints instead of the browser code.
  • Updated dependencies [57b00630]:
    • @lit/react@1.0.3

@lit-labs/ssr@3.2.2

Patch Changes

  • #4515 dca963f7 - Fix a memory leak when patching directive constructors for SSR.

  • #4519 8d3e3057 - Fix a bug where server templates with attribute bindings on certain element tags like <td> used top-level would throw an error during server render.

  • Updated dependencies [1a32b61e, e901c582, 57b00630, dca963f7]:

    • lit-html@3.1.2
    • lit@3.1.2
    • @lit-labs/ssr-dom-shim@1.2.0
    • @lit/reactive-element@2.0.4
    • @lit-labs/ssr-client@1.1.7
    • lit-element@4.0.4

@lit-labs/ssr-client@1.1.7

Patch Changes

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node"
    export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
    "node" entrypoints instead of the browser code.
  • Updated dependencies [1a32b61e, 57b00630, dca963f7]:
    • lit-html@3.1.2
    • lit@3.1.2
    • @lit/reactive-element@2.0.4

lit@3.1.2

Patch Changes

  • #4523 1a32b61e - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise create silent errors.

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node"
    export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
    "node" entrypoints instead of the browser code.

  • Updated dependencies [1a32b61e, 57b00630, dca963f7]:

    • lit-html@3.1.2
    • @lit/reactive-element@2.0.4
    • lit-element@4.0.4

lit-element@4.0.4

Patch Changes

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node"
    export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
    "node" entrypoints instead of the browser code.
  • Updated dependencies [1a32b61e, e901c582, 57b00630, dca963f7]:
    • lit-html@3.1.2
    • @lit-labs/ssr-dom-shim@1.2.0
    • @lit/reactive-element@2.0.4

lit-html@3.1.2

Patch Changes

  • #4523 1a32b61e - Add a DEV_MODE error to catch duplicate attribute bindings that otherwise create silent errors.

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node"
    export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
    "node" entrypoints instead of the browser code.

  • #4515 dca963f7 - Fix a memory leak when patching directive constructors for SSR.

@lit/localize-tools@0.7.2

Patch Changes

  • #4503 350147d6 - Fix an issue where running extract on an existing translation target would rewrite the "id" for placeholders signifying the expression index, which breaks translation targets where the expressions need to be reordered.

  • #4530 258142d2 - Translated message validation that runs before the build step now disregards template literal expressions. This allow source code to have variables in expressions renamed while still keeping the same translations, or avoid errors that could happen from module import order changing which expression gets picked up first when multiple msg() calls with the same id have different expressions. This behavior is more consistent with how a translation unit is identified according to how the message id is generated.

  • Updated dependencies [1a32b61e, 57b00630]:

    • lit@3.1.2

@lit/react@1.0.3

Patch Changes

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node"
    export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
    "node" entrypoints instead of the browser code.

@lit/reactive-element@2.0.4

Patch Changes

  • #4485 57b00630 - Add "browser" export condition entrypoints to any package.json files with "node"
    export conditions. This fixes Node test runners emulating browser environments that were incorrectly loading the
    "node" entrypoints instead of the browser code.
  • Updated dependencies [e901c582]:
    • @lit-labs/ssr-dom-shim@1.2.0

@lit/ts-transformers@2.0.1

Patch Changes

@lit-internal/test-elements-react@1.0.4

Patch Changes

  • Updated dependencies [57b00630]:
    • @lit/react@1.0.3

Copy link
Contributor

📊 Tachometer Benchmark Results

Summary

A summary of the benchmark results will show here once they finish.

Results

The full results of your benchmarks will show here once they finish.

tachometer-reporter-action v2 for Benchmarks

Copy link
Contributor

The size of lit-html.js and lit-core.min.js are as expected.

Copy link
Member

@augustjk augustjk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

As a side note, I'm actually thinking I like the changeset setting that bumps every dependency with a patch. We did it explicitly this time to make sure the updated labs/ssr also bring in a "new feature" in the lit-html private ssr support that we only include with a patch, but it seems good to encourage our end users to have the latest version of our own dependencies as they update.

Copy link
Contributor

@AndrewJakubowicz AndrewJakubowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@AndrewJakubowicz AndrewJakubowicz merged commit b4e3c0e into main Jan 31, 2024
9 of 10 checks passed
@AndrewJakubowicz AndrewJakubowicz deleted the changeset-release/main branch January 31, 2024 19:25
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 this pull request may close these issues.

None yet

3 participants