Skip to content

fix(deps): update dependency chanfana to v2.8.0 #25

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chanfana (source) 2.3.0 -> 2.8.0 age adoption passing confidence

Release Notes

cloudflare/chanfana (chanfana)

v2.8.0

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.7.2...v2.8.0

v2.7.2

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.7.1...v2.7.2

v2.7.1

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.7.0...v2.7.1

v2.7.0

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.6.3...v2.7.0

v2.6.3

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.6.2...v2.6.3

v2.6.2

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.6.1...v2.6.2

v2.6.1

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

You can now use .route() to have nested routers, and .all() to have a class handle all HTTP methods

const authors = fromHono(new Hono())
  .get('/', ListAuthors)
  .post('/', CreateAuthor)
  .get('/:id', GetAuthor)

const books = fromHono(new Hono())
  .get('/', ListBooks)
  .post('/', CreateBook)
  .get('/:id', GetBook)

const app = fromHono(new Hono())
app.route('/authors', authors)
app.route('/books', books)

app.all('/events', EventsCatchAll) // .all() will not register any method in the openapi schema

export default app;

Full Changelog: cloudflare/chanfana@v2.5.4...v2.6.0

v2.5.4

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.5.3...v2.5.4

v2.5.3

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.5.2...v2.5.3

v2.5.2

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.5.1...v2.5.2

v2.5.1

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.5.0...v2.5.1

v2.5.0

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.4.2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

Full Changelog: cloudflare/chanfana@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

  • Bump dependencies
  • Lint project
  • Several fixes for the build-in CRUD generators

Full Changelog: cloudflare/chanfana@v2.3.0...v2.4.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.

@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 835e9b4 to 23b3112 Compare January 16, 2025 17:23
@renovate renovate bot changed the title fix(deps): update dependency chanfana to v2.5.4 fix(deps): update dependency chanfana to v2.6.2 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 23b3112 to 60d9fec Compare January 19, 2025 09:40
@renovate renovate bot changed the title fix(deps): update dependency chanfana to v2.6.2 fix(deps): update dependency chanfana to v2.6.3 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 60d9fec to af9e205 Compare March 3, 2025 12:32
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch 2 times, most recently from d703822 to 63ae62e Compare March 14, 2025 19:20
@renovate renovate bot changed the title fix(deps): update dependency chanfana to v2.6.3 fix(deps): update dependency chanfana to v2.7.0 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 63ae62e to 2ce919a Compare March 17, 2025 23:27
@renovate renovate bot changed the title fix(deps): update dependency chanfana to v2.7.0 fix(deps): update dependency chanfana to v2.7.1 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 2ce919a to 456c522 Compare March 18, 2025 16:46
@renovate renovate bot changed the title fix(deps): update dependency chanfana to v2.7.1 fix(deps): update dependency chanfana to v2.7.2 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 456c522 to 1c09a40 Compare March 28, 2025 14:54
@renovate renovate bot changed the title fix(deps): update dependency chanfana to v2.7.2 fix(deps): update dependency chanfana to v2.8.0 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch 2 times, most recently from 8a42012 to 04d37bf Compare April 8, 2025 11:16
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 04d37bf to 0e12261 Compare May 19, 2025 16:04
@renovate renovate bot force-pushed the renovate/chanfana-2.x-lockfile branch from 0e12261 to 8d86980 Compare May 28, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants