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

issue-#97 and #98 - Fix vulnerable dependencies #99

Merged
merged 10 commits into from Jul 21, 2022
Merged

issue-#97 and #98 - Fix vulnerable dependencies #99

merged 10 commits into from Jul 21, 2022

Commits on Jul 20, 2022

  1. issue-#98,#97 - Ran 'npm audit fix'.

    - Updated 'ava' package version.
    elycruz committed Jul 20, 2022
    Copy the full SHA
    198c1d3 View commit details
    Browse the repository at this point in the history
  2. issue-#98,#97 - Updated 'ts-node' and 'typescript' versions.

    - Added '@ava/typescript' module to package (required by latest version of AVA).
    - Updated tests to follow new syntax for 'after', and 'before, methods.
    elycruz committed Jul 20, 2022
    Copy the full SHA
    82dc1c8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e67d9a5 View commit details
    Browse the repository at this point in the history
  4. - Added 'clean-and-run-downlevel-dts' script for running 'clean', 'do…

    …wnlevel-dts', 'copy' steps for downlevel-dts output directory ('./ts3.5').
    
    - Added generated 'downleveled dts' files (keeping this in the git cache
    since we're already keeping the library's artifacts there - more
    consistent).
    elycruz committed Jul 20, 2022
    Copy the full SHA
    69c65e2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    99e5fa6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    029f101 View commit details
    Browse the repository at this point in the history
  7. #97, #98 - Updated 'clean-and-run*' script's 'completed successfully'…

    … message.
    
    - Ran auto format on 'clean-and-run' script.
    elycruz committed Jul 20, 2022
    Copy the full SHA
    b43966f View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3af202b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. #98 - Updated plugins 'custom' sass file importer to enforce load order.

    - Updated 'SassImporterResult' type to match Sass's 'LegacyImporterResult' - We had defined our type because the version of sass the library using, and sass versions users might be using, did not/may not contain this type (so basically our type was that type but slightly imprecise (we had both 'file?:...', and 'content?:...'  as part of the same interface, but actually they need to be separate ones (:-))).
    elycruz committed Jul 21, 2022
    Copy the full SHA
    bd90509 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2885fce View commit details
    Browse the repository at this point in the history