fix(deps): update dependency http-status-codes to v2#1143
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Pull Request Test Coverage Report for Build 4975
💛 - Coveralls |
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
2 times, most recently
from
August 23, 2020 23:20
acd8288 to
1f5b92c
Compare
Member
|
needs the server error message comparison to be updated as a result of https://github.com/prettymuchbryce/http-status-codes/releases/tag/v2.0.0 |
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
from
August 24, 2020 19:22
1f5b92c to
00888be
Compare
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
from
September 12, 2020 15:50
00888be to
f7d7309
Compare
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
from
September 19, 2020 16:26
f7d7309 to
8e2cc22
Compare
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
14 times, most recently
from
February 15, 2021 05:01
8d90502 to
beb020c
Compare
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
7 times, most recently
from
February 22, 2021 06:40
d01eb02 to
939adf7
Compare
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
2 times, most recently
from
February 22, 2021 22:37
c2a31b6 to
678e737
Compare
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
16 times, most recently
from
March 8, 2021 12:42
a2675c0 to
5c7dccf
Compare
renovate
Bot
force-pushed
the
renovate/http-status-codes-2.x
branch
13 times, most recently
from
March 15, 2021 20:07
5fc276f to
86e597a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.0→2.3.0Release Notes
prettymuchbryce/http-status-codes (http-status-codes)
v2.3.0: http-status-codes 2.3.0Compare Source
v2.2.0: http-status-codes 2.2.0Compare Source
MISDIRECTED_REQUESTper RFC 7540v2.1.4: http-status-codes 2.1.4Compare Source
Introduced some non-breaking changes to the module in order to take better advantage of tree-shaking as suggested in #55 and #58.
This should reduce file size for most users who are able to take advantage of tree shaking, especially those who are only using a subset of this library's features.
Thanks to @EvgenyOrekhov and @OliverJAsh for their suggestions and feedback on these issues.
https://bundlephobia.com/result?p=http-status-codes@2.1.4
v2.1.3: http-status-codes 2.1.3Compare Source
v2.1.2: http-status-codes 2.1.2Compare Source
Exports ESM module for browser environments which fixes #56
Provides a default export for additional backwards compatibility with v1 #54
v2.1.1: http-status-codes 2.1.1Compare Source
Fixes a bug with the way the TypeScript definitions were being built. #52
Thanks to @Benno007 for finding and reporting this issue.
v2.1.0: http-status-codes v2.1.0Compare Source
451 Unavailable For Legal ReasonsThanks @ffflorian for this contribution.
v2.0.0: http-status-codes v2.0.0Compare Source
This release marks a new major version of http-status-codes.
Improvements include:
Thanks to @seanmhanson for their help on this new version.
Migrating from v1.x.x
http-status-codes v2 is mostly backwards compatible with v1. There is a single breaking change and two recommended changes.
[Breaking Change] 'Server Error'
The reason phrase for the status code
500has been changed from"Server Error"to"Internal Server Error". This is the correct phrase according to RFC7231. If you are migrating from v1, and have code that relies on the result ofgetStatusText(500)orgetReasonPhrase('Server Error'), then this could affect you.[Non-breaking change] getStatusText renamed getReasonPhrase
The function
getStatusTexthas been renamed togetReasonPhrase. The old function is still available, but may be deprecated in a future version. To fix this simply rename instances ofgetStatusText()togetReasonPhrase(). The function is otherwise the same as it was before.[Non-breaking change] StatusCodes
In http-status-codes v1, Status Codes were exported directly from the top-level module. i.e.
HttpStatus.OK. In v2 all Status Codes live under an object calledStatusCodes. i.e.HttpStatus.StatusCodes.OK. We made this change to cater to TypeScript users who prefer a dedicated value with an enum type. The previous values are still exported, but we won't continue to update them. Please migrate if you're using the old-style imports.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.