-
-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency express-openapi-validator to v5 #3209
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/express-openapi-validator-5.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
requested review from
sct,
TheCatLady and
danshilm
as code owners
January 5, 2023 02:11
overseerr Run #2397
Run Properties:
|
Project |
overseerr
|
Branch Review |
refs/pull/3209/merge
|
Run status |
Passed #2397
|
Run duration | 02m 18s |
Commit |
73fcf018af: fix(deps): update dependency express-openapi-validator to v5
|
Committer | renovate[bot] |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
28
|
View all changes introduced in this branch ↗︎ |
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
11 times, most recently
from
January 9, 2023 07:33
b1b2392
to
8a8eb05
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
10 times, most recently
from
January 17, 2023 11:44
5672126
to
c716f54
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
5 times, most recently
from
January 24, 2023 05:45
ef658c2
to
872c161
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
5 times, most recently
from
February 12, 2024 18:59
2dfa641
to
be78822
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
from
March 10, 2024 19:16
be78822
to
c2efc2d
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
3 times, most recently
from
April 3, 2024 00:49
f9ea5bf
to
dee41fe
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
from
May 2, 2024 01:36
dee41fe
to
6e52ea2
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
from
June 2, 2024 03:53
6e52ea2
to
acbd0cd
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
from
June 20, 2024 23:45
acbd0cd
to
e10eb0d
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
5 times, most recently
from
August 5, 2024 00:49
26d0c64
to
6bf2df9
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
3 times, most recently
from
August 24, 2024 17:10
b24f7e9
to
6897729
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
from
September 1, 2024 01:44
6897729
to
04d17fb
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
2 times, most recently
from
September 13, 2024 05:43
a448f49
to
7945c89
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
2 times, most recently
from
September 25, 2024 03:00
6efeb37
to
9c953dd
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
2 times, most recently
from
October 21, 2024 05:14
a7c1312
to
efa5df7
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
from
October 28, 2024 11:50
efa5df7
to
17fd99e
Compare
renovate
bot
force-pushed
the
renovate/express-openapi-validator-5.x
branch
from
October 30, 2024 23:31
17fd99e
to
73fcf01
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
4.13.8
->5.3.9
Release Notes
cdimascio/express-openapi-validator (express-openapi-validator)
v5.3.9
Compare Source
v5.3.8
Compare Source
(2024-10-26)
(2024-09-18)
(2024-09-13)
(2024-09-06)
(2024-08-31)
breaking change
By default, request and response validation now stops after the first failure. Only one error will be reported even when multiple may exist. This follows best practices from AJV:
allErrors
optionTo report all validation errors (only recommended in development), option
allErrors
can be set in optionsvalidateRequests
and/orvalidateResponses
. For example:(2024-08-24)
(2024-08-24)
(2024-08-05)
(2024-06-02)
express
as peer dependency (#907) (4e8bc84), closes #9075.1.6 (2024-02-11)
5.1.5 (2024-02-10)
5.1.4 (2024-02-09)
5.1.3 (2024-01-27)
5.1.2 (2023-12-04)
5.1.1 (2023-11-21)
5.1.0 (2023-11-12)
req.url
(#857) (f732379), closes #8575.0.5 (2023-08-23)
5.0.4 (2023-04-30)
5.0.3 (2023-03-04)
error_code
toerrorCode
inValidationErrorItem
(#819) (1a1b2cc), closes #8195.0.2 (2023-02-11)
5.0.1 (2023-01-09)
5.0.0 (2022-11-19)
4.13.8 (2022-05-30)
4.13.7 (2022-03-27)
v5.3.7
Compare Source
(2024-09-18)
(2024-09-13)
(2024-09-06)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.