Skip to content

Releases: gritzkoo/nodejs-health-checker

v1.6.6

13 Jun 15:27
a93f6f7
Compare
Choose a tag to compare

build(deps): bump fast-xml-parser and @aws-sdk/client-dynamodb (#65)

  • build(deps): bump fast-xml-parser and @aws-sdk/client-dynamodb

Bumps fast-xml-parser to 4.2.4 and updates ancestor dependency @aws-sdk/client-dynamodb. These dependencies need to be updated together.

Updates fast-xml-parser from 4.1.2 to 4.2.4

Updates @aws-sdk/client-dynamodb from 3.276.0 to 3.351.0


updated-dependencies:

  • dependency-name: fast-xml-parser
    dependency-type: indirect
  • dependency-name: "@aws-sdk/client-dynamodb"
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] support@github.com

  • Update package.json

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gritzko Daniel Kleiner gritzkoo@hotmail.com

v1.6.5

26 Apr 10:01
48eecc7
Compare
Choose a tag to compare

build(deps): bump sequelize from 6.28.1 to 6.29.0 (#63)

  • build(deps): bump sequelize from 6.28.1 to 6.29.0

Bumps sequelize from 6.28.1 to 6.29.0.


updated-dependencies:

  • dependency-name: sequelize
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] support@github.com

  • Update package.json

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gritzko Daniel Kleiner gritzkoo@hotmail.com

v1.6.4

22 Feb 00:23
8e3d6a1
Compare
Choose a tag to compare

chore: update deps (#61)

v1.6.3

24 Jan 11:40
6f44fa1
Compare
Choose a tag to compare

build(deps): bump json5 from 2.2.1 to 2.2.3 (#60)

  • build(deps): bump json5 from 2.2.1 to 2.2.3

Bumps json5 from 2.2.1 to 2.2.3.


updated-dependencies:

  • dependency-name: json5
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] support@github.com

  • Update package.json

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gritzko Daniel Kleiner ext.gritzko.kleiner@dafiti.com.br

v1.6.2

29 Nov 17:53
31c8fbf
Compare
Choose a tag to compare

include contributors in readme file (#56)

v1.6.1

27 Sep 21:03
88dd64c
Compare
Choose a tag to compare

build(deps): bump moment-timezone from 0.5.34 to 0.5.37 (#54)

  • build(deps): bump moment-timezone from 0.5.34 to 0.5.37

Bumps moment-timezone from 0.5.34 to 0.5.37.


updated-dependencies:

  • dependency-name: moment-timezone
    dependency-type: indirect
    ...

Signed-off-by: dependabot[bot] support@github.com

  • Update package.json

Bumb version to add updates

Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gritzko Daniel Kleiner ext.gritzko.kleiner@dafiti.com.br

v1.6.0

03 Aug 10:58
4272818
Compare
Choose a tag to compare

feat: update all dependencies (#53)

ISSUE #52 solved as suggested by @apporto-bobby

Full updates list

From To
"@aws-sdk/client-dynamodb": "^1.0.0-rc.5", "@aws-sdk/client-dynamodb": "^3.142.0",
"@types/jest": "^26.0.24", "@types/jest": "^27.5.2",
"@types/node-fetch": "^2.5.12", "@types/node-fetch": "^2.6.2",
"@types/node": "^14.18.10", "@types/node": "^14.18.23",
"@types/redis": "^2.8.31", "@types/redis": "^2.8.32",
"@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.29.3", "@typescript-eslint/parser": "^4.33.0",
"express": "^4.17.2", "express": "^4.18.1",
"jest": "^27.4.7", "jest": "^27.5.1",
"mariadb": "^2.5.5", "mariadb": "^2.5.6",
"nodemon": "^2.0.15", "nodemon": "^2.0.19",
"pg": "^8.7.1", "pg": "^8.7.3",
"prettier": "^2.5.1", "prettier": "^2.7.1",
"sequelize": "^6.15.0", "sequelize": "^6.21.3",
"ts-jest": "^27.1.3", "ts-jest": "^27.1.5",
"typescript": "^4.5.5" "typescript": "^4.7.4"

v1.5.1

03 Jun 23:31
Compare
Choose a tag to compare

[PATCH] bumb tag to fix pipeline

v1.5.0

03 Jun 23:20
Compare
Choose a tag to compare

[MINOR] - Update node versions support and adjust pipeline deploy steps closes (#50)

Node test updates

  • Removing deprecated versions support [10.x, 12.x].
  • Including support to [16.x].

full list supported [14.x, 16.x]


Pipeline deployment adjustments

  • Removed old-style deployment to use only npm publish command
  • Included gh create release step to full control in github semantic versioning
  • Included step validate to check if package.json prop version is a valid new version to deploy

Closes issues #42

What's Changed

  • [MINOR] - Update node versions support and adjust pipeline deploy steps closes #1 by @gritzkoo in #50

Full Changelog: v1.4.11...v1.5.0

Security updates

30 May 12:24
Compare
Choose a tag to compare
v1.4.10

ci: version bump to 1.4.10