All twelve Dependabot alerts on main were npm transitive dependencies in two
lockfiles, and all were build-time only. Worth saying plainly, because "10
high severity" reads worse than it is: fast-uri, nanoid, postcss, ws and
esbuild are dev dependencies of the webpack and remotion toolchains. Nothing
here reaches a published package.
ClientLib is fixed by a lockfile bump alone. Its dist/*.js is committed and
embedded into the assembly, so the check that matters is whether the shipped
artifact moved: rebuilding with the patched toolchain reproduces all three
files byte for byte, same md5, so it did not.
The readme-video project needed @remotion/cli and remotion moved from 4.0.469
to 4.0.516, which npm audit fix could not do on its own because both are
exact-pinned. The bump is non-major and carries the ws and esbuild fixes.
Both directories now report zero vulnerabilities. Clearing them is mostly
about signal: twelve standing alerts is how a real one goes unnoticed.
* Remove unnecessary whitespace in packages.yml
The whitespace after the if conditional in packages.yml was unused and unnecessary. This commit ensures to remove those to promote cleaner, more efficient code.
* Update default package version in GitHub workflows
The package version in the GitHub workflows configuration (.github/workflows/packages.yml) has been updated from 3.1.0 to 3.2.0. This change reflects version updates in the package management system.
* Remove unused BulkExtensions
---------
Co-authored-by: Sipke Schoorstra <sipkeschoorstra@outlook.com>
Simplified README.md by removing in-depth Console and ASP.NET Core examples, as well as mentions about building from source, serving overall clarity and readability. Added descriptions for coded and visual workflow design possibilities.
The README updates include specific instructions for running the Elsa server on port 5001 and the Elsa studio application on port 6001. These enhanced guidelines provide comprehensive steps for configuring the applications regarding authentication, module usage, and use of API endpoints.
The visuals and their respective descriptions on the README page have been updated. A new image has been added at the top of the document, and one existing image and its caption are updated to better describe the content.
* Incremental work on workflow-manager component
* Add default view
* Incremental work on instance viewer
* Incremental work
* Incremental work
* Add sub title property to form panel
* Implement sub status filter
* InfoList improvements
* Incremental work on activity property panel
* Change activity properties panel to be readonly