Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Update dependency @cloudflare/itty-router-openapi to v1 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/itty-router-openapi ^0.0.15 -> ^1.0.0 age adoption passing confidence

Release Notes

cloudflare/itty-router-openapi (@​cloudflare/itty-router-openapi)

v1.1.1

Compare Source

What's Changed

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

v1.1.0

Compare Source

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

Compare Source

What's Changed

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

v1.0.13

Compare Source

What's Changed

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

v1.0.12

Compare Source

What's Changed

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

v1.0.11

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.10...v1.0.11

v1.0.10

Compare Source

What's Changed

  • Fix all parameters not being detected in non openapi routes

Full Changelog: cloudflare/chanfana@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

  • Add option to define custom base router
  • Fix path parameters not working when using nested routers

Full Changelog: cloudflare/chanfana@v1.0.8...v1.0.9

v1.0.8

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.7...v1.0.8

v1.0.7

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.6...v1.0.7

v1.0.6

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.5...v1.0.6

v1.0.5

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.4...v1.0.5

v1.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: cloudflare/chanfana@v1.0.3...v1.0.4

v1.0.3

Compare Source

What's Changed

  • Fix error on mal formatted json request body

Full Changelog: cloudflare/chanfana@v1.0.2...v1.0.3

v1.0.2

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v1.0.1...v1.0.2

v1.0.1

Compare Source

What's Changed

  • Improve datetime error messages
  • Fix special characters encoding in query string

Full Changelog: cloudflare/chanfana@v1.0.0...v1.0.1

v1.0.0

Compare Source

What's Changed

Upgrading from an older version?

Migration guide to 1.0.0 available here!

v0.1.11

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v0.1.10...v0.1.11

v0.1.10

Compare Source

What's Changed

  • Fix /docs and /redocs not working when base parameter is defined
  • Fix request body validation for non json endpoints

Full Changelog: cloudflare/chanfana@v0.1.9...v0.1.10

v0.1.9

Compare Source

What's Changed

  • Upgrate itty-router and improve package.json
  • Add option to disable operation ids generation

Full Changelog: cloudflare/chanfana@v0.1.8...v0.1.9

v0.1.8

Compare Source

What's Changed

  • Improve build configurations and fix import issues in old version

Full Changelog: cloudflare/chanfana@v0.1.7...v0.1.8

v0.1.7

Compare Source

What's Changed

  • Update itty-router to v4.x and add isomorphic-fetch to test suite by @​kwhitley
  • Fix types path in package.json
  • Add tests to cover nested routers and body parameters

Full Changelog: cloudflare/chanfana@v0.1.6...v0.1.7

v0.1.6

Compare Source

What's Changed

  • Add integration tests, in preparation for a future big update

Full Changelog: cloudflare/chanfana@v0.1.5...v0.1.6

v0.1.5

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v0.1.4...v0.1.5

v0.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: cloudflare/chanfana@v0.1.3...v0.1.4

v0.1.3

Compare Source

Fixes

  • Fix missing favicon definition in swagger and redocs UI, causing chrome to always get 404 when loading the docs

Full Changelog: cloudflare/chanfana@v0.1.2...v0.1.3

v0.1.2

Compare Source

Features

  • Add OpenAI docs
  • Add relative paths in aiPlugin.api.url

Fixes

Full Changelog: cloudflare/chanfana@v0.1.1...v0.1.2

v0.1.1

Compare Source

Features

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

v0.1.0

Compare Source

Features

Docs

  • Add TUTORIAL.md with a simple project example
  • Add prerelease github workflow for every pull request

Fixes

  • Fix automatic imports

Full Changelog: cloudflare/chanfana@v0.0.15...v0.1.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Aug 31, 2023

⚠️ No Changeset found

Latest commit: b4b1bcb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "api" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@socket-security
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: [email protected]

@renovate renovate bot force-pushed the renovate/cloudflare-itty-router-openapi-1.x branch from f0309b3 to b4b1bcb Compare August 6, 2024 05:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants