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

Breaking: Bump openapi3-ts from 2.0.2 to 3.0.2 #545

Merged
merged 10 commits into from
Aug 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps openapi3-ts from 2.0.2 to 3.0.0.

Release notes

Sourced from openapi3-ts's releases.

v3.0.0

  • Updated libs
  • Breaking change: Changed build system to output esm as well as cjs (folders dist/mjs and dist/cjs now respectively, instead of dist for cjs previously).
  • Changed test system to use vite
  • Added stricter extension prefix typing

Contributed by @​jonluca

Changelog

Sourced from openapi3-ts's changelog.

Version 3.0.0

2022.08.07

  • PR #80 contributed by @​jonluca
    • Updated libs
    • Breaking change: Changed build system to output esm as well as cjs (folders dist/mjs and dist/cjs now respectively, instead of dist for cjs previously).
    • Changed test system to use vite
    • Added stricter extension prefix typing
Commits
  • 2ac067f explain breaking change
  • 126c0ce minor changes to changelog. publishing v. 3.0.0
  • 7a25a0c Merge pull request #80 from jonluca/master
  • 181cc68 feat(version): bump version number
  • c0fbb27 feat(build): removed esbuild, added cjs and esm exports
  • df8d6a0 feat(build): removed esbuild, added cjs and esm exports
  • 511d21e Stricter extension name typing, changed build system and test system to use e...
  • be4d80c Merge pull request #79 from OrIOg/OrIOg-patch-1
  • e7a0851 Making exclusive parameter numbers
  • 79483f2 Merge pull request #77 from narve/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [openapi3-ts](https://github.com/metadevpro/openapi3-ts) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/metadevpro/openapi3-ts/releases)
- [Changelog](https://github.com/metadevpro/openapi3-ts/blob/master/Changelog.md)
- [Commits](metadevpro/openapi3-ts@v.2.0.2...v3.0.0)

---
updated-dependencies:
- dependency-name: openapi3-ts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@RobinTail
Copy link
Owner

RobinTail commented Aug 15, 2022

this update requires to bump the Node version upto 14

@RobinTail
Copy link
Owner

There is an export/import issue in the module.
Related issue: metadevpro/openapi3-ts#81

@RobinTail RobinTail self-requested a review August 15, 2022 18:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2022

A newer version of openapi3-ts exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@RobinTail RobinTail changed the title Bump openapi3-ts from 2.0.2 to 3.0.0 Bump openapi3-ts from 2.0.2 to 3.0.1 Aug 21, 2022
@RobinTail
Copy link
Owner

RobinTail commented Aug 27, 2022

Awaiting the follow PR to be merged and released to continue working on this:
metadevpro/openapi3-ts#85

@RobinTail RobinTail added the breaking Backward incompatible changes label Aug 27, 2022
@@ -103,7 +103,7 @@
"typescript": "^4.7.4"
},
"engines": {
"node": ">=12.0.0 <19.0.0"
Copy link
Owner

Choose a reason for hiding this comment

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

⚠️ Breaking

@RobinTail RobinTail changed the title Bump openapi3-ts from 2.0.2 to 3.0.1 Next: Bump openapi3-ts from 2.0.2 to 3.0.1 Aug 27, 2022
@RobinTail RobinTail changed the title Next: Bump openapi3-ts from 2.0.2 to 3.0.1 Next: Bump openapi3-ts from 2.0.2 to 3.0.2 Aug 29, 2022
Copy link
Owner

@RobinTail RobinTail left a comment

Choose a reason for hiding this comment

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

ready

@RobinTail RobinTail changed the title Next: Bump openapi3-ts from 2.0.2 to 3.0.2 Breaking: Bump openapi3-ts from 2.0.2 to 3.0.2 Aug 29, 2022
@RobinTail RobinTail merged commit bc5bb9f into master Aug 29, 2022
@RobinTail RobinTail deleted the dependabot/npm_and_yarn/openapi3-ts-3.0.0 branch August 29, 2022 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Backward incompatible changes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant