Skip to content

Releases: virtuallyunknown/dev-deps

Release v0.1.0

25 Apr 23:32
Compare
Choose a tag to compare

Breaking Changes:

  • (61f12dc) feat!: upgrade all dependencies and migrate to eslint 9 (flat config)

Fixes:

  • (4d36e0e) fix(release): changelog generator not detecting breaking changes
  • (5fc3000) fix: update pnpm-lock.yaml
  • (e225865) fix: adapt db.ts to work with all new changes
  • (0e42e87) fix: update to type: module, use "exports" field, update dependencies
  • (81a699d) fix: apply linting
  • (88f79c7) fix: use eslint/use-at-your-own-risk to load eslint base rules
  • (ba37cb4) fix: update schema to allow recommended to be an object (typescript-eslint)
  • (be7b25c) fix: update readme with flat config example
  • (1548bbe) fix: organize/sort imports

Features:

  • (5bfebb0) feat: rule upgrades
  • (da85ee1) feat: enable react/checked-requires-onchange-or-readonly
  • (1c54793) feat: enable unicorn/no-await-in-promise-methods
  • (bbf0544) feat: add config templates
  • (4d4af5a) feat: display rule status in the rule upgrades page
  • (3dc0c86) feat: rule upgrades
  • (c937482) feat: add eslint-plugin-tailwindcss example
  • (6461d3d) feat: add _inspect.ts for some internal testing
  • (178a88b) feat: update npmrc to prefer workspace packages
  • (c64d571) feat: upgrade all eslint config files to flat config format

Thanks:

@virtuallyunknown

Release v0.0.3

13 Feb 15:34
Compare
Choose a tag to compare

Fixes:

  • (5985326) fix(eslint-config): set @typescript-eslint/no-misused-promises.checksVoidReturn.arguments to false

Features:

  • (47fe275) feat(eslint-server): upgrade rules database json
  • (8ae6b64) feat(tsconfig): add readme.md

Chores:

  • (a7c6e69) chore: update all dependencies

Thanks:

@virtuallyunknown

Release v0.0.2

31 Jan 00:28
Compare
Choose a tag to compare

Fixes:

  • (fef0615) fix(release): accidentally altered the release script, revert to original
  • (5c4c7aa) fix(release): handle commit subject scopes
  • (a4f7e89) fix: lockfile
  • (668c4f7) fix(eslint-config): disable @typescript-eslint/no-shadow as it's not working well
  • (11e9026) fix(release): apply linting and fixes
  • (cf2613a) fix(eslint-config): disable no-duplicate-imports
  • (5d2ead6) fix(eslint-config): disable @typescript-eslint/return-await
  • (2aa5c16) fix(eslint-config): no-param-reassign.props set to true to avoid issues with Array.reduce
  • (9388d28) fix(eslint-config): disable jsx-closing-tag-location as it conflicts with vscode formatter
  • (680407c) fix(eslint-config): disable @stylistic/jsx-one-expression-per-line as it's too restrictive
  • (4946b66) fix: nx include app projects in release configuration
  • (b3fd6ef) fix: internal deps, depend on fixed version
  • (613ab25) fix(eslint-config): enable @typescript-eslint/no-misused-promises.checksVoidReturn.attributes

Features:

  • (7ace801) feat(eslint-server): upgrade @typescript-eslint/eslint-plugin 6.20.0 rules
  • (eeb4b3f) feat(eslint-client): apply linting and fixes
  • (5f22ece) feat(eslint-server): apply linting and fixes
  • (6afdbe9) feat(release): add check script
  • (0221ba5) feat: add lint nx task and script
  • (0e6bbe6) feat(release): add lint script
  • (f910c95) feat: add linting configuration for individual projects
  • (f8c6733) feat(release): add linting configuration
  • (d00f5a0) feat(eslint-server): add linting configuration
  • (f7be3d7) feat(eslint-client): add linting configuration
  • (a84ca6f) feat: add more todo tasks

Chores:

  • (7f3954c) chore: bump all dependencies

Thanks:

@virtuallyunknown

Release v0.0.1

30 Jan 23:31
Compare
Choose a tag to compare

Fixes:

  • (20b1a81) fix(release): script values
  • (a0025f1) fix(release): sort imports
  • (0acaae6) fix(eslint-server): sort imports
  • (45f2e0f) fix(eslint-client): apply linting and fixes
  • (1476182) fix(eslint-client): sort imports
  • (1ac0b56) fix(esbuild): esbuild sort imports
  • (1d12f05) fix(esbuild): move devDependencies for esbuild to dependencies
  • (d9b95ca) fix: clean up root dependencies
  • (2dc1091) fix: .vscode/settings.json
  • (68dc8f7) fix: limit "projects" in nx.release to only those that have are public
  • (35dd3b7) fix(rule-tester): rule-tester .eslintrc extends
  • (d768232) fix(eslint-config): disable no-unused-vars as it can be very annoying

Features:

Thanks:

@virtuallyunknown