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

feat: Add CommonJS export for parse5 module #418

Merged
merged 14 commits into from Mar 2, 2022
Merged

Commits on Mar 2, 2022

  1. Add note to README

    fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    1a29456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8962f1e View commit details
    Browse the repository at this point in the history
  3. Revert parser feedback updates

    fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    21b4bc0 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint from 8.9.0 to 8.10.0 (#87)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.10.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.9.0...v8.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    496ea08 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @typescript-eslint/parser from 5.12.1 to 5.13.0 (

    …#88)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.12.1 to 5.13.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    88f997a View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump typescript from 4.5.5 to 4.6.2 (#90)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v4.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a314888 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump @typescript-eslint/eslint-plugin (#89)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.12.1 to 5.13.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.13.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    07bf12f View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 (#92)

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.2.1 to 1.3.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v1.2.1...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    40ce151 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    033c591 View commit details
    Browse the repository at this point in the history
  10. Add build command

    fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    57a36c4 View commit details
    Browse the repository at this point in the history
  11. Revert unnecessary changes

    fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6fa3d07 View commit details
    Browse the repository at this point in the history
  12. Flip order of scripts

    fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    eda5873 View commit details
    Browse the repository at this point in the history
  13. Update package.json

    Co-authored-by: Titus <tituswormer@gmail.com>
    fb55 and wooorm committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    de39a2b View commit details
    Browse the repository at this point in the history
  14. Revert unrelated changes

    Rebase snafoo
    fb55 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5a65dfa View commit details
    Browse the repository at this point in the history