kubernetes-fluent-client 3.11.8 → 3.11.10

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 (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubernetes-fluent-client",
3
- "version": "3.11.8",
3
+ "version": "3.11.10",
4
4
  "description": "A @kubernetes/client-node fluent API wrapper that leverages K8s Server Side Apply.",
5
5
  "bin": "./dist/cli.js",
6
6
  "main": "dist/index.js",
@@ -45,7 +45,7 @@
45
45
  "test:e2e:prep-image": "npm run build && npm i kubernetes-fluent-client-0.0.0-development.tgz --no-save",
46
46
  "test:e2e:run": "npm run test:e2e:prep-cluster && npm run test:e2e:prep-crds && npm run test:e2e:prep-image && npm run test:e2e && npm run test:e2e:cleanup",
47
47
  "test:e2e:cleanup": "k3d cluster delete kfc-dev",
48
- "format:check": "eslint src e2e && prettier . --check",
48
+ "format:check": "eslint --max-warnings 37 src e2e && prettier . --check",
49
49
  "format:check:changed": "bash scripts/format-changed.sh",
50
50
  "format:fix": "eslint --fix src e2e && prettier . --write",
51
51
  "prepare": "if [ \"$NODE_ENV\" != 'production' ]; then husky; fi"
@@ -56,33 +56,33 @@
56
56
  "js-yaml": "4.3.0",
57
57
  "node-fetch": "2.7.0",
58
58
  "quicktype-core": "23.2.6",
59
- "tsx": "4.22.0",
60
- "undici": "8.4.1",
59
+ "tsx": "4.23.1",
60
+ "undici": "8.7.0",
61
61
  "yargs": "18.0.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@commitlint/cli": "20.5.3",
65
- "@commitlint/config-conventional": "20.5.3",
65
+ "@commitlint/config-conventional": "21.0.2",
66
66
  "@defenseunicorns/eslint-config": "1.2.0",
67
- "@eslint/eslintrc": "3.3.5",
67
+ "@eslint/eslintrc": "3.3.6",
68
68
  "@eslint/js": "10.0.1",
69
69
  "@types/command-line-args": "5.2.3",
70
- "@types/readable-stream": "4.0.23",
70
+ "@types/readable-stream": "4.0.24",
71
71
  "@types/urijs": "1.19.26",
72
72
  "@types/ws": "8.18.1",
73
73
  "@types/yargs": "17.0.35",
74
- "@typescript-eslint/eslint-plugin": "8.59.3",
75
- "@typescript-eslint/parser": "8.59.3",
76
- "@vitest/coverage-v8": "4.1.6",
74
+ "@typescript-eslint/eslint-plugin": "8.64.0",
75
+ "@typescript-eslint/parser": "8.64.0",
76
+ "@vitest/coverage-v8": "4.1.10",
77
77
  "command-line-args": "6.0.2",
78
- "eslint": "10.4.0",
79
- "eslint-plugin-jsdoc": "63.0.0",
80
- "globals": "17.6.0",
78
+ "eslint": "10.7.0",
79
+ "eslint-plugin-jsdoc": "63.0.13",
80
+ "globals": "17.7.0",
81
81
  "husky": "9.1.7",
82
82
  "lint-staged": "16.4.0",
83
- "prettier": "3.8.3",
83
+ "prettier": "3.9.5",
84
84
  "typescript": "6.0.3",
85
- "vitest": "4.1.6"
85
+ "vitest": "4.1.10"
86
86
  },
87
87
  "overrides": {
88
88
  "tar-fs": "3.1.1",