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

Upgrade unist-util-visit to 4.1.0 #19

Merged
merged 7 commits into from Jan 8, 2022

Commits on Dec 2, 2021

  1. Set up spys instead of using mock

    jest.mock doesn't work work against ES6 modules, but this approach of
    using spys instead does.
    
    See: jestjs/jest#10025
    candrews committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    b0bf6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1381f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aea7fb9 View commit details
    Browse the repository at this point in the history
  4. Upgrade unist-util-visit to 4.1.0

    Closes: sjwall#18
    candrews committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    55bf722 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    135b622 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Use ES2020 instead of ESNext

    It's best to use a specific version to ensure a consistent, reproducible
    product.
    candrews committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    ad07917 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    449b019 View commit details
    Browse the repository at this point in the history