Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up remark dependencies and support only ESM #6

Merged
merged 6 commits into from Aug 15, 2021

Commits on Aug 14, 2021

  1. Bump up remark dependencies and support only ESM

    [`remark@14`](https://github.com/remarkjs/remark/releases/tag/14.0.0) has been supported only ESM.
    So, this package needs to become ESM to bump up `remark` dependencies.
    
    Here are the installation commands:
    
    ```shell
    npm install \
      remark-cli@latest \
      remark-frontmatter@latest \
      remark-preset-lint-recommended@latest \
      remark-preset-prettier@latest \
      remark-validate-links@latest
    
    npm install 'github:stylelint/eslint-config-stylelint#esm'
    ```
    
    Note that this change needs the ESLint configuration for ESM.
    See <stylelint/eslint-config-stylelint#133>
    ybiquitous committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    453cc74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ecafc0 View commit details
    Browse the repository at this point in the history
  3. Format via prettier

    ybiquitous committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    024b75f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e12b955 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Change strings to imports

    ybiquitous committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    b375253 View commit details
    Browse the repository at this point in the history
  2. replace main with exports

    ybiquitous committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    1ebb623 View commit details
    Browse the repository at this point in the history