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

⬆️ Update node-red-contrib-home-assistant-websocket to v0.72.0 #1935

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-red-contrib-home-assistant-websocket (source) 0.68.0 -> 0.72.0 age adoption passing confidence

Release Notes

zachowj/node-red-contrib-home-assistant-websocket (node-red-contrib-home-assistant-websocket)

v0.72.0

Compare Source

Features
  • sentence: Add support for custom responses in the sentence node (bdfcd95)

v0.71.0

Compare Source

Features
  • number: Promote number node from beta to stable (f235081)
  • select: Promote select node from beta to stable (f235081)
  • text: Promote text node from beta to stable (f235081)
  • time-entity: Promote time-entity node from beta to stable (f235081)
Bug Fixes
  • get-entities: Add timeSinceChangedMs to the states before condition checks (5036246)

v0.70.0

Compare Source

Features
  • action: Add option to block input overrides in action nodes (8dd947f), closes #​1489
  • number: Add "Expose as" option for Listening mode in number node (e7441e1)
  • select: Add "Expose as" option for Listening mode in select node (8dfffb3)
  • text: Add "Expose as" option for Listening mode in text node (60d69d2)
  • time-entity: Add "Expose as" option for Listening mode in time-entity node (7ae8c09)

v0.69.1

Compare Source

Bug Fixes
  • issues: gracefully skip unparseable data (f6e192d)

v0.69.0

Compare Source

Features
  • issues: Validate entity_id placement within the correct property for the action node (eef3717)

v0.68.10

Compare Source

Bug Fixes
  • issues: Target "all" for an entity id valid (3e31f65)

v0.68.9

Compare Source

Bug Fixes
  • issues: Ignore nodes when in a disabled tab (85589ba)

v0.68.8

Compare Source

Bug Fixes
  • Add null check for new_state in TriggerStateController and ZoneController (5258e4a)
  • wait-until: Handle undefined entity in timeSinceChangedMs calculation (0512e1f), closes #​1519

v0.68.7

Compare Source

Bug Fixes
  • wait-until: Add null check for new_state in WaitUntilController (b526b00)

v0.68.6

Compare Source

Bug Fixes
  • action: Ensure label displays only once (37c143d)

v0.68.5

Compare Source

Bug Fixes
  • action: Fix target labels to include device/area labels (23f0c72)

v0.68.4

Compare Source

Bug Fixes
  • issues: Fix possible memory leak from event listeners (929a309)

v0.68.3

Compare Source

Bug Fixes
  • issues: Wait until HA is in running state to check issues (fdda4fd)

v0.68.2

Compare Source

Bug Fixes
  • get-entities: Set condition value type when editor is opened (1661310), closes #​1507

v0.68.1

Compare Source

Bug Fixes
  • issues: Target "all" for an entity id valid (3e31f65)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. javascript labels Aug 27, 2024
Copy link

coderabbitai bot commented Aug 27, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update involves modifying the version of the node-red-contrib-home-assistant-websocket dependency in the Node-RED project's package.json file, changing it from 0.68.0 to 0.68.9. This change reflects a series of minor version increments that may include bug fixes or performance improvements, ensuring the project remains up-to-date with the latest stable release of this dependency.

Changes

File Change Summary
node-red/package.json Updated node-red-contrib-home-assistant-websocket from 0.68.0 to 0.68.9

Poem

🐰 In the garden where bunnies play,
A version upgrade brightens the day!
With webs of Home Assistant spun,
Stability shines, oh what fun!
Hops of joy, a leap so spry,
In every change, we reach for the sky! 🌼


Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f2130f0 and 4e65b41.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • node-red/package.json

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f2130f0 and 4e65b41.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 4e65b41 to 2539855 Compare August 27, 2024 22:52
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.1 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.2 Aug 27, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4e65b41 and 2539855.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 2539855 to b08df88 Compare August 28, 2024 04:36
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.2 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.3 Aug 28, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 2539855 and b08df88.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from b08df88 to 64f8190 Compare August 28, 2024 11:26
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.3 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.4 Aug 28, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between b08df88 and 64f8190.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.4 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.6 Aug 28, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 64f8190 to e087b41 Compare August 28, 2024 16:46
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 64f8190 and e087b41.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from e087b41 to 2fbf2de Compare August 29, 2024 17:24
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.6 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.7 Aug 29, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e087b41 and 2fbf2de.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 2fbf2de to 6653fdd Compare August 30, 2024 12:47
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.7 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.8 Aug 30, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 2fbf2de and 6653fdd.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 6653fdd to c881743 Compare September 1, 2024 19:21
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.8 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.9 Sep 1, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6653fdd and c881743.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • node-red/package.json

@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from c881743 to 810a065 Compare September 5, 2024 21:31
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.9 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.10 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 810a065 to bd4f3e1 Compare September 7, 2024 00:17
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.68.10 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.69.0 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from bd4f3e1 to c2f5195 Compare September 7, 2024 03:52
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.69.0 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.69.1 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from c2f5195 to 026344a Compare September 9, 2024 03:47
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.69.1 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.70.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch 2 times, most recently from 9b83a38 to e96b1c6 Compare September 9, 2024 21:59
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.70.0 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.71.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from e96b1c6 to 282a2b9 Compare September 10, 2024 17:39
@renovate renovate bot force-pushed the renovate/node-red-contrib-home-assistant-websocket-0.x branch from 282a2b9 to dac61e4 Compare September 11, 2024 05:02
@renovate renovate bot changed the title ⬆️ Update node-red-contrib-home-assistant-websocket to v0.71.0 ⬆️ Update node-red-contrib-home-assistant-websocket to v0.72.0 Sep 11, 2024
@frenck frenck merged commit 84c5cf8 into main Sep 11, 2024
21 checks passed
@frenck frenck deleted the renovate/node-red-contrib-home-assistant-websocket-0.x branch September 11, 2024 05:44
@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant