@visulima/health-check 2.0.19 → 2.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -1
  3. package/package.json +2 -73
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## @visulima/health-check [2.0.20](https://github.com/visulima/visulima/compare/@visulima/health-check@2.0.19...@visulima/health-check@2.0.20) (2025-01-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
10
+ * updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
11
+ * updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
12
+
13
+ ### Tests
14
+
15
+ * **health-check:** improved test of dns check ([47d60cd](https://github.com/visulima/visulima/commit/47d60cdd5b8d2959620de278cfe85ac910f7dd2d))
16
+
1
17
  ## @visulima/health-check [2.0.19](https://github.com/visulima/visulima/compare/@visulima/health-check@2.0.18...@visulima/health-check@2.0.19) (2025-01-12)
2
18
 
3
19
  ### Bug Fixes
package/README.md CHANGED
@@ -197,7 +197,7 @@ If you would like to help take a look at the [list of issues](https://github.com
197
197
  The visulima health-check is open-sourced software licensed under the [MIT][license-url]
198
198
 
199
199
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
200
- [typescript-url]: "typescript"
200
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
201
201
  [license-image]: https://img.shields.io/npm/l/@visulima/health-check?color=blueviolet&style=for-the-badge
202
202
  [license-url]: LICENSE.md "license"
203
203
  [npm-image]: https://img.shields.io/npm/v/@visulima/health-check/latest.svg?style=for-the-badge&logo=npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/health-check",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "description": "A library built to provide support for defining service health for node services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -72,53 +72,11 @@
72
72
  "http-status-codes": "^2.3.0",
73
73
  "pingman": "^2.0.0"
74
74
  },
75
- "devDependencies": {
76
- "@anolilab/eslint-config": "^15.0.3",
77
- "@anolilab/prettier-config": "^5.0.14",
78
- "@anolilab/semantic-release-pnpm": "^1.1.6",
79
- "@anolilab/semantic-release-preset": "^9.0.3",
80
- "@arethetypeswrong/cli": "^0.17.2",
81
- "@arthurgeron/eslint-plugin-react-usememo": "^2.4.4",
82
- "@babel/core": "^7.26.0",
83
- "@rushstack/eslint-plugin-security": "^0.8.3",
84
- "@testing-library/react": "^16.1.0",
85
- "@types/node": "18.19.15",
86
- "@visulima/packem": "1.10.7",
87
- "@vitest/coverage-v8": "^2.1.8",
88
- "@vitest/ui": "^2.1.8",
89
- "conventional-changelog-conventionalcommits": "8.0.0",
90
- "cross-env": "^7.0.3",
91
- "cross-fetch": "^4.1.0",
92
- "esbuild": "0.24.2",
93
- "eslint": "8.57.0",
94
- "eslint-plugin-deprecation": "^3.0.0",
95
- "eslint-plugin-etc": "^2.0.3",
96
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
97
- "eslint-plugin-jsx-a11y": "^6.10.2",
98
- "eslint-plugin-mdx": "^3.1.5",
99
- "eslint-plugin-react": "^7.37.3",
100
- "eslint-plugin-react-hooks": "^5.1.0",
101
- "eslint-plugin-ssr-friendly": "^1.3.0",
102
- "eslint-plugin-testing-library": "^7.1.1",
103
- "eslint-plugin-validate-jsx-nesting": "^0.1.1",
104
- "eslint-plugin-vitest": "^0.4.1",
105
- "eslint-plugin-vitest-globals": "^1.5.0",
106
- "msw": "^2.7.0",
107
- "next": "^14.2.4",
108
- "node-mocks-http": "^1.16.2",
109
- "prettier": "^3.4.2",
110
- "react": "^19.0.0",
111
- "react-dom": "^19.0.0",
112
- "rimraf": "6.0.1",
113
- "semantic-release": "24.2.1",
114
- "typescript": "5.7.3",
115
- "vitest": "^2.1.8"
116
- },
117
75
  "optionalDependencies": {
118
76
  "next": ">=15.1"
119
77
  },
120
78
  "engines": {
121
- "node": ">=18.* <=23.*"
79
+ "node": ">=18.0.0 <=23.x"
122
80
  },
123
81
  "os": [
124
82
  "darwin",
@@ -128,34 +86,5 @@
128
86
  "publishConfig": {
129
87
  "access": "public",
130
88
  "provenance": true
131
- },
132
- "anolilab": {
133
- "eslint-config": {
134
- "plugin": {
135
- "tsdoc": false
136
- },
137
- "warn_on_unsupported_typescript_version": false,
138
- "info_on_disabling_jsx_react_rule": false,
139
- "info_on_disabling_prettier_conflict_rule": false,
140
- "info_on_disabling_jsonc_sort_keys_rule": false,
141
- "info_on_disabling_etc_no_deprecated": false
142
- }
143
- },
144
- "scripts": {
145
- "build": "cross-env NODE_ENV=development packem build",
146
- "build:prod": "cross-env NODE_ENV=production packem build",
147
- "clean": "rimraf node_modules dist .eslintcache",
148
- "dev": "pnpm run build --watch",
149
- "lint:attw": "attw --pack",
150
- "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
151
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
152
- "lint:package-json": "publint --strict",
153
- "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
154
- "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
155
- "lint:types": "tsc --noEmit",
156
- "test": "vitest run",
157
- "test:coverage": "vitest run --coverage",
158
- "test:ui": "vitest --ui --coverage.enabled=true",
159
- "test:watch": "vitest"
160
89
  }
161
90
  }