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.5.5 #253

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

New Contributors

Full Changelog: QwikDev/qwik@v1.5.3...v1.5.4

v1.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.5.2...v1.5.3

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.5.1...v1.5.2

v1.5.1

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.5.0...v1.5.1

v1.5.0

Compare Source

Breaking changes

It turns out that this release requires a change to vite.config.ts for the production builds. The ssr configuration needs to have "node:async_hooks" as external:

        ssr: {
          external: ['node:async_hooks'],
        },
New features
  • Support for Uint8Array serialization
Notable bugfixes
  • Server-side function calls now use Async LocalStorage to ensure retaining the request context during async handling
PRs

Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from 0e65041 to adc4697 Compare May 28, 2024 04:16
@renovate renovate bot force-pushed the renovate/builder.io-qwik-city-1.x branch from adc4697 to 4bed494 Compare May 28, 2024 04:18
@sarvex sarvex merged commit 75d0f01 into main May 28, 2024
0 of 4 checks passed
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