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

Chore: Update Dependencies and Improve Compatibility for Build Process #593

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

Commits on Oct 11, 2024

  1. chore(deps): Updated chokidar file watching

    Upgrading to version 4 of chokidar changed some the function signatures.
    Code has been updated to use new signature and configuration. No
    functional difference should be noticed.
    amerryma committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d5eb208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    103bf14 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Use esm import for Piscina

    Also need to enable resolving json modules as Piscina does this in their
    latest versions.
    amerryma committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2fbe4aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9dc1e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8765cbf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from amerryma/chore/new-package-compatibilities

    Chore/new package compatibilities
    amerryma authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    62e3654 View commit details
    Browse the repository at this point in the history