Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Bump node-red from 0.17.5 to 0.20.8 in /api #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2020

Bumps node-red from 0.17.5 to 0.20.8.

Release notes

Sourced from node-red's releases.

0.20.8: Maintenance Release

  • Sanitize tab name in edit dialog
  • Pass httpServer to runtime even when httpAdmin disabled Fixes #2272

0.20.7: Maintenance Release

  • Update jsonata to 1.6.5 which should fix #2183
  • Ensure the subflow stop promise is waiting for before restarting
  • Properly escape node types in palette

0.20.6: Maintenance Release

  • Revealing node position needs to account for zoom level Fixes #2172
  • stop join tripping up if last message of buffer is blank.
  • Improve handling of file upload in request node
  • Handle subflow internal node wired to a non-existant node Fixes #2202
  • Do not save subflow env vars with blank names
  • Don't allow a link node virtual wire to connect to normal port
  • Clear HTTP Request node authType when auth disabled Fixes #2215
  • Fix parsing of content-type header Fixes #2216
  • Fix join node reset issue with merging objects
  • Copy data-i18n attribute on TypedInput Fixes #2211

0.20.5: Maintenance Release

  • Revert error handling in palette manager

0.20.4: Maintenance Release

  • Switch media-typer to content-type module Fixes #2122 #2123
  • Use userObj.username and not .name for ssh key lookup Closes #2109
  • Ensure mqtt message handlers are tidied up properly on partial deploy
  • Update package dependencies
  • Fix encoding menu in file node #2125
  • Update ACE to 1.4.3-src-min-noconflict Fixes #2106
  • Fix creating missing package.json when existing project imported Fixes #2115
  • Allow subflow instance to override env var with falsey values Fixes #2113
  • Prevent wire from normal node to link virtual port Fixes #2114
  • Add explanation to the help text on the new feature to build query string from msg.payload #2116
  • Bump bcrypt to latest
  • Add Korean locales files for nodes #2100
  • Add error message if catalog is invalid json
  • Reduce udp out timeout to be less than default inject at start #2127

0.20.3: Maintenance Release

  • Do not dynamically add/remove upgrade listener in ws nodes
  • Avoid env var reference loops and support $parent. prefix Fixes #2099
  • Ensure config._flow is non-enumerable so is ignored by JSON.stringify
  • Block loading ACE from cdn

0.20.2: Maintenance Release

  • Filter out duplicate nodes when importing a flow
  • Handle node configs with multiple external scripts properly
... (truncated)
Changelog

Sourced from node-red's changelog.

0.20.8: Maintenance Release

  • Sanitize tab name in edit dialog
  • Pass httpServer to runtime even when httpAdmin disabled Fixes #2272

0.20.7: Maintenance Release

  • Update jsonata to 1.6.5 which should fix #2183
  • Ensure the subflow stop promise is waiting for before restarting
  • Properly escape node types in palette

0.20.6: Maintenance Release

  • Revealing node position needs to account for zoom level Fixes #2172
  • stop join tripping up if last message of buffer is blank.
  • Improve handling of file upload in request node
  • Handle subflow internal node wired to a non-existant node Fixes #2202
  • Do not save subflow env vars with blank names
  • Don't allow a link node virtual wire to connect to normal port
  • Clear HTTP Request node authType when auth disabled Fixes #2215
  • Fix parsing of content-type header Fixes #2216
  • Fix join node reset issue with merging objects
  • Copy data-i18n attribute on TypedInput Fixes #2211

0.20.5: Maintenance Release

  • Revert error handling in palette manager

0.20.4: Maintenance Release

  • Switch media-typer to content-type module Fixes #2122 #2123
  • Use userObj.username and not .name for ssh key lookup Closes #2109
  • Ensure mqtt message handlers are tidied up properly on partial deploy
  • Update package dependencies
  • Fix encoding menu in file node #2125
  • Update ACE to 1.4.3-src-min-noconflict Fixes #2106
  • Fix creating missing package.json when existing project imported Fixes #2115
  • Allow subflow instance to override env var with falsey values Fixes #2113
  • Prevent wire from normal node to link virtual port Fixes #2114
  • Add explanation to the help text on the new feature to build query string from msg.payload #2116
  • Bump bcrypt to latest
  • Add Korean locales files for nodes #2100
  • Add error message if catalog is invalid json
  • Reduce udp out timeout to be less than default inject at start #2127

0.20.3: Maintenance Release

  • Do not dynamically add/remove upgrade listener in ws nodes
  • Avoid env var reference loops and support $parent. prefix Fixes #2099
  • Ensure config._flow is non-enumerable so is ignored by JSON.stringify
... (truncated)
Commits
  • f7e9c10 Bump for 0.20.8
  • 30c3004 Sanitize tab name in edit dialog
  • afaf077 Pass httpServer to runtime even when httpAdmin disabled
  • 189bde7 Merge pull request #2259 from kazuhitoyokoi/master-fixtabsmenu
  • 6a4760e Mark workspace dirty when shift-click-drag detaches wires
  • c082bb9 Remove tab menu from node property UI for subflow and config nodes
  • defa9a2 Fix ssh-keygen error handling
  • ffd10e6 Merge pull request #2251 from kazuhitoyokoi/master-fixsplitnode
  • 59c1828 Merge pull request #2253 from kazuhitoyokoi/master-removetooltip
  • 6164271 Merge pull request #2250 from kazuhitoyokoi/master-updatetranslation4delaynode
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2020
@claassistantio
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant