Skip to content

v7.0.3 - ESLint flat config

Latest
Compare
Choose a tag to compare
@JoernBerkefeld JoernBerkefeld released this 30 Jun 15:04
b9bab38

This update will replace your .eslintrc.json and .eslintignore with the new flat-config format required by ESLint v9+. Please note that the new config file will not include any changes you made to the original files but instead represents the default config config for mcdev projects. Your old files will be renamed to eslintrc.json.BAK and eslintignore.BAK for reference.

Bugfixes

  • #1391 regression deploying automations does not link its activities by @JoernBerkefeld in #1392
  • #1068 bug order of automation activities seems to sometimes change during retrieve or deploy by @JoernBerkefeld in #1393
  • #1390 using retrieve --metadata to specify types or keys always deleted the type's folder before downloading it again, even if you only tried to refresh a single key by @JoernBerkefeld in #1394

Chores

Dependencies

Full Changelog: v7.0.2...v7.0.3