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): bump @nuxt/ui from 2.15.2 to 2.18.4 #92

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps @nuxt/ui from 2.15.2 to 2.18.4.

Release notes

Sourced from @​nuxt/ui's releases.

v2.18.3

🐛 Bug Fixes

  • Link: define rel as any (69f605f)
  • types: only use .ts for index (93ddf1d)

Full Changelog: nuxt/ui@v2.18.2...v2.18.3

v2.18.2

🐛 Bug Fixes

  • Tabs: add missing UIcon import (4fd1be2)

Full Changelog: nuxt/ui@v2.18.1...v2.18.2

v2.18.1

🐛 Bug Fixes

  • components: use relative imports (ea721a3)

Full Changelog: nuxt/ui@v2.18.0...v2.18.1

v2.18.0

Read our updated documentation on https://ui.nuxt.com/.

✨ Nuxt Icon

In the last couple of weeks, nuxt-icon went through a complete rewrite made by @​antfu and is now officially called @nuxt/icon. It now works much better with SSR (no flicking on the client side) so we no longer need to rely on Tailwind CSS (@egoist/tailwindcss-icons) to bundle icons. You can check nuxt/icon#154 for more details.

This implies a few breaking changes but is a big step towards v3:

  1. the ui.icons module option (nuxt.config.ts) is removed

You no longer need to specify which Iconify collection you want to use as @nuxt/icon discovers them automatically. You can remove it safely if you used it with an array of collection or with all. Nuxt Icon will also automatically warn you if you didn't install a @iconify-json collection.

If you used it as an object to provide custom collections, you can now use the icon key in your nuxt.config.ts: https://github.com/nuxt/icon?tab=readme-ov-file#custom-local-collections

  1. the dynamic prop (<UIcon /> component) and the ui.icons.dynamic option (app.config.ts) are removed

The dynamic prop was introduced in https://github.com/nuxt/ui/releases/tag/v2.11.0 to use nuxt-icon instead of the default behaviour with @​egoist/tailwindcss-icons. It was useful when using dynamic class names or for icons coming from a database for example.

You no longer need this as @nuxt/icon will automatically fallback to Iconify API when the requested icon is not bundled.

  1. nuxtIcon option has been renamed to icon (app.config.ts)

When using the dynamic mode (nuxt-icon), you might have used the nuxtIcon key in your app.config.ts. In Nuxt Icon v1, this has been renamed to icon: https://github.com/nuxt/icon?tab=readme-ov-file#configuration-%EF%B8%8F

🚀 Features

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

2.18.4 (2024-08-05)

Bug Fixes

  • Form: submit event data (#2012) (4d61936)
  • module: handle nested colors from ui config (#2008) (1cc7e2a)
  • module: reduce css bundle size by fixing safelist regex (#2005) (8ac9ca4)
  • module: suffix types imports with /index (7e37668), closes #2018
  • Tabs: use nextTick before marker calc (#2020) (9c04969)
  • useFormGroup: app config default input size (#2011) (3485092)

2.18.3 (2024-07-30)

Bug Fixes

  • Link: define rel as any (69f605f)
  • types: only use .ts for index (93ddf1d)

2.18.2 (2024-07-25)

Bug Fixes

  • Tabs: add missing UIcon import (4fd1be2)

2.18.1 (2024-07-25)

Bug Fixes

  • components: use relative imports (ea721a3)

2.18.0 (2024-07-25)

⚠ BREAKING CHANGES

  • Icon: migrate from @egoist/tailwindcss-icons to new @nuxt/icon (#1789)

Features

  • Checkbox/Radio/RadioGroup: add help slot (c3122f7), closes #1957
  • CommandPalette: handle static groups (#1458) (b264ad2)
  • Icon: migrate from @egoist/tailwindcss-icons to new @nuxt/icon (#1789) (c904604)
  • module: improve app config types autocomplete (#1870) (3f8ea5d)
  • RadioGroup: add selected to label slot props (#1587) (d18477d)
  • SelectMenu: add selected to label / leading / trailing slots props (#1349) (6b216ca)
  • SelectMenu: handle function in showCreateOptionWhen prop (#1853) (7e974b5)

... (truncated)

Commits
  • d665820 chore(release): v2.18.4
  • 9c04969 fix(Tabs): use nextTick before marker calc (#2020)
  • 606c7b6 docs: import $ui from useNuxtApp
  • 7e37668 fix(module): suffix types imports with /index
  • 4d61936 fix(Form): submit event data (#2012)
  • 8ac9ca4 fix(module): reduce css bundle size by fixing safelist regex (#2005)
  • 3485092 fix(useFormGroup): app config default input size (#2011)
  • 1cc7e2a fix(module): handle nested colors from ui config (#2008)
  • 3411b89 chore(renovate): remove @nuxt/module-builder and vue-tsc from ignore
  • 1b869dc chore(release): v2.18.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from flemzord as a code owner August 5, 2024 12:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
Copy link

coderabbitai bot commented Aug 5, 2024

Warning

Rate limit exceeded

@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 29 minutes and 50 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Commits

Files that changed from the base of the PR and between b9e3917 and 155bf2a.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Aug 5, 2024

Thank you for following the naming conventions for pull request titles! 🙏

Bumps [@nuxt/ui](https://github.com/nuxt/ui) from 2.15.2 to 2.18.4.
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/dev/CHANGELOG.md)
- [Commits](nuxt/ui@v2.15.2...v2.18.4)

---
updated-dependencies:
- dependency-name: "@nuxt/ui"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/ui-2.18.4 branch from a796de0 to 155bf2a Compare August 6, 2024 23:28
@flemzord flemzord closed this Aug 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt/ui-2.18.4 branch August 6, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant