mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore(deps): update dependency openapi-enforcer to v1.23.0 (#6527)
[](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.3` ->
`1.23.0`](https://renovatebot.com/diffs/npm/openapi-enforcer/1.22.3/1.23.0)
|
[](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 (openapi-enforcer)</summary>
###
[`v1.23.0`](https://togithub.com/byu-oit/openapi-enforcer/blob/HEAD/CHANGELOG.md#1230)
[Compare
Source](5f3718155e...f6427c46f0)
##### Added
-   **You Can Ignore Undefined Property Values**
The default implementation complains of objects where a property is
defined but set to `undefined`.
This will cause Schema instances to fail validations, serialization, and
deserialization.
Now you have the option to set the global
`Enforcer.config.ignoreUndefinedPropertyValues` to `true` or `false`
(default)
or when calling a Schema instance's `validate` function you can specify
the `ignoreUndefinedPropertyValues` as an option property.
Serialization and deserialization will now ignore undefined values in
all cases.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, 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://developer.mend.io/github/Unleash/unleash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
			
			
This commit is contained in:
		
							parent
							
								
									baf40e22d5
								
							
						
					
					
						commit
						f934580c83
					
				| @ -187,7 +187,7 @@ | ||||
|     "jest-junit": "^16.0.0", | ||||
|     "lint-staged": "13.2.3", | ||||
|     "nock": "13.5.4", | ||||
|     "openapi-enforcer": "1.22.3", | ||||
|     "openapi-enforcer": "1.23.0", | ||||
|     "proxyquire": "2.1.3", | ||||
|     "source-map-support": "0.5.21", | ||||
|     "superagent": "8.1.2", | ||||
|  | ||||
| @ -5384,10 +5384,10 @@ onetime@^6.0.0: | ||||
|   dependencies: | ||||
|     mimic-fn "^4.0.0" | ||||
| 
 | ||||
| openapi-enforcer@1.22.3: | ||||
|   version "1.22.3" | ||||
|   resolved "https://registry.yarnpkg.com/openapi-enforcer/-/openapi-enforcer-1.22.3.tgz#02ecb0fc17aee015161ced9c188cc92ed9eadd11" | ||||
|   integrity sha512-WNHm6oaW+I2SD4nn5U8N/vgKFxkhwRIRMKFdnA3XxPJpshESZpkJWRICNUoBLijhUye9IOnruVjSAEcaSeRx3A== | ||||
| openapi-enforcer@1.23.0: | ||||
|   version "1.23.0" | ||||
|   resolved "https://registry.yarnpkg.com/openapi-enforcer/-/openapi-enforcer-1.23.0.tgz#b82dc9849da06397eb11f17e4ff7c4a4f470aff0" | ||||
|   integrity sha512-Ja6kvNQ28jvCHpotNZkB129/dBg2IslMDV56aUSl1Dcs+bcd8lGJTq1NatGYsspGpURXvQnFA/q2K8V3AQoO3Q== | ||||
|   dependencies: | ||||
|     js-yaml "^4.1.0" | ||||
|     randexp "^0.5.3" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user