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

Replace Travis CI with GitHub Actions (for v4) #760

Open
wants to merge 29 commits into
base: version-4
Choose a base branch
from

Commits on Jul 23, 2024

  1. docs: add missing closing parenthesis in async option description (md…

    …e#766)
    
    The async option description in the documentation was missing a closing parenthesis.
    This commit adds the closing parenthesis to correctly complete the sentence.
    adnantabda authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a4770b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Begin work on version 4

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f0a06fa View commit details
    Browse the repository at this point in the history
  2. Compile task, updated linting

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f486d8c View commit details
    Browse the repository at this point in the history
  3. Updated lint config

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fb4cf55 View commit details
    Browse the repository at this point in the history
  4. Get tests working

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1311dac View commit details
    Browse the repository at this point in the history
  5. Get build working

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1c89b53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2292fef View commit details
    Browse the repository at this point in the history
  7. Support Nodes back to 0.12

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    71b406c View commit details
    Browse the repository at this point in the history
  8. Removed old doc file

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    306c74f View commit details
    Browse the repository at this point in the history
  9. Updated JSDoc path

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9665014 View commit details
    Browse the repository at this point in the history
  10. Updated docs

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dbf2552 View commit details
    Browse the repository at this point in the history
  11. Build before test again

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e1f6df4 View commit details
    Browse the repository at this point in the history
  12. Updated deps

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    304f438 View commit details
    Browse the repository at this point in the history
  13. Updated docs

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    306698c View commit details
    Browse the repository at this point in the history
  14. Updated docs

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d533c4a View commit details
    Browse the repository at this point in the history
  15. Updated docs

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3c3136c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    59fe5f5 View commit details
    Browse the repository at this point in the history
  17. Cleaner keyword replacement

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3f81721 View commit details
    Browse the repository at this point in the history
  18. Namespace Node builtins

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    66db8bd View commit details
    Browse the repository at this point in the history
  19. Updated Jake version

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a40aa4c View commit details
    Browse the repository at this point in the history
  20. Bake in version string during packaging

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    15d62ba View commit details
    Browse the repository at this point in the history
  21. Removed unused import

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    10eb8bd View commit details
    Browse the repository at this point in the history
  22. Removed version and name

    mde authored and phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a09e12e View commit details
    Browse the repository at this point in the history
  23. Replace Travis CI with GitHub Actions

    Support for Node.js v8, v10, and v12 are removed and replaced with v18, v20, v21, and v22.
    phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    86eb76f View commit details
    Browse the repository at this point in the history
  24. Build on CI process

    phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3a6c1fc View commit details
    Browse the repository at this point in the history
  25. Update engines in package.json

    This is not breaking change because `engine-strict` is not set in .npmrc and npm only warns if the user uses legacy Node.js versions.
    phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e8fadd4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4bd8b4f View commit details
    Browse the repository at this point in the history
  27. Update package-lock.json

    phanect committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    80d6ed9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c332dc7 View commit details
    Browse the repository at this point in the history