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

Breaking: Switch to ESM (fixes #35) #39

Merged
merged 20 commits into from
Aug 4, 2021
Merged

Breaking: Switch to ESM (fixes #35) #39

merged 20 commits into from
Aug 4, 2021

Commits on Jul 10, 2021

  1. Breaking: Switch to ESM

    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    2109bf7 View commit details
    Browse the repository at this point in the history
  2. Fix: CJS changes

    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    21dd692 View commit details
    Browse the repository at this point in the history
  3. Fix: Though tests in prev. commit passed, change all CJS to cjs exten…

    …sion, except tests/fixtures/rules/make-syntax-error-rule.js given that ModuleResolve uses the Node Resolution Algorithm
    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    48cc8bb View commit details
    Browse the repository at this point in the history
  4. Fix: Rollup did not like requiring of default module.exports (without…

    … a plugin at least), so create require
    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    098614e View commit details
    Browse the repository at this point in the history
  5. New: Add exports; also update devDeps. specify external modules in Ro…

    …llup config, and align it with eslint-scope
    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    54238ea View commit details
    Browse the repository at this point in the history
  6. Fix: Add dist file

    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    74422b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5f67fa View commit details
    Browse the repository at this point in the history
  8. Test: CommonJS

    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    2b4d3ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea9ecf0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1dba2ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc9201d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f4da05 View commit details
    Browse the repository at this point in the history
  13. Refactor: Remove line break

    brettz9 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    9fc1c1d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

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

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    eaf487f View commit details
    Browse the repository at this point in the history
  2. Chore: update devDeps

    brettz9 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0b27173 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Update .github/workflows/ci.yml

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    brettz9 and mdjermanovic committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    d0ce859 View commit details
    Browse the repository at this point in the history
  2. Update tests/_utils/index.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    brettz9 and mdjermanovic committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    dd84334 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    brettz9 and mdjermanovic committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    db7d69f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f401442 View commit details
    Browse the repository at this point in the history