Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps lit-element from 3.3.2 to 4.0.1.

Release notes

Sourced from lit-element's releases.

lit-element@4.0.1

Patch Changes

  • #4284 89a5b088 - Allow null to be in the type of @query() decorated fields

  • #4306 c28ebba1 - Update dependency version to refer to stable versions, rather than pre-release versions of our own packages.

lit-element@4.0.0

Major Changes

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

  • #4254 1040f758 - Change the type of ReactiveElement.renderRoot and return type of ReactiveElement.createRenderRoot() to be HTMLElement | DocumentFragment to match each other and lit-html's render() method.

  • #4146 0f6878dc - Generated accessor for reactive properties now wrap user accessors and automatically call this.requestUpdate() in the setter. As in previous versions, users can still specify noAccessor: true, in which case they should call this.requestUpdate() themselves in the setter if they want to trigger a reactive update.

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

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

  • #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'}).

  • #3754 76795a18 - Remove UpdatingElement alias for ReactiveElement

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

  • #3756 f06f7972 - Drop IE11 support

  • #3896 2eba6997 - Warn on async overrides of performUpdate()

Patch Changes

  • #4183 6470807f - Make the decorators work with the accessor keyword when experimentalDecorators is true.

  • #3762 23c404fd - Remove Lit 1 -> Lit 2 migration warnings

  • #3918 2a01471a - Some code golf on ReactiveElement

  • #3809 6f2833fd - Use for/of loops in more places

  • #3710 09949234 - Add undefined to the return type of PropertyValues.get()

  • Updated dependencies:

    • @​lit/reactive-element@​2.0.0
    • lit-html@3.0.0

... (truncated)

Changelog

Sourced from lit-element's changelog.

4.0.1

Patch Changes

  • #4284 89a5b088 - Allow null to be in the type of @query() decorated fields

  • #4306 c28ebba1 - Update dependency version to refer to stable versions, rather than pre-release versions of our own packages.

4.0.0

Major Changes

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

  • #4254 1040f758 - Change the type of ReactiveElement.renderRoot and return type of ReactiveElement.createRenderRoot() to be HTMLElement | DocumentFragment to match each other and lit-html's render() method.

  • #4146 0f6878dc - Generated accessor for reactive properties now wrap user accessors and automatically call this.requestUpdate() in the setter. As in previous versions, users can still specify noAccessor: true, in which case they should call this.requestUpdate() themselves in the setter if they want to trigger a reactive update.

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

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

  • #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'}).

  • #3754 76795a18 - Remove UpdatingElement alias for ReactiveElement

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

  • #3756 f06f7972 - Drop IE11 support

  • #3896 2eba6997 - Warn on async overrides of performUpdate()

Patch Changes

  • #4183 6470807f - Make the decorators work with the accessor keyword when experimentalDecorators is true.

  • #3762 23c404fd - Remove Lit 1 -> Lit 2 migration warnings

  • #3918 2a01471a - Some code golf on ReactiveElement

  • #3809 6f2833fd - Use for/of loops in more places

  • #3710 09949234 - Add undefined to the return type of PropertyValues.get()

  • Updated dependencies:

... (truncated)

Commits
  • 62d7818 Version Packages (#4341)
  • c28ebba Fix dependencies to use stable instead of pre-release vesrions (#4306)
  • 0372614 Update devDependencies to not reference pre versions of internal packages (#4...
  • c4818c5 Version Packages (#4279)
  • 54c77fd elementProperties is a static property that's dynamic similarly to finalized ...
  • 76d73c6 Version Packages (pre) (#4246)
  • c37e4a3 [reactive-element] Remove most std- and legacy- decorator files (#4154)
  • 1618fc5 [reactive-element] Add standard decorators (#3982)
  • 965dd3c Update monorepo dependency versions
  • fcaf8cb Merge branch main into 3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lit-element](https://github.com/lit/lit/tree/HEAD/packages/lit-element) from 3.3.2 to 4.0.1.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit-element/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit-element@4.0.1/packages/lit-element)

---
updated-dependencies:
- dependency-name: lit-element
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant