chore(deps): update all non-major dependencies #193
Merged
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:
^4.11.3
->^4.11.5
^0.399.0
->^0.408.0
20.15.0
->20.15.1
^3.3.2
->^3.3.3
^0.14.0
->^0.14.1
^2.3.0
->^2.4.0
^3.4.4
->^3.4.6
Release Notes
withastro/astro (astro)
v4.11.5
Compare Source
Patch Changes
b9e906f
Thanks @matthewp! - Revert change to how boolean attributes workv4.11.4
Compare Source
Patch Changes
#11362
93993b7
Thanks @ematipico! - Fixes an issue where creating manually the i18n middleware could break the logic of the functions of the virtual moduleastro:i18n
#11349
98d9ce4
Thanks @ematipico! - Fixes an issue where Astro didn't throw an error whenAstro.rewrite
was used without providing the experimental flag#11352
a55ee02
Thanks @ematipico! - Fixes an issue where the rewrites didn't update the status code when using manual i18n routing.#11388
3a223b4
Thanks @mingjunlu! - Adjusts the color of punctuations in error overlay.#11369
e6de11f
Thanks @bluwy! - Fixes attribute rendering for non-boolean attributes with boolean valueslucide-icons/lucide (lucide-react)
v0.408.0
: New icons 0.408.0Compare Source
New icons 🎨
monitor-cog
(#2310) by @karsa-mistmereModified Icons 🔨
church
(#2273) by @jguddasdelete
(#2279) by @jguddasdrafting-compass
(#2266) by @jguddasv0.407.0
: New icons 0.407.0Compare Source
New icons 🎨
type-outline
(#2206) by @karsa-mistmerev0.406.0
: New icons 0.406.0Compare Source
New icons 🎨
calendar-arrow-down
(#2307) by @karsa-mistmerecalendar-arrow-up
(#2307) by @karsa-mistmereclock-arrow-down
(#2307) by @karsa-mistmereclock-arrow-up
(#2307) by @karsa-mistmerev0.405.0
: New icons 0.405.0Compare Source
New icons 🎨
user-pen
(#2303) by @karsa-mistmereuser-round-pen
(#2303) by @karsa-mistmerev0.404.0
: New icons 0.404.0Compare Source
New icons 🎨
folder-code
(#2276) by @jguddasv0.403.0
: New icons 0.403.0Compare Source
New icons 🎨
list-check
(#2291) by @guanboo-yangv0.402.0
: New icons 0.402.0Compare Source
New icons 🎨
wifi-high
(#2157) by @VirtCodewifi-low
(#2157) by @VirtCodewifi-zero
(#2157) by @VirtCodev0.401.0
: New icons 0.401.0Compare Source
New icons 🎨
scan-qr-code
(#2247) by @vexkiddyModified Icons 🔨
book-a
(#2274) by @jguddasbook-audio
(#2274) by @jguddasbook-check
(#2274) by @jguddasbook-copy
(#2274) by @jguddasbook-dashed
(#2274) by @jguddasbook-down
(#2274) by @jguddasbook-headphones
(#2274) by @jguddasbook-heart
(#2274) by @jguddasbook-image
(#2274) by @jguddasbook-key
(#2274) by @jguddasbook-lock
(#2274) by @jguddasbook-marked
(#2274) by @jguddasbook-minus
(#2274) by @jguddasbook-plus
(#2274) by @jguddasbook-text
(#2274) by @jguddasbook-type
(#2274) by @jguddasbook-up-2
(#2274) by @jguddasbook-up
(#2274) by @jguddasbook-user
(#2274) by @jguddasbook-x
(#2274) by @jguddasbook
(#2274) by @jguddascircle-power
(#2285) by @jguddaskey-round
(#2278) by @jguddasoctagon-alert
(#2280) by @jguddasoctagon-pause
(#2280) by @jguddasoctagon-x
(#2280) by @jguddasoctagon
(#2280) by @jguddassignature
(#2293) by @karsa-mistmeresquare-power
(#2285) by @jguddasv0.400.0
: New icons 0.400.0Compare Source
New icons 🎨
printer-check
(#2258) by @jguddasnodejs/node (node)
v20.15.1
Compare Source
prettier/prettier (prettier)
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
withastro/prettier-plugin-astro (prettier-plugin-astro)
v0.14.1
Compare Source
Patch Changes
7282bcb
: Fixes an issue where style and script tags would sometimes get moved to other tagsdcastil/tailwind-merge (tailwind-merge)
v2.4.0
Compare Source
New Features
experimentalParseClassName
property in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to https://github.com/dcastil/tailwind-merge/issues/385 for upcoming more powerful low-level functionality.@babel/runtime
dependency by @dcastil in https://github.com/dcastil/tailwind-merge/pull/431tailwind-merge/es5
bundle anyway which I don't optimize for.Documentation
Other
Full Changelog: dcastil/tailwind-merge@v2.3.0...v2.4.0
Thanks to @brandonmcconnell, @manavm1990, @langy, @jamesreaco and @microsoft for sponsoring tailwind-merge! ❤️
tailwindlabs/tailwindcss (tailwindcss)
v3.4.6
Compare Source
Fixed
Changed
:is()
wrapping rules when using an important selector (#13900)v3.4.5
Compare Source
Configuration
📅 Schedule: Branch creation - "on Sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.