You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(eslint-plugin): add support for eslint v9 (#1760)
* feat(eslint-plugin): add support for eslint v9
This change adds a set of compatibility functions to bridge the gap between the legacy context api and the new context api, allowing projects using this plugin to upgrade their version of eslint to v9.
* docs(eslint-plugin): changeset
* build(eslint-plugin): add engines to explicitly declare supported node versions
This change updates the versions of nodes we're running the test workflow again to v16, v18, v20, and v22 (the new LTS)
* docs(eslint-plugin): add changeset
* Fix shorthand-property-sorting crashing when styles not initialised (#1765)
* Fix shorthand-property-sorting crashing when styles not initialised
* Add changeset
* Added changeset reminder
* Version Packages (#1766)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Grant Wong <[email protected]>
Co-authored-by: atlas-dst-bot <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
'Disallows `css` prop usages where it is either not wrapped in the `css` import from `@compiled/react` or where `@compiled` cannot determine whether the `css` import is included at build time.',
0 commit comments