vergissberlin / node-red-contrib-mjml

Node for NodeRED to create professional looking emails with MJML.
https://flows.nodered.org/node/@vergissberlin/node-red-contrib-mjml
MIT License
3 stars 0 forks source link

Update dependency node-red to v2.2.2 #28

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-red (source) 2.1.6 -> 2.2.2 age adoption passing confidence

Release Notes

node-red/node-red ### [`v2.2.2`](https://togithub.com/node-red/node-red/blob/HEAD/CHANGELOG.md#​222-Maintenance-Release) [Compare Source](https://togithub.com/node-red/node-red/compare/2.2.1...2.2.2) Nodes - Fix "close timed out" error when performing full deploy or modifying broker node. ([#​3451](https://togithub.com/node-red/node-red/issues/3451)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) ### [`v2.2.1`](https://togithub.com/node-red/node-red/blob/HEAD/CHANGELOG.md#​221-Maintenance-Release) [Compare Source](https://togithub.com/node-red/node-red/compare/2.2.0...2.2.1) Editor - Handle mixed-cased filter terms in keyboard shortcut dialog ([#​3444](https://togithub.com/node-red/node-red/issues/3444)) [@​knolleary](https://togithub.com/knolleary) - Prevent duplicate links being added between nodes ([#​3442](https://togithub.com/node-red/node-red/issues/3442)) [@​knolleary](https://togithub.com/knolleary) - Fix to hide tooltip after removing subflow tab ([#​3391](https://togithub.com/node-red/node-red/issues/3391)) [@​HiroyasuNishiyama](https://togithub.com/HiroyasuNishiyama) - Fix node validation to be applied to config node ([#​3397](https://togithub.com/node-red/node-red/issues/3397)) [@​HiroyasuNishiyama](https://togithub.com/HiroyasuNishiyama) - Fix: Dont add wires to undo buffer twice ([#​3437](https://togithub.com/node-red/node-red/issues/3437)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) Runtime - Improve module location parsing (of stack info) when adding hook ([#​3447](https://togithub.com/node-red/node-red/issues/3447)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) - Fix substitution of NR_NODE_PATH ([#​3445](https://togithub.com/node-red/node-red/issues/3445)) [@​HiroyasuNishiyama](https://togithub.com/HiroyasuNishiyama) - Remove console.log when ignoring disabled module ([#​3439](https://togithub.com/node-red/node-red/issues/3439)) [@​knolleary](https://togithub.com/knolleary) - Improve "Unexpected Node Error" logging ([#​3446](https://togithub.com/node-red/node-red/issues/3446)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) Nodes - Debug: Fix no-prototype-builtins bug in debug node and utils ([#​3394](https://togithub.com/node-red/node-red/issues/3394)) [@​Alkarex](https://togithub.com/Alkarex) - Delay: Fix Japanese message of delay node ([#​3434](https://togithub.com/node-red/node-red/issues/3434)) - Allow nbRateUnits to be undefined when validating ([#​3443](https://togithub.com/node-red/node-red/issues/3443)) [@​knolleary](https://togithub.com/knolleary) - Coding help for recently added node-red Predefined Environment Variables ([#​3440](https://togithub.com/node-red/node-red/issues/3440)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) ### [`v2.2.0`](https://togithub.com/node-red/node-red/blob/HEAD/CHANGELOG.md#​220-Milestone-Release) [Compare Source](https://togithub.com/node-red/node-red/compare/2.1.6...2.2.0) Editor - Add editorTheme.tours property to default settings file ([#​3375](https://togithub.com/node-red/node-red/issues/3375)) [@​knolleary](https://togithub.com/knolleary) - Remember Zoom level and Sidebar tab selection between sessions ([#​3361](https://togithub.com/node-red/node-red/issues/3361)) [@​knolleary](https://togithub.com/knolleary) - Fix timing issue when merging background changes fixes [#​3364](https://togithub.com/node-red/node-red/issues/3364) ([#​3373](https://togithub.com/node-red/node-red/issues/3373)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) - Use a nodes palette label in help tree ([#​3372](https://togithub.com/node-red/node-red/issues/3372)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) - Subflow: Add labels to OUTPUT nodes ([#​3352](https://togithub.com/node-red/node-red/issues/3352)) [@​ralphwetzel](https://togithub.com/ralphwetzel) - Fix vertical align subflow port ([#​3370](https://togithub.com/node-red/node-red/issues/3370)) [@​knolleary](https://togithub.com/knolleary) - Make actions list i18n ready and Japanese translation ([#​3359](https://togithub.com/node-red/node-red/issues/3359)) [@​HiroyasuNishiyama](https://togithub.com/HiroyasuNishiyama) - Update tour for 2.2.0 ([#​3378](https://togithub.com/node-red/node-red/issues/3378)) [@​knolleary](https://togithub.com/knolleary) - Include paletteLabel when building search index ([#​3380](https://togithub.com/node-red/node-red/issues/3380)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) - Fix opening/closing subflow template not to make subflow changed ([#​3382](https://togithub.com/node-red/node-red/issues/3382)) [@​HiroyasuNishiyama](https://togithub.com/HiroyasuNishiyama) - Add Japanese translations for v2.2.0 ([#​3353](https://togithub.com/node-red/node-red/issues/3353), [#​3381](https://togithub.com/node-red/node-red/issues/3381)) [@​kazuhitoyokoi](https://togithub.com/kazuhitoyokoi) Runtime - Add support for accessing node id & name as environment variable ([#​3356](https://togithub.com/node-red/node-red/issues/3356)) [@​HiroyasuNishiyama](https://togithub.com/HiroyasuNishiyama) - Clear context contents when switching projects ([#​3243](https://togithub.com/node-red/node-red/issues/3243)) [@​knolleary](https://togithub.com/knolleary) Nodes - MQTT: reject invalid topics ([#​3374](https://togithub.com/node-red/node-red/issues/3374)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl) - Function: Expose node.path property ([#​3371](https://togithub.com/node-red/node-red/issues/3371)) [@​knolleary](https://togithub.com/knolleary) - Function: Update `node` declarations in func.d.ts ([#​3377](https://togithub.com/node-red/node-red/issues/3377)) [@​Steve-Mcl](https://togithub.com/Steve-Mcl)

Configuration

📅 Schedule: 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.