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 to v1.9.1 #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2024

This PR contains the following updates:

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

Release Notes

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

v1.9.1

Compare Source

Patch Changes
  • ✨ showing qrl parent names. (by @​wmertens in #​6881)
    in dev mode, qrl segments now start with their parent filename so it's easy to see where they came from. Furthermore, in production builds these filenames are also used so that origins in q-manifest.json are easy to understand.

  • 🐞🩹 Optimizer now ignores unknown deps in graph that caused crashes during build (by @​wmertens in #​6888)

  • 🐞🩹 Do not allow object methods to be serialized with style prop (by @​jakovljevic-mladen in #​6932)

  • 🐞🩹 In dev mode, changes to QRLs now explicitly invalidate the segment so that the browser will reload it (by @​wmertens in #​6938)

v1.9.0

Compare Source

Patch Changes
  • ✨ Introducing the experimental[] option to the Vite plugin. This allows you to opt in to features that are not guaranteed to have a stable API. (by @​wmertens in #​6880)

  • 🐞🩹 fix typo in using useStore() (by @​zaynet in #​6875)

  • 🐞🩹 gracefully handle image dimensions service errors (by @​JerryWu1234 in #​6855)

  • ✨ Lib builds no longer perform qwik transformation. (by @​wmertens in #​6850)

    This prevents using unstable internal APIs, and doesn't make a difference for the end user. Library authors are strongly urged to push a new library patch version built with this qwik version, and to add | ^2.0.0 to their accepted qwik version range.

  • 🐞🩹 SSG Link component strips search parameters (by @​JerryWu1234 in #​6778)

  • 🐞🩹 The PrefetchServiceWorker now has a more efficient graph and only prefetches direct imports and, at a lower priority, task QRL segments. This greatly improves its load performance. (by @​wmertens in #​6853)

v1.8.0

Compare Source

Minor Changes
  • Updated SWC parser means that the optimizer now understands import ... with syntax and that enums are replaced with numbers where possible. (by @​wmertens in #​6005)

  • The optimizer plugin will now rely on Rollup to group QRL segments. It will only provide hints on which segments fit well together. The result of this change is that now code splitting happens during the transform phase only, and other Rollup/Vite plugins (such as css-in-js plugins) can transform the code before Qwik transforms it. (by @​wmertens in #​6670)

  • The default asset filenames in the build have changed. Now they are under assets/hash-name.ext, so they are clearly separated from code. (by @​wmertens in #​5745)

Patch Changes
  • The fileFilter option to qwikVite() now always allows *.qwik.{m,c,}js files so that QRLs in libraries can be processed. (by @​wmertens in #​6760)

v1.7.3

v1.7.2

Patch Changes
  • Library builds now correctly generate _fnSignal calls again. Any Qwik library that exports components should be built again. (by @​wmertens in #​6732)

    • 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
  • fix dev mode on windows (by @​Varixo in #​6713)

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

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 these updates 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-1.x branch from 62371f4 to 5e8efa9 Compare January 27, 2024 04:42
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.4.1 Update dependency @builder.io/qwik to v1.4.2 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 5e8efa9 to f4bbf14 Compare January 30, 2024 16:36
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.4.2 Update dependency @builder.io/qwik to v1.4.3 Jan 30, 2024
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.4.3 Update dependency @builder.io/qwik to v1.4.4 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch 2 times, most recently from e1945ec to 4eccb36 Compare February 13, 2024 21:18
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.4.4 Update dependency @builder.io/qwik to v1.4.5 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 4eccb36 to de754a1 Compare February 20, 2024 05:44
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from de754a1 to 013928c Compare February 20, 2024 05:49
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 013928c to ebea3e8 Compare March 4, 2024 19:52
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.4.5 Update dependency @builder.io/qwik to v1.5.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from ebea3e8 to 3c634fc Compare March 6, 2024 17:22
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.0 Update dependency @builder.io/qwik to v1.5.1 Mar 6, 2024
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.1 Update dependency @builder.io/qwik to v1.5.2 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 3c634fc to 61ba635 Compare April 10, 2024 05:22
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 61ba635 to 1f66802 Compare May 1, 2024 21:35
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.2 Update dependency @builder.io/qwik to v1.5.3 May 1, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 1f66802 to f2887cd Compare May 7, 2024 21:40
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.3 Update dependency @builder.io/qwik to v1.5.4 May 7, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from f2887cd to b3ba32f Compare May 21, 2024 23:54
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.4 Update dependency @builder.io/qwik to v1.5.5 May 21, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from b3ba32f to 278c494 Compare June 9, 2024 15:05
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.5 Update dependency @builder.io/qwik to v1.5.6 Jun 9, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 278c494 to 2742379 Compare June 12, 2024 18:17
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.6 Update dependency @builder.io/qwik to v1.5.7 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 2742379 to 8098c19 Compare June 28, 2024 22:01
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.5.7 Update dependency @builder.io/qwik to v1.6.0 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 8098c19 to bd8b2c1 Compare July 9, 2024 21:06
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.6.0 Update dependency @builder.io/qwik to v1.7.0 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from bd8b2c1 to 5cbf18b Compare July 11, 2024 18:04
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.7.0 Update dependency @builder.io/qwik to v1.7.1 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 5cbf18b to 7350b4b Compare July 29, 2024 19:29
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.7.1 Update dependency @builder.io/qwik to v1.7.2 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 7350b4b to dfd0f5f Compare July 30, 2024 01:27
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.7.2 Update dependency @builder.io/qwik to v1.7.3 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from dfd0f5f to e47f5b7 Compare August 8, 2024 12:11
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.7.3 Update dependency @builder.io/qwik to v1.8.0 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from e47f5b7 to 1771785 Compare September 17, 2024 16:48
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.8.0 Update dependency @builder.io/qwik to v1.9.0 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/builder.io-qwik-1.x branch from 1771785 to 0d09b85 Compare October 6, 2024 19:00
@renovate renovate bot changed the title Update dependency @builder.io/qwik to v1.9.0 Update dependency @builder.io/qwik 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