Releases: hmcts/nodejs-healthcheck
Releases · hmcts/nodejs-healthcheck
v1.8.5 🌈
What's Changed
- Update dependency express to v4.19.2 [SECURITY] by @renovate in #376
- Update dependency nock to v13.5.4 by @renovate in #371
- Update dependency mocha to v10.4.0 by @renovate in #374
- Update dependency eslint-plugin-import to v2.29.1 by @renovate in #363
- Update dependency superagent to v9 by @renovate in #379
- Update dependency js-yaml to v4 by @renovate in #365
- Update dependency supertest to v7 by @renovate in #380
- Version bump to 1.8.5 by @hannah38 in #378
Full Changelog: 1.8.4...1.8.5
v1.8.4 🌈
- Version bump @hannah38 (#370)
- Node engine version updated, and github actions @hannah38 (#361)
- Enable Renovate @hannah38 (#354)
📦 Dependency updates
- Update dependency mocha to v10 @renovate (#366)
- Update dependency sinon to v17 @renovate (#367)
- Update dependency nock to v13.5.3 @renovate (#362)
- Bump supertest from 6.2.2 to 6.3.4 @dependabot (#355)
- Bump superagent from 7.1.2 to 8.1.2 @dependabot (#330)
- Bump nock from 13.2.4 to 13.5.1 @dependabot (#358)
- Bump eslint-plugin-promise from 6.0.0 to 6.1.1 @dependabot (#282)
- Bump chai from 4.3.6 to 4.4.1 @dependabot (#359)
- Bump get-func-name from 2.0.0 to 2.0.2 @dependabot (#337)
What's Changed
- Bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #337
- Bump chai from 4.3.6 to 4.4.1 by @dependabot in #359
- Bump eslint-plugin-promise from 6.0.0 to 6.1.1 by @dependabot in #282
- Bump nock from 13.2.4 to 13.5.1 by @dependabot in #358
- Bump superagent from 7.1.2 to 8.1.2 by @dependabot in #330
- Bump supertest from 6.2.2 to 6.3.4 by @dependabot in #355
- Enable Renovate by @hannah38 in #354
- Node engine version updated, and github actions by @hannah38 in #361
- Update dependency nock to v13.5.3 by @renovate in #362
- Update dependency sinon to v17 by @renovate in #367
- Update dependency mocha to v10 by @renovate in #366
- Version bump by @hannah38 in #370
New Contributors
Full Changelog: 1.8.3...1.8.4
v1.8.3
Updates patch version on a few dependencies including semver
v1.8.0 🌈
- Change http status code from 500 to 503 @maciejmodzelewski (#277)
v1.7.3 🌈
- No changes
v1.7.2 🌈
- Upgrade deps @linusnorton (#263)
📦 Dependency updates
- Bump express from 4.18.0 to 4.18.1 @dependabot (#245)
- Bump @hmcts/nodejs-logging from 4.0.1 to 4.0.2 @dependabot (#250)
v1.7.1 🌈
- bump version @linusnorton (#241)
- Update node engine version @linusnorton (#233)
- Fix typo on liveness endpoint @timja (#133)
📦 Dependency updates
- Bump eslint-plugin-import from 2.20.2 to 2.26.0 @dependabot (#236)
- Bump express from 4.17.1 to 4.18.0 @dependabot (#240)
- Bump @hmcts/nodejs-logging from 3.0.4 to 4.0.1 @dependabot (#238)
- Bump sinon from 9.2.4 to 13.0.2 @dependabot (#237)
- Bump sinon-chai from 3.5.0 to 3.7.0 @dependabot (#223)
- Bump chai from 4.2.0 to 4.3.6 @dependabot (#226)
- Bump mocha from 7.1.0 to 9.2.2 @dependabot (#227)
- Bump eslint-plugin-promise from 4.2.1 to 6.0.0 @dependabot (#228)
- Bump supertest from 4.0.2 to 6.2.2 @dependabot (#225)
- Bump nock from 13.1.1 to 13.2.4 @dependabot (#229)
- Bump @hmcts/nodejs-logging from 3.0.1 to 3.0.4 @dependabot (#230)
- Bump superagent from 6.1.0 to 7.1.2 @dependabot (#231)
- Upgrade to GitHub-native Dependabot @dependabot-preview (#197)
- Bump sinon from 9.0.0 to 9.2.4 @dependabot-preview (#173)
- Bump eslint-plugin-standard from 4.0.1 to 5.0.0 @dependabot-preview (#164)
- Bump superagent from 5.2.2 to 6.1.0 @dependabot-preview (#142)
- [Security] Bump y18n from 4.0.0 to 4.0.3 @dependabot-preview (#194)
- [Security] Bump hosted-git-info from 2.8.8 to 2.8.9 @dependabot-preview (#198)
- Bump ajv from 6.12.2 to 6.12.6 @dependabot (#220)
- Bump nock from 12.0.1 to 13.1.1 @dependabot-preview (#211)
- Bump path-parse from 1.0.6 to 1.0.7 @dependabot (#218)
- Bump pathval from 1.1.0 to 1.1.1 @dependabot (#219)
- Bump ansi-regex from 3.0.0 to 3.0.1 @dependabot (#222)
- [Security] Bump glob-parent from 5.1.0 to 5.1.2 @dependabot-preview (#207)
- Bump moment from 2.24.0 to 2.29.2 @dependabot (#221)
v1.7.0 🌈
- Add readiness check support and documentation @adusumillipraveen (#114)
- Add linting to pipeline and some lint fixes @adusumillipraveen (#113)