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

Get the library running again without errors [Breaking change] #482

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

Commits on Nov 17, 2022

  1. chore!: drop es5 support

    BREAKING CHANGE: no longer offer an es5 version of the module
    rouanw committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    075b644 View commit details
    Browse the repository at this point in the history
  2. chore!: convert to a pure esm module

    BREAKING CHANGE: convert npm-check
    to a pure esm module as many of its
    dependencies have taken this approach
    
    see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
    rouanw committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f5ec464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0998b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e83cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18d91bc View commit details
    Browse the repository at this point in the history
  6. test: add a simple test

    rouanw committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6c21ea9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. chore: remove use strict

    rouanw committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b6966c4 View commit details
    Browse the repository at this point in the history
  2. chore: remove old CI configs

    rouanw committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    15b49b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d234bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9254d9b View commit details
    Browse the repository at this point in the history
  5. refactor: use parentheses to clarify logic

    Co-authored-by: Linus Unnebäck <[email protected]>
    rouanw and LinusU committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    f43e658 View commit details
    Browse the repository at this point in the history
  6. chore: specify exports file for the library

    Co-authored-by: Linus Unnebäck <[email protected]>
    rouanw and LinusU committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    250264a View commit details
    Browse the repository at this point in the history
  7. refactor: use single quotes

    Co-authored-by: Linus Unnebäck <[email protected]>
    rouanw and LinusU committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    16ada97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f04c4d View commit details
    Browse the repository at this point in the history