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

Update dependency @builder.io/qwik-city to v1.9.1 #275

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik-city (source) 1.5.5 -> 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/builder.io-qwik-city-1.x branch from e0cfa18 to 9d98f2d Compare July 9, 2024 21:34
@renovate renovate bot changed the title Update dependency @builder.io/qwik-city to v1.6.0 Update dependency @builder.io/qwik-city to v1.7.0 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 9d98f2d to 2dbfbe6 Compare July 11, 2024 14:44
@renovate renovate bot changed the title Update dependency @builder.io/qwik-city to v1.7.0 Update dependency @builder.io/qwik-city to v1.7.1 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch 2 times, most recently from 8c77f32 to e99d6b6 Compare July 29, 2024 17:11
@renovate renovate bot changed the title Update dependency @builder.io/qwik-city to v1.7.1 Update dependency @builder.io/qwik-city to v1.7.2 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from e99d6b6 to 7b968a7 Compare July 30, 2024 00:51
@renovate renovate bot changed the title Update dependency @builder.io/qwik-city to v1.7.2 Update dependency @builder.io/qwik-city to v1.7.3 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 7b968a7 to c762b30 Compare August 8, 2024 11:47
@renovate renovate bot changed the title Update dependency @builder.io/qwik-city to v1.7.3 Update dependency @builder.io/qwik-city to v1.8.0 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch 3 times, most recently from 69c13c9 to 4416690 Compare August 19, 2024 04:54
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 4416690 to 2b3173c Compare September 17, 2024 17:35
@renovate renovate bot changed the title Update dependency @builder.io/qwik-city to v1.8.0 Update dependency @builder.io/qwik-city to v1.9.0 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 2b3173c to a28a259 Compare October 6, 2024 21:39
@renovate renovate bot changed the title Update dependency @builder.io/qwik-city to v1.9.0 Update dependency @builder.io/qwik-city to v1.9.1 Oct 6, 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.

0 participants