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

chore(deps): update all #55

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

chore(deps): update all #55

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik (source) 1.5.7 -> 1.9.0 age adoption passing confidence
@builder.io/qwik-city (source) 1.5.7 -> 1.9.0 age adoption passing confidence
@types/eslint (source) 8.56.10 -> 8.56.12 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
eslint-plugin-qwik (source) 1.5.7 -> 1.9.0 age adoption passing confidence
pnpm (source) 9.1.0+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724 -> 9.12.0 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.47 age adoption passing confidence
tailwindcss (source) 3.4.4 -> 3.4.13 age adoption passing confidence
typescript (source) 5.4.5 -> 5.6.2 age adoption passing confidence
undici (source) 6.19.0 -> 6.19.8 age adoption passing confidence
vite (source) 5.3.1 -> 5.4.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

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

v1.9.0

Compare Source

Minor Changes
  • (EXPERIMENTAL) valibot$ validator and a fix for zod$ types. (by @​fabian-hiller in #​6752)

    To use it, you need to pass experimental: ['valibot'] as an option to the qwikVite plugin as such:

    // vite.config.ts
    
    export default defineConfig(({ command, mode }): UserConfig => {
      return {
        plugins: [
          // ... other plugins like qwikCity() etc
          qwikVite({
            experimental: ['valibot']
            // ... other options
          }),
    
        ],
        // ... rest of the config
      };
    }
  • (EXPERIMENTAL) usePreventNavigate lets you prevent navigation while your app's state is unsaved. It works asynchronously for SPA navigation and falls back to the browser's default dialogs for other navigations. To use it, add experimental: ['preventNavigate'] to your qwikVite options. (by @​wmertens in #​6825)

Patch Changes
  • 🐞🩹 added .ico to be detected by isStaticFile (by @​intellix in #​6860)

  • 🐞🩹 fixed delays caused from inefficient Service Worker prefetching (buffering) (by @​shairez in #​6863)

v1.8.0

Compare Source

v1.7.3

v1.7.2

Patch Changes
    • 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
  • During 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 @​wmertens in #​6694)

  • qwik-city is now more careful about redirects after requesting routeLoader data (by @​wmertens in #​6740)

  • strip internal search parameters in canonical URLs (by @​wmertens in #​6694)

  • Support entry.ts routes in dev mode now that dist/ is no longer served, and special-case repl-sw.js in the docs. (by @​wmertens in #​6706)

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

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
QwikDev/qwik (eslint-plugin-qwik)

v1.9.0

Compare Source

v1.8.0

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

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


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.

Copy link

cloudflare-workers-and-pages bot commented Feb 6, 2024

Deploying burgersonfleek with  Cloudflare Pages  Cloudflare Pages

Latest commit: d5a87b8
Status: ✅  Deploy successful!
Preview URL: https://28fec731.burgersonfleek.pages.dev
Branch Preview URL: https://renovate-all.burgersonfleek.pages.dev

View logs

@renovate renovate bot changed the title Update dependency undici to v6.6.2 Update All Feb 7, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 6ebb9d7 to fcf8c8b Compare February 13, 2024 21:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 922a0a8 to 35d56eb Compare February 21, 2024 12:55
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from fbb12b7 to c54db5d Compare February 29, 2024 03:18
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 95894df to 4c2904a Compare March 6, 2024 20:10
@renovate renovate bot changed the title Update All Update All - autoclosed Mar 6, 2024
@renovate renovate bot closed this Mar 6, 2024
@renovate renovate bot deleted the renovate/all branch March 6, 2024 20:39
@renovate renovate bot changed the title Update All - autoclosed Update All Mar 8, 2024
@renovate renovate bot restored the renovate/all branch March 8, 2024 11:05
@renovate renovate bot reopened this Mar 8, 2024
@renovate renovate bot changed the title Update All Update dependency undici to v6.7.1 Mar 8, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8a901fc to 4534273 Compare March 11, 2024 16:41
@renovate renovate bot changed the title Update dependency undici to v6.7.1 Update All Mar 11, 2024
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f8c4ff9 to 779a17d Compare March 13, 2024 11:37
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from b149996 to 2c6d109 Compare August 15, 2024 14:42
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 22c3143 to f297b79 Compare August 26, 2024 11:36
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from a03a597 to cddfbfc Compare September 3, 2024 16:45
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from c3d0f98 to 0642608 Compare September 11, 2024 09:11
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 14d2f35 to 0224544 Compare September 17, 2024 15:37
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6935d08 to 33c8f1e Compare September 25, 2024 07:52
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