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 (pre) #3853

Merged
merged 3 commits into from Apr 27, 2023
Merged

Version Packages (pre) #3853

merged 3 commits into from Apr 27, 2023

Conversation

lit-robot
Copy link
Member

@lit-robot lit-robot commented Apr 26, 2023

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 3.0, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

3.0 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on 3.0.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

lit@3.0.0-pre.0

Major Changes

  • #3751 dfd747cf - Simplify lit-html attribute handling for standards-compliant browsers that iterate attributes in source order

  • #3759 1db01376 - Use replaceWith() for SVG templates

  • #3750 c3e473b4 - Use toggleAttribute() to simplify boolean attribute parts

  • #3765 92cedaa2 - Remove experimental hydrate modules. These are available from @lit-labs/ssr-client.

  • #3756 f06f7972 - Drop IE11 support

Patch Changes

lit-element@4.0.0-pre.0

Major Changes

  • #3751 dfd747cf - Simplify lit-html attribute handling for standards-compliant browsers that iterate attributes in source order

  • #3754 76795a18 - Remove UpdatingElement alias for ReactiveElement

  • #3759 1db01376 - Use replaceWith() for SVG templates

  • #3750 c3e473b4 - Use toggleAttribute() to simplify boolean attribute parts

  • #3765 92cedaa2 - Remove experimental hydrate modules. These are available from @lit-labs/ssr-client.

  • #3756 f06f7972 - Drop IE11 support

  • #3754 76795a18 - Remove re-export of decorators from main lit-element module

Patch Changes

lit-html@3.0.0-pre.0

Major Changes

  • #3751 dfd747cf - Simplify lit-html attribute handling for standards-compliant browsers that iterate attributes in source order

  • #3759 1db01376 - Use replaceWith() for SVG templates

  • #3750 c3e473b4 - Use toggleAttribute() to simplify boolean attribute parts

  • #3765 92cedaa2 - Remove experimental hydrate modules. These are available from @lit-labs/ssr-client.

  • #3756 f06f7972 - Drop IE11 support

Patch Changes

@lit/reactive-element@2.0.0-pre.0

Major Changes

  • #3850 7e8491d4 - Delete deprecated queryAssignedNodes behavior and arguments.

    Migrate deprecated usage with a selector argument to use
    @queryAssignedElements. E.g.: @queryAssignedNodes('list', true, '.item') to
    @queryAssignedElements({slot: '', flatten: false, selector: '.item'}).

  • #3756 f06f7972 - Drop IE11 support

Patch Changes

@lit/ts-transformers@2.0.0-pre.0

Major Changes

  • #3850 7e8491d4 - Remove transform for deprecated usage of queryAssignedNodes.

  • #3814 23326c6b - Update to TypeScript 5.0, which includes breaking changes to the TypeScript compiler APIs.

Patch Changes

@lit/localize-tools@0.7.0-pre.0

Minor Changes

  • #3814 23326c6b - Update to TypeScript 5.0, which includes breaking changes to the TypeScript compiler APIs.

Patch Changes

@lit-labs/analyzer@0.6.1-pre.0

Patch Changes

@lit-labs/cli@0.4.1-pre.0

Patch Changes

  • #3814 23326c6b - Update to TypeScript v5.0

  • Updated dependencies [23326c6b, 23326c6b]:

    • @lit/localize-tools@0.7.0-pre.0
    • @lit-labs/gen-utils@0.2.2-pre.0
    • @lit-labs/analyzer@0.6.1-pre.0

@lit-labs/cli-localize@0.1.1-pre.0

Patch Changes

@lit-labs/context@0.3.2-pre.0

Patch Changes

@lit-labs/eleventy-plugin-lit@1.0.2-pre.0

Patch Changes

@lit-labs/gen-utils@0.2.2-pre.0

Patch Changes

  • #3814 23326c6b - Update to TypeScript v5.0

  • Updated dependencies [23326c6b]:

    • @lit-labs/analyzer@0.6.1-pre.0

@lit-labs/gen-wrapper-react@0.2.4-pre.0

Patch Changes

  • #3814 23326c6b - Update to TypeScript v5.0

  • Updated dependencies [23326c6b]:

    • @lit-labs/gen-utils@0.2.2-pre.0
    • @lit-labs/analyzer@0.6.1-pre.0

@lit-labs/gen-wrapper-vue@0.2.4-pre.0

Patch Changes

  • #3814 23326c6b - Update to TypeScript v5.0

  • Updated dependencies [23326c6b]:

    • @lit-labs/gen-utils@0.2.2-pre.0
    • @lit-labs/vue-utils@0.1.1-pre.0
    • @lit-labs/analyzer@0.6.1-pre.0

@lit-labs/motion@1.0.4-pre.0

Patch Changes

@lit-labs/nextjs@0.1.2-pre.0

Patch Changes

  • #3814 23326c6b - Update to TypeScript v5.0

  • Updated dependencies [23326c6b]:

    • @lit-labs/ssr-react@0.1.2-pre.0

@lit-labs/observers@2.0.1-pre.0

Patch Changes

@lit-labs/react@1.1.2-pre.0

Patch Changes

@lit-labs/router@0.1.2-pre.0

Patch Changes

@lit-labs/scoped-registry-mixin@1.0.2-pre.0

Patch Changes

@lit-labs/ssr@3.1.3-pre.0

Patch Changes

@lit-labs/ssr-client@1.1.2-pre.0

Patch Changes

@lit-labs/ssr-dom-shim@1.1.2-pre.0

Patch Changes

@lit-labs/ssr-react@0.1.2-pre.0

Patch Changes

@lit-labs/task@2.1.1-pre.0

Patch Changes

@lit-labs/testing@0.2.2-pre.0

Patch Changes

@lit-labs/virtualizer@2.0.2-pre.0

Patch Changes

@lit-labs/vue-utils@0.1.1-pre.0

Patch Changes

@lit/localize@0.11.5-pre.0

Patch Changes

@lit/lit-starter-js@2.0.0-pre.0

Major Changes

Patch Changes

@lit/lit-starter-ts@2.0.0-pre.0

Major Changes

Patch Changes

@lit-internal/benchmarks@1.0.3-pre.0

Patch Changes

@lit-internal/scripts@1.0.1-pre.0

Patch Changes

@lit-labs/gen-manifest@0.2.1-pre.0

Patch Changes

  • #3814 23326c6b - Update to TypeScript v5.0

  • Updated dependencies [23326c6b]:

    • @lit-labs/gen-utils@0.2.2-pre.0
    • @lit-labs/analyzer@0.6.1-pre.0

@lit-labs/gen-wrapper-angular@0.0.6-pre.0

Patch Changes

  • #3814 23326c6b - Update to TypeScript v5.0

  • Updated dependencies [23326c6b]:

    • @lit-labs/gen-utils@0.2.2-pre.0
    • @lit-labs/analyzer@0.6.1-pre.0

@lit-internal/test-element-a@1.0.1-pre.0

Patch Changes

@lit-internal/localize-examples-runtime-js@1.0.2-pre.0

Patch Changes

@lit-internal/localize-examples-runtime-ts@1.0.2-pre.0

Patch Changes

@lit-internal/localize-examples-transform-js@1.0.2-pre.0

Patch Changes

@lit-internal/localize-examples-transform-ts@1.0.2-pre.0

Patch Changes

@lit-internal/tests@0.0.1-pre.0

Patch Changes

@github-actions
Copy link
Contributor

github-actions bot commented Apr 26, 2023

📊 Tachometer Benchmark Results

Summary

nop-update

  • lit-html-kitchen-sink: unsure 🔍 -16% - +1% (-2.95ms - +0.31ms)
    this-change vs tip-of-tree

render

  • lit-element-list: 72.19ms - 77.24ms
  • lit-html-kitchen-sink: unsure 🔍 -2% - +13% (-0.67ms - +3.79ms)
    this-change vs tip-of-tree
  • lit-html-repeat: unsure 🔍 -2% - +5% (-0.22ms - +0.50ms)
    this-change vs tip-of-tree
  • lit-html-template-heavy: unsure 🔍 -5% - +2% (-2.62ms - +1.02ms)
    this-change vs tip-of-tree
  • reactive-element-list: unsure 🔍 -4% - +1% (-1.91ms - +0.47ms)
    this-change vs tip-of-tree

update

  • lit-element-list: 677.83ms - 689.33ms
  • lit-html-kitchen-sink: unsure 🔍 -7% - +1% (-5.80ms - +0.53ms)
    this-change vs tip-of-tree
  • lit-html-repeat: unsure 🔍 -2% - +3% (-6.18ms - +6.52ms)
    this-change vs tip-of-tree
  • lit-html-template-heavy: unsure 🔍 -1% - +2% (-1.08ms - +1.63ms)
    this-change vs tip-of-tree
  • reactive-element-list: unsure 🔍 -1% - +1% (-3.82ms - +4.22ms)
    this-change vs tip-of-tree

update-reflect

  • lit-element-list: 663.97ms - 671.91ms
  • reactive-element-list: unsure 🔍 -0% - +1% (-2.84ms - +4.14ms)
    this-change vs tip-of-tree

Results

lit-element-list

render

VersionAvg timevs
72.19ms - 77.24ms-

update

VersionAvg timevs
677.83ms - 689.33ms-

update-reflect

VersionAvg timevs
663.97ms - 671.91ms-
lit-html-kitchen-sink

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
30.55ms - 33.76ms-unsure 🔍
-2% - +13%
-0.67ms - +3.79ms
unsure 🔍
-7% - +8%
-2.17ms - +2.41ms
tip-of-tree
tip-of-tree
29.04ms - 32.15msunsure 🔍
-12% - +2%
-3.79ms - +0.67ms
-unsure 🔍
-11% - +2%
-3.70ms - +0.82ms
previous-release
previous-release
30.40ms - 33.67msunsure 🔍
-7% - +7%
-2.41ms - +2.17ms
unsure 🔍
-3% - +12%
-0.82ms - +3.70ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
72.20ms - 76.25ms-unsure 🔍
-7% - +1%
-5.80ms - +0.53ms
unsure 🔍
-7% - +2%
-5.08ms - +1.23ms
tip-of-tree
tip-of-tree
74.43ms - 79.30msunsure 🔍
-1% - +8%
-0.53ms - +5.80ms
-unsure 🔍
-4% - +5%
-2.72ms - +4.15ms
previous-release
previous-release
73.73ms - 78.57msunsure 🔍
-2% - +7%
-1.23ms - +5.08ms
unsure 🔍
-5% - +4%
-4.15ms - +2.72ms
-

nop-update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
16.01ms - 17.06ms-unsure 🔍
-16% - +1%
-2.95ms - +0.31ms
unsure 🔍
-8% - +5%
-1.33ms - +0.79ms
tip-of-tree
tip-of-tree
16.31ms - 19.40msunsure 🔍
-2% - +18%
-0.31ms - +2.95ms
-unsure 🔍
-5% - +17%
-0.74ms - +2.85ms
previous-release
previous-release
15.89ms - 17.72msunsure 🔍
-5% - +8%
-0.79ms - +1.33ms
unsure 🔍
-16% - +4%
-2.85ms - +0.74ms
-
lit-html-repeat

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
10.51ms - 11.01ms-unsure 🔍
-2% - +5%
-0.22ms - +0.50ms
unsure 🔍
-3% - +4%
-0.28ms - +0.45ms
tip-of-tree
tip-of-tree
10.36ms - 10.89msunsure 🔍
-5% - +2%
-0.50ms - +0.22ms
-unsure 🔍
-4% - +3%
-0.44ms - +0.32ms
previous-release
previous-release
10.41ms - 10.95msunsure 🔍
-4% - +3%
-0.45ms - +0.28ms
unsure 🔍
-3% - +4%
-0.32ms - +0.44ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
242.96ms - 252.85ms-unsure 🔍
-2% - +3%
-6.18ms - +6.52ms
unsure 🔍
-3% - +2%
-6.92ms - +5.93ms
tip-of-tree
tip-of-tree
243.76ms - 251.72msunsure 🔍
-3% - +2%
-6.52ms - +6.18ms
-unsure 🔍
-3% - +2%
-6.38ms - +5.05ms
previous-release
previous-release
244.30ms - 252.51msunsure 🔍
-2% - +3%
-5.93ms - +6.92ms
unsure 🔍
-2% - +3%
-5.05ms - +6.38ms
-
lit-html-template-heavy

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
53.11ms - 55.85ms-unsure 🔍
-5% - +2%
-2.62ms - +1.02ms
faster ✔
0% - 6%
0.03ms - 3.47ms
tip-of-tree
tip-of-tree
54.09ms - 56.48msunsure 🔍
-2% - +5%
-1.02ms - +2.62ms
-unsure 🔍
-4% - +1%
-2.54ms - +0.63ms
previous-release
previous-release
55.19ms - 57.28msunsure 🔍
-0% - +6%
+0.03ms - +3.47ms
unsure 🔍
-1% - +5%
-0.63ms - +2.54ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
104.77ms - 106.45ms-unsure 🔍
-1% - +2%
-1.08ms - +1.63ms
unsure 🔍
-1% - +2%
-1.15ms - +1.68ms
tip-of-tree
tip-of-tree
104.28ms - 106.40msunsure 🔍
-2% - +1%
-1.63ms - +1.08ms
-unsure 🔍
-1% - +1%
-1.56ms - +1.54ms
previous-release
previous-release
104.21ms - 106.48msunsure 🔍
-2% - +1%
-1.68ms - +1.15ms
unsure 🔍
-1% - +1%
-1.54ms - +1.56ms
-
reactive-element-list

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
48.71ms - 50.57ms-unsure 🔍
-4% - +1%
-1.91ms - +0.47ms
unsure 🔍
-4% - +2%
-2.15ms - +0.77ms
tip-of-tree
tip-of-tree
49.62ms - 51.10msunsure 🔍
-1% - +4%
-0.47ms - +1.91ms
-unsure 🔍
-3% - +3%
-1.32ms - +1.37ms
previous-release
previous-release
49.21ms - 51.46msunsure 🔍
-2% - +4%
-0.77ms - +2.15ms
unsure 🔍
-3% - +3%
-1.37ms - +1.32ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
678.33ms - 683.35ms-unsure 🔍
-1% - +1%
-3.82ms - +4.22ms
unsure 🔍
-1% - +0%
-3.66ms - +3.07ms
tip-of-tree
tip-of-tree
677.50ms - 683.78msunsure 🔍
-1% - +1%
-4.22ms - +3.82ms
-unsure 🔍
-1% - +0%
-4.35ms - +3.36ms
previous-release
previous-release
678.90ms - 683.38msunsure 🔍
-0% - +1%
-3.07ms - +3.66ms
unsure 🔍
-0% - +1%
-3.36ms - +4.35ms
-

update-reflect

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
685.50ms - 690.56ms-unsure 🔍
-0% - +1%
-2.84ms - +4.14ms
unsure 🔍
-1% - +0%
-3.53ms - +3.43ms
tip-of-tree
tip-of-tree
684.98ms - 689.79msunsure 🔍
-1% - +0%
-4.14ms - +2.84ms
-unsure 🔍
-1% - +0%
-4.09ms - +2.70ms
previous-release
previous-release
685.69ms - 690.47msunsure 🔍
-0% - +1%
-3.43ms - +3.53ms
unsure 🔍
-0% - +1%
-2.70ms - +4.09ms
-

tachometer-reporter-action v2 for Benchmarks

@augustjk augustjk merged commit 1cf03a9 into 3.0 Apr 27, 2023
5 of 7 checks passed
@augustjk augustjk deleted the changeset-release/3.0 branch April 27, 2023 23:10
augustjk added a commit that referenced this pull request Apr 27, 2023
* Version Packages (pre)

* Fix wrapper generator tests

* Update lockfile

---------

Co-authored-by: Justin Fagnani <justinfagnani@google.com>
Co-authored-by: Augustine Kim <augustinekim@google.com>
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