Skip to content

dependabot: bump @nuxt/icon from 2.1.1 to 2.2.1#1

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/nuxt/icon-2.2.1
Open

dependabot: bump @nuxt/icon from 2.1.1 to 2.2.1#1
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/nuxt/icon-2.2.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps @nuxt/icon from 2.1.1 to 2.2.1.

Release notes

Sourced from @​nuxt/icon's releases.

v2.2.1

No significant changes

    View changes on GitHub

v2.2.0

   🚀 Features

    View changes on GitHub
Commits

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 2, 2026

Greptile Overview

Greptile Summary

This PR updates @nuxt/icon from version 2.1.1 to 2.2.1, a minor version bump that adds 44 new icon collections. The update also transitively updates @iconify/collections from 1.0.642 to 1.0.645.

Changes:

  • Main dependency update in package.json (2.1.1 → 2.2.1)
  • Lockfile reflects the version change and transitive dependency updates
  • No breaking changes according to the release notes
  • The module is configured in nuxt.config.ts but not actively used in components yet

Confidence Score: 5/5

  • Safe to merge - standard dependency update with no breaking changes
  • Minor version update that only adds features (44 new icon collections) with no breaking changes or deprecated APIs
  • No files require special attention

Important Files Changed

Filename Overview
package.json Updated @nuxt/icon from 2.1.1 to 2.2.1, a minor version bump adding 44 new icon collections
pnpm-lock.yaml Updated lockfile with new @nuxt/icon version and transitive dependency @iconify/collections from 1.0.642 to 1.0.645

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant P as package.json
    participant L as pnpm-lock.yaml
    participant I as @nuxt/icon
    participant IC as @iconify/collections

    D->>P: Update @nuxt/icon version
    P->>P: Change 2.1.1 → 2.2.1
    D->>L: Regenerate lock file
    L->>I: Resolve @nuxt/icon@2.2.1
    I->>IC: Requires @iconify/collections
    IC->>L: Update 1.0.642 → 1.0.645
    L->>L: Update dependency tree
    Note over I,IC: Adds 44 new icon collections
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/icon-2.2.1 branch from c77933b to b262a63 Compare February 13, 2026 08:47
notxorand and others added 2 commits February 22, 2026 03:51
Bumps [@nuxt/icon](https://github.com/nuxt/icon) from 2.1.1 to 2.2.1.
- [Release notes](https://github.com/nuxt/icon/releases)
- [Commits](nuxt/icon@v2.1.1...v2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/icon-2.2.1 branch from b262a63 to 578a2c3 Compare February 22, 2026 02:54
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