chore(release): bump version and deploy packages - #408
Conversation
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
daa6edc to
a51a4e2
Compare
a33b72c to
223a6ce
Compare
|



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
@mheob/oxlint-config@4.0.0
Major Changes
#412 (@mheob): feat(oxlint)!: make
tailwindcssConfigconfigurabletailwindcssConfigis now a factory function instead of a static config object. It accepts thebetter-tailwindcssplugin settings viaoptionsand a list of ignored classes viaignoredClasses, which is applied toenforce-canonical-classesandno-unknown-classes. The argument type is exported asTailwindcssConfig.enforce-canonical-classesis raised fromwarntoerror.Breaking change: update your config from
extends: [tailwindcssConfig]toextends: [tailwindcssConfig()]. Plugin settings that were previously declared undersettings.tailwindcssin the consuming config now belong in theoptionsargument.Minor Changes
#412 (@mheob): feat(oxlint): lint JSX files and enable the
jsx-a11yandpromisepluginsreactConfigandnextJsConfignow also apply to**/*.jsxfiles,reactConfigenables thejsx-a11yplugin, andbaseConfigenables thepromiseplugin.nextJsConfigextendsreactConfig, so listing both is no longer necessary.Patch Changes
#406 (@renovate): chore(deps): update all non-major dependencies
#413 (@mheob): chore(deps): update all non-major dependencies
Raises the catalog ranges of the peer dependencies:
oxlintto^1.81.0,@commitlint/clito^21.2.2, andczgto^1.14.0. The remaining updates (@changesets/cli,@types/node,cspell,cve-lite-cli,lefthook,oxfmt,turbo) affect development only.@mheob/commitlint-config@2.0.7
Patch Changes
#413 (@mheob): chore(deps): update all non-major dependencies
Raises the catalog ranges of the peer dependencies:
oxlintto^1.81.0,@commitlint/clito^21.2.2, andczgto^1.14.0. The remaining updates (@changesets/cli,@types/node,cspell,cve-lite-cli,lefthook,oxfmt,turbo) affect development only.@mheob/oxfmt-config@1.3.3
Patch Changes