auto-icons-v1.1.1
wxt-dev/wxtauto-icons-v1.1.1Feb 22, 2026by github-actions[bot]
AI Summary
@wxt-dev/auto-icons v1.1.1 fixes an issue where auto icons were incorrectly overriding default icons, and standardizes file existence checks.
Key Highlights
- Fix auto icons overriding default icons
- Standardized file existence checks to pathExists
New Features
- Fixed auto icons overriding default icons
- Standardized pathExists utility for file checks
Full Release Notes
[compare changes](https://github.com/wxt-dev/wxt/compare/auto-icons-v1.1.0...auto-icons-v1.1.1) ### 🩹 Fixes - Auto icons override default icons ([#1616](https://github.com/wxt-dev/wxt/pull/1616)) ### 💅 Refactors - Standardize file existence checks to `pathExists` ([#2083](https://github.com/wxt-dev/wxt/pull/2083)) ### 🏡 Chore - **deps:** Upgrade oxlint from 0.16.8 to 1.14.0 ([a01928e0](https://github.com/wxt-dev/wxt/commit/a01928e0)) - **deps:** Upgrade typescript from 5.8.3 to 5.9.2 ([a6eef643](https://github.com/wxt-dev/wxt/commit/a6eef643)) - Create script for managing dependency upgrades ([#1875](https://github.com/wxt-dev/wxt/pull/1875)) - **deps:** Upgrade all dev dependencies ([#1876](https://github.com/wxt-dev/wxt/pull/1876)) - **deps:** Upgrade non-breaking production dependencies ([#1877](https://github.com/wxt-dev/wxt/pull/1877)) - Upgrade dev and non-major prod dependencies ([#2000](https://github.com/wxt-dev/wxt/pull/2000)) - Use `tsdown` to build packages ([#2006](https://github.com/wxt-dev/wxt/pull/2006)) - Move script-only dev dependencies to top-level `package.json` ([#2007](https://github.com/wxt-dev/wxt/pull/2007)) - Update dependencies ([#2069](https://github.com/wxt-dev/wxt/pull/2069)) ### ❤️ Contributors - Omerfardemir <od080624@gmail.com> - Aaron ([@aklinker1](https://github.com/aklinker1))