build(deps-dev): bump the qwik group across 1 directory with 3 updates
Bumps the qwik group with 3 updates in the / directory: @builder.io/qwik, @builder.io/qwik-city and eslint-plugin-qwik.
Updates @builder.io/qwik from 1.7.1 to 1.8.0
Release notes
Sourced from @builder.io/qwik's releases.
@builder.io/[email protected]No release notes provided.
@builder.io/[email protected]Minor Changes
Updated SWC parser means that the optimizer now understands
import ... withsyntax and that enums are replaced with numbers where possible. (by@wmertensin #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
@wmertensin #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@wmertensin #5745)Patch Changes
- The
fileFilteroption toqwikVite()now always allows*.qwik.{m,c,}jsfiles so that QRLs in libraries can be processed. (by@wmertensin #6760)
@builder.io/[email protected]No release notes provided.
@builder.io/[email protected]No release notes provided.
Changelog
Sourced from @builder.io/qwik's changelog.
1.8.0
Minor Changes
Updated SWC parser means that the optimizer now understands
import ... withsyntax and that enums are replaced with numbers where possible. (by@wmertensin #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
@wmertensin #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@wmertensin #5745)Patch Changes
- The
fileFilteroption toqwikVite()now always allows*.qwik.{m,c,}jsfiles so that QRLs in libraries can be processed. (by@wmertensin #6760)1.7.3
1.7.2
Patch Changes
Library builds now correctly generate _fnSignal calls again. Any Qwik library that exports components should be built again. (by
@wmertensin #6732)
- built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by
@wmertensin #6715) If you have trouble with Typescript, ensure that you usemoduleResolution: "Bundler"in yourtsconfig.json.@builder.io/qwikno longer depends onundici
Commits
5ddf269Version Packages410e84efix(optimizer): hooks refactor stragglers (#6769)7afb605fix(vite): ignore missing qrl segments (#6761)813e325fix(prefetch-sw): don't emit empty prefetch chunks72c8541fix(plugin): generate correct keys in q-manifest.json3da8b3cchore(optimizer): remove unused vendorRoots83ff79dchore(docs): fix several warnings etcb5fbd8ffix(vite): don't filter out qwik library files (#6760)86d6378refactor(dev): remove foundql from vite-dev-server568132cfix(optimizer): let the bundler handle entries- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by shairez, a new releaser for @builder.io/qwik since your current version.
Updates @builder.io/qwik-city from 1.7.1 to 1.8.0
Release notes
Sourced from @builder.io/qwik-city's releases.
@builder.io/[email protected]No release notes provided.
@builder.io/[email protected]No release notes provided.
Changelog
Sourced from @builder.io/qwik-city's changelog.
1.8.0
1.7.3
1.7.2
Patch Changes
- built files are now under dist/ or lib/. All tools that respect package export maps should just work. (by
@wmertensin #6715) If you have trouble with Typescript, ensure that you usemoduleResolution: "Bundler"in yourtsconfig.json.@builder.io/qwikno longer depends onundiciDuring 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@wmertensin #6694)qwik-city is now more careful about redirects after requesting routeLoader data (by
@wmertensin #6740)strip internal search parameters in canonical URLs (by
@wmertensin #6694)Support entry.ts routes in dev mode now that dist/ is no longer served, and special-case
repl-sw.jsin the docs. (by@wmertensin #6706)
Commits
5ddf269Version Packages83ff79dchore(docs): fix several warnings etc1c2692efix(bun qc): 404 for static paths (#6755)42880cfchore: update vite and vitest99296eachore: fix plugin typesf5fc443chore: dep update all minor packages3c30ecdfix(eslint): pin dev versions, prevent issues with eslint3c11b83Version Packagese2d41bcVersion Packagesf5aabb9fix(qwik-city): redirect route loads when sane (#6740)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by shairez, a new releaser for @builder.io/qwik-city since your current version.
Updates eslint-plugin-qwik from 1.7.1 to 1.8.0
Release notes
Sourced from eslint-plugin-qwik's releases.
[email protected]
No release notes provided.
[email protected]
No release notes provided.
[email protected]
No release notes provided.
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by shairez, a new releaser for eslint-plugin-qwik since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
⚠️ No Changeset found
Latest commit: e6770eef803a65eb1d1e4796ba56f8f2f6763215
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| content-collections | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 23, 2024 0:26am |
@dependabot rebase