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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik (source) 1.2.13 -> 1.8.0 age adoption passing confidence
@builder.io/qwik-city (source) 1.2.13 -> 1.8.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.11 age adoption passing confidence
autoprefixer 10.4.16 -> 10.4.20 age adoption passing confidence
eslint-plugin-qwik (source) 1.2.13 -> 1.8.0 age adoption passing confidence
postcss (source) 8.4.31 -> 8.4.41 age adoption passing confidence
tailwindcss (source) 3.3.3 -> 3.4.9 age adoption passing confidence
typescript (source) 5.2.2 -> 5.5.4 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.3 age adoption passing confidence
vite-tsconfig-paths 4.2.1 -> 4.3.2 age adoption passing confidence
wrangler (source) 3.11.0 -> 3.70.0 age adoption passing confidence
zod (source) 3.22.4 -> 3.23.8 age adoption passing confidence

Release Notes

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

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 5 times, most recently from 4ae7d6c to 92e78e4 Compare July 4, 2024 18:59
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 152ed64 to d8c9488 Compare July 16, 2024 18:00
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from a207299 to d40fd65 Compare July 26, 2024 13:02
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c5f9c4f to bd5a09c Compare August 2, 2024 21:44
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4fe75f4 to 76c1033 Compare August 8, 2024 14:32
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.

None yet

0 participants