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

Dependency Updates and Node 20 Support (Node 14 deprecation) #68

Closed
wants to merge 14 commits into from

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    09359d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d898f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a5a51 View commit details
    Browse the repository at this point in the history
  4. build: adds 'docker-load' script for local testing (#34)

    this loads the custom docker image, built with buildx, into local system container namespace. necessary when updating dockerfile without the option to publish to docker registry.
    dgrebb committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    70126f1 View commit details
    Browse the repository at this point in the history
  5. fix: removes obsolete genConfig npm script (#34)

    `genConfig` is now `makeConfig` and is ultimately used in `backstop init`. There is no need to test this separately, as it's part of the
    overall flow of `init`, which is now used in npm's `integration-test` script, and passing.
    dgrebb committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    993de2d View commit details
    Browse the repository at this point in the history
  6. fix: removes obsolete 'echo' npm script

    This was originally part of the `gulp` workflow, back in the `slimer` and `casper` days. https://github.com/garris/BackstopJS/blob/b00ab5bf358fcb3b77724ac4ef10b30e86b5188d/core/command/echo.js
    dgrebb committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    72e3aaf View commit details
    Browse the repository at this point in the history
  7. test: adds success, caution, and failure messaging to unit, integrati…

    …on, smoke, and sanity tests
    
    This provides a final outcome message for all npm scripts for internal project testing. With tests that `exit 1`, a caution message is used, as opposed to a full-blown "FAIL".
    dgrebb committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d82e598 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. build: specifies npm@>=8 in package engines

    also renames "docker-load" script "load-docker" to align with other script naming conventions
    dgrebb committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e54a899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04a8bab View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    4783084 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5d674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c385772 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    3a8d7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ec918 View commit details
    Browse the repository at this point in the history