Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@svengreb svengreb released this 27 Apr 10:48
v0.5.0

Release Date: 2023-04-27 Project Board Milestone

Show all commits

This version migrates this repository to the @svengreb GitHub account and npm package scope and updates to remark-cli major version 11.

Improvements

Update to tmpl template repository version 0.11.0#61#62 (⊶ 1641a0b)

→ Updated to tmpl version 0.11.0, including the versions in between starting from 0.10.0:

  1. Optimized GitHub action workflow scope.
  2. Updated Node.js packages & GitHub actions 1 2.
  3. Opts-in the Dependabot version update configuration.

This also includes changes required for any linter matches.

svengreb GitHub account and @svengreb npm package scope migration#63#64 (⊶ a49a808)

→ With the retirement of the Arctic Ice Studio personal & Nord project brand this project also moved to the real-in-person identity “Sven Greb“ both in the context of the repository to the svengreb GitHub account and the @svengreb npm package scope.
During this migration the only npm package @arcticicestudio/remark-preset-lint has been deprecated in favor of the new and upcoming @svengreb/remark-preset-lint that has been published afterwards.

Also the previous visual representation of this style guide through the way too outdated and deprecated GitBook major version 2 has been unpublished and removed. The documentations and references have been updated to use the GitHub repository with the Markdown rendering instead for now until a custom website has been implemented using a modern TechStack like Next.js.

Update to remark-cli version 11.0.0#65#66 (⊶ 57d2f2c)

→ Updated to the currently latest remark-cli major version 11 which comes with minimal breaking changes and does not require rules-based migration steps.
This includes updates to the used packages…

The following plugins now also support ESM:

  • remark-lint-blockquote-indentation
  • remark-lint-checkbox-character-style
  • remark-lint-checkbox-content-indent
  • remark-lint-code-block-style
  • remark-lint-definition-case
  • remark-lint-definition-spacing
  • remark-lint-emphasis-marker
  • remark-lint-fenced-code-flag
  • remark-lint-fenced-code-marker
  • remark-lint-file-extension
  • remark-lint-final-definition
  • remark-lint-final-newline
  • remark-lint-first-heading-level
  • remark-lint-hard-break-spaces
  • remark-lint-heading-increment
  • remark-lint-heading-style
  • remark-lint-linebreak-style
  • remark-lint-link-title-style
  • remark-lint-list-item-bullet-indent
  • remark-lint-list-item-content-indent
  • remark-lint-list-item-indent
  • remark-lint-list-item-spacing
  • remark-lint-maximum-heading-length
  • remark-lint-maximum-line-length
  • remark-lint-no-auto-link-without-protocol
  • remark-lint-no-blockquote-without-marker
  • remark-lint-no-consecutive-blank-lines
  • remark-lint-no-duplicate-defined-urls
  • remark-lint-no-duplicate-definitions
  • remark-lint-no-duplicate-headings-in-section
  • remark-lint-no-duplicate-headings
  • remark-lint-no-emphasis-as-heading
  • remark-lint-no-empty-url
  • remark-lint-no-file-name-articles
  • remark-lint-no-file-name-consecutive-dashes
  • remark-lint-no-file-name-irregular-characters
  • remark-lint-no-file-name-mixed-case
  • remark-lint-no-file-name-outer-dashes
  • remark-lint-no-heading-content-indent
  • remark-lint-no-heading-indent
  • remark-lint-no-heading-like-paragraph
  • remark-lint-no-heading-punctuation
  • remark-lint-no-html
  • remark-lint-no-inline-padding
  • remark-lint-no-literal-urls
  • remark-lint-no-missing-blank-lines
  • remark-lint-no-multiple-toplevel-headings
  • remark-lint-no-paragraph-content-indent
  • remark-lint-no-reference-like-url
  • remark-lint-no-shell-dollars
  • remark-lint-no-shortcut-reference-image
  • remark-lint-no-shortcut-reference-link
  • remark-lint-no-table-indentation
  • remark-lint-no-tabs
  • remark-lint-no-undefined-references
  • remark-lint-no-unneeded-full-reference-image
  • remark-lint-no-unneeded-full-reference-link
  • remark-lint-no-unused-definitions
  • remark-lint-ordered-list-marker-style
  • remark-lint-ordered-list-marker-value
  • remark-lint-rule-style
  • remark-lint-strikethrough-marker
  • remark-lint-strong-marker
  • remark-lint-table-cell-padding
  • remark-lint-table-pipe-alignment
  • remark-lint-table-pipes
  • remark-lint-unordered-list-marker-style
Support for remark-lint-strikethrough-marker#67#68 (⊶ 154b026)

→ To warn when the number of strikethrough markers is inconsistent and does not use two strikethrough markers (~~) the remark-lint-strikethrough-marker has been added to support such checks.

The full changelog is available in the repository

Copyright © 2016-present Sven Greb

  1. svengreb/tmpl#78

  2. svengreb/tmpl#83