Skip to content

Commit f2b1f63

Browse files
Update Monthly Dev Dependencies
1 parent 83f0709 commit f2b1f63

File tree

123 files changed

+2511
-895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+2511
-895
lines changed

.pnp.cjs

+1,327-512
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-security": "^3.0.1",
8686
"fast-json-patch": "^3.1.1",
8787
"jest": "^29.7.0",
88-
"neostandard": "^0.11.7",
88+
"neostandard": "^0.12.0",
8989
"p-event": "^4.2.0",
9090
"path-to-regexp": "^8.0.0",
9191
"set-cookie-parser": "^2.6.0",

charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jest": "^29.7.0",
3333
"js-yaml": "^4.1.0",
3434
"lodash": "^4.17.21",
35-
"neostandard": "^0.11.7"
35+
"neostandard": "^0.12.0"
3636
},
3737
"jest": {
3838
"testEnvironment": "node",

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"eslint-plugin-security": "^3.0.1",
9999
"eslint-plugin-vue": "^9.30.0",
100100
"jsdom": "^25.0.0",
101-
"neostandard": "^0.11.7",
101+
"neostandard": "^0.12.0",
102102
"rollup-plugin-visualizer": "^5.12.0",
103103
"sass": "~1.79.0",
104104
"typescript": "^5.6.3",

packages/kube-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-security": "^3.0.1",
4646
"express": "^4.18.3",
4747
"jest": "^29.7.0",
48-
"neostandard": "^0.11.7"
48+
"neostandard": "^0.12.0"
4949
},
5050
"jest": {
5151
"restoreMocks": true,

packages/kube-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-lodash": "^8.0.0",
4040
"eslint-plugin-security": "^3.0.1",
4141
"jest": "^29.7.0",
42-
"neostandard": "^0.11.7"
42+
"neostandard": "^0.12.0"
4343
},
4444
"jest": {
4545
"restoreMocks": true,

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-security": "^3.0.1",
3737
"jest": "^29.7.0",
3838
"jest-date-mock": "^1.0.8",
39-
"neostandard": "^0.11.7"
39+
"neostandard": "^0.12.0"
4040
},
4141
"jest": {
4242
"restoreMocks": true,

packages/monitor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-lodash": "^8.0.0",
4040
"eslint-plugin-security": "^3.0.1",
4141
"jest": "^29.7.0",
42-
"neostandard": "^0.11.7",
42+
"neostandard": "^0.12.0",
4343
"supertest": "^7.0.0"
4444
},
4545
"jest": {

packages/polling-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint-plugin-lodash": "^8.0.0",
3535
"eslint-plugin-security": "^3.0.1",
3636
"jest": "^29.7.0",
37-
"neostandard": "^0.11.7"
37+
"neostandard": "^0.12.0"
3838
},
3939
"jest": {
4040
"restoreMocks": true,

packages/request/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-plugin-lodash": "^8.0.0",
4141
"eslint-plugin-security": "^3.0.1",
4242
"jest": "^29.7.0",
43-
"neostandard": "^0.11.7"
43+
"neostandard": "^0.12.0"
4444
},
4545
"jest": {
4646
"restoreMocks": true,

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-jest": "^28.8.3",
2828
"eslint-plugin-lodash": "^8.0.0",
2929
"eslint-plugin-security": "^3.0.1",
30-
"neostandard": "^0.11.7"
30+
"neostandard": "^0.12.0"
3131
},
3232
"packageManager": "[email protected]",
3333
"engines": {

0 commit comments

Comments
 (0)