Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Update dependency node-red to v3#6

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/node-red-3.x
Open

Update dependency node-red to v3#6
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/node-red-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-red (source) ~0.14.3 -> ~3.0.0 age adoption passing confidence

Release Notes

node-red/node-red (node-red)

v3.0.2

Compare Source

Editor

Runtime

Nodes

v3.0.1

Compare Source

Editor

v3.0.0

Compare Source

Editor

Runtime

Nodes

v2.2.3

Compare Source

v2.2.2: : Maintenance Release

Compare Source

Nodes

  • Fix "close timed out" error when performing full deploy or modifying broker node. (#​3451) @​Steve-Mcl

v2.2.1: : Maintenance Release

Compare Source

Editor

Runtime

Nodes

v2.2.0: : Milestone Release

Compare Source

Editor

Runtime

Nodes

2.2.0-beta.1: Beta Release

Editor

Nodes

v2.1.6: : Maintenance Release

Compare Source

Editor

Nodes

v2.1.5: : Maintenance Release

Compare Source

Runtime

Editor

Nodes

v2.1.4: : Maintenance Release

Compare Source

Runtime

Editor

Nodes

v2.1.3: : Maintenance Release

Compare Source

Runtime

  • Update gen-publish script to update 'next' tag for main releases
  • Add environment variable to enable/disable tours (#​3221) @​hardillb
  • Fix loading non-default language files leaving runtime in wrong locale (#​3225) @​knolleary

Editor

v2.1.2: : Maintenance Release

Compare Source

Runtime

Editor

Nodes

v2.1.1: : Maintenance Release

Compare Source

Editor

v2.1.0: : Milestone Release

Compare Source

2.1.0: Milestone Release

Editor

Nodes

2.1.0-beta.2: Beta Release

Editor

Runtime

  • Update package dependencies
  • Update to latest node-red-admin

Nodes

2.1.0-beta.1: Beta Release

Editor

Runtime

Nodes

v2.0.6: : Maintenance Release

Compare Source

Editor

  • Fix typo in ko editor.json Fixes #​3119
  • Change fade color when hovering an inactive tab (#​3106) @​bonanitech
  • Ensure treeList row has suitable min-height when no content Fixes #​3109

Runtime

v2.0.5: : Maintenance Release

Compare Source

Editor

  • Remove default ctrl-enter keybinding from monaco editor Fixes #​3093

Runtime

  • Update tar dependency
  • Add support for maintenance streams in generate-publish-script

Nodes

  • Fix regression in Join node when manual joining array with msg.parts present Fixes #​3096

v2.0.4: : Maintenance Release

Compare Source

Editor

Nodes

  • Filter: Fix RBE node handling of default topi property Fixes #​3087
  • HTTP Request: Handle partially encoded url query strings in request node
  • HTTP Request: Fix support for supplied CA certs (#​3089) @​hardillb
  • HTTP Request: Ensure TLS Cert is used (#​3092) @​hardillb
  • Inject: Fix inject now button unable to send empty props
  • Inject: Inject now button success notification should use label with updated props

v2.0.3: : Maintenance Release

Compare Source

Nodes

  • HTML: Fix HTML parsing when body is included in the select tag Fixes #​3079
  • HTTP Request: Preserve case of user-provided http headers in request node Fixes #​3081
  • HTTP Request: Set decompress to false for HTTP Request to keep 1.x compatibility Fixes #​3083
  • HTTP Request: Add unit tests for HTTP Request encodeURI and error response
  • HTTP Request: Do not throw HTTP errors in request node Fixes #​3082
  • HTTP Request: Ensure uri is properly encoded before passing to got module Fixes #​3080

v2.0.2: : Maintenance Release

Compare Source

Runtime

  • Use file:// url with dynamic import
  • Detect if agent-base has patched https.request and undo it Fixes #​3072

Editor

  • Fix tab fade css because Safari Fixes #​3073
  • Fix error closing library dialog with monaco
  • Handle other error types in Manage Palette view

Nodes

  • HTTP Request node - ignore invalid cookies rather than fail request Fixes #​3075
  • Fix msg.reset handling in Delay node Fixes #​3074

v2.0.1: : Maintenance Release

Compare Source

Nodes

  • Function: Ensure default module export is exposed in Function node

v2.0.0: : Milestone Release

Compare Source

2.0.0: Milestone Release

Migration from 1.x

  • Node-RED now requires Node.js 12.x or later.

  • The following nodes have had significant dependency updates. Unless stated,
    they should be fully backward compatible.

    • RBE: Relabelled as 'filter' to make it more discoverable and made part of
      the core palette, rather than as a separate module.
    • Tail: This node has been removed from the default palette. You can reinstall it
      from node-red-node-tail
    • HTTP Request: Reimplemented with a different underlying module. We have
      tried to maintain 100% functional compatibility, but it is possible
      some edge cases remain.
    • JSON: The schema validation option no longer supports JSON-Schema draft-04
    • HTML: Its underlying module has had a major version update. Should be fully
      backward compatible.
  • functionExternalModules is now enabled by default for new installs.
    If you have an existing settings file that contains this setting, you will
    need to set it to true yourself.

    The external modules will now get installed in your Node-RED user directory,
    (~/.node-red) rather than in a subdirectory. This means all dependencies will
    be listed in your top-level package.json. If you have existing external modules,
    they will get reinstalled to the new location when you first run Node-RED 2.0.

Runtime

Editor

  • Update translations (#​3063) @​kazuhitoyokoi
  • Add a slight fade to tab labels that overflow
  • Show config node details when selected in outliner
  • Fix layout of info outliner for subflow entries

Nodes

2.0.0-beta.2: Beta Release

Runtime

  • Add node-red admin init (via node-red-admin@2.1.0)
  • Move to GH Actions rather than Travis for build (#​3042) @​knolleary

Editor

  • Include hasUser=false config nodes when exporting whole flow (#​3048)
  • Emit nodes:change for any updated config node when node deleted/added
  • Fix padding of compact notification Closes #​3045
  • Ensure any html in changelog is escaped before displaying
  • Add support for Map/Set property types on Debug (#​3040) @​knolleary
  • Add 'theme' to default settings file
  • Add RED.view.annotations api (#​3032) @​knolleary
  • Update monaco editor to V0.25.2 (#​3031) @​Steve-Mcl
  • Lower tray zIndex when overlay tray being opened Fixes #​3019
  • Reduce z-Index of Function expand buttons to prevent overlap Part of #​3019
  • Ensure RED.clipboard.import displays the right library Fixes #​3021
  • Batch messages sent over comms to prevent flooding (#​3025) @​knolleary
  • Allow RED.popover.panel to specify a closeButton to ignore click events on
  • Use browser default language for initial page load
  • Add css var for node font color
  • Fix label padding of toggleButton
  • Give sidebar open tab a bit more room for its label
  • Various Monaco updates (#​3015) @​Steve-Mcl
  • Log readOnly on startup (#​3024) @​sammachin
  • Translation updates (#​3020 #​3022) @​HiroyasuNishiyama @​kazuhitoyokoi

Nodes

2.0.0-beta.1: Beta Release

Runtime

  • [MAJOR] Set minimum node version to 12.
  • [MAJOR] Fix flowfile name to flows.json in settings (#​2951) @​dceejay
  • [MAJOR] Update to latest i18n in editor and runtime (#​2940) @​knolleary
  • [MAJOR] Deprecate usage of httpRoot (#​2953) @​knolleary
  • Add pre/postInstall hooks to npm install handling (#​2936) @​knolleary
  • Add engine-strict flag to npm install args (#​2965) @​nileio
  • Restructure default settings.js to be more organised (#​3012) @​knolleary
  • Ensure httpServerOptions gets applied to ALL the express apps
  • Allow RED.settings.set to replace string property with object property
  • Update debug tests to handle compact comms format
  • Updates to encode/decode message when passed over debug comms link
  • Remove all input event listeners on a node once it is closed
  • Move hooks to util package
  • Rework hooks structure to be a linkedlist
  • Update dependencies (#​2922) @​knolleary

Editor

  • [MAJOR] Change node id generation to give fixed length values without '.' (#​2987) @​knolleary
  • [MAJOR] Add Monaco code editor (#​2971) @​Steve-Mcl
  • Update to latest Monaco (#​3007) @​Steve-Mcl
  • Update Node-RED Function typings in Monaco (#​3008) @​Steve-Mcl
  • Add css named variables for certain key colours (#​2994) @​knolleary
  • Improve contrast of export dialog JSON font color
  • Switch editableList buttons from to elements
  • Add option to RED.nodes.createCompleteNodeSet to include node dimensions
  • Fix css of node help table of contents elements
  • Improve red-ui-node-icon css and add red-ui-node-icon-small modifier class
  • Add RED.hooks to editor
  • Add viewAddPort viewRemovePort viewAddNode viewRemoveNode hooks to view
  • Use paletteLabel if set in help sidebar
  • Add missing args from JSONata $now signature

Nodes

v1.3.7: : Maintenance Release

Compare Source

Runtime

  • Update to latest tar module

v1.3.6: : Maintenance Release

Compare Source

Editor

  • Keep proper track of moved/changed state in undo/redo history Fixes #​2999
  • Fix typo in zh-CN translation (#​3003) @​JiyeYu
  • Do not assign z property to tab node when updating flow Fixes #​3010
  • Ensure RED.clipboard.import displays the right library Fixes #​3021
  • Handle node icon paths for scoped modules Fixes #​3013
  • Emit nodes:change for any updated config node when node deleted/added (#​3047) @​knolleary
  • Fix padding of compact noti

Configuration

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

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/node-red-3.x branch from bc2c9cd to 8de5cac Compare October 26, 2022 13:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants