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.9.0 #6

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

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Mar 2, 2024

This PR contains the following updates:

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

Release Notes

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

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


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-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.4.5 chore(deps): update dependency @builder.io/qwik-city to v1.5.0 Mar 5, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from f17a05c to 4d5ffeb Compare March 5, 2024 05:04
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.0 chore(deps): update dependency @builder.io/qwik-city to v1.5.1 Mar 6, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from 4d5ffeb to 7159577 Compare March 6, 2024 23:58
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from 7159577 to 260a351 Compare April 10, 2024 02:41
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.1 chore(deps): update dependency @builder.io/qwik-city to v1.5.2 Apr 10, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.2 chore(deps): update dependency @builder.io/qwik-city to v1.5.3 May 2, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch 2 times, most recently from 670d6fe to fd214de Compare May 8, 2024 00:29
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.3 chore(deps): update dependency @builder.io/qwik-city to v1.5.4 May 8, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from fd214de to 0781f5f Compare May 21, 2024 22:17
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.4 chore(deps): update dependency @builder.io/qwik-city to v1.5.5 May 21, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from 0781f5f to cdad74f Compare June 9, 2024 15:07
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.5 chore(deps): update dependency @builder.io/qwik-city to v1.5.6 Jun 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from cdad74f to 49a526d Compare June 12, 2024 17:04
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.6 chore(deps): update dependency @builder.io/qwik-city to v1.5.7 Jun 12, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from 49a526d to 0be706c Compare June 28, 2024 20:03
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.5.7 chore(deps): update dependency @builder.io/qwik-city to v1.6.0 Jun 28, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from 0be706c to d1ffb2e Compare July 9, 2024 21:44
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.6.0 chore(deps): update dependency @builder.io/qwik-city to v1.7.0 Jul 9, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from d1ffb2e to b2e3b5d Compare July 11, 2024 15:26
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.7.0 chore(deps): update dependency @builder.io/qwik-city to v1.7.1 Jul 11, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from b2e3b5d to eb91a90 Compare July 29, 2024 16:28
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.7.1 chore(deps): update dependency @builder.io/qwik-city to v1.7.2 Jul 29, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from eb91a90 to 0c9617e Compare July 30, 2024 01:04
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.7.2 chore(deps): update dependency @builder.io/qwik-city to v1.7.3 Jul 30, 2024
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.7.3 chore(deps): update dependency @builder.io/qwik-city to v1.8.0 Aug 8, 2024
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from 0c9617e to ef6d60b Compare August 28, 2024 07:10
@renovate-bot renovate-bot force-pushed the renovate/builder.io-qwik-city-1.x-lockfile branch from ef6d60b to 928cbb3 Compare September 17, 2024 14:07
@renovate-bot renovate-bot changed the title chore(deps): update dependency @builder.io/qwik-city to v1.8.0 chore(deps): update dependency @builder.io/qwik-city to v1.9.0 Sep 17, 2024
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.

1 participant