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

Use github-slugger #575

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 30, 2023

  1. bump deps

    tomtomjhj committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    74deeac View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. use github-slugger for anchor

    * Use the version that doesn't add count to distinguish identical slugs,
      because I don't know where to initialize a slugger instance.
    * Update next to 12, because github-slugger is a pure ESM, which is not
      supported by next < 11. See
      https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#im-having-problems-with-esm-and-nextjs
    * Update react stuff, which is peer dependency of next.
    * Remove next-routes, which doesn't seem to be used.
    tomtomjhj committed May 6, 2023
    Configuration menu
    Copy the full SHA
    abb17ff View commit details
    Browse the repository at this point in the history
  2. yarn upgrade, install, build

    I have no idea what I'm doing, but it seems to work.
    tomtomjhj committed May 6, 2023
    Configuration menu
    Copy the full SHA
    5bdd58b View commit details
    Browse the repository at this point in the history