Skip to content

chore(deps): bump form-data and oas-tools in /server - #146

Draft
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/server/multi-b5550930a2
Draft

chore(deps): bump form-data and oas-tools in /server#146
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/server/multi-b5550930a2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2025

Copy link
Copy Markdown
Contributor

Removes form-data. It's no longer used after updating ancestor dependency oas-tools. These dependencies need to be updated together.

Removes form-data

Updates oas-tools from 2.2.2 to 3.1.0

Release notes

Sourced from oas-tools's releases.

v3.1.0

Bug Fixes

  • Avoid route overlapping when registering (eaf73a0)
  • Compatibility issue with parameter parsing (8bb0aa5), closes #362 #357
  • support jest test (918de8c)
  • when an option field is object type and is missing from request body, the request body shall considered as valid (68e860b), closes #356

Features

  • added async error handling for router and associated tests (6c4a53f)
  • upgrade js-yaml to v4.1.0 (906596a)

v3.0.3

Bug Fixes

  • Backward compatibility function error (a401ca6)

v3.0.2

Bug Fixes

  • Allow null values (22e72d2)
  • Check for extraneous query parameters (5f0c59b)
  • Data not being sent after response validation (b85a6c4)
  • default and nullable fields logic (2670211)
  • Support for OAS 'default' keyword in schemas (94c4297)
  • Support for readOnly and writeOnly (be25966)

v3.0.1

Bug Fixes

  • Fixed routing when controller is async (ee1650b)
  • support for common path parameters (b299b62)

v3.0.0

Bug Fixes

  • .snyk & package.json to reduce vulnerabilities (4a98e98)
  • .snyk, package.json & package-lock.json to reduce vulnerabilities (9c0664d)
  • .snyk, package.json & package-lock.json to reduce vulnerabilities (d4964b4)
  • Avoid conflict of multiple http secSchemes (51df899)
  • Avoid returning promise when calling 2.X init (f846061)
  • Backwards compatibility initialization (3ee3973)
  • Changed replaceAll with replace for Node v14 (f340f4a)
  • Check if secSchemes are defined in OASecurity (b59b23a)
  • Fixed error when not defining requestBody (a70353d)
  • Fixed error when using default config (f1804ac)
  • Fixed exception when no param sent on cookie (58f69d8)
  • Fixed logger not setting level correctly (5db1b6b)

... (truncated)

Changelog

Sourced from oas-tools's changelog.

3.1.0 (2023-03-07)

Bug Fixes

  • Avoid route overlapping when registering (eaf73a0)
  • Compatibility issue with parameter parsing (8bb0aa5), closes #362 #357
  • support jest test (918de8c)
  • when an option field is object type and is missing from request body, the request body shall considered as valid (68e860b), closes #356

Features

  • added async error handling for router and associated tests (6c4a53f)
  • upgrade js-yaml to v4.1.0 (906596a)

3.0.3 (2022-11-21)

Bug Fixes

  • Backward compatibility function error (a401ca6)

3.0.2 (2022-09-26)

Bug Fixes

  • Allow null values (22e72d2)
  • Check for extraneous query parameters (5f0c59b)
  • Data not being sent after response validation (b85a6c4)
  • default and nullable fields logic (2670211)
  • Support for OAS 'default' keyword in schemas (94c4297)
  • Support for readOnly and writeOnly (be25966)

3.0.1 (2022-09-12)

Bug Fixes

  • Fixed routing when controller is async (ee1650b)
  • support for common path parameters (b299b62)

... (truncated)

Commits
  • 622df71 chore(release): v3.1.0 [skip ci]
  • 15c3c54 Merge pull request #368 from oas-tools/develop
  • 32a4871 Merge pull request #366 from pebo/fix/jest-dynamic-esm-import-issue
  • 1d626b7 chore: Update commons library
  • eaf73a0 fix: Avoid route overlapping when registering
  • ae3a2e6 style: lint fix
  • 8bb0aa5 fix: Compatibility issue with parameter parsing
  • 3a8a74c Merge pull request #365 from pebo/feat/upgrade-js-yaml
  • 918de8c fix: support jest test
  • 906596a feat: upgrade js-yaml to v4.1.0
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Removes [form-data](https://github.com/form-data/form-data). It's no longer used after updating ancestor dependency [oas-tools](https://github.com/oas-tools/oas-tools). These dependencies need to be updated together.


Removes `form-data`

Updates `oas-tools` from 2.2.2 to 3.1.0
- [Release notes](https://github.com/oas-tools/oas-tools/releases)
- [Changelog](https://github.com/oas-tools/oas-tools/blob/main/CHANGELOG.md)
- [Commits](oas-tools/oas-tools@2.2.2...v3.1.0)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 
  dependency-type: indirect
- dependency-name: oas-tools
  dependency-version: 3.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 22, 2025

@k1ch k1ch left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not upgrade oas-tools to v3 until this issue is resolved: oas-tools/oas-tools#383

Cc: @mikelax

@mikelax

mikelax commented Jul 22, 2025

Copy link
Copy Markdown
Collaborator

We should not upgrade oas-tools to v3 until this issue is resolved: oas-tools/oas-tools#383

Cc: @mikelax

@k1ch i was thinking that we would actually migrate away from oas-tools. Look at #12 for more info.

@k1ch
k1ch marked this pull request as draft October 28, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants