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

chore(deps): dsw-000 update dependency @lit/react to v1.0.5 #76

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@lit/react (source) 1.0.2 -> 1.0.5 age adoption passing confidence

Release Notes

lit/lit (@​lit/react)

v1.0.5

Compare Source

Patch Changes
  • #​4575 aa4fc3ef - Use a global flag to detect whether @lit-labs/ssr-react/enable-lit-ssr.js was used for coordinating props when server rendering components made with @lit/react.

v1.0.4

Compare Source

Patch Changes
  • #​4572 5ed30d47 - Fix issue where event handler prop was incorrectly being set on the underlying custom element instance and potentially overriding an existing method/property.

  • #​4534 d68f5c70 - Wrapped components will now keep track of JSX props from previous render that were set as a property on the element, but are now missing, and set the property to undefined. Note, wrapped components still do not have "default props" and missing props will be treated the same as explicitly passing in undefined.

    This fixes the previously unexpected behavior where the following JSX when first rendered with a truthy condition

    return condition ? <WrappedInput disabled /> : <WrappedInput />;

    would leave the disabled property and reflected attribute to be true even when the condition turns falsey.

v1.0.3

Compare Source

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.

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): dsw-000 update dependency @lit/react to v1.0.3 chore(deps): dsw-000 update dependency @lit/react to v1.0.4 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/lit-react-1.x branch 2 times, most recently from 242be05 to bc4d379 Compare May 23, 2024 11:37
@renovate renovate bot force-pushed the renovate/lit-react-1.x branch 3 times, most recently from 568fb4a to 601bdcf Compare June 5, 2024 10:26
@renovate renovate bot force-pushed the renovate/lit-react-1.x branch 5 times, most recently from cd569c7 to 9da7b23 Compare June 13, 2024 14:50
@renovate renovate bot force-pushed the renovate/lit-react-1.x branch 10 times, most recently from cbe17b8 to 81cefaa Compare June 20, 2024 11:26
@renovate renovate bot force-pushed the renovate/lit-react-1.x branch 5 times, most recently from 7ecc04d to 5dcbadd Compare July 8, 2024 13:38
Copy link
Contributor Author

renovate bot commented Aug 5, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.0.5). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/lit-react-1.x branch August 5, 2024 14:05
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.

1 participant