formulahendry / vscode-node-red

Node-RED for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-node-red
MIT License
19 stars 14 forks source link

Bump node-red from 0.18.4 to 0.20.8 #18

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 4 years ago

Bumps node-red from 0.18.4 to 0.20.8.

Release notes *Sourced from [node-red's releases](https://github.com/node-red/node-red/releases).* > ## 0.20.8: Maintenance Release > - Sanitize tab name in edit dialog > - Pass httpServer to runtime even when httpAdmin disabled Fixes [#2272](https://github-redirect.dependabot.com/node-red/node-red/issues/2272) > > ## 0.20.7: Maintenance Release > - Update jsonata to 1.6.5 which should fix [#2183](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/2215) > - Fix parsing of content-type header Fixes [#2216](https://github-redirect.dependabot.com/node-red/node-red/issues/2216) > - Fix join node reset issue with merging objects > - Copy data-i18n attribute on TypedInput Fixes [#2211](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/2122) [#2123](https://github-redirect.dependabot.com/node-red/node-red/issues/2123) > - Use userObj.username and not .name for ssh key lookup Closes [#2109](https://github-redirect.dependabot.com/node-red/node-red/issues/2109) > - Ensure mqtt message handlers are tidied up properly on partial deploy > - Update package dependencies > - Fix encoding menu in file node [#2125](https://github-redirect.dependabot.com/node-red/node-red/issues/2125) > - Update ACE to 1.4.3-src-min-noconflict Fixes [#2106](https://github-redirect.dependabot.com/node-red/node-red/issues/2106) > - Fix creating missing package.json when existing project imported Fixes [#2115](https://github-redirect.dependabot.com/node-red/node-red/issues/2115) > - Allow subflow instance to override env var with falsey values Fixes [#2113](https://github-redirect.dependabot.com/node-red/node-red/issues/2113) > - Prevent wire from normal node to link virtual port Fixes [#2114](https://github-redirect.dependabot.com/node-red/node-red/issues/2114) > - Add explanation to the help text on the new feature to build query string from msg.payload [#2116](https://github-redirect.dependabot.com/node-red/node-red/issues/2116) > - Bump bcrypt to latest > - Add Korean locales files for nodes [#2100](https://github-redirect.dependabot.com/node-red/node-red/issues/2100) > - Add error message if catalog is invalid json > - Reduce udp out timeout to be less than default inject at start [#2127](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github.com/node-red/node-red/blob/master/CHANGELOG.md).* > #### 0.20.8: Maintenance Release > > - Sanitize tab name in edit dialog > - Pass httpServer to runtime even when httpAdmin disabled Fixes [#2272](https://github-redirect.dependabot.com/node-red/node-red/issues/2272) > > #### 0.20.7: Maintenance Release > > - Update jsonata to 1.6.5 which should fix [#2183](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/2215) > - Fix parsing of content-type header Fixes [#2216](https://github-redirect.dependabot.com/node-red/node-red/issues/2216) > - Fix join node reset issue with merging objects > - Copy data-i18n attribute on TypedInput Fixes [#2211](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/2122) [#2123](https://github-redirect.dependabot.com/node-red/node-red/issues/2123) > - Use userObj.username and not .name for ssh key lookup Closes [#2109](https://github-redirect.dependabot.com/node-red/node-red/issues/2109) > - Ensure mqtt message handlers are tidied up properly on partial deploy > - Update package dependencies > - Fix encoding menu in file node [#2125](https://github-redirect.dependabot.com/node-red/node-red/issues/2125) > - Update ACE to 1.4.3-src-min-noconflict Fixes [#2106](https://github-redirect.dependabot.com/node-red/node-red/issues/2106) > - Fix creating missing package.json when existing project imported Fixes [#2115](https://github-redirect.dependabot.com/node-red/node-red/issues/2115) > - Allow subflow instance to override env var with falsey values Fixes [#2113](https://github-redirect.dependabot.com/node-red/node-red/issues/2113) > - Prevent wire from normal node to link virtual port Fixes [#2114](https://github-redirect.dependabot.com/node-red/node-red/issues/2114) > - Add explanation to the help text on the new feature to build query string from msg.payload [#2116](https://github-redirect.dependabot.com/node-red/node-red/issues/2116) > - Bump bcrypt to latest > - Add Korean locales files for nodes [#2100](https://github-redirect.dependabot.com/node-red/node-red/issues/2100) > - Add error message if catalog is invalid json > - Reduce udp out timeout to be less than default inject at start [#2127](https://github-redirect.dependabot.com/node-red/node-red/issues/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](https://github-redirect.dependabot.com/node-red/node-red/issues/2099) > - Ensure config.\_flow is non-enumerable so is ignored by JSON.stringify > ... (truncated)
Commits - [`f7e9c10`](https://github.com/node-red/node-red/commit/f7e9c109f627a1fd2de76b9e5b070bab274cdac1) Bump for 0.20.8 - [`30c3004`](https://github.com/node-red/node-red/commit/30c3004f27e86377613c06649f939e7f32746ca5) Sanitize tab name in edit dialog - [`afaf077`](https://github.com/node-red/node-red/commit/afaf077aca517b1de15a2e3e95277853a0b64549) Pass httpServer to runtime even when httpAdmin disabled - [`189bde7`](https://github.com/node-red/node-red/commit/189bde7c9cd2be4223b1cc21f79e95ee28f064b7) Merge pull request [#2259](https://github-redirect.dependabot.com/node-red/node-red/issues/2259) from kazuhitoyokoi/master-fixtabsmenu - [`6a4760e`](https://github.com/node-red/node-red/commit/6a4760e29147f9df2c9ad9b7bed55d3d662f5d72) Mark workspace dirty when shift-click-drag detaches wires - [`c082bb9`](https://github.com/node-red/node-red/commit/c082bb97e09677d34065283b2924b07aa340b67f) Remove tab menu from node property UI for subflow and config nodes - [`defa9a2`](https://github.com/node-red/node-red/commit/defa9a227066a160bb907083c67724d386f95f01) Fix ssh-keygen error handling - [`ffd10e6`](https://github.com/node-red/node-red/commit/ffd10e656eb744204a74c16dbafa5ed130ce7991) Merge pull request [#2251](https://github-redirect.dependabot.com/node-red/node-red/issues/2251) from kazuhitoyokoi/master-fixsplitnode - [`59c1828`](https://github.com/node-red/node-red/commit/59c18280780cc4f549e576a2cd9215cf3dea8089) Merge pull request [#2253](https://github-redirect.dependabot.com/node-red/node-red/issues/2253) from kazuhitoyokoi/master-removetooltip - [`6164271`](https://github.com/node-red/node-red/commit/6164271fe8158c3f4224f72c431a4921b3be8356) Merge pull request [#2250](https://github-redirect.dependabot.com/node-red/node-red/issues/2250) from kazuhitoyokoi/master-updatetranslation4delaynode - Additional commits viewable in [compare view](https://github.com/node-red/node-red/compare/0.18.4...0.20.8)


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](https://github.com/formulahendry/vscode-node-red/network/alerts).
dependabot[bot] commented 1 year ago

Superseded by #29.