Skip to content

chore(deps): update requirements for @builder.io/qwik and @qwikdev/astro#263

Open
dependabot[bot] wants to merge 11 commits intomainfrom
dependabot/npm_and_yarn/multi-e5177a560d
Open

chore(deps): update requirements for @builder.io/qwik and @qwikdev/astro#263
dependabot[bot] wants to merge 11 commits intomainfrom
dependabot/npm_and_yarn/multi-e5177a560d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2024

Updates the requirements on @builder.io/qwik and @qwikdev/astro to permit the latest version.
Updates @builder.io/qwik from 1.5.6 to 1.12.0

Release notes

Sourced from @​builder.io/qwik's releases.

@​builder.io/qwik-city@1.12.0

Patch Changes

@​builder.io/qwik@1.12.0

Minor Changes

  • ✨ The build constants isDev, isBrowser and isServer are now exported from @builder.io/qwik directly, so they are more discoverable and easier to add. @builder.io/qwik/build still remains. (by @​wmertens in #7138)

Patch Changes

@​builder.io/qwik-city@1.11.0

No release notes provided.

@​builder.io/qwik@1.11.0

Minor Changes

  • CHORE: Prepare backwards compatibility for V1 libraries in V2. (by @​wmertens in #7044)

    We move internal fields immutableProps and flags out of JSXNode as they are not meant for public use.

    This will allow projects using older V1 libraries to continue to work with the Qwik V2 by adding the following package.json changes:

    {
      "dependencies": {
        "@builder.io/qwik": "^1.11.0",
        "@qwik.dev/core": "^2.0.0"
      }
    }

    And will prevent typescript errors when using libraries which haven't upgraded to V2 yet.

  • ✨ add monorepo support to the qwik add command by adding a projectDir param (by @​shairez in #7059)

    That way you can run qwik add --projectDir=packages/my-package and it will add the feature to the specified project/package (sub) folder, instead of the root folder.

@​builder.io/qwik-city@1.10.0

Patch Changes

... (truncated)

Changelog

Sourced from @​builder.io/qwik's changelog.

1.12.0

Minor Changes

  • ✨ The build constants isDev, isBrowser and isServer are now exported from @builder.io/qwik directly, so they are more discoverable and easier to add. @builder.io/qwik/build still remains. (by @​wmertens in #7138)

Patch Changes

1.11.0

Minor Changes

  • CHORE: Prepare backwards compatibility for V1 libraries in V2. (by @​wmertens in #7044)

    We move internal fields immutableProps and flags out of JSXNode as they are not meant for public use.

    This will allow projects using older V1 libraries to continue to work with the Qwik V2 by adding the following package.json changes:

    {
      "dependencies": {
        "@builder.io/qwik": "^1.11.0",
        "@qwik.dev/core": "^2.0.0"
      }
    }

    And will prevent typescript errors when using libraries which haven't upgraded to V2 yet.

  • ✨ add monorepo support to the qwik add command by adding a projectDir param (by @​shairez in #7059)

    That way you can run qwik add --projectDir=packages/my-package and it will add the feature to the specified project/package (sub) folder, instead of the root folder.

1.10.0

Minor Changes

  • Async functions in useComputed are deprecated. (by @​wmertens in #7013)

    Why?

    • Qwik can't track used signals after the first await, which leads to subtle bugs.
    • When calculating the first time, it will see it's a promise and it will restart the render function.
    • Both useTask and useResource are available, without these problems.

    In v2, async functions won't work.

... (truncated)

Commits
  • 54f8420 Version Packages
  • 9ed9bc2 revert auto updating moduleResolution
  • 079e881 Merge pull request #7139 from dmitry-stepanenko/ds/migrate-v2-catch-ups
  • a7afb38 fix: flip the condition
  • 31b5466 fix(qwik): migrate-v2 cmd enhancements
  • 4668e82 chore: change all qwik/build imports to qwik
  • a885570 feat: export the build constants from qwik core
  • c322230 Merge pull request #7108 from QwikDev/update-rust
  • ef22a18 Merge branch 'upcoming' into main
  • d066273 chore(rust): update deps + fixup
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by shairez, a new releaser for @​builder.io/qwik since your current version.


Updates @qwikdev/astro to 0.7.1

Release notes

Sourced from @​qwikdev/astro's releases.

@​qwikdev/astro@​0.7.1

Patch Changes

  • 5baee12: ## 🎄 Qwik Astro CLI Holiday Update! 🎅

    This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration.

    ✨ Core Features

    • ✨ New CLI command to add Qwik to existing Astro projects
    • 🚸 Improved interactive experience with smart defaults
    • 🎯 Simplified project setup with fewer required inputs
    • 🔄 Smarter handling of existing project names
    • ⚡️ Streamlined installation process

    🔧 Improvements

    • 🎮 Enhanced interactive mode
    • ✅ Better validation of user inputs
    • 🔄 Smoother integration with existing projects
    • 🛠️ Improved handling of CLI options
    • 🚀 Faster project setup

    🐛 Bug Fixes

    • 🪟 Fixed Windows compatibility issues
    • 🔧 Improved package manager detection
    • 🛠️ Better error handling and user feedback
    • 🔄 Fixed conflicts between CLI options

    📦 Updates

    • ⬆️ Updated dependencies
    • 🔨 Improved build process
    • 📦 Better package structure
Commits

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 bot and others added 11 commits November 17, 2024 10:30
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.11 to 4.16.13.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.13/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…6.13

chore(deps): bump astro from 4.16.11 to 4.16.13
Updates the requirements on [@builder.io/qwik](https://github.com/QwikDev/qwik/tree/HEAD/packages/qwik) and [@qwikdev/astro](https://github.com/QwikDev/astro/tree/HEAD/libs/qwikdev/astro) to permit the latest version.

Updates `@builder.io/qwik` from 1.5.6 to 1.12.0
- [Release notes](https://github.com/QwikDev/qwik/releases)
- [Changelog](https://github.com/QwikDev/qwik/blob/main/packages/qwik/CHANGELOG.md)
- [Commits](https://github.com/QwikDev/qwik/commits/@builder.io/qwik@1.12.0/packages/qwik)

Updates `@qwikdev/astro` to 0.7.1
- [Release notes](https://github.com/QwikDev/astro/releases)
- [Commits](https://github.com/QwikDev/astro/commits/@qwikdev/astro@0.7.1/libs/qwikdev/astro)

---
updated-dependencies:
- dependency-name: "@builder.io/qwik"
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@qwikdev/astro"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2024
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Dec 25, 2024

Deploying nanoha with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0656c91
Status: ✅  Deploy successful!
Preview URL: https://3fa2f5ba.nanoha.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mult.nanoha.pages.dev

View logs

@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Dec 25, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant