Skip to content
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

chore(deps): update dependency @builder.io/qwik-city to v1 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik-city (source) 0.0.26 -> 1.9.1 age adoption passing confidence

Release Notes

QwikDev/qwik (@​builder.io/qwik-city)

v1.9.1

Compare Source

Patch Changes
  • ✨ Experimental feature - noSPA. (by @​wmertens in #​6937)
    This disables history patching, slightly reducing code size and startup time. Use this when your application is MPA only, meaning you don't use the Link component. To enable this, add it to the experimental array of the qwikVite plugin (not the qwikCity plugin).

v1.9.0

Compare Source

Minor Changes
  • (EXPERIMENTAL) valibot$ validator and a fix for zod$ types. (by @​fabian-hiller in #​6752)

    To use it, you need to pass experimental: ['valibot'] as an option to the qwikVite plugin as such:

    // vite.config.ts
    
    export default defineConfig(({ command, mode }): UserConfig => {
      return {
        plugins: [
          // ... other plugins like qwikCity() etc
          qwikVite({
            experimental: ['valibot']
            // ... other options
          }),
    
        ],
        // ... rest of the config
      };
    }
  • (EXPERIMENTAL) usePreventNavigate lets you prevent navigation while your app's state is unsaved. It works asynchronously for SPA navigation and falls back to the browser's default dialogs for other navigations. To use it, add experimental: ['preventNavigate'] to your qwikVite options. (by @​wmertens in #​6825)

Patch Changes
  • 🐞🩹 added .ico to be detected by isStaticFile (by @​intellix in #​6860)

  • 🐞🩹 fixed delays caused from inefficient Service Worker prefetching (buffering) (by @​shairez in #​6863)

v1.8.0

Compare Source

v1.7.3

v1.7.2

Patch Changes
    • built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by @​wmertens in #​6715)
      If you have trouble with Typescript, ensure that you use moduleResolution: "Bundler" in your tsconfig.json.
    • @builder.io/qwik no longer depends on undici
  • During dev mode, qwik-city will no longer serve files from dist/, which are very likely to be stale/incorrect. Furthermore, query parameters are taken into account when serving files (like production servers would do). (by @​wmertens in #​6694)

  • qwik-city is now more careful about redirects after requesting routeLoader data (by @​wmertens in #​6740)

  • strip internal search parameters in canonical URLs (by @​wmertens in #​6694)

  • Support entry.ts routes in dev mode now that dist/ is no longer served, and special-case repl-sw.js in the docs. (by @​wmertens in #​6706)

v1.7.1

Compare Source

What's Changed

There are very important bugfixes around build and development in this release and we recommend upgrading.

PRs

Full Changelog: QwikDev/qwik@v1.7.0...v1.7.1

v1.7.0

Compare Source

Notable changes

  • Form errors when using dot notation have a slightly different type
  • Changes to search parameters in the URL will cause routeloaders to re-run now
  • Fixed several issues in dev mode

PRs merged

New Contributors

Full Changelog: QwikDev/qwik@v1.6.0...v1.7.0

v1.6.0

Compare Source

What's Changed

Features
Bug Fixes
Docs

New Contributors

Full Changelog: QwikDev/qwik@v1.5.7...v1.6.0

v1.5.7

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.5.6...v1.5.7

v1.5.6

Compare Source

What's Changed

Many bugfixes and documentation updates.

We also added an API tech preview: createSignal, useConstant and createComputed$, which should be self-explanatory. Feedback welcome on Discord or in issues. We cannot guarantee the stability of these APIs yet, although they are simple enough that they probably won't need changing.

Commits

New Contributors

Full Changelog: QwikDev/qwik@v1.5.5...v1.5.6

v1.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.5.4...v1.5.5

v1.5.4

Compare Source

What's Changed

  • fix(types): add exports for old ts import style by @​wmertens in [

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.

@vercel
Copy link

vercel bot commented Jul 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
qwik-react-demo ❌ Failed (Inspect) Oct 6, 2024 10:01pm

@changeset-bot
Copy link

changeset-bot bot commented Jul 27, 2023

⚠️ No Changeset found

Latest commit: d884c4a

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

@socket-security
Copy link

socket-security bot commented Jul 27, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@builder.io/qwik-city@1.9.1 network Transitive: environment, filesystem, shell, unsafe +144 18.1 MB shairez

🚮 Removed packages: npm/@builder.io/qwik-city@0.0.26

View full report↗︎

@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from d37b893 to a094fd9 Compare August 15, 2023 00:57
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from a094fd9 to c29602d Compare August 23, 2023 18:21
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from c29602d to b9577a1 Compare August 25, 2023 21:17
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from b9577a1 to 7518ace Compare August 26, 2023 23:37
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 7518ace to e2d7ad7 Compare September 11, 2023 20:36
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from e2d7ad7 to d3d3caa Compare September 19, 2023 00:58
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from d3d3caa to 517bdf1 Compare October 5, 2023 22:01
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 517bdf1 to cc187b1 Compare October 19, 2023 20:22
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from cc187b1 to 5fe88b0 Compare October 27, 2023 02:19
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 5fe88b0 to 22f39fa Compare November 1, 2023 19:13
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 22f39fa to 561e5f0 Compare November 3, 2023 22:02
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 561e5f0 to 917fad1 Compare November 19, 2023 11:29
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 917fad1 to 1823397 Compare November 19, 2023 12:30
Copy link

coderabbitai bot commented May 21, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from a79a2f6 to 03d342b Compare June 9, 2024 15:25
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 03d342b to 451be2a Compare June 12, 2024 17:01
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 451be2a to d1ac41f Compare June 28, 2024 22:17
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from d1ac41f to 2975a64 Compare July 9, 2024 20:10
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 2975a64 to 03cdfcd Compare July 11, 2024 18:11
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 03cdfcd to 5646b6b Compare July 29, 2024 16:32
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 5646b6b to bbbc93f Compare July 30, 2024 01:46
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from bbbc93f to c44f39c Compare August 8, 2024 14:55
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from c44f39c to 844fc53 Compare September 17, 2024 17:27
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