[Snyk] Upgrade openapi-format from 1.22.5 to 1.26.0 #52
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.
Snyk has created this PR to upgrade openapi-format from 1.22.5 to 1.26.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 12 versions ahead of your current version.
The recommended version was released 24 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-REDOC-8664933
SNYK-JS-CROSSSPAWN-8303230
SNYK-JS-ROLLUP-8073097
SNYK-JS-BABELRUNTIME-10044504
SNYK-JS-NANOID-8492085
SNYK-JS-DOMPURIFY-8722251
SNYK-JS-JSONPATHPLUS-7945884
SNYK-JS-JSONPATHPLUS-8719585
SNYK-JS-JSONPATHPLUS-7945884
SNYK-JS-JSONPATHPLUS-8719585
SNYK-JS-PRISMJS-9055448
Release notes
Package name: openapi-format
-
1.26.0 - 2025-05-02
- improvement: Inverse filters keeps components by @ thim81 in #161
-
1.25.4 - 2025-04-24
- Filter: Reworked unused component logic by @ thim81 in #159
-
1.25.3 - 2025-04-23
- Filtering: Improved the unused components removal by @ thim81 in #158
-
1.25.2 - 2025-04-02
- Overlay: Prevent distorted properties by @ thim81 in #156
-
1.25.1 - 2025-03-29
- fix: Prevent distorted properties by @ thim81 in #155
-
1.25.0 - 2025-01-01
- Apply OpenAPI overlay actions by @ thim81 in #150
-
1.24.2 - 2024-10-07
- fix: scalar $ref: >- by @ thim81 in #146
-
1.24.1 - 2024-10-04
- fix: replace 'node:path' with 'path' to resolve Webpack build error by @ thim81 in #145
-
1.24.0 - 2024-09-27
- CLI - Split OpenAPI in a multi-file structure
- CLI - Bundle local and remote file references
- Add type definitions for openapi-format
-
1.23.2 - 2024-09-16
- Filter - handle inverseFlagValues removal of nested array values by @ thim81 in #141
-
1.23.1 - 2024-09-14
-
1.23.0 - 2024-09-10
-
1.22.5 - 2024-09-05
from openapi-format GitHub release notesWhat's Changed
Note
The inverse filtering keeps only the path operations, tags, x-tagGroups that match the filter rule. This is a very aggressive option to keep only the items that are needed, but it will keep all the components. The components can best be filtered out, by using the inverse filters in combination with the "unusedComponents" filter option. This applies for "inverseFlags" & "inverseFlagValues".
Full Changelog: v1.25.4...v1.26.0
What's Changed
Full Changelog: v1.25.3...v1.25.4
What's Changed
Full Changelog: v1.25.2...v1.25.3
What's Changed
Full Changelog: v1.25.1...v1.25.2
What's Changed
Full Changelog: v1.25.0...v1.25.1
This release introduces the option to apply OpenAPI overlay actions via the openapi-format CLI and the UI.
For more details see the OpenAPI Overlay Usage section or see it in action in the Playground.
Some screenshots:

What's Changed
Full Changelog: v1.24.2...v1.25.0
What's Changed
Full Changelog: v1.24.1...v1.24.2
What's Changed
Full Changelog: v1.24.0...v1.24.1
What's Changed
Full Changelog: v1.23.2...v1.24.0
What's Changed
Full Changelog: v1.23.1...v1.23.2
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade openapi-format dev dependency from v1.22.5 to v1.26.0 to incorporate security and stability improvements.
Bug Fixes:
Chores: