Skip to content

Releases: anolilab/javascript-style-guide

@anolilab/[email protected]

26 Sep 07:48
Compare
Choose a tag to compare

@anolilab/prettier-config 5.0.8 (2023-09-26)

Bug Fixes

  • Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. (38535ab)

Styles

Dependencies

  • @anolilab/package-json-utils: upgraded to 3.0.6
  • @anolilab/semantic-release-preset: upgraded to 7.0.3

@anolilab/[email protected]

26 Sep 07:46
Compare
Choose a tag to compare

@anolilab/package-json-utils 3.0.6 (2023-09-26)

Bug Fixes

  • Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. (38535ab)

@anolilab/[email protected]

26 Sep 07:48
Compare
Choose a tag to compare

@anolilab/lint-staged-config 2.0.10 (2023-09-26)

Bug Fixes

  • Handle failed promise in removeIgnoredFiles function (c899a83)
  • Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. (38535ab)

Styles

Dependencies

  • @anolilab/package-json-utils: upgraded to 3.0.6
  • @anolilab/semantic-release-preset: upgraded to 7.0.3

@anolilab/[email protected]

26 Sep 21:49
Compare
Choose a tag to compare

@anolilab/eslint-config 14.0.9 (2023-09-26)

Bug Fixes

  • A new dependency "@jsenv/eslint-import-resolver" was added to tackle the issue of "import/no-useless-path-segments", "import/no-unused-modules" and some other import rules not working correctly. (8b9b033)

@anolilab/[email protected]

26 Sep 14:30
Compare
Choose a tag to compare

@anolilab/eslint-config 14.0.8 (2023-09-26)

Bug Fixes

  • dont use a default value for anolilabEslintImportNoUnusedModulesConfig (ab8a8a2)

@anolilab/[email protected]

26 Sep 13:37
Compare
Choose a tag to compare

@anolilab/eslint-config 14.0.7 (2023-09-26)

Bug Fixes

  • anolilabEslintConfig object, the configuration for "import_ignore_exports" is introduced (65985e0)

@anolilab/[email protected]

26 Sep 13:08
Compare
Choose a tag to compare

@anolilab/eslint-config 14.0.6 (2023-09-26)

Bug Fixes

  • Refine eslint import plugin rules to accommodate .jsx and .cjs (2a6f441)

@anolilab/[email protected]

26 Sep 10:07
Compare
Choose a tag to compare

@anolilab/eslint-config 14.0.5 (2023-09-26)

Bug Fixes

  • Update package dependencies and remove redundant config files (24a5dfd)

@anolilab/[email protected]

26 Sep 07:47
Compare
Choose a tag to compare

@anolilab/eslint-config 14.0.4 (2023-09-26)

Bug Fixes

  • added missing define-config back (f78fa05)
  • Update eslint-config including tests (97e624d)

Dependencies

  • @anolilab/package-json-utils: upgraded to 3.0.6
  • @anolilab/semantic-release-preset: upgraded to 7.0.3

@anolilab/[email protected]

26 Sep 22:08
Compare
Choose a tag to compare

@anolilab/eslint-config 14.0.10 (2023-09-26)

Bug Fixes

  • moved @jsenv/eslint-import-resolver from dev to require dependency (981eb4d)
  • Updated file patterns in eslint configs to apply to subdirectories (13ec6fb)