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 dependencies (non-major) #171

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​eik/cli 2.0.38 -> 2.0.39 age adoption passing confidence
lightningcss 1.25.1 -> 1.28.1 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
typescript (source) 5.5.3 -> 5.6.3 age adoption passing confidence
unocss 0.61.3 -> 0.64.0 age adoption passing confidence
unzipper 0.12.1 -> 0.12.3 age adoption passing confidence
vite (source) 5.3.3 -> 5.4.11 age adoption passing confidence

Release Notes

parcel-bundler/lightningcss (lightningcss)

v1.28.1

Compare Source

v1.28.0

Compare Source

Added

Fixed

v1.27.0

Compare Source

Added

Fixed

v1.26.0

Compare Source

Added

Fixed

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.

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

unocss/unocss (unocss)

v0.64.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.63.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.63.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.63.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.63.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.62.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.62.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.62.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.61.6

Compare Source

   🚀 Features
  • preset-mini: Support (float &nbsp;-&nbsp; by **end) (#​3997)** and Anthony Fu (clear)-(start)
   🐞 Bug Fixes
    View changes on GitHub

v0.61.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.61.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
ZJONSSON/node-unzipper (unzipper)

v0.12.3

Compare Source

Add @​ts-ignore to unblock typescript errors

v0.12.2

Compare Source

vitejs/vite (vite)

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.7

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.6

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.5

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.4

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.3

Compare Source

@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 682637d to f86bf76 Compare March 27, 2024 16:31
@renovate renovate bot changed the title fix(deps): update all dependencies (non-major) chore(deps): update all dependencies (non-major) Mar 27, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 5 times, most recently from 16b2b2c to 68b183e Compare April 12, 2024 11:54
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 6 times, most recently from 48aaeda to c41e2ad Compare April 18, 2024 13:14
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 5 times, most recently from ccda3bb to 7cdd383 Compare April 25, 2024 11:15
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 4 times, most recently from aa16472 to 59a390b Compare May 5, 2024 15:22
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 4 times, most recently from 6050374 to 3c01046 Compare May 12, 2024 14:17
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 3 times, most recently from 70fcecd to a71e3e9 Compare May 17, 2024 20:50
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from a71e3e9 to 4a331d5 Compare May 20, 2024 22:05
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 3 times, most recently from 6db4232 to 6345801 Compare August 15, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from 8cb7750 to f0f96b8 Compare August 24, 2024 17:22
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from cdd3a14 to 6df3a69 Compare September 3, 2024 16:21
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 5 times, most recently from 3dabbb4 to 0807b9e Compare September 16, 2024 14:29
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from 1468465 to 67377c3 Compare September 20, 2024 15:22
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 4 times, most recently from 3ed2934 to c4051a8 Compare October 2, 2024 03:47
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 4 times, most recently from 24c875c to 6871d74 Compare October 9, 2024 10:28
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 6871d74 to 34d46ef Compare October 14, 2024 21:20
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from 4e3f727 to a81137a Compare October 23, 2024 05:13
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 3 times, most recently from 8ad1141 to 46fc446 Compare November 5, 2024 09:28
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 46fc446 to 5f1d23f Compare November 11, 2024 12:31
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