Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Bump @cloudflare/itty-router-openapi from 0.1.11 to 1.1.1#327

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cloudflare/itty-router-openapi-1.1.1
Open

Bump @cloudflare/itty-router-openapi from 0.1.11 to 1.1.1#327
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/cloudflare/itty-router-openapi-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2024

Copy link
Copy Markdown
Contributor

Bumps @cloudflare/itty-router-openapi from 0.1.11 to 1.1.1.

Release notes

Sourced from @​cloudflare/itty-router-openapi's releases.

v1.1.1

What's Changed

Full Changelog: cloudflare/chanfana@v1.1.0...v1.1.1

v1.1.0

What's Changed

Now you can get full type hint and type check on the data argument of every endpoint, learn more here!

export class TaskFetch extends OpenAPIRoute {
  static schema = {
    parameters: {
      taskSlug: Path(Str, {
        description: 'Task slug',
      }),
    },
  }
async handle(request: Request, env: any, context: any, data: DataOf<typeof TaskFetch.schema>) {
// full type hint for query, path, header, and request body parameters!
data.params.taskSlug
// ...

}
}

Full Changelog: cloudflare/chanfana@v1.0.14...v1.1.0

v1.0.14

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.13...v1.0.14

1.0.13

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.12...1.0.13

v1.0.13

What's Changed

... (truncated)

Commits
  • 5cd88e4 Bump zod-to-openapi version (#146)
  • eb15457 Fixed data.body instead of data.query usage (#145)
  • 3693f52 Add simple docs on the new type hint
  • c6a7e88 feat: type inference support for data argument (#130)
  • 1e801cb docs: fixes a typo in index (#136)
  • 2d9d2bf Fix property content type wrongfully appearing in response schema (#137)
  • 0f02a3b Fix unexpected parameter error when running locally with node 18.x (#135)
  • 6c8d721 Add support for multiple content types in response and defining headers
  • 0748192 Refactor js-yaml import usage (#131)
  • c8843a2 Update types.md (#116)
  • 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 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)

Bumps [@cloudflare/itty-router-openapi](https://github.com/cloudflare/itty-router-openapi) from 0.1.11 to 1.1.1.
- [Release notes](https://github.com/cloudflare/itty-router-openapi/releases)
- [Commits](cloudflare/chanfana@v0.1.11...v1.1.1)

---
updated-dependencies:
- dependency-name: "@cloudflare/itty-router-openapi"
  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 Apr 17, 2024
@github-actions github-actions Bot enabled auto-merge April 17, 2024 11:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants