Skip to content

Releases: andrewmcodes/js-configs

@andrewmcodes/commitlint-config@1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 23:53
aec520e

Minor Changes

  • 42d759b: Ignore merge commits with custom subjects (any message starting with Merge ) that don't match commitlint's built-in merge patterns.

@andrewmcodes/prettier-config@3.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 08:08
d436989

Major Changes

  • 82e9a9d: feat: set proseWrap to "never" to prevent prose wrapping in Markdown

Patch Changes

  • 7de4e47: docs: add a Configuration section to each package README documenting the options/rules that override upstream defaults

@andrewmcodes/commitlint-config@1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 08:08
d436989

Patch Changes

  • 7de4e47: docs: add a Configuration section to each package README documenting the options/rules that override upstream defaults

@andrewmcodes/prettier-config@2.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:08
580b567

Minor Changes

  • d1a04d0: Migrate into the js-configs monorepo. Add an exports field and declare prettier (>=3.0.0) as a peer dependency to follow Prettier's shareable-config best practices. The config behavior is unchanged (printWidth: 120, endOfLine: "auto").

@andrewmcodes/commitlint-config@1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:08
580b567

Major Changes

  • d1a04d0: Migrate into the js-configs monorepo and update @commitlint/config-conventional to v21. The shareable rules are unchanged (extends @commitlint/config-conventional and disables body-max-line-length and footer-max-line-length), but the updated dependency is ESM-only and requires Node.js >= 22.12 and commitlint 19+, so this is released as a breaking change for consumers on older toolchains.