module-solid-v1.1.3
wxt-dev/wxtmodule-solid-v1.1.3Nov 15, 2024by github-actions[bot]
AI Summary
Updates Solid module to use the correct hook for configuration updates and improves linting capabilities.
Key Highlights
- Updated to use `config:resolved` hook instead of `ready`
- Added `oxlint` for linting
- Dependency updates
Full Release Notes
[compare changes](https://github.com/wxt-dev/wxt/compare/module-solid-v1.1.2...module-solid-v1.1.3) ### 🩹 Fixes - Use `config:resolved` hook to update config instead of `ready` ([#1178](https://github.com/wxt-dev/wxt/pull/1178)) ### 🏡 Chore - Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947)) - Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040)) - **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164)) ### ❤️ Contributors - Aaron ([@aklinker1](http://github.com/aklinker1))