ottoszika / node-red-contrib-ewelink

NodeRED nodes for eWeLink smart devices
https://ottoszika.github.io/node-red-contrib-ewelink
MIT License
49 stars 28 forks source link

Bump express, node-red and node-red-node-test-helper #158

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps express to 4.18.1 and updates ancestor dependencies express, node-red and node-red-node-test-helper. These dependencies need to be updated together.

Updates express from 4.17.1 to 4.18.1

Release notes

Sourced from express's releases.

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: serve-static@1.15.0
    • deps: send@0.18.0
  • deps: statuses@2.0.1
    • Remove code 306
    • Rename 425 Unordered Collection to standard 425 Too Early

... (truncated)

Changelog

Sourced from express's changelog.

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: serve-static@1.15.0
    • deps: send@0.18.0

... (truncated)

Commits


Updates node-red from 1.0.3 to 3.0.2

Release notes

Sourced from node-red's releases.

3.0.2: Maintenance Release

Editor

Runtime

Nodes

3.0.1: Maintenance Release

Editor

3.0.0 Milestone Release

3.0.0: Milestone Release

Editor

... (truncated)

Changelog

Sourced from node-red's changelog.

3.0.2: Maintenance Release

Editor

Runtime

Nodes

3.0.1: Maintenance Release

Editor

3.0.0: Milestone Release

Editor

... (truncated)

Commits
  • 5365786 Merge pull request #3830 from node-red/release-302
  • c9b0a7c Bump for 3.0.2
  • 371d804 Merge pull request #3776 from hardillb/relaxed-http-req-headers
  • be343cb Merge pull request #3812 from bonanitech/workspace-chart-bottom
  • e9eabd6 Merge pull request #3802 from Dennis14e/patch-de-2
  • abccdc7 Update packages/node_modules/@​node-red/nodes/locales/en-US/messages.json
  • 4ae914f Merge pull request #3801 from kazuhitoyokoi/master-subflowcolor
  • 86ac955 Merge pull request #3817 from node-red/fix-regex-name-handle
  • 9734691 Merge pull request #3808 from bonanitech/overflow-auto
  • d94f3a4 Merge pull request #3818 from node-red/fix-subflow-module-node-lookup
  • Additional commits viewable in compare view


Updates node-red-node-test-helper from 0.2.3 to 0.3.0

Release notes

Sourced from node-red-node-test-helper's releases.

0.3.0

  • Require node.js >=14
  • Add setFlows so that node being tested can modify flows (#54) @​Steve-Mcl

0.2.7

  • Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
  • README.md: Update example unit test to report assertion failures
  • examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)

0.2.6

  • Optionally preload catch/status/complete nodes in test cases Fixes #48

0.2.5

  • Add proper middleware on httpAdmin express app

0.2.4

  • Update dependencies
  • #43 Helper.load return a Promise
Changelog

Sourced from node-red-node-test-helper's changelog.

0.3.0

  • Require node.js >=14
  • Add setFlows so that node being tested can modify flows (#54) @​Steve-Mcl

0.2.7

  • Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
  • README.md: Update example unit test to report assertion failures
  • examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)

0.2.6

  • Optionally preload catch/status/complete nodes in test cases Fixes #48

0.2.5

  • Add proper middleware on httpAdmin express app

0.2.4

  • Update dependencies
  • #43 Helper.load return a Promise
Commits
  • 51e35e5 Update changelog
  • a04dc2c Merge pull request #54 from Steve-Mcl/add-setFlows
  • 547980c remove temporary npm script
  • 2a82d32 add setFlows so that node being tested can modify flows
  • 229c5fb Bump for 0.2.7
  • 56a595e Wait for startFlows to resolve before returning from loadFlow call
  • 55d45b6 Merge pull request #46 from mrubli/doc/issue-45
  • 0a663e1 Optionally preload catch/status/complete nodes in test cases
  • 942b1f6 README.md: Fix typo
  • d2bd20c README.md: Update example unit test to report assertion failures
  • Additional commits viewable in compare view


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/ottoszika/node-red-contrib-ewelink/network/alerts).
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 125


Totals Coverage Status
Change from base Build 105: 0.0%
Covered Lines: 106
Relevant Lines: 113

💛 - Coveralls