okhiroyuki / node-red-contrib-nlp

Node-RED node for NLP.js
https://flows.nodered.org/node/node-red-contrib-nlp
MIT License
2 stars 3 forks source link

Bump node-red from 1.3.3 to 1.3.5 #121

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps node-red from 1.3.3 to 1.3.5.

Release notes

Sourced from node-red's releases.

1.3.5: Maintenance Release

Editor

  • Open subflow tab next to active tab rather than at the end
  • Shrink default notification box
  • Support mousewheel scroll in tab bar
  • Revert some of #2967 to fix treeList gutter width calculation
  • Prevent unknown node from breaking editor
  • Stop module with missing types from preventing editor load
  • Handle sidebar tab that no longer exists when setting first active
  • Fix plugin loading when browser sends unrecognised lang
  • Prevent error whilst drag/drop importing from leaving dropTarget visible Fixes #2982
  • Fix scaling issues when dragging nodes into scaled workspace
  • Fix incorrect shortcut keys in info tips (#2980) @​kazuhitoyokoi
  • Reduce code duplication around node/label generation
  • Fix theme handling when no editorTheme.page setting
  • Fix jshint error in treeList

Runtime

  • Fix error handling in runtime/lib/api/nodes
  • Add Node 16 with sass fixed
  • Migrate from node-sass to sass (#2984)
  • Fix "installRetry" was declared a constant and changed (#2974) @​aheissenberger

Nodes

  • Function: Fix 'SyntaxError' in Function node when last line of on-stop is a comment
  • Function: Fix Function tab label names in the node help text Closes #2978
  • Function: Update Japanese info text of function node (#2985) @​HiroyasuNishiyama

1.3.4: Maintenance Release

1.3.4 Maintenance Release

Editor

  • Allow nodes to access resolved theme files Fixes #2968
  • Fix importing node to currently flow rather than match its old z value
  • Don't let 'escape' whilst moving nodes interrupt things Fixes #2960
  • Sort context stores in TypedInput and ensure default first Fixes #2954
  • Fix margin between nodes on palette (#2947) @​kazuhitoyokoi
  • Ensure typedInput option is selected in dropdown menu Part of #2945
  • Ensure typedInput without value has focus class removed Closes #2945
  • TreeList: Fix remove item when depth=0 and wrong gutter calc (#2967) @​hanc2006

Runtime

  • Handle subflow modules that contain subflows
  • Timeout http upgrade requests that are not otherwise handled Fixes #2956
  • Fix error on auto commit for no flow change (#2957) @​HiroyasuNishiyama

Nodes

... (truncated)

Changelog

Sourced from node-red's changelog.

1.3.5 Maintenance Release

Editor

  • Open subflow tab next to active tab rather than at the end
  • Shrink default notification box
  • Support mousewheel scroll in tab bar
  • Revert some of #2967 to fix treeList gutter width calculation
  • Prevent unknown node from breaking editor
  • Stop module with missing types from preventing editor load
  • Handle sidebar tab that no longer exists when setting first active
  • Fix plugin loading when browser sends unrecognised lang
  • Prevent error whilst drag/drop importing from leaving dropTarget visible Fixes #2982
  • Fix scaling issues when dragging nodes into scaled workspace
  • Fix incorrect shortcut keys in info tips (#2980) @​kazuhitoyokoi
  • Reduce code duplication around node/label generation
  • Fix theme handling when no editorTheme.page setting
  • Fix jshint error in treeList

Runtime

  • Fix error handling in runtime/lib/api/nodes
  • Add Node 16 with sass fixed
  • Migrate from node-sass to sass (#2984)
  • Fix "installRetry" was declared a constant and changed (#2974) @​aheissenberger

Nodes

  • Function: Fix 'SyntaxError' in Function node when last line of on-stop is a comment
  • Function: Fix Function tab label names in the node help text Closes #2978
  • Function: Update Japanese info text of function node (#2985) @​HiroyasuNishiyama

1.3.4 Maintenance Release

Editor

  • Allow nodes to access resolved theme files Fixes #2968
  • Fix importing node to currently flow rather than match its old z value
  • Don't let 'escape' whilst moving nodes interrupt things Fixes #2960
  • Sort context stores in TypedInput and ensure default first Fixes #2954
  • Fix margin between nodes on palette (#2947) @​kazuhitoyokoi
  • Ensure typedInput option is selected in dropdown menu Part of #2945
  • Ensure typedInput without value has focus class removed Closes #2945
  • TreeList: Fix remove item when depth=0 and wrong gutter calc (#2967) @​hanc2006

Runtime

  • Handle subflow modules that contain subflows
  • Timeout http upgrade requests that are not otherwise handled Fixes #2956
  • Fix error on auto commit for no flow change (#2957) @​HiroyasuNishiyama

Nodes

... (truncated)

Commits
  • 4f77bbe Update for 1.3.5
  • be9521f Revert some of #2967 to fix treeList gutter width calculation
  • 90761fd Fix 'SyntaxError' in Function node when last line of on-stop is a comment
  • d7dc7c4 Fix error handling in runtime/lib/api/nodes
  • 2bbdc85 Prevent unknown node from breaking editor
  • 15aa249 Stop module with missing types from preventing editor load
  • 866f305 Open subflow tab next to active tab rather than at the end
  • c8653f1 Merge pull request #2985 from node-red-hitachi/update-function-node-info-text
  • b01100d Update Japanese info text of function node
  • d4096a9 Merge pull request #2984 from node-red/migrate-sass
  • 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[bot] commented 3 years ago

Superseded by #126.