dhensby / node-http-message-signatures

A node package for signing HTTP messages as per the http-message-signing draft specification
ISC License
13 stars 8 forks source link

Bump structured-headers from 0.5.0 to 1.0.1 #149

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 12 months ago

Bumps structured-headers from 0.5.0 to 1.0.1.

Release notes

Sourced from structured-headers's releases.

v1.0.1

  • #33 This library emitted TypeError or a plain Error in a few places in the parser, where it should have been ParseError this is corrected everywhere now.

v1.0.0

  • This is mainly a re-release of 0.5.0. The package is stable and dependencies have been updated.
  • Dropped support for Node 12. The minimum Node version is now 14.
Changelog

Sourced from structured-headers's changelog.

1.0.1 (2023-08-03)

  • This library emitted TypeError or a plain Error in a few places in the parser, where it should have been ParseError this is corrected everywhere now.

1.0.0 (2023-06-13)

  • This is mainly a re-release of 0.5.0. The package is stable and dependencies have been updated.
  • Dropped support for Node 12. The minimum Node version is now 14.
Commits
  • 6560cea Releasing 1.0.1
  • a7aa990 Downgrade to eslint typescript plugins v5
  • 336f893 Remove an eslint rule. This now requires a lot more setup
  • 3ab5378 Lockfile version 2
  • ae40254 Preparing for 1.0.1 release
  • 30d25c3 Merge pull request #48 from badgateway/catch-type-error
  • 7dc8620 Try a different wildcard
  • 21ce510 Fix branch rules
  • fc25fc3 Update changelog
  • e442452 Making sure we never emit TypeError
  • 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)
github-actions[bot] commented 12 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
src 88% 88% 0
src.algorithm 100% 100% 0
src.cavage 81% 75% 0
src.errors 100% 100% 0
src.httpbis 100% 100% 0
src.types 100% 100% 0
Summary 93% (460 / 496) 90% (504 / 558) 0
github-actions[bot] commented 8 months ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: