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 All #4

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

Update All #4

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik (source) 1.2.13 -> 1.9.0 age adoption passing confidence
@builder.io/qwik-city (source) 1.2.13 -> 1.9.0 age adoption passing confidence
@​prisma/extension-accelerate 0.6.2 -> 0.6.3 age adoption passing confidence
@types/eslint (source) 8.44.3 -> 8.56.12 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.20 age adoption passing confidence
eslint-plugin-qwik (source) 1.2.13 -> 1.9.0 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.47 age adoption passing confidence
tailwindcss (source) 3.3.3 -> 3.4.13 age adoption passing confidence
typescript (source) 5.2.2 -> 5.6.2 age adoption passing confidence
undici (source) 5.25.4 -> 5.28.4 age adoption passing confidence
unified (source) 11.0.3 -> 11.0.5 age adoption passing confidence
vite (source) 4.4.11 -> 4.5.5 age adoption passing confidence
vite-tsconfig-paths 4.2.1 -> 4.3.2 age adoption passing confidence
wrangler (source) 3.11.0 -> 3.78.8 age adoption passing confidence
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence

Release Notes

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

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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title Update dependency vite to v4.3.1 Update All Apr 21, 2023
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b56702e to e9534d6 Compare April 28, 2023 09:45
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from cf1dfdf to 945694b Compare May 2, 2023 11:20
@renovate renovate bot changed the title Update All Update All - autoclosed May 2, 2023
@renovate renovate bot closed this May 2, 2023
@renovate renovate bot deleted the renovate/all branch May 2, 2023 20:38
@renovate renovate bot changed the title Update All - autoclosed Update All May 5, 2023
@renovate renovate bot restored the renovate/all branch May 5, 2023 13:05
@renovate renovate bot reopened this May 5, 2023
@renovate renovate bot changed the title Update All Update dependency vite to v4.3.5 May 5, 2023
@renovate renovate bot changed the title Update dependency vite to v4.3.5 Update All May 5, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from bedd06d to a01b473 Compare May 11, 2023 03:31
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from a50fae5 to bf44116 Compare May 19, 2023 23:21
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a589365 to 3e3f571 Compare August 22, 2024 17:46
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 679f8a3 to 52dd7bc Compare September 2, 2024 09:23
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from dba1307 to deb9af5 Compare September 9, 2024 16:28
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 21fe498 to 08ea715 Compare September 17, 2024 15:48
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from d5ebe62 to 36fc9f1 Compare September 23, 2024 16:57
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