Giter Club home page Giter Club logo

ccfr-fees-register-admin-web's Introduction

Fees Register Admin Web

Standard - JavaScript Style Guide Greenkeeper badge

This is the frontend application for CMC.

Getting Started

Prerequisites

Private NPM repository

Private NPM repository is defined in .npmrc file. All dependencies should be pulled from the private repository. Pulling dependencies from the public NPM registry can not be guaranteed on the CI server.

Running the application

Install dependencies by executing the following command:

$ yarn install

Run:

$ yarn start

It will be available at https://localhost:3000

Developing

Code style

We use TSLint with StandardJS rules alongside sass-lint

Running the linting: yarn lint

Running the tests

Mocha is used for writing tests. Run them with:

$ yarn test

Running the Functional tests

configure the following environment variables TEST_URL=<PR/AAT>

Run them with:

$ yarn test:functional

License

This project is licensed under the MIT License - see the LICENSE file for details

ccfr-fees-register-admin-web's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ccfr-fees-register-admin-web's Issues

An in-range update of fast-csv is breaking the build 🚨

The dependency fast-csv was updated from 2.4.1 to 2.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

fast-csv is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 10 commits.

  • d4e33a2 updating history file and version number
  • 5101f20 Merge pull request #254 from C2FO/v2-safe-buffer-initilization
  • 0e93232 Test against more node versions
  • f56b0e5 Fix grunt errors in node > 6
  • a9542cc Use safer-buffer in place of Buffer
  • 7cddebd Install safer-buffer
  • c1d50f8 adding more current node versions to ci
  • 0d0546d Merge pull request #245 from montera82/patch-1
  • 5aeb9e6 Fix grammar to make doc more professional
  • a6a190b Updated description of Writing Data block (#199)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/mocha is breaking the build 🚨

The devDependency @types/mocha was updated from 5.2.5 to 5.2.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of nunjucks is breaking the build 🚨

The dependency nunjucks was updated from 3.1.6 to 3.1.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

nunjucks is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 6 commits.

  • 1370361 v3.1.7
  • 0a65e1f Fixes for replace example
  • 2946fb4 Removed postinstall-build in favor of npm prepare script
  • 9fd5bdb Add link to Plugin syntax highlighting for VSCode
  • 68ba15c Fix bug where exceptions were silently swallowed with synchronous render
  • 7c187ac tests: fix issue running tests on node 10.x

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ts-mockito is breaking the build 🚨

The devDependency ts-mockito was updated from 2.3.1 to 2.3.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-mockito is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 6 commits.

  • 29e35d3 Throwing default error if none is provided to thenReject method
  • 245892c Casting to any as object doesn't have prototype field
  • 43809c9 fixed linting issues
  • 2687f2d Update README.md
  • be79601 jest testEnvironment changed to node - probably reason of failing travis build
  • 489b07a jest dependency updated to current one

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of uuid is breaking the build 🚨

The dependency uuid was updated from 3.3.2 to 3.3.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

uuid is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @hmcts/nodejs-healthcheck is breaking the build 🚨

The dependency @hmcts/nodejs-healthcheck was updated from 1.4.6 to 1.5.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@hmcts/nodejs-healthcheck is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of node-mocks-http is breaking the build 🚨

The devDependency node-mocks-http was updated from 1.7.3 to 1.7.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

node-mocks-http is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 7 commits.

  • 0e1d5ff 1.7.4
  • 5b881ef Release of version 1.7.4
  • d1ce7c0 feat: add convenience method _getJSONData (#181)
  • ad7b6c1 Fix res.json and res.jsonp in order to handle false and null responses (#179)
  • b93c487 Added missing typings for "buffer" (#178)
  • 2e8ee62 update linting instructions (#177)
  • d41694f Remove net npm package, because this library uses the native node net module. (#176)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of build-url is breaking the build 🚨

The dependency build-url was updated from 1.3.2 to 1.3.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

build-url is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of cookie-parser is breaking the build 🚨

The dependency cookie-parser was updated from 1.4.3 to 1.4.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

cookie-parser is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 63 commits.

There are 63 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of helmet is breaking the build 🚨

The dependency helmet was updated from 3.15.0 to 3.15.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

helmet is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 4 commits.

  • f545a94 3.15.1
  • ca50146 Deprecate hpkp
  • 6458cd5 Update license year for 2019
  • 2dba625 Update devDependencies to latest versions and fix warnings

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of ts-node is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency ts-node was updated from 8.9.1 to 8.10.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-node is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for Experimental native ESM support

Added

Experimental support for native ECMAScript modules in node >=13 (#1007, #1010)

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of debug is breaking the build 🚨

Version 3.2.0 of debug was just published.

Branch Build failing 🚨
Dependency debug
Current Version 3.1.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

debug is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ codecov/project: 64.15% (-2.3%) compared to 79a7bec (Details).
  • βœ… codecov/patch: Coverage not affected when comparing 79a7bec...d076b51 (Details).
  • βœ… Travis CI - Branch: The build passed.

Release Notes 3.2.0

A long-awaited release to debug is available now: 3.2.0.

Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.


Minor Changes

Patches

Credits

Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!

Commits

The new version differs by 25 commits.

There are 25 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/csurf is breaking the build 🚨

The dependency @types/csurf was updated from 1.9.35 to 1.9.36.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/csurf is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of supertest is breaking the build 🚨

The devDependency supertest was updated from 3.3.0 to 3.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

supertest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v3.4.0
  • PR-532 - Packages updated, pipeline more explicit, documentation updated (thanks @rimiti)
  • PR-517 - Documentation updated (thanks @oprogramador)
  • PR-513 - Use more robust Array instance check (thanks @rubendg)
Commits

The new version differs by 14 commits.

  • 5640ac9 3.4.0
  • 60f8a9e Merge pull request #532 from visionmedia/v3.4.0
  • 43bfae1 doc(History.md) changelog updated
  • fc1568d doc(README.md) cookie example added
  • 3192d96 chore(package-lock.json) file updated
  • b3d271f chore(package.json) blocks reorganized, nock removed
  • aeae0f3 chore(.travis.yml) pipeline more explicit
  • 53feddc chore(test/supertest.js) obscure test removed
  • 50c59d6 Merge pull request #519 from oprogramador/patch-3
  • 6ca3897 Merge pull request #517 from oprogramador/patch-2
  • 0146d81 auth info in README
  • d853b37 fix typo in README
  • 8158979 Merge pull request #513 from rubendg/use-isarray
  • 550613b Use more robust Array instance check

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of yarn is breaking the build 🚨

The dependency yarn was updated from 1.12.3 to 1.13.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

yarn is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for v1.13.0
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/chai-spies is breaking the build 🚨

The devDependency @types/chai-spies was updated from 1.0.0 to 1.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/chai-spies is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of mime is breaking the build 🚨

The dependency mime was updated from 2.4.0 to 2.4.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mime is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 13 commits.

  • e3f7a2b chore(release): 2.4.1
  • 392c87e chore: upgrade packages
  • 30c9322 patch: [email protected]
  • 639c913 minor: case-insensitive input, lowercase output (fixes #224)
  • 3e567a9 fix: update MDN and mime-db types
  • a1d884c benchmark script
  • f6557d1 Merge pull request #218 from maxnordlund/patch-1
  • 91f8f8b Merge pull request #220 from maxnordlund/patch-3
  • 42a8cb8 Merge pull request #219 from maxnordlund/patch-2
  • 522e744 Turn no/yes choice into tasklist
  • cea72b7 Turn no/yes choice into tasklist
  • 9144f8f Fix typo in documentation
  • caa178d chore: commit updated types files

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sass-lint is breaking the build 🚨

The devDependency sass-lint was updated from 1.12.1 to 1.13.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sass-lint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v1.13.0

1.13.0 (2019-04-25)

Bug Fixes

  • ci: rollback release version to match npm (bf4f2ae)

Features

  • ast: migrate from ast fork to latest version of gonzales (37863b7)
  • lint: adds disable-next-line (b508036)
Commits

The new version differs by 94 commits.

  • dac0f12 chore(release): 1.13.0 [skip ci]
  • 6b5a615 Merge pull request #1278 from srowhani/fix/release-version
  • bf4f2ae fix(ci): rollback release version to match npm
  • 037b459 Merge pull request #1276 from srowhani/fix/dependencies
  • 37863b7 feat(ast): migrate from ast fork to latest version of gonzales
  • b508036 feat(lint): adds disable-next-line
  • 19df7ba Merge branch 'develop' into develop
  • e391436 Merge pull request #1275 from srowhani/chore/ci-deploy-phase
  • 2ab49c5 Merge branch 'develop' into chore/ci-deploy-phase
  • 49b7253 chore(ci): fix build stages
  • 50831b1 Merge pull request #1274 from srowhani/chore/ci-release-automation
  • c0bd68f chore(ci): update husky commit-msg hook
  • 814259b chore(ci): increase mocha test timeout to reduce flakiness of cli suite
  • 745c0ba chore(ci): update travis build rules, and update matrix
  • 9a6c32e chore(ci): automated release and deployment using semantic-release

There are 94 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/express is breaking the build 🚨

The dependency @types/express was updated from 4.16.1 to 4.17.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/express is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of body-parser is breaking the build 🚨

The dependency body-parser was updated from 1.18.3 to 1.19.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

body-parser is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 44 commits.

There are 44 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/request-promise-native is breaking the build 🚨

The dependency @types/request-promise-native was updated from 1.0.15 to 1.0.16.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/request-promise-native is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of mock-require is breaking the build 🚨

The devDependency mock-require was updated from 3.0.2 to 3.0.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mock-require is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 3 commits.

  • 676fe01 3.0.3
  • 7b777f6 Merge pull request #39 from patrickdawson/master
  • 829122d Using path.sep and cross-env to be compatible with windows systems.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of es6-promisify is breaking the build 🚨

The dependency es6-promisify was updated from 6.0.1 to 6.0.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

es6-promisify is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 4 commits.

  • 4879a17 6.0.2
  • 07dd174 feat: Upgrade build pipeline to babel 7
  • b24ca46 fix: Revert references to npx for node 6,7
  • 2edb4c6 fix: Update dependencies

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @hmcts/nodejs-logging is breaking the build 🚨

The dependency @hmcts/nodejs-logging was updated from 3.0.0 to 3.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@hmcts/nodejs-logging is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for v3.0.1 🌈

Changes

Commits

The new version differs by 7 commits.

  • 212fc67 Bump sinon-chai from 2.14.0 to 3.3.0
  • 6f93717 Setup github actions (#54)
  • 50cb67f Bump assert from 1.4.1 to 2.0.0
  • 889829f Bump supertest from 3.0.0 to 4.0.2
  • cc10ffe Bump mocha from 4.0.1 to 6.2.0
  • a5e1f8c Merge pull request #32 from hmcts/RDM-3093-Align_node_versions
  • a9a5151 Use current Node.js version for Travis testing

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of request is breaking the build 🚨

The dependency request was updated from 2.88.0 to 2.88.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

request is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of nyc is breaking the build 🚨

The devDependency nyc was updated from 13.1.0 to 13.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

nyc is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 17 commits.

  • 29e6f5e chore(release): 13.2.0
  • e95856c chore: Update dependencies. (#978)
  • 921d386 fix: Create directory for merge destination. (#979)
  • df2730d feat: Option Plugins (#948)
  • 35cd49a feat: document the fact that cacheDir is configurable (#968)
  • ff834aa feat: avoid hardcoded HOME for spawn-wrap working dir (#957)
  • 35710b1 build: move windows tests to travis (#961)
  • 93cb5c1 tests: coverage for temp-dir changes (#964)
  • d566efe test: stop using LAZY_LOAD_COUNT (#960)
  • f23d474 chore: update stale bot config with feedback (#958)
  • 62d7fb8 chore: slight tweak to position of test
  • 28b6d09 fix: missing command temp-directory (#928)
  • 40afc5f fix: nyc processing files not covered by include when all is enabled. (#914)
  • ba22a26 docs(readme): Update to reflect .nycrc.json support (#934)
  • 2dbb82d chore: enable probot-stale

There are 17 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/chai-as-promised is breaking the build 🚨

The devDependency @types/chai-as-promised was updated from 7.1.0 to 7.1.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/chai-as-promised is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of codecov is breaking the build 🚨

The dependency codecov was updated from 3.1.0 to 3.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

codecov is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 3 commits.

  • e427d90 feat(services): add azure pipelines (#114)
  • 023d204 Use small HTTP dependency (#110)
  • 500f308 Update Readme

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of pa11y is breaking the build 🚨

The devDependency pa11y was updated from 5.1.0 to 5.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

pa11y is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 15 commits.

  • 9d15109 Version 5.2.0 (#469)
  • 12a51b7 Update HTML_CS from 2.3 to 2.4 (#468)
  • 14acfea Update sinon to v7 (#467)
  • 0bbc487 Update dependencies (#466)
  • 879cefc Update eslint to v6 (#465)
  • acaa005 Minor documentation updates (#464)
  • f42918f Uses prototype setter when available (#462)
  • 023018b Uses html_codesniffer from npm as oppose to including it (#460)
  • 3b25f0d Adds option to ignore the URL passed (#429)
  • b6be503 Bumps puppeteer version (#457)
  • 96421e9 Uses non-greedy regexp for "set field" action (#453)
  • 4f12ef6 Updates Mocha to v6 (#449)
  • 6cf7e3b Remove spaces from being part of a wait actions subject (#396) (#443)
  • ddcbb36 Clarify the screen capture option (#438)
  • 4b13d2c add lockfile (#433)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon-express-mock is breaking the build 🚨

The devDependency sinon-express-mock was updated from 2.1.0 to 2.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sinon-express-mock is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of gulp-nodemon is breaking the build 🚨

The devDependency gulp-nodemon was updated from 2.4.2 to 2.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

gulp-nodemon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 10 commits.

  • 7fcbc06 NPM audit. Closes #176.
  • 5100088 Merge pull request #174 from JacksonGariety/dependabot/npm_and_yarn/diff-3.5.0
  • 7c0c02e Merge pull request #173 from JacksonGariety/dependabot/npm_and_yarn/growl-1.10.5
  • fe95e64 Merge pull request #172 from JacksonGariety/dependabot/npm_and_yarn/mixin-deep-1.3.2
  • a8d4391 Merge pull request #171 from JacksonGariety/dependabot/npm_and_yarn/lodash-4.17.15
  • 3b01d33 Bump diff from 1.0.8 to 3.5.0
  • 5bd5530 Bump growl from 1.8.1 to 1.10.5
  • c5f4120 Bump mixin-deep from 1.3.1 to 1.3.2
  • f634d93 Bump lodash from 2.4.2 to 4.17.15
  • 028d498 Version bump

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of request-promise-native is breaking the build 🚨

The dependency request-promise-native was updated from 1.0.5 to 1.0.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

request-promise-native is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 10 commits.

  • 7ad655a Version 1.0.6 (now really)
  • 1240b80 fix: updated indirect lodash dependency to fix security vulnerability
  • 80947a1 Version 1.0.6
  • ad529a3 chore: fix ci build for node v8+
  • c2c54c4 Merge pull request #33 from jasonmit/u/jasonmit/fix-node-6
  • 67f7ed2 Merge branch 'master' into u/jasonmit/fix-node-6
  • 4633d4c fix: breaking change in tough-cookie v3
  • 14aa6ee chore: added node 8 and 10 to ci build
  • 9cfcaaa Update package.json
  • 049152b fix: target tough-cookie 2.x to preserve node 6 support

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of applicationinsights is breaking the build 🚨

The dependency applicationinsights was updated from 1.1.0 to 1.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

applicationinsights is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for 1.2.0

Autocollection now works on latest verison of all supported libraries (as of February 19 2019):

  • redis v2.x
  • mysql v2.0.0 -> v2.16.x
  • mongodb v2.x, v3.x
  • pg v6.x, v7.x
  • pg-pool v1.x, v2.x
  • bunyan v1.x
  • winston v2.x, v3.x

Fixed issues

  • Fixes #483 (mongo 3.x)
  • Fixes #415 (postgres 7.x)
  • Fixes #376 (postgres 7.x)
  • Adds support for mysql up to 2.16.x
  • Adds support for winston 3.x

See release 0.3.0 for diagnostic-channel-publishers
https://github.com/Microsoft/node-diagnostic-channel/tree/master/src/diagnostic-channel-publishers#030---february-19th-2019

Commits

The new version differs by 3 commits.

  • a477a47 Merge pull request #488 from Microsoft/develop
  • bf66555 bump version to 1.2.0 (#487)
  • 5a3c406 bump diagnostic-channel-publishers dep to 0.3.0 (#486)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of shortid is breaking the build 🚨

The dependency shortid was updated from 2.2.14 to 2.2.15.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

shortid is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Replace dependency faker with @faker-js/faker ^4.1.0
  • Replace dependency npm-run-all with npm-run-all2 ^5.0.0
  • Update dependency @types/i18next-sprintf-postprocessor to v0.2.3
  • Update dependency @types/nunjucks to v3.2.6
  • Update dependency @types/shortid to ^0.0.32
  • Update dependency @types/supertest to v2.0.16
  • Update dependency async to v3.2.5
  • Update dependency body-parser to v1.20.2
  • Update dependency class-validator to v0.14.1
  • Update dependency codeceptjs to v3.5.15
  • Update dependency config to v3.3.11
  • Update dependency cookie-parser to v1.4.6
  • Update dependency flat to v5.0.2
  • Update dependency is-undefined to v1.0.11
  • Update dependency minimist to v1.2.8
  • Update dependency mocha-junit-reporter to v2.2.1
  • Update dependency multer to v1.4.4
  • Update dependency nock to v13.5.4
  • Update dependency pa11y to v5.3.1
  • Update dependency request-promise-native to v1.0.9 (request-promise-native, @types/request-promise-native)
  • Update dependency shortid to v2.2.16
  • Update dependency ws to v7.5.9
  • Update Helm release nodejs to v3.1.0
  • Update Terraform azurerm to 3.97
  • Update Yarn to v3.8.1
  • Update dependency @types/csurf to v1.11.5
  • Update dependency @types/lodash to v4.17.0
  • Update dependency @types/node to v18.19.26
  • Update dependency allure-commandline to v2.27.0
  • Update dependency applicationinsights to v1.8.10
  • Update dependency chai to v4.4.1 (chai, @types/chai)
  • Update dependency codecov to v3.8.3
  • Update dependency csv-string to v3.2.0
  • Update dependency decode-uri-component to v0.4.1
  • Update dependency es6-promisify to v6.1.1
  • Update dependency govuk-frontend to v4.8.0
  • Update dependency govuk_template_jinja to v0.26.0
  • Update dependency gulp-replace to v1.1.4
  • Update dependency hashicorp/terraform to v1.7.5
  • Update dependency helmet to v3.23.3
  • Update dependency i18next-conv to v10.2.0
  • Update dependency jquery to v3.7.1
  • Update dependency mime to v2.6.0
  • Update dependency minimatch to v3.1.2
  • Update dependency moment to v2.30.1
  • Update dependency morgan to v1.10.0
  • Update dependency nanoid to v3.3.7
  • Update dependency node to v18.20.0
  • Update dependency node-fetch to v2.7.0
  • Update dependency node-mocks-http to v1.14.1
  • Update dependency playwright to v1.42.1
  • Update dependency qs to v6.12.0
  • Update dependency randomstring to v1.3.0
  • Update dependency sass to v1.72.0
  • Update dependency semver to v7.6.0
  • Update dependency superagent to v8.1.2
  • Update dependency ts-mockito to v2.6.1
  • Update dependency ts-node to v8.10.2
  • Update dependency tsconfig-paths to v4.2.0
  • Update dependency typescript to v5.4.3
  • Update dependency validator to v13.11.0
  • Update dependency validator to v13.11.0
  • Update dependency xml2js to v0.6.2
  • Update Node.js to v20
  • Update Yarn to v4
  • Update actions/checkout action to v4
  • Update actions/setup-node action to v4
  • Update codecov/codecov-action action to v4
  • Update dependency @codeceptjs/helper to v2
  • Update dependency @hmcts/nodejs-logging to v4
  • Update dependency @hmcts/properties-volume to v1
  • Update dependency @types/config to v3
  • Update dependency @types/i18next to v13
  • Update dependency @types/nock to v11
  • Update dependency @types/supertest to v6
  • Update dependency ajv to v8
  • Update dependency ansi-regex to v6
  • Update dependency applicationinsights to v2
  • Update dependency build-url to v6
  • Update dependency chai to v5
  • Update dependency copy-props to v4
  • Update dependency cross-env to v7
  • Update dependency csv-string to v4
  • Update dependency es6-promisify to v7
  • Update dependency faker to v6
  • Update dependency fast-csv to v5
  • Update dependency flat to v6
  • Update dependency govuk-frontend to v5
  • Update dependency gulp-cli to v3
  • Update dependency helmet to v7
  • Update dependency hosted-git-info to v7
  • Update dependency http-status-codes to v2
  • Update dependency husky to v9
  • Update dependency i18next to v23
  • Update dependency i18next-conv to v14
  • Update dependency i18next-express-middleware to v2
  • Update dependency mime to v4
  • Update dependency minimatch to v9
  • Update dependency mocha to v10.4.0 (mocha, @types/mocha)
  • Update dependency mochawesome to v7
  • Update dependency nanoid to v5
  • Update dependency node to v20 (node, @types/node)
  • Update dependency node-fetch to v3
  • Update dependency nyc to v15
  • Update dependency otp to v1
  • Update dependency pa11y to v8
  • Update dependency pa11y-reporter-html to v2
  • Update dependency sinon to v17
  • Update dependency supertest to v6
  • Update dependency trim-newlines to v5
  • Update dependency ts-node to v10
  • Update dependency tslint to v6
  • Update dependency uuid to v9
  • Update dependency webdriverio to v8
  • Update dependency ws to v8
  • Update dependency yargs-parser to v21
  • Update postgres Docker tag to v16
  • πŸ” Create all rate-limited PRs at once πŸ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
  • postgres 11-alpine
dockerfile
Dockerfile
  • hmctspublic.azurecr.io/base/node 18-alpine
github-actions
.github/workflows/ci.yml
  • actions/checkout v3
  • actions/setup-node v3
  • codecov/codecov-action v1
helmv3
charts/fees-register-frontend/Chart.yaml
  • nodejs 3.0.1
  • idam-pr ~2.3.0
npm
package.json
  • @hmcts/cookie-manager ^1.0.0
  • @hmcts/nodejs-healthcheck ^1.8.0
  • @hmcts/nodejs-logging ^3.0.0
  • @hmcts/properties-volume ^0.0.13
  • @types/config ^0.0.35
  • @types/csurf ^1.9.33
  • @types/express ^4.0.35
  • @types/http-status-codes ^1.0.29
  • @types/i18next ^8.4.4
  • @types/i18next-express-middleware ^1.7.0
  • @types/i18next-sprintf-postprocessor ^0.2.0
  • @types/left-pad ^1.1.1
  • @types/lodash ^4.14.202
  • @types/nock ^10.0.0
  • @types/node ^18.11.9
  • @types/nunjucks ^3.2.2
  • @types/request-promise-native ^1.0.2
  • @types/shortid ^0.0.29
  • applicationinsights ^1.0.2
  • body-parser ^1.20.0
  • build-url ^2.0.0
  • class-validator ^0.14.0
  • cli ^1.0.1
  • codacy-coverage ^3.4.0
  • codecov ^3.7.1
  • config ^3.3.9
  • cookie-parser ^1.3.3
  • csurf ^1.9.0
  • csv-string ^3.0.3
  • es6-promisify ^6.0.0
  • express ^4.18.0
  • fast-csv ^4.3.6
  • feature-toggles ^1.4.0
  • govuk-elements-sass ^3.0.2
  • govuk-frontend ^4.3.0
  • govuk_template_jinja 0.25.0
  • gulp 4.0.2
  • helmet ^3.1.0
  • http-status-codes ^1.1.6
  • i18next ^12.0.0
  • i18next-conv ^10.1.0
  • i18next-express-middleware ^1.7.0
  • i18next-sprintf-postprocessor ^0.2.0
  • is-undefined ^1.0.8
  • jquery 3.5.1
  • left-pad ^1.1.3
  • mime ^2.3.1
  • mocha-junit-reporter ^2.2.0
  • mocha-lcov-reporter ^1.3.0
  • moment ^2.19.4
  • morgan ^1.6.1
  • multer ^1.4.2
  • nock ^13.5.0
  • npm-run-all ^4.1.5
  • nunjucks ^3.2.4
  • nunjucks-date-filter ^0.1.1
  • nunjucks-numeral-filter 0.0.2
  • otp ^0.1.3
  • randomstring ^1.1.5
  • request ^2.88.2
  • request-promise-native ^1.0.3
  • require-directory ^2.1.1
  • serve-favicon ^2.3.0
  • shortid ^2.2.6
  • superagent ^8.0.8
  • ts-node ^8.6.2
  • tsconfig-paths ^4.0.0
  • typescript ^5.1.6
  • uuid ^3.0.1
  • uuid-validate ^0.0.3
  • @codeceptjs/allure-legacy ^1.0.2
  • @codeceptjs/helper ^1.0.2
  • @types/chai ^4.1.4
  • @types/chai-as-promised ^7.1.0
  • @types/chai-spies ^1.0.0
  • @types/mocha *
  • @types/supertest *
  • allure-commandline ^2.17.2
  • chai ^4.1.2
  • chai-as-promised ^7.1.1
  • chai-spies ^1.0.0
  • codeceptjs ^3.5.2
  • cross-env ^5.2.0
  • debug ^4.1.0
  • faker ^4.1.0
  • gulp-cli 2.3.0
  • gulp-livereload ^4.0.1
  • gulp-nodemon ^2.5.0
  • gulp-plumber ^1.2.0
  • gulp-replace ^1.0.0
  • gulp-sass ^5.1.0
  • husky ^2.0.0
  • mocha ^10.2.0
  • mocha-multi ^1.1.7
  • mochawesome ^6.2.2
  • mock-require ^3.0.2
  • node-mocks-http ^1.7.0
  • nyc ^14.0.0
  • pa11y ^5.0.4
  • pa11y-reporter-html ^1.0.0
  • playwright ^1.36.1
  • sass ^1.62.1
  • sass-lint ^1.10.2
  • sinon ^6.1.3
  • sinon-express-mock ^2.0.4
  • sonar-scanner ^3.0.3
  • supertest ^4.0.0
  • ts-mockito ^2.3.0
  • tslint ^5.1.0
  • tslint-config-standard ^9.0.0
  • webdriverio ^6.12.1
  • node >=v18.16.1
  • axios ^0.21.1
  • async ^3.2.2
  • glob-parent ^6.0.1
  • hosted-git-info ^3.0.8
  • lodash ^4.17.21
  • merge ^2.1.1
  • node-fetch ^2.6.7
  • path-parse ^1.0.7
  • trim-newlines ^4.0.1
  • websocket-extensions ^0.1.4
  • ws ^7.4.6
  • yargs-parser ^18.1.2
  • y18n ^5.0.5
  • set-value ^4.0.1
  • minimist ^1.2.6
  • validator >=13.7.0
  • json-schema ^0.4.0
  • copy-props ^2.0.5
  • nanoid ^3.1.31
  • moment ^2.29.4
  • ajv ^6.12.3
  • codecov 3.7.1
  • minimatch 3.0.5
  • decode-uri-component 0.2.1
  • cookiejar 2.1.4
  • qs 6.7.3
  • xml2js 0.5.0
  • flat 5.0.1
  • ansi-regex 3.0.1
  • http-cache-semantics 4.1.1
  • validator 13.7.0
  • tough-cookie ^4.1.3
  • semver ^7.5.2
  • ip ^2.0.1
  • yarn 3.5.1
nvm
.nvmrc
  • node 18.16.1
terraform
infrastructure/main.tf
  • azurerm =3.40
terraform-version
infrastructure/.terraform-version
  • hashicorp/terraform 1.3.7

  • Check this box to trigger a request for Renovate to run again on this repository

An in-range update of @types/node is breaking the build 🚨

The dependency @types/node was updated from 10.11.0 to 10.11.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • ❌ Travis CI - Branch: The build failed.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/supertest is breaking the build 🚨

The devDependency @types/supertest was updated from 2.0.7 to 2.0.8.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/supertest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tsconfig-paths is breaking the build 🚨

The dependency tsconfig-paths was updated from 3.7.0 to 3.8.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tsconfig-paths is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 8 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/chai is breaking the build 🚨

The devDependency @types/chai was updated from 4.1.7 to 4.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/chai is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of csv-string is breaking the build 🚨

The dependency csv-string was updated from 3.1.6 to 3.1.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

csv-string is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 7 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/lodash is breaking the build 🚨

The dependency @types/lodash was updated from 4.14.119 to 4.14.120.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/lodash is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of http-status-codes is breaking the build 🚨

The dependency http-status-codes was updated from 1.3.0 to 1.3.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

http-status-codes is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 3 commits.

  • 338aa64 Bump patch version and publish
  • 3821d30 Added the http statuses as an enum. (#29)
  • 427963b Update README.md

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of gulp-livereload is breaking the build 🚨

The devDependency gulp-livereload was updated from 4.0.1 to 4.0.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

gulp-livereload is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of express is breaking the build 🚨

The dependency express was updated from 4.16.4 to 4.17.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

express is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for 4.17.0
Commits

The new version differs by 53 commits.

There are 53 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of i18next-express-middleware is breaking the build 🚨

The dependency i18next-express-middleware was updated from 1.7.1 to 1.7.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

i18next-express-middleware is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 3 commits.

  • 58f3b51 rebuild
  • 1975f13 Merge pull request #176 from nicolasigot/master
  • 4907e90 Update typings to allow req.language and req.languages without Typescript error.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of mochawesome is breaking the build 🚨

The devDependency mochawesome was updated from 3.1.1 to 3.1.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mochawesome is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for 3.1.2

Fixes #276

Commits

The new version differs by 2 commits.

  • ce0cafe release 3.1.2 [ci skip]
  • d6d6cde Fix suite duration with skipped tests (#278)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of csurf is breaking the build 🚨

The dependency csurf was updated from 1.9.0 to 1.10.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

csurf is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for 1.10.0
Commits

The new version differs by 94 commits.

There are 94 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/nunjucks is breaking the build 🚨

The dependency @types/nunjucks was updated from 3.1.0 to 3.1.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/nunjucks is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of multer is breaking the build 🚨

The dependency multer was updated from 1.4.1 to 1.4.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

multer is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Commits

The new version differs by 15 commits.

  • 5937690 version: 1.4.2
  • 67670cd history: 1.4.2
  • 02ad63c Merge pull request #752 from Trott/update-testdata-dep
  • ac7922b chore: Update testdata-w3c-json-form
  • 122929b Merge pull request #734 from hcz/hcz-patch-docs
  • 32ec116 Merge pull request #738 from dzhanavapp/patch-1
  • 5c902e5 Fix mistake
  • 6aebad3 Add unit for fieldSize in busboy limit params
  • 6d394d3 Merge pull request #730 from yepbug/patch-1
  • 3b349bb Fix broken link in Readme
  • 47b0a1b Fix broken link in Readme (#679)
  • b0cd980 Patch zh-CN README base on newest README. (#670)
  • 19374b5 Merge pull request #662 from hcz/readme-rus
  • 8ba13b0 Russian README fixes
  • 1c7ae37 add Russian translation for README

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.