filecoin-project / eudico

lotus, but also other things
Other
19 stars 14 forks source link

Bump express from 4.17.1 to 4.18.2 in /lotuspond/front #263

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps express from 4.17.1 to 4.18.2.

Release notes

Sourced from express's releases.

4.18.2

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

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

... (truncated)

Changelog

Sourced from express's changelog.

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

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

... (truncated)

Commits


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/filecoin-project/eudico/network/alerts).
codecov-commenter commented 1 year ago

Codecov Report

Merging #263 (5b56c8d) into eudico (6b690b2) will increase coverage by 0.04%. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/filecoin-project/eudico/pull/263/graphs/tree.svg?width=650&height=150&src=pr&token=1iLTwZrR8U&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)](https://codecov.io/gh/filecoin-project/eudico/pull/263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) ```diff @@ Coverage Diff @@ ## eudico #263 +/- ## ========================================== + Coverage 23.86% 23.91% +0.04% ========================================== Files 607 607 Lines 65707 65707 ========================================== + Hits 15681 15711 +30 + Misses 47226 47201 -25 + Partials 2800 2795 -5 ``` | [Impacted Files](https://codecov.io/gh/filecoin-project/eudico/pull/263?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) | Coverage Δ | | |---|---|---| | [chain/stmgr/searchwait.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vc3RtZ3Ivc2VhcmNod2FpdC5nbw==) | `51.28% <0.00%> (-1.29%)` | :arrow_down: | | [storage/wdpost\_changehandler.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-c3RvcmFnZS93ZHBvc3RfY2hhbmdlaGFuZGxlci5nbw==) | `66.98% <0.00%> (-0.95%)` | :arrow_down: | | [chain/store/store.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vc3RvcmUvc3RvcmUuZ28=) | `48.33% <0.00%> (-0.17%)` | :arrow_down: | | [...consensus/hierarchical/subnet/submgr/checkpoint.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vY29uc2Vuc3VzL2hpZXJhcmNoaWNhbC9zdWJuZXQvc3VibWdyL2NoZWNrcG9pbnQuZ28=) | `46.24% <0.00%> (+0.57%)` | :arrow_up: | | [chain/gen/gen.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vZ2VuL2dlbi5nbw==) | `6.02% <0.00%> (+0.60%)` | :arrow_up: | | [chain/messagepool/selection.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vbWVzc2FnZXBvb2wvc2VsZWN0aW9uLmdv) | `49.61% <0.00%> (+0.76%)` | :arrow_up: | | [chain/consensus/mir/consensus.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vY29uc2Vuc3VzL21pci9jb25zZW5zdXMuZ28=) | `46.03% <0.00%> (+1.58%)` | :arrow_up: | | [chain/sync.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vc3luYy5nbw==) | `41.53% <0.00%> (+1.88%)` | :arrow_up: | | [miner/miner.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-bWluZXIvbWluZXIuZ28=) | `44.30% <0.00%> (+2.21%)` | :arrow_up: | | [chain/store/index.go](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-Y2hhaW4vc3RvcmUvaW5kZXguZ28=) | `58.62% <0.00%> (+2.29%)` | :arrow_up: | | ... and [2 more](https://codecov.io/gh/filecoin-project/eudico/pull/263/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) | |