Releases: virtuallyunknown/dev-deps
Releases Β· virtuallyunknown/dev-deps
Release v0.4.1
Fixes:
- (d5d60f5) fix(eslint-config): update eslint configuration, forgot to do in last release
Thanks:
Release v0.4.0
Release v0.3.1
Release v0.3.0
Release v0.2.2
Chores:
- (d8ac847) chore(eslint-config): update @typescript-eslint/switch-exhaustiveness-check
Thanks:
Release v0.2.1
Release v0.2.0
Chores:
- (ec676c6) chore: update eslint and @typescript-eslint rules
- (44d13e9) chore: update @stylistic/eslint-plugin rules
- (7a0b982) chore: update eslint-plugin-react rules
- (5261845) chore: update unicorn and eslint-plugin-react-hooks rules
- (b549631) chore: add --trace-uncaught flag for running apps
- (0936345) chore: add note about eslint plugin versioning
- (5fec28c) chore: upgrade to nx 20
- (175cb92) chore: upgrade internal dependencies
- (7256301) chore(eslint-server): upgrade to express 5
Fixes:
- (bd7cda6) fix(eslint-server): db.ts remove unnecessary console.log
- (6202a4f) fix: use superjson for trpc
- (6065782) fix(eslint-client): add rule status/error level to rule removals page
- (0b71530) fix: add @types/eslint back
- (74a05ef) fix(eslint-client): remove unnecessary dependency
- (b12dab3) fix: nx not caching properly due to bad configuration
- (ca4e59d) fix: commit pnpm-lock.yaml
- (a4f10ae) fix(release): add eslint config stylistic rules
- (a8c0fed) fix(release): remove useless console.log
- (7fd1272) fix: upgrade and fix watcher script and all it's deps
- (52d054e) fix(eslint-client): add tailwindcss as dependency in package.json
- (506a8e0) fix(eslint-client): tailwind.config.js use extensionless import for node >=22.12
Features:
- (ffeffbc) feat: handle plugin rule removals, previously undetected
Refactor:
- (6479488) refactor: migrate from @typescript-eslint/eslint-plugin to typescript-eslint
- (6d3787d) refactor: prefer fixed eslint plugin versions over semver ranges, see notes.md for details
- (9990439) refactor: watcher.ts use different colors
- (1ded27a) refactor: disable experimental warnings in editor script
- (a440a1e) refactor(eslint-server): prefer pnpm ls to npm ls to fetch info about installed packages
- (04fd82f) refactor: switch all internal deps to use pnpm workspace protocol, supported by nx 20
- (2cb189e) refactor: watcher use node:fs glob instead of fast-glob
Thanks:
Release v0.1.3
Fixes:
- (7c5a7f6) fix(esbuild): make build scripts return build result in case it's needed by the caller (meta)
Thanks:
Release v0.1.2
Chores:
Fixes:
- (3956c02) fix: update watcher to use cancelSignal for execa breaking changes
- (276fc06) fix(eslint-server): provide default value to schema when it's false
- (fbc26ee) fix(eslint-server): add "false" as option in baseRuleSchema.schema union
- (ebf05e3) fix(release): set verbose 'none' to account for execa breaking changes
- (7777709) fix: prefer "with" over "asserts" in json-schema-draft-04.json json import
- (b506361) fix(eslint-client): update for method-signature-style
Features:
- (2784b8b) feat(esbuild): change target to node22 for buildNode and buildHybrid