Dimitri Pfaffenrodt
Dimitri Pfaffenrodt
Update of vue is required for an security issue * https://github.com/vuejs/vue/releases/tag/v2.6.11
Using html in CDATA will break build, because of not consistent parsing. # actual * `< produce <` * `> stays >` # Expected * `< produce <` * `>...
We just encountered some issue with quoutes and localizations. Build works just fine. Switching to the locale on runtime, because the localization file is invalid it will switch to the...
In php 8.1 php functions will crash passing null instead of an string. For example: ``` $rules = [ 'required' => [ 'source', ], 'url' => [ 'source', ], ];...