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

Update fork #33

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

Update fork #33

wants to merge 33 commits into from

Commits on Jun 21, 2019

  1. Updates node version from 6.12 to 10.16

    As of 30 April 2019, NodeJS 6.0 is no longer supported (https://nodejs.org/en/blog/release/v6.17.1/)
    This commit updates the engine to the latest lts version which is 10.16.0
    
    It also introduces a `.nvmrc` file to developers who might have to work
    on or support services using different versions of node. This is only optional
    so shouldn't be an issue.
    aliuk2012 committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    7feabaa View commit details
    Browse the repository at this point in the history
  2. updates eslint to 5.16.0

    aliuk2012 committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    b895f3a View commit details
    Browse the repository at this point in the history
  3. Update sass-lint from 1.12.1 to 1.13.1

    Addresses some security vulnerablities
    
    Npm audit
    
    Before:
    found 17 vulnerabilities (1 low, 5 moderate, 11 high)
    
    After:
    found 11 vulnerabilities (1 low, 2 moderate, 8 high)
    aliuk2012 committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    68f2826 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1126120 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    648b92d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7e8493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e6bb6f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Updates node version from 6.12 to 10.16 and a couple other depend… (#19)

    Updates node version from 6.12 to 10.16 and a couple other dependencies
    aliuk2012 authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    c13aacf View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    d293f76 View commit details
    Browse the repository at this point in the history
  2. Fix error when exiting npm start

    When exiting `npm start` the following error was raised:
    
    ```
    TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
        at makeCallback (fs.js:136:11)
        at Object.unlink (fs.js:943:14)
        at process.onInterrupt (/Users/alistairlaing/work/gds-nodejs-boilerplate/start.js:56:6)
        at process.emit (events.js:203:15)
    ```
    
    unlink is async so it should have a callback.
    
    https://nodejs.org/api/fs.html#fs_fs_unlink_path_callback
    aliuk2012 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    91d9571 View commit details
    Browse the repository at this point in the history
  3. Updates babel dependencies

    aliuk2012 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    dd53db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    768ed44 View commit details
    Browse the repository at this point in the history
  5. Bumps lodash to v4.17.14

    aliuk2012 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    3020d65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56fd6e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1fe10c View commit details
    Browse the repository at this point in the history
  8. Update dependencies and address security notices (#20)

    Update dependencies and address security notices
    aliuk2012 authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    b23fca8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    7b194c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    466c53b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Watch for template changes too (#21)

    Watch for template changes too
    jonheslop authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    e6b9784 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

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

Commits on Mar 16, 2020

  1. Merge pull request #22 from alphagov/dependabot/npm_and_yarn/minimist…

    …-1.2.2
    
    Bump minimist from 1.2.0 to 1.2.2
    MuriloDalRi authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    97d32a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fccf66e View commit details
    Browse the repository at this point in the history
  3. Bump mixin-deep from 1.3.1 to 1.3.2

    Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
    - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e3c03f5 View commit details
    Browse the repository at this point in the history
  4. Bump fstream from 1.0.11 to 1.0.12

    Bumps [fstream](https://github.com/npm/fstream) from 1.0.11 to 1.0.12.
    - [Release notes](https://github.com/npm/fstream/releases)
    - [Commits](npm/fstream@v1.0.11...v1.0.12)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    c9bdcad View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

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

Commits on Apr 7, 2020

  1. Merge pull request #24 from alphagov/dependabot/npm_and_yarn/extend-3…

    ….0.2
    
    Bump extend from 3.0.1 to 3.0.2
    MuriloDalRi authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b4a31a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from alphagov/dependabot/npm_and_yarn/fstream-…

    …1.0.12
    
    Bump fstream from 1.0.11 to 1.0.12
    MuriloDalRi authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3f00f69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from alphagov/dependabot/npm_and_yarn/minimist…

    …-1.2.3
    
    Bump minimist from 1.2.2 to 1.2.3
    MuriloDalRi authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3f9b6ff View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from alphagov/dependabot/npm_and_yarn/mixin-de…

    …ep-1.3.2
    
    Bump mixin-deep from 1.3.1 to 1.3.2
    MuriloDalRi authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    991c577 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    81fe15f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    728c409 View commit details
    Browse the repository at this point in the history
  3. remove extra curly brace

    lambley committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    879cdab View commit details
    Browse the repository at this point in the history
  4. merge readme

    lambley committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9590453 View commit details
    Browse the repository at this point in the history