Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps @phosphor-icons/react from 2.1.7 to 2.1.10.

Release notes

Sourced from @​phosphor-icons/react's releases.

v2.1.10

Fixes

  • Add explicit "type": "module" back to package.json for more predictable bundler behavior
  • Add export map alias @phosphor-icons/react/ssr for easier access to SSR versions of icons

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

v2.1.8

Enhancements

  • All exported icon components are now suffixed with the word "Icon". We think this will improve readability of JSX and avoid polluting the scope, name-squatting common app things like User and Settings. Old names are still valid, but are marked deprecated. For additional context, see: #104, #127.
// ⚠️ This is still valid, but deprecated:
import { User } from "@phosphor-icons/react";
// ✅ This is the new name going forward:
import { UserIcon } from "@​phosphor-icons/react";

  • Bundle size reduced ~20% thanks to better minification.
  • Potentially fixed TypeScript errors in some projects due to more explicit "exports" field and disambiguation between es and cjs builds.

Related projects

Check out our plugins for popular design tools:

For developers, please check out our framework-specific packages:

... (truncated)

Commits
  • 57424d5 chore(lib): better export mapping
  • 96fba92 chore(lib): explicit module type declaration
  • 5ac3fd9 chore(lib): promote version
  • c0362b9 fix(lib): use classic jsx runtime, more compatible imports
  • 85f73c4 chore(build+deps): update build config and dependencies
  • 8f28530 feat(icons): add "Icon" suffix to all icons and deprecate old names
  • 7235f24 chore(docs): sync readme section
  • 8ae94cf Update README.md
  • ed61cf0 Update README.md
  • 64549d8 Double quotes instead of single
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@phosphor-icons/react](https://github.com/phosphor-icons/react) from 2.1.7 to 2.1.10.
- [Release notes](https://github.com/phosphor-icons/react/releases)
- [Commits](phosphor-icons/react@v2.1.7...v2.1.10)

---
updated-dependencies:
- dependency-name: "@phosphor-icons/react"
  dependency-version: 2.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 6, 2025
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