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-modbus to v5.42.0 #1926

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-red-contrib-modbus (source) 5.41.0 -> 5.42.0 age adoption passing confidence

Release Notes

biancoroyal/node-red-contrib-modbus (node-red-contrib-modbus)

v5.42.0

Compare Source

Bug Fixes
  • buffer: nodejs Buffer alloc update (9a6350c)
  • codeql: version codeql (163101f)
  • config: #​442 fixing optional to save correct (de88e25)
  • issue#472: Implemented message queue to handle incoming messages asynchronously (65ea2a7), closes issue#472
  • modbus-client-core: fixed test cases (0697df3)
  • modbus-client-flow: fixed modbus client flow example (8613c89)
  • modbus-fc-flex: fixed test case for modbus flex fc file (93b22f8)
  • modbus-flex-getter: fixed port server and tcp port (b48d92f)
  • modbus-flex-write: fixed flow for modbus flex write (a31b4c4)
  • modbus-getter: fixed test cases of modbus getter file (693087b)
  • modbus-io-core: fixed error RangeError [ERR_OUT_OF_RANGE]: (ab932f3)
  • modbus-read: fixed test cases of modbus read file (5c5879e)
  • modbus-write: fix example flow for modbus write node (04fd17c)
  • modbus: added a new example flow and fixed test cases (8181fd4)
  • modbus: commented the test cases that are failed (5998a5d)
  • test_cases: fixed test flow of modbus queue info (732fa9c)
  • test_cases: improved test cases (bdafa18)
  • test_flows: fixed old test flows of read node, queue info node (37b73ee)
  • testcase: fixed test case assertion (803e7e0)
  • test: fixed test case for modbus read node (8fb71e9)
  • test: fixed port issue (28115fe)
  • test: fixed test case (c16da3c)
  • tests: some test fixes (45c3c86)
Features
  • flex-fc: add load button (04fb46e)
  • flex-fc: add load button for an improved ui experience (895f446)
  • flex-fc: map file needs to be json (28f6010)
  • modbus-client-core: Improve code in modbus-client-core.js file (f0691e2)
  • modbus: new option for the flex-fc to get input msg (5ff8167)
  • test-flow: added tets flow for github issue 473 (6130171)

5.27.2 (2023-08-29)

Bug Fixes
  • added missing verbose warn (4082952)
  • adjusted failing tests to tcp ports (5db0e99)
  • deps: can now successfully install deps (f8e0a64)
  • deps: updated scope names for requires (9c643f6)
  • fixed failing tests using same ports (06080d4)
  • flex-getter: corrected isReadyForInput (806ee4c)
  • flex-getter: fixed failing tests (1ab96b3)
  • flex-getter: revise DelayOnStart (c9d246a)
  • flex-server: changed var to const (d638d53)
  • flex-write: deleted unused flow (2f0baee)
  • flexFC: fixed routes for codes map (e2e2cc5)
  • flexGetter-verboseWarn: node.serverInfo is left from client - removed (94c58db)
  • isReadyForInput: now checks ONLY for readyforinput. Rest in onInput (99f60a8)
  • Node-RED PLUS changed to PLUS for Node-RED (f726949)
  • not-ready-for-input-warning: removed unnecessary variable/option (d435b9b)
  • npmrc: added npmrc file to packed files (40ebf4d)
  • require: now requires correct fork of lib (2f936f8)
  • server: #​333 Cannot read property 'disableMsgOutput' of undefined (5c28e02)
  • server: #​333 new check of msg object (4631795)
  • test: same port on test (b6f531f)
  • verboseWarn: verboseWarn accidentally used func left from client (c0d88cd)
  • web: get routes for FlowForge (21102c6)
Features
  • add custom function code client functionality (505329f)
  • add flex-fc node (2766989)
  • add modbus-flex-fc to package.json (2bbea1e)
  • add path for customModbusMessage event (8a56fed)
  • add reset template button for request map (859c563)
  • add tests (94a3870)
  • added "inactive"-test (03c744a)
  • added isActive function (6005960)
  • added isInactive check on input (92f49da)
  • added more point to Todo (84f39ad)
  • added more Todo notes (30c5e80)
  • added planned updates for release (765a549)
  • added test coverage to Todo (6148dd5)
  • added test-helper-extension (c4b493d)
  • added tests for Client check (55c235e)
  • added Todo content (94d46e8)
  • added Todo content, excecuted clean.sh (8f1977c)
  • adjusted TODO and package.json (c481b6f)
  • clex-connector-test: organized code (92c9e37)
  • client-flows: extracted and updated flows (7c40530)
  • client-test: added "ready to send"-tests (368e6cd)
  • client-tests: organized code (830b0ce)
  • client: more options and tabs for the client node (1048021)
  • delay-flex-getter: added delay after start (f68d666)
  • flex fc debug test (2785c7e)
  • flex-connector-flows: extracted and updated flows (6f4330c)
  • flex-connector: added "ready to send" tests (11d5b1e)
  • flex-getter-flows: extracted and updated flows (db2471b)
  • flex-getter-test: organized code (981a15e)
  • flex-getter: added html information for node (c74dc2d)
  • flex-getter: finished implementing delay + (9656e8f)
  • flex-getter: finished implementing delay + warnings (9782a0d)
  • flex-getter: further implementing "delayOnStart" (7666d95)
  • flex-getter: implemented readyForInput (70bff72)
  • flex-getter: started implementing "showWarnings" + "DelayOnStart" (d9db52a)
  • flex-getter: startted implementing showReadyForInput (55b107c)
  • flex-sequencer-test: changed var to const (ffbf9ff)
  • flex-sequencer: added "Ready-To-Read" tests (43e34d6)
  • flex-sequencer: extracted and updated flows (b8c12b9)
  • flex-sequencer: input delay on start (758a3a5)
  • flex-server: extracted and updated flows (64d69ea)
  • flex-write: added "ready to send"-tests (9d35d13)
  • flex-write: delay on input and check client is active (e1bce6c)
  • flex-write: extracted and updated flows (38e4b18)
  • getter-flows: updated flows to be organized (5c6239a)
  • getter: input delay on start (b7acd97)
  • getter: organized Code (19da2dc)
  • io-config: extracted and updated flows (e037a59)
  • optimized and extracted server flows (7456528)
  • option show warning and tabs for optionals (12fa45e)
  • queue-info: extracted and updated flows (1b668fa)
  • ran clean script, updated Todo (f6f142f)
  • read-flows: updated flows to be organized (ccfece8)
  • ReadyToSend: added test to test-classes (ee1f924)
  • response-filter: added Client check test (9db71b6)
  • response-filter: extracted and updated flows (93e10f8)
  • response-filter: prepared flow-extraction (39092de)
  • response: extracted and updated flows (6930e37)
  • simplified code with new function (15c06e2)
  • ui issues fixed and rudimentary working (5fb77f8)
  • working flex fc node (b75f826)
  • write-flows: updated flows to be organized (b32cd54)
  • write: input delay on start (7d3567e)
  • wrote test for messageAllowedStates (e2c92ec)

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.

Summary by CodeRabbit

  • New Features
    • Updated the node-red-contrib-modbus package to version 5.42.0, potentially introducing new features, enhancements, and bug fixes.
  • Bug Fixes
    • Improved stability and functionality with the latest version of the node-red-contrib-modbus package.

@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 13, 2024
Copy link

coderabbitai bot commented Aug 13, 2024

Walkthrough

The Node-RED project has updated the node-red-contrib-modbus package from version 5.41.0 to 5.42.0. This version increment indicates potential enhancements, bug fixes, or new features related to Modbus integration. Specific details about the changes are not provided, but the update underscores ongoing maintenance and improvements within the project.

Changes

Files Change Summary
node-red/package.json Updated node-red-contrib-modbus from 5.41.0 to 5.42.0

Poem

In the garden where I hop and play,
A package updated, hip-hip-hooray! 🐇✨
Modbus dances, oh so bright,
With fixes and features, pure delight.
Let's celebrate with a joyful cheer,
For every change, a reason to hop near! 🌼🥳


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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 as 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.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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 9a33545 and b445711.

Files selected for processing (1)
  • node-red/package.json (1 hunks)
Additional comments not posted (1)
node-red/package.json (1)

22-22: Verify compatibility and test the updated package.

The node-red-contrib-modbus package has been updated to version 5.42.0. Ensure that this version is compatible with the rest of the dependencies and test the changes to confirm they do not introduce any issues.

@renovate renovate bot force-pushed the renovate/node-red-contrib-modbus-5.x branch from b445711 to 530c511 Compare August 22, 2024 08:39
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 b445711 and 530c511.

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

@frenck frenck merged commit 2e71897 into main Aug 22, 2024
21 checks passed
@frenck frenck deleted the renovate/node-red-contrib-modbus-5.x branch August 22, 2024 19:45
@github-actions github-actions bot locked and limited conversation to collaborators Aug 24, 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