mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +02:00
chore(deps): update dependency openapi-enforcer to v1.22.1 (#2362)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openapi-enforcer](https://openapi-enforcer.com)
([source](https://togithub.com/byu-oit/openapi-enforcer)) | [`1.22.0` ->
`1.22.1`](https://renovatebot.com/diffs/npm/openapi-enforcer/1.22.0/1.22.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>byu-oit/openapi-enforcer</summary>
###
[`v1.22.1`](https://togithub.com/byu-oit/openapi-enforcer/blob/HEAD/CHANGELOG.md#​1221)
[Compare
Source](fc78fe42b4...11e77301c5
)
##### Fixed
- **Exception Skip Codes Bug Fix**
The exception skip codes that were defined via the options were not
being carried through to child components. This
fix allows those settings to be carried. Exception skip codes defined by
an instance (see change 1.22.0) are still
limited to just the component.
</details>
---
### Configuration
📅 **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
670b97dede
commit
0c2a67f1dc
@ -178,7 +178,7 @@
|
||||
"jest": "29.2.2",
|
||||
"lint-staged": "13.0.3",
|
||||
"nock": "13.2.9",
|
||||
"openapi-enforcer": "1.22.0",
|
||||
"openapi-enforcer": "1.22.1",
|
||||
"prettier": "2.7.1",
|
||||
"proxyquire": "2.1.3",
|
||||
"source-map-support": "0.5.21",
|
||||
|
@ -5720,10 +5720,10 @@ onetime@^6.0.0:
|
||||
dependencies:
|
||||
mimic-fn "^4.0.0"
|
||||
|
||||
openapi-enforcer@1.22.0:
|
||||
version "1.22.0"
|
||||
resolved "https://registry.yarnpkg.com/openapi-enforcer/-/openapi-enforcer-1.22.0.tgz#89fd941e4573874214790822754ee0b56dd01099"
|
||||
integrity sha512-TP91CEsR10HB8qTv4hhq8+PiLCPCQtfJYVe+kBF67MfFpO7RicZIwwE4Fev5XFgtv1IcBnX33GdEx/P7Xnk7nA==
|
||||
openapi-enforcer@1.22.1:
|
||||
version "1.22.1"
|
||||
resolved "https://registry.yarnpkg.com/openapi-enforcer/-/openapi-enforcer-1.22.1.tgz#d90911fbc5b90bcf7533d4db4f0dbf86e1c31978"
|
||||
integrity sha512-pGM0Os4zILSIlku/zaSy55VsnCPwSUDGdBrjuluGKhSzK0JE1zF2lAQ5ymBwdlju/QijkmX/1tY/jDCkzS7M8Q==
|
||||
dependencies:
|
||||
js-yaml "^4.1.0"
|
||||
randexp "^0.5.3"
|
||||
|
Loading…
Reference in New Issue
Block a user