sonntam / node-red-contrib-xstate-machine

A xstate-based state machine implementation using state-machine-cat visualization for node red.
MIT License
22 stars 8 forks source link

Bump node-red from 1.3.5 to 2.0.1 #19

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps node-red from 1.3.5 to 2.0.1.

Release notes

Sourced from node-red's releases.

2.0.1: Maintenance Release

Nodes

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

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

  • Fix missing dependencies (#3052, #2057) @​kazuhitoyokoi
  • Ensure node.types is defined if node html file missing
  • Fix reporting of type_already_registered error
  • Move install location of external modules (#3064) @​knolleary

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

... (truncated)

Changelog

Sourced from node-red's changelog.

2.0.1: Maintenance Release

Nodes

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

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

  • Fix missing dependencies (#3052, #2057) @​kazuhitoyokoi
  • Ensure node.types is defined if node html file missing
  • Fix reporting of type_already_registered error
  • Move install location of external modules (#3064) @​knolleary

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

... (truncated)

Commits
  • c9597b9 Bump for 2.0.1
  • b2dc1d8 Ensure default module export is exposed in Function node
  • 859c0c7 Update to latest node-red-admin
  • aaf18e2 Merge branch 'master' into dev
  • fd679ef Update contributing docs
  • 6cc611b Merge branch 'master' into dev
  • 77ee726 Fix focus outline overlap in button-groups
  • dc603b7 Fix focus outline overlap in button-groups
  • bcb3371 Fix another typo in issue template
  • d14ce7e Fix typo in issue template
  • 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 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)
dependabot[bot] commented 3 years ago

Superseded by #20.