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 #1756

Merged
merged 3 commits into from
Jul 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/heroicons ^1.1.21 -> ^1.1.22 age adoption passing confidence
@iconify-json/simple-icons ^1.1.108 -> ^1.1.109 age adoption passing confidence
@nuxt/icon ^1.0.0 -> ^1.1.1 age adoption passing confidence
@​nuxt/ui-pro 1.3.1-28675271.bc26006 -> 1.3.1-28675466.58ab657 age adoption passing confidence
@nuxtjs/tailwindcss ^6.12.0 -> ^6.12.1 age adoption passing confidence
nuxt-og-image (source) ^3.0.0-rc.56 -> ^3.0.0-rc.61 age adoption passing confidence
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence
release-it ^17.5.0 -> ^17.6.0 age adoption passing confidence
tailwindcss (source) ^3.4.4 -> ^3.4.5 age adoption passing confidence
vitest (source) ^2.0.1 -> ^2.0.3 age adoption passing confidence

Release Notes

nuxt/icon (@​nuxt/icon)

v1.1.1

Compare Source

v1.1.0

Compare Source

nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss)

v6.12.1

Compare Source

compare changes

🩹 Fixes
📖 Documentation
📦 Build
  • Update merger filename and revert @nuxt/content upgrade (#​867)
🏡 Chore
❤️ Contributors
nuxt-modules/og-image (nuxt-og-image)

v3.0.0-rc.61

Compare Source

No significant changes

    View changes on GitHub

v3.0.0-rc.60

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.0-rc.59

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.58

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.57

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
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.

release-it/release-it (release-it)

v17.6.0

Compare Source

  • Update dependencies (517ac8c)
  • Replace eslint-plugin-import with eslint-plugin-import-x (5828326)
  • feat: add secure flag to gitlab config (#​1129) (7a3ce98)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.5

Compare Source

vitest-dev/vitest (vitest)

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.2

Compare Source


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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1fc280 to 829a6e1 Compare May 7, 2024 16:24
@renovate renovate bot changed the title chore(deps): update resolutions @nuxt/module-builder to v0.6.0 chore(deps): update all non-major dependencies May 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 829a6e1 to 7df48d5 Compare May 7, 2024 22:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7df48d5 to 3d58045 Compare May 8, 2024 11:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d58045 to ef48532 Compare May 8, 2024 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef48532 to 91ffc7e Compare May 9, 2024 09:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91ffc7e to aafbc17 Compare May 9, 2024 13:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aafbc17 to 1c72db6 Compare May 9, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c72db6 to d288700 Compare May 10, 2024 09:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d288700 to 4541deb Compare May 10, 2024 09:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4541deb to 55ecb79 Compare May 10, 2024 13:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55ecb79 to abea097 Compare May 14, 2024 00:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abea097 to cc21e57 Compare May 14, 2024 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cc21e57 to c5ea7ad Compare May 14, 2024 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5ea7ad to af17251 Compare May 15, 2024 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66a3495 to f1a29a0 Compare July 9, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f1a29a0 to a55fddb Compare July 9, 2024 20:01
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/ui-pro to v1.3.1-28675466.58ab657 chore(deps): update all non-major dependencies Jul 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a55fddb to 8bad1ec Compare July 10, 2024 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bad1ec to b9557cf Compare July 11, 2024 11:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9557cf to 447ac4f Compare July 12, 2024 14:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 447ac4f to 0129b42 Compare July 13, 2024 15:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0129b42 to 2fbaf8f Compare July 13, 2024 20:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2fbaf8f to f200ab8 Compare July 14, 2024 08:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f200ab8 to 66d4cff Compare July 14, 2024 12:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 66d4cff to aaaa868 Compare July 15, 2024 14:14
Copy link
Contributor Author

renovate bot commented Jul 16, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@benjamincanac benjamincanac merged commit 46e9b12 into dev Jul 16, 2024
2 checks passed
@benjamincanac benjamincanac deleted the renovate/all-minor-patch branch July 16, 2024 12:45
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.

None yet

1 participant