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

[v5] Update config #269

Merged
merged 10 commits into from
Apr 17, 2023
Merged

[v5] Update config #269

merged 10 commits into from
Apr 17, 2023

Commits on Mar 18, 2023

  1. Update config to support ES6 classes.

    Targeting ES5 causes the "fixes issue #145" test in cookieJar.spec.ts
    to fail. Changing the target to the next newest (ES6) requires adding
    "moduleResolution" to the tsconfig, which then causes issues with using
    `import` in our TypeScript, but `require` in the legacy vows tests. To
    support both, we have to bump to a newer version of TypeScript to use
    the new "node16" module/moduleResolution. (Note: I didn't jump to the
    _latest_ TypeScript to try to support older projects, as well.)
    wjhsf committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    34b968c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    c207db6 View commit details
    Browse the repository at this point in the history
  2. Fix flaky test.

    wjhsf committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    f28644e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a237cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff158f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4118dbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78964b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1fc0a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. add granularity to npm scripts

    wjhsf committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7749b0d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

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