Skip to content

chore: version packages#13

Merged
stevensacks merged 1 commit into
mainfrom
changeset-release/main
May 22, 2026
Merged

chore: version packages#13
stevensacks merged 1 commit into
mainfrom
changeset-release/main

Conversation

@stevensacks
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@gaia-react/lint@1.2.0

Minor Changes

  • #12 6417611 Thanks @stevensacks! - Add no-jsx-iife rule to gaiaLint.guardrails.

    Flags IIFEs ({(() => { ... })()}) used inside JSX expression containers. These obscure intent and allocate a new function on every render. The rule errors on both arrow-function and regular-function callees inside a JSXExpressionContainer, scoped to **/*.tsx and **/*.jsx files. Fix by computing the value in a variable before the return statement, using an inline && expression, or extracting a sub-component.

@stevensacks stevensacks merged commit da24dbb into main May 22, 2026
1 check passed
@stevensacks stevensacks deleted the changeset-release/main branch May 22, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant