Update All
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| @builder.io/qwik (source) | 1.4.3 -> 1.4.4 |
devDependencies | patch | ||||
| @builder.io/qwik-city (source) | 1.4.3 -> 1.4.4 |
devDependencies | patch | ||||
| crowdin/github-action | v1.17.0 -> v1.18.0 |
action | minor | ||||
| eslint-plugin-qwik (source) | 1.4.3 -> 1.4.4 |
devDependencies | patch | ||||
| postcss (source) | 8.4.33 -> 8.4.35 |
devDependencies | patch | ||||
| undici (source) | 6.4.0 -> 6.6.2 |
devDependencies | minor | ||||
| vite (source) | 5.0.12 -> 5.1.1 |
devDependencies | minor |
Release Notes
BuilderIO/qwik (@builder.io/qwik)
v1.4.4
What's Changed
- feat(vite): make linting op-out by @wmertens in https://github.com/BuilderIO/qwik/pull/5801
- fix(core): assign refs without reactivity during SSR by @wmertens in https://github.com/BuilderIO/qwik/pull/5802
- fix(docs): correct minor typos by @kylerush in https://github.com/BuilderIO/qwik/pull/5804
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/5806
- fix(scoped styles): @container block by @wmertens in https://github.com/BuilderIO/qwik/pull/5813
- chore: ci e2e: single worker and longer timeout by @wmertens in https://github.com/BuilderIO/qwik/pull/5814
- fix(link): Prefetch redirects to error pages. Fixes #5474 by @iamriajul in https://github.com/BuilderIO/qwik/pull/5817
- chore: publish qwik-react with types by @wmertens in https://github.com/BuilderIO/qwik/pull/5819
- fix: Fix input reactivity in
useResource$()tutorial by @alexcsandru in https://github.com/BuilderIO/qwik/pull/5818 - docs: fix qwik-nutshell example by @ozanmakes in https://github.com/BuilderIO/qwik/pull/5824
- chore(starters): update 🐼 PandaCSS integration starter dev dependency by @mrhoodz in https://github.com/BuilderIO/qwik/pull/5825
- chore: 1.4.4 by @wmertens in https://github.com/BuilderIO/qwik/pull/5828
New Contributors
- @kylerush made their first contribution in https://github.com/BuilderIO/qwik/pull/5804
- @alexcsandru made their first contribution in https://github.com/BuilderIO/qwik/pull/5818
- @ozanmakes made their first contribution in https://github.com/BuilderIO/qwik/pull/5824
Full Changelog: https://github.com/BuilderIO/qwik/compare/v1.4.3...v1.4.4
crowdin/github-action (crowdin/github-action)
v1.18.0
What's Changed
- CLI 3.18.0 by @andrii-bodnar
- feat: add 'download_bundle' option by @andrii-bodnar in https://github.com/crowdin/github-action/pull/211
Full Changelog: https://github.com/crowdin/github-action/compare/v1...v1.18.0
postcss/postcss (postcss)
v8.4.35
- Avoid
!innode.parent.nodestype. - Allow to pass
undefinedto node adding method to simplify types.
v8.4.34
- Fixed
AtRule#nodestype (by Tim Weißenfels). - Cleaned up code (by Dmitry Kirillov).
nodejs/undici (undici)
v6.6.2
What's Changed
- fix: webidl.brandcheck non strict should throw by @Uzlopak in https://github.com/nodejs/undici/pull/2683
- fix: expose EventSource for nodejs by @Uzlopak in https://github.com/nodejs/undici/pull/2645
- test: more information from debug tests by @Uzlopak in https://github.com/nodejs/undici/pull/2695
- Fix broken test on linux by @mcollina in https://github.com/nodejs/undici/pull/2699
- fix: fix the linux patch by @Uzlopak in https://github.com/nodejs/undici/pull/2703
- test(wpt): mark timed out tests as 'failed' by @rossilor95 in https://github.com/nodejs/undici/pull/2644
- build(deps-dev): bump borp from 0.5.0 to 0.9.1 by @dependabot in https://github.com/nodejs/undici/pull/2702
- perf: use insertion sort algorithm by @tsctx in https://github.com/nodejs/undici/pull/2706
- fix: run node tests on merge by @Uzlopak in https://github.com/nodejs/undici/pull/2707
New Contributors
- @rossilor95 made their first contribution in https://github.com/nodejs/undici/pull/2644
Full Changelog: https://github.com/nodejs/undici/compare/v6.6.1...v6.6.2
v6.6.1
⚠️ Security Release ⚠️
Details on the vulnerabilities fixed will be shared in the next couple of days.
What's Changed
- fix: flaky debug test by @Uzlopak in https://github.com/nodejs/undici/pull/2687
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.2 by @dependabot in https://github.com/nodejs/undici/pull/2688
- build(deps): bump actions/dependency-review-action from 3.1.0 to 4.0.0 by @dependabot in https://github.com/nodejs/undici/pull/2689
- fix: ci pipeline warnings by @Uzlopak in https://github.com/nodejs/undici/pull/2685
- perf: optimize Iterator by @tsctx in https://github.com/nodejs/undici/pull/2692
Full Changelog: https://github.com/nodejs/undici/compare/v6.6.0...v6.6.1
v6.6.0
What's Changed
- add webSocket example by @mertcanaltin in https://github.com/nodejs/undici/pull/2626
- chore: remove atomic-sleep as dev dependency by @Uzlopak in https://github.com/nodejs/undici/pull/2648
- chore: remove semver as dev dependency by @Uzlopak in https://github.com/nodejs/undici/pull/2646
- chore: remove table as dev dependency by @Uzlopak in https://github.com/nodejs/undici/pull/2649
- chore: remove delay as dev dependency by @Uzlopak in https://github.com/nodejs/undici/pull/2647
- chore: reduce noise in test-logs test/issue-2349.js by @Uzlopak in https://github.com/nodejs/undici/pull/2655
- chore: fix faketimer warning in test/request-timeout.js by @Uzlopak in https://github.com/nodejs/undici/pull/2656
- chore: reduce noise in test logs test/client-node-max-header-size.js by @Uzlopak in https://github.com/nodejs/undici/pull/2654
- refactor: use fromInnerResponse by @tsctx in https://github.com/nodejs/undici/pull/2635
- fix: support deflate raw responses by @Uzlopak in https://github.com/nodejs/undici/pull/2650
- Support building for externally shared js builtins by @mochaaP in https://github.com/nodejs/undici/pull/2643
- fix: typo clampAndCoarsenConnectionTimingInfo by @Uzlopak in https://github.com/nodejs/undici/pull/2653
- chore: use 'node:'-prefix for requiring node core modules by @Uzlopak in https://github.com/nodejs/undici/pull/2662
- build(deps-dev): bump husky from 8.0.3 to 9.0.7 by @dependabot in https://github.com/nodejs/undici/pull/2667
- build(deps-dev): bump cronometro from 1.2.0 to 2.0.2 by @dependabot in https://github.com/nodejs/undici/pull/2668
- remove timers/promises import by @KhafraDev in https://github.com/nodejs/undici/pull/2665
- chore: fix various codesmells by @Uzlopak in https://github.com/nodejs/undici/pull/2669
- chore: remove this alias in agent.js by @Uzlopak in https://github.com/nodejs/undici/pull/2671
- chore: use optional chaining by @Uzlopak in https://github.com/nodejs/undici/pull/2666
- chore: small perf improvements by @Uzlopak in https://github.com/nodejs/undici/pull/2661
- implement spec changes from a while ago by @KhafraDev in https://github.com/nodejs/undici/pull/2676
- websocket: fix close when no closing code is received by @KhafraDev in https://github.com/nodejs/undici/pull/2680
- fix: make ci less flaky by @Uzlopak in https://github.com/nodejs/undici/pull/2684
New Contributors
- @mochaaP made their first contribution in https://github.com/nodejs/undici/pull/2643
Full Changelog: https://github.com/nodejs/undici/compare/v6.5.0...v6.6.0
v6.5.0
What's Changed
- build(deps-dev): bump jsdom from 23.2.0 to 24.0.0 by @dependabot in https://github.com/nodejs/undici/pull/2632
- feat: Implement EventSource by @Uzlopak in https://github.com/nodejs/undici/pull/2608
- fix: readable body by @ronag in https://github.com/nodejs/undici/pull/2642
Full Changelog: https://github.com/nodejs/undici/compare/v6.4.0...v6.5.0
vitejs/vite (vite)
v5.1.1
- fix: empty CSS file was output when only .css?url is used (#15846) (b2873ac), closes #15846
- fix: skip not only .js but also .mjs manifest entries (#15841) (3d860e7), closes #15841
- chore: post 5.1 release edits (#15840) (9da6502), closes #15840
v5.1.0
- chore: revert #15746 (#15839) (ed875f8), closes #15746 #15839
- fix: pass
customLoggertoloadConfigFromFile(fix #15824) (#15831) (55a3427), closes #15824 #15831 - fix(deps): update all non-major dependencies (#15803) (e0a6ef2), closes #15803
- refactor: remove
vite build --force(#15837) (f1a4242), closes #15837
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 has been generated by Mend Renovate. View repository job log here.