Skip to content
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

chore(deps): bump tough-cookie and oas-tools in /server #63

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2023

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

Removes tough-cookie

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 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 [tough-cookie](https://github.com/salesforce/tough-cookie). 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 `tough-cookie`

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: tough-cookie
  dependency-type: indirect
- dependency-name: oas-tools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2023
Copy link
Collaborator

@k1ch k1ch left a comment

Choose a reason for hiding this comment

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

oas-tools should not be upgraded yet. More information: #70 (review)

@mikelax
Copy link
Collaborator

mikelax commented Jan 9, 2024

Closing this PR in favor of #70 or newer PR.

@mikelax mikelax closed this Jan 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server/tough-cookie-and-oas-tools--removed branch January 9, 2024 13:53
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants