Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2025

Bumps create-qwik from 1.17.2 to 1.18.0.

Release notes

Sourced from create-qwik's releases.

[email protected]

Patch Changes

  • execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by @​sashkashishka in #8164)
Changelog

Sourced from create-qwik's changelog.

1.18.0

Patch Changes

  • execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by @​sashkashishka in #8164)
Commits

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)

@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Dec 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 28, 2025 06:02
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format labels Dec 28, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 28, 2025

🦋 Changeset detected

Latest commit: e215028

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

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

@claude
Copy link
Contributor

claude bot commented Dec 28, 2025

Claude finished @dependabot[bot]'s task —— View job


Changeset Review

Reviewed changeset against repository guidelines.

  • Read changeset guidelines
  • Review changeset file
  • Validate version type, changelog quality, and markdown formatting

⚠️ Issues found

Changelog Quality (.changeset/c3-frameworks-update-11762.md:5-11)
The changeset description doesn't explain why the dependency is being updated or what user impact it has. According to .changeset/README.md, dependency updates should answer: "Which one? Why? Any user impact?"

Current description:

chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency  | From   | To     |
| ----------- | ------ | ------ |
| create-qwik | 1.17.2 | 1.18.0 |

Suggested improvement:
The changeset should mention what's included in create-qwik 1.18.0 (based on the PR description: "execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn"). If there's no user-facing impact, consider if this changeset is even needed - dependency-only updates with no user impact typically don't require changesets.

Version Type: ✅ patch is correct for dependency updates

Markdown Headers: ✅ No h1/h2/h3 headers used

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 28, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11762

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11762

miniflare

npm i https://pkg.pr.new/miniflare@11762

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11762

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11762

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11762

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11762

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11762

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11762

wrangler

npm i https://pkg.pr.new/wrangler@11762

commit: e215028

@dario-piotrowicz
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dario-piotrowicz
Copy link
Member

@dependabot recreate

Bumps [create-qwik](https://github.com/QwikDev/qwik/tree/HEAD/packages/create-qwik) from 1.17.2 to 1.18.0.
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Changelog](https://github.com/QwikDev/qwik/blob/[email protected]/packages/create-qwik/CHANGELOG.md)
- [Commits](https://github.com/QwikDev/qwik/commits/[email protected]/packages/create-qwik)

---
updated-dependencies:
- dependency-name: create-qwik
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-qwik-1.18.0 branch from d3dd240 to 9db02be Compare January 6, 2026 16:26
The following dependency versions have been updated:

| Dependency  | From   | To     |
| ----------- | ------ | ------ |
| create-qwik | 1.17.2 | 1.18.0 |
@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Jan 7, 2026
@dario-piotrowicz dario-piotrowicz merged commit 835bf59 into main Jan 7, 2026
36 checks passed
@dario-piotrowicz dario-piotrowicz deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/create-qwik-1.18.0 branch January 7, 2026 13:49
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. skip-pr-description-validation Skip validation of the required PR description format

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant