Skip to content

Releases: virtuallyunknown/dev-deps

Release v0.4.1

25 Jun 21:43
Compare
Choose a tag to compare

Fixes:

  • (d5d60f5) fix(eslint-config): update eslint configuration, forgot to do in last release

Thanks:

@virtuallyunknown

Release v0.4.0

25 Jun 21:41
Compare
Choose a tag to compare

Features:

Chores:

  • (70a1919) chore: add pnpm-lock.yaml

Fixes:

  • (47d362f) fix: disable nx tui
  • (357b00e) fix(eslint-server): update schema to adapt for new deprecated types
  • (72d46ae) fix(eslint-client): fix RuleEditor component to handle deprecated value

Thanks:

@virtuallyunknown

Release v0.3.1

25 Jun 01:35
Compare
Choose a tag to compare

Chores:

  • (36a694c) chore: bump dependencies

Thanks:

@virtuallyunknown

Release v0.3.0

05 Feb 00:00
Compare
Choose a tag to compare

Fixes:

  • (4a1fbc9) fix(eslint-config): set eslint as peer dependency
  • (b88e92b) fix: add tailwind to pnpm.updateConfig.ignoreDependencies list

Thanks:

@virtuallyunknown

Release v0.2.2

28 Jan 14:59
Compare
Choose a tag to compare

Chores:

  • (d8ac847) chore(eslint-config): update @typescript-eslint/switch-exhaustiveness-check

Thanks:

@virtuallyunknown

Release v0.2.1

28 Jan 14:43
Compare
Choose a tag to compare

Chores:

  • (cb90d0d) chore: bump dependencies

Features:

  • (04e5a67) feat: add note about codemirror errors

Fixes:

  • (0c8ea66) fix(eslint-client): remove theme.ts and related dependencies

Thanks:

@virtuallyunknown

Release v0.2.0

12 Dec 04:55
Compare
Choose a tag to compare

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:

@virtuallyunknown

Release v0.1.3

07 Jun 06:00
Compare
Choose a tag to compare

Fixes:

  • (7c5a7f6) fix(esbuild): make build scripts return build result in case it's needed by the caller (meta)

Thanks:

@virtuallyunknown

Release v0.1.2

06 Jun 23:03
Compare
Choose a tag to compare

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

Thanks:

@virtuallyunknown

Release v0.1.1

26 Apr 01:02
Compare
Choose a tag to compare

Features:

  • (a039101) feat: enable @typescript-eslint/method-signature-style

Fixes:

  • (8b7644a) fix: update nx.json defaultBase as root key and installIgnoreScripts

Thanks:

@virtuallyunknown