mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
This change uses the best-effort approach to update dependencies. Changelogs of each dependency have been manually reviewed and all dependency that doesn't *actually* have BREAKING changes or have minimal changes are bumped to their latest versions. In most cases, the maintainers of those dependencies don't actually understand semvar and inappropriately bumped major version for trivial, non-breaking changes. In other cases, the minimum supported Node version is upgraded, which is indeed breaking but that's not a concern for this project as a recent Node version is always expected. Or, the dependency does have certain breaking changes but those changes are not relevant to functions used by this project. Also bumped versions of dependencies if only minimal changes are required: * autoprefixer: transform from "browsers" property to browserslist * prettier: reformated sources after update Signed-off-by: Jesse Chan <jc@linux.com>