-
Notifications
You must be signed in to change notification settings - Fork 1
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 #55
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update All #55
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6ebb9d7
to
fcf8c8b
Compare
922a0a8
to
35d56eb
Compare
fbb12b7
to
c54db5d
Compare
95894df
to
4c2904a
Compare
8a901fc
to
4534273
Compare
f8c4ff9
to
779a17d
Compare
a3c60f7
to
e02273e
Compare
af07be8
to
9a12b4e
Compare
b5868cd
to
8014536
Compare
f93c724
to
6efe283
Compare
fec38e8
to
0784faf
Compare
d8bfeb2
to
23921bf
Compare
e658377
to
add2cc7
Compare
8a9dffc
to
457472b
Compare
457472b
to
4fe97b3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.11.0
->1.12.1
1.11.0
->1.12.1
1.3.1
->1.4.4
1.3.1
->1.4.4
8.56.10
->8.56.12
1.11.0
->1.12.1
9.14.4
->9.15.6
8.4.49
->8.5.3
5.7.2
->5.8.2
7.1.0
->7.4.0
11.0.3
->11.1.0
5.1.8
->5.4.14
3.23.8
->3.24.2
Release Notes
QwikDev/qwik (@builder.io/qwik)
v1.12.1
Patch Changes
📃 update turso integration keywords, add contributor (by @A2-NieR in #7215)
✨ tailwindcss v4 integration (by @sreeisalso in #7274)
🐞🩹 remove usage of
computedStyleMap
(by @Varixo in #7252)📃 remove shop (by @gioboa in #7221)
🐞🩹 error in the middleware occurs 404 (by @JerryWu1234 in #6951)
🐞🩹 changed turso createClient import to work with file urls, updated docs note with info & link to the corresponding section in the turso docs (by @A2-NieR in #7211)
📃 add Qwik blog + articles (by @gioboa in #7214)
🐞🩹 input's value is string when passing number (by @JerryWu1234 in #7249)
v1.12.0
Compare Source
Minor Changes
isDev
,isBrowser
andisServer
are now exported from@builder.io/qwik
directly, so they are more discoverable and easier to add.@builder.io/qwik/build
still remains. (by @wmertens in #7138)Patch Changes
🐞🩹 add subscription when doing
"prop" in store
(by @revintec in #7071)🐞🩹
stoppropagation
functionality (by @shairez in #7102)QwikDev/qwik (@builder.io/qwik-city)
v1.12.1
Patch Changes
🐞🩹 MDX content now accepts a prop of type
components
that lets you use your own custom components (by @double-thinker in #7277)To add custom components to your MDX content, you can now do this:
You can also use props in JS expressions. See https://mdxjs.com/docs/using-mdx/#props
🐞🩹 mdx not rendering (by @shairez in #7168)
📃 added a "Qwik for Mobile" guide to build iOS and Android Qwik apps (by @srapport in #7205)
🐞🩹 some qrls weren't fetched correctly on page load (by @shairez in #7286)
v1.12.0
Compare Source
Patch Changes
🐞🩹 the previous URL now is undefined on first render. (by @damianpumar in #7082)
🐞🩹 server$ functions now correctly throw errors for > 500 error codes (by @DustinJSilk in #7078)
QwikDev/qwik (eslint-plugin-qwik)
v1.12.1
Compare Source
v1.12.0
Compare Source
pnpm/pnpm (pnpm)
v9.15.6
: pnpm 9.15.6Compare Source
Patch Changes
packageManager
cannot start withv
.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
Gold Sponsors
v9.15.4
: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>
updates only the specified package, withdedupe-peer-dependents=true
.Platinum Sponsors
Gold Sponsors
v9.15.3
: pnpm 9.15.3Compare Source
Patch Changes
pnpm update --filter <pattern> --latest <pkg>
should only change the specified package for the specified workspace, whendedupe-peer-dependents
is set totrue
#8877..DS_Store
file atpatch-commit
#8922.pnpm patch
is unable to bring back old patch without specifying@version
suffix #8919.Platinum Sponsors
Gold Sponsors
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1
: pnpm 9.15.1Compare Source
Patch Changes
pnpm remove
should not link dependencies from the workspace, whenlink-workspace-packages
is set tofalse
#7674.node_modules
should not fail, when a dependency has itself in its own peer dependencies #8854.Platinum Sponsors
Gold Sponsors
v9.15.0
: pnpm 9.15Compare Source
Minor Changes
Patch Changes
pnpm update --global
should not crash if there are no any global packages installed #7898.pnpm update --interactive
if catalogs are used.Platinum Sponsors
Gold Sponsors
postcss/postcss (postcss)
v8.5.3
Compare Source
Unknown word
error (by @hiepxanh).v8.5.2
Compare Source
v8.5.1
Compare Source
v8.5.0
: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#document
in additional toInput#css
.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
microsoft/TypeScript (typescript)
v5.8.2
Compare Source
v5.7.3
: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
nodejs/undici (undici)
v7.4.0
Compare Source
What's Changed
onResponseError
by @tmair in https://github.com/nodejs/undici/pull/4030EnvHttpProxyAgent
as stable by @aduh95 in https://github.com/nodejs/undici/pull/4049New Contributors
Full Changelog: nodejs/undici@v7.3.0...v7.4.0
v7.3.0
Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.2.3...v7.3.0
v7.2.3
[Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.2.2...v7
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.
This PR was generated by Mend Renovate. View the repository job log.