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 non-major dependencies #193

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
astro (source) ^4.11.3 -> ^4.11.5 age adoption passing confidence dependencies patch
lucide-react (source) ^0.399.0 -> ^0.408.0 age adoption passing confidence dependencies minor
node (source) 20.15.0 -> 20.15.1 age adoption passing confidence patch
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence devDependencies patch
prettier-plugin-astro ^0.14.0 -> ^0.14.1 age adoption passing confidence devDependencies patch
tailwind-merge ^2.3.0 -> ^2.4.0 age adoption passing confidence dependencies minor
tailwindcss (source) ^3.4.4 -> ^3.4.6 age adoption passing confidence dependencies patch

Release Notes

withastro/astro (astro)

v4.11.5

Compare Source

Patch Changes

v4.11.4

Compare Source

Patch Changes
lucide-icons/lucide (lucide-react)

v0.408.0: New icons 0.408.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.407.0: New icons 0.407.0

Compare Source

New icons 🎨

v0.406.0: New icons 0.406.0

Compare Source

New icons 🎨

v0.405.0: New icons 0.405.0

Compare Source

New icons 🎨

v0.404.0: New icons 0.404.0

Compare Source

New icons 🎨

v0.403.0: New icons 0.403.0

Compare Source

New icons 🎨

v0.402.0: New icons 0.402.0

Compare Source

New icons 🎨

v0.401.0: New icons 0.401.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.400.0: New icons 0.400.0

Compare Source

New icons 🎨

nodejs/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.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
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.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
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:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

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 tags
dcastil/tailwind-merge (tailwind-merge)

v2.4.0

Compare Source

New Features
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
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jul 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 336c00e to a4d67a9 Compare July 7, 2024 17:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4d67a9 to e87bcfd Compare July 7, 2024 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e87bcfd to 9c173bc Compare July 8, 2024 08:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c173bc to 4e45b52 Compare July 8, 2024 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e45b52 to f0d48b9 Compare July 8, 2024 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0d48b9 to f1154e1 Compare July 9, 2024 09:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f1154e1 to c8421ba Compare July 9, 2024 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8421ba to 8a61fb3 Compare July 9, 2024 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a61fb3 to 3970dd1 Compare July 12, 2024 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3970dd1 to 88f2f6a Compare July 13, 2024 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88f2f6a to 55d3237 Compare July 15, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55d3237 to c2ba132 Compare July 16, 2024 18:00
@renovate renovate bot merged commit 966188c into main Jul 16, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 16, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

0 participants