Maximilian Franzke
Maximilian Franzke
### Summary of changes: Updated a lot of dependencies #### Simply updated - [commander](https://www.npmjs.com/package/commander), Breaking Changes according to [CHANGELOG](https://github.com/tj/commander.js/blob/master/CHANGELOG.md): - [x] Commander 10 requires Node.js v14 or higher - [fs-extra](https://www.npmjs.com/package/fs-extra),...
Closes https://github.com/pattern-lab/patternlab-node/issues/1239 and https://github.com/pattern-lab/patternlab-node/issues/1436 ### Summary of changes: _tbd_
Closes https://github.com/pattern-lab/patternlab-node/issues/1030 ### Summary of changes: - enhancing fileextensions list in `packages/engine-twig/lib/engine_twig.js` and `packages/engine-twig-php/lib/engine_twig_php.js` to even also include `.html.twig` besides `.twig` - rework in `packages/core/src/lib/object_factory.js` to check for a configured...
Just a passing suggestion (maybe not something to implement here in this PR, but just a thought). I would maybe suggest using an accessible UI foundation package for the editor...
[Bitte gib uns wenn möglich ein bisschen Kontext für Deine Fehlermeldung. Beschreib also z. B., was Du getan hast, bevor der Fehler aufgetreten ist. Bitte entferne auch alle privaten Daten...
| High | netmask npm package vulnerable to octal input data | |---------------|--------------------------------------------------------| | Package | [netmask](https://www.npmjs.com/package/netmask) | | Patched in | >=2.0.1 | | Dependency of | [proxy-agent](https://www.npmjs.com/package/proxy-agent) |...
```suggestion aria-invalid={props.customValidity} data-custom-validity={props.customValidity} ``` aren't those redunant (as `aria-invalid` could be `false` and `true` anyhow)? _Originally posted by @mfranzke in https://github.com/db-ui/mono/pull/1897#discussion_r1565240413_
To prevent problems like e.g. https://github.com/db-ui/core/issues/820 we should further optimize our testing and linting. see also https://github.com/db-ui/mono/issues/2579
I tested with lighthouse ci, and it takes very long in the CI. Currently, we only need the accessibility feature which is provided by axe-core, which is already in our...