Releases: code-pushup/cli
Releases · code-pushup/cli
v0.4.2
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.1
v0.1.0
Changelog
This file was generated using @jscutlery/semver.
0.1.0 (2023-12-01)
Bug Fixes
- cli-e2e: re-create package-lock.json (8a99ec0)
- cli: changed persist format options to array (#153) (26c6a85), closes #95
- cli: exclude nested kebab-case keys, update tests (741d5a5)
- cli: parse multiple config args to last item of array (#164) (7c81f81), closes #146
- cli: replace clui on @isaacs/cliui (#282) (465f230), closes #209
- cli: run
npm installbefore tests (6507c2e) - core: audit metadata looked up in plugin config, not expected in output (31ffd5e)
- core: include package.json data (0fef0c3)
- formatting (7e5e743)
- lint config and errors (6f5f677)
- models: add package.lock (8075613)
- models: allow empty string as docsUrl (1c34d92)
- models: increase character limit for issue message (e6f6fc8)
- plugin-eslint: allow unmatched patterns (d350187)
- plugin-eslint: ensure runner output directory exists (fca87f5)
- plugin-eslint: ensure working directory exists before writing .eslintrc.json (3f19d6f)
- plugin-eslint: exclude rules which are turned off (f2cc454)
- plugin-eslint: handle implicitly relative config paths (39a7d43)
- plugin-eslint: omit empty docsUrl in audit metadata (3127683)
- plugin-eslint: pluralize audit display value based on count (aa35d0c)
- refactor after core package intro (#83) (aa39d09)
- sync package-lock.json with
npm install(0fde5f3) - testing: fix tests for Windows (#165) (b80255b), closes #131
- utils,cli: remove all mentions of the
interactiveoption (#245) (be7471e), closes #120 - utils: handle descriptions ending in code block in report.md (a9a05ad)
Features
- add transform to persist config (#229) (ce4d975)
- cli: add
--persist.filenamecli option (#187) (296df7d) - cli: disabled version option (#162) (9a5371c), closes #124
- cli: initial collect command (#45) (ba048be)
- cli: introduce the
onlyPluginsoption (#246) (13c9d26), closes #119 - cli: persist login and formatting options (#47) (6241fd7)
- cli: setup yargs for cli (#42) (37ea0a5), closes #6 #38
- cli: use bundle-require instead of jiti (no hackfix, but also no CJS configs) (028c592)
- configure build and tests to handle ESM and CJS configs (48cd967)
- core: add core package (dd8ddae)
- core: add esm plugin logic (#248) (18d4e3a)
- core: change to execute all plugins before throwing on failed (#275) (32a6ef5), closes #159
- models: add isBinary field to category schema (8b13039)
- models: add report filename option (#174) (bdeab54)
- models: setup types and parser with zod (7d5c99e)
- models: validate plugin icons using portal-client package (f52cc75)
- nx-plugin: add configuration generator (#294) (ee21143), closes #61
- nx-plugin: initial setup and init command (#51) (c8dd4d9), closes #9
- plugin-eslint: add support for inline eslint config (67571eb)
- plugin-eslint: configure bin entry point (b34ecb2)
- plugin-eslint: convert rule ids to slugs, add basic description to audits (971c97a)
- plugin-eslint: create groups from rules' meta.docs.category (per plugin) (56e129c)
- plugin-eslint: create groups from rules' meta.type (problem/suggestion/layout) (0350e49)
- plugin-eslint: implement runner logic (0ad5445)
- plugin-eslint: include NPM package name and version (25bda11)
- plugin-eslint: register audit metadata based on eslintrc and file patterns (3aac581)
- plugin-eslint: rule options used to identify audit, options in slug (hash) and description (b9f51c9)
- plugin-eslint: validate initializer params with Zod (56e1aee)
- support top-level await in config files (7712250)
- support TS config files using Jiti + hackfix lighthouse import.meta usages ([3b7927d](https://github.com/cod...