Skip to content

0.10.0

Compare
Choose a tag to compare
@svengreb svengreb released this 18 Nov 22:31
· 2 commits to main since this release
v0.10.0

Release Date: 2021-11-18 Project Board Milestone

Show all commits

Improvements

Migrate to Markdown style guide version 0.4.0#76#77 (⊶ 0bb40e3)

↠ This project adheres to the Arctic Ice Studio Markdown style guide which recently published version 0.4.0 that introduces some larger changes:

Optimize GitHub action workflow scope#84#85 (⊶ 079bd3d)

↠ Currently all jobs are summarized in the ci workflow but not separated by their scope, e.g. only Node specific tasks. The workflow is also not optimized to only run when specific files have been changed which results in false-positive executions and wastes limited free tier and developer time.
Therefore the ci workflow will be optimized.

CI Node

A new ci-node workflow will…

Tasks

Update Node packages#78#79 (⊶ 0f13e87)

↠ Updated all outdated Node packages to their latest versions:

Bump actions/setup-node from 2.1.5 to 2.4.1#83 (⊶ d516b49)

↠ Updated actions/setup-node from version 2.1.5 to 2.4.1.

Update Node package dependencies & GitHub Action versions#86#87 (⊶ f97b7e5)

↠ Updated all repository (development) Node packages and GitHub Actions to the latest versions and adapt to their changes:

  • husky — Bump minimum version from ^6.0.0 to ^7.0.4 where 7.0.0 is a major update that allows to remove the .husky/.gitignore file to simplify the local installation and usage.
  • lint-staged — Bump minimum version from ^11.0.0 to ^12.0.4 where 12.0.0 is a major update that allows ESM usage.
  • prettier — Bump minimum version from ^2.3.2 to ^2.4.1.
  • remark-cli — Bump minimum version from ^9.0.0 to ^10.0.0.

The full changelog is available in the repository

Copyright © 2020-present Sven Greb