v7.0.3 - ESLint flat config
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
- #1388 improve folder-not-set error message during deploy of any type by @JoernBerkefeld in #1389
Dependencies
- Bump eslint from 8.57.0 to 9.6.0 by @dependabot in #1396
- Bump eslint-config-ssjs from 1.1.11 to 2.0.0 by @dependabot in #1396
Full Changelog: v7.0.2...v7.0.3