fix(deps): update dependency @httpx/exception to v2.6.4 #638
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:
2.1.0
->2.6.4
Release Notes
belgattitude/httpx (@httpx/exception)
v2.6.4
Compare Source
Patch Changes
76fd8dc
Thanks @belgattitude! - Release with no changesv2.6.3
Compare Source
Patch Changes
b418b0b
Thanks @belgattitude! - Release unreleased patches#854
f01defc
Thanks @belgattitude! - Add doc for nested errorsv2.6.2
Compare Source
Patch Changes
e17f083
Thanks @belgattitude! - Fix potential cyclic importsv2.6.1
Compare Source
Patch Changes
#834
9d4dd98
Thanks @belgattitude! - Add missing doc for nested errors#832
321957a
Thanks @belgattitude! - esbuild updated to 0.19.11 to fix a potential typeScript-specific class transform edge casev2.6.0
Compare Source
Minor Changes
#815
77cd15b
Thanks @belgattitude! - Deprecate the typeHttpStatusCode
, useHttpErrorStatusCode
insteadHttpErrorStatusCode is less ambiguous ad HttpStatusCode could be understood
as HttpStatusCode could represent all http statuses. The type is exported
but there's very few chances an regular user would be impacted.
#815
77cd15b
Thanks @belgattitude! - Add new types: HttpErrorStatusCode and HttpErrorStatusCodeOrNumberImproves the typescript experience by allowing typescript to suggest assigned
status codes in
createException
andHttpException
,HttpClientException
,HttpServerException
constructors. Arbitray numbers can still be used.#815
77cd15b
Thanks @belgattitude! - Add new typeguards: isErrorWithErrorStatusCode and isObjectWithErrorStatusCodeThose typeguards can be used in specific circumstances when an originating
error has a statusCode field which indicates by convention the preferred status
to send.
v2.5.7
Compare Source
Patch Changes
b004243
Thanks @belgattitude! - Add toc in readmev2.5.6
Compare Source
Patch Changes
39ec1d5
Thanks @belgattitude! - Fix README doc linksv2.5.5
Compare Source
Patch Changes
4e2b795
Thanks @belgattitude! - Ensure compat for Chrome 96+, Firefox 90+, Edge 91+, Safari 15+ and Opera 77+v2.5.4
Compare Source
Patch Changes
d76a2f9
Thanks @belgattitude! - Reduce bundle size of createException (-20b)v2.5.3
Compare Source
Patch Changes
8d02a2a
Thanks @belgattitude! - Optimize code thanks to eslint unicorn pluginv2.5.2
Compare Source
Patch Changes
bae6ce0
Thanks @belgattitude! - Upgrade tsup to 7.3 and build with esbuild 0.19.3v2.5.1
Compare Source
Patch Changes
92343d2
Thanks @belgattitude! - Add tupleson tests and improve docsv2.5.0
Compare Source
Minor Changes
#675
a6a63e1
Thanks @belgattitude! - Add support for HttpUnprocessableEntity.issues in serializer.Patch Changes
#675
a6a63e1
Thanks @belgattitude! - Fix createHttpException that wasn't allowing issues on HttpUnprocessableEntityv2.4.0
Compare Source
Minor Changes
#672
9d1d248
Thanks @belgattitude! - Reduce bundle size by using class names rather than stringsImporting all exceptions (excluding utilities, typeguards...) now top at 1Kb
Example based on ESM (min+gzip)
v2.3.0
Compare Source
Minor Changes
#667
6872abb
Thanks @belgattitude! - Minimum node version is 18.12. Move to es2022.#667
6872abb
Thanks @belgattitude! - Reduce drastically bundle size (use es2022)Importing a single exception starts at 377 bytes, subsequent ones will add less than 50 bytes in average.
Importing all exceptions (excluding typeguards...) will top at 1400 bytes.
Code should be faster too.
v2.2.0
Compare Source
Minor Changes
81311de
Thanks @belgattitude! - Deprecate ValidationError type in favour of HttpValidationIssuev2.1.1
Compare Source
Patch Changes
6eab016
Thanks @belgattitude! - Fix serializer type export for older projectsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Mend Renovate. View repository job log here.