Releases: andrewmcodes/js-configs
Releases · andrewmcodes/js-configs
Release list
@andrewmcodes/commitlint-config@1.1.0
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
@andrewmcodes/commitlint-config@1.0.1
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
Minor Changes
- d1a04d0: Migrate into the
js-configsmonorepo. Add anexportsfield and declareprettier(>=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
Major Changes
- d1a04d0: Migrate into the
js-configsmonorepo and update@commitlint/config-conventionalto v21. The shareable rules are unchanged (extends@commitlint/config-conventionaland disablesbody-max-line-lengthandfooter-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.