From e1084046a2b313f442510e92ee2683f2321bf5e0 Mon Sep 17 00:00:00 2001 From: klacabane Date: Thu, 24 Apr 2025 14:16:02 +0200 Subject: [PATCH 01/13] bump adm-zim to 0.5.16 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 96415396c0523..37485f282ad07 100644 --- a/package.json +++ b/package.json @@ -1107,7 +1107,7 @@ "@xstate/react": "^3.2.2", "@xstate5/react": "npm:@xstate/react@^5.0.2", "@xyflow/react": "^12.4.1", - "adm-zip": "^0.5.9", + "adm-zip": "0.5.16", "ai": "^4.0.18", "ajv": "^8.17.1", "ansi-regex": "^6.1.0", @@ -1919,4 +1919,4 @@ "yarn-deduplicate": "^6.0.2" }, "packageManager": "yarn@1.22.21" -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 27e8ce188d6f6..06066b45ead18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12870,10 +12870,10 @@ acorn@^8.0.4, acorn@^8.1.0, acorn@^8.11.0, acorn@^8.14.0, acorn@^8.4.1, acorn@^8 resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0" integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA== -adm-zip@^0.5.9: - version "0.5.9" - resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.9.tgz#b33691028333821c0cf95c31374c5462f2905a83" - integrity sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg== +adm-zip@0.5.16: + version "0.5.16" + resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.16.tgz#0b5e4c779f07dedea5805cdccb1147071d94a909" + integrity sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ== after-all-results@^2.0.0: version "2.0.0" From da71b8c6b9c425812e7a9c967e16a853dcb51720 Mon Sep 17 00:00:00 2001 From: klacabane Date: Thu, 24 Apr 2025 14:46:26 +0200 Subject: [PATCH 02/13] bump types/adm-zip and pin versions --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 37485f282ad07..ac85c55ea13b4 100644 --- a/package.json +++ b/package.json @@ -1107,7 +1107,7 @@ "@xstate/react": "^3.2.2", "@xstate5/react": "npm:@xstate/react@^5.0.2", "@xyflow/react": "^12.4.1", - "adm-zip": "0.5.16", + "adm-zip": "^0.5.16", "ai": "^4.0.18", "ajv": "^8.17.1", "ansi-regex": "^6.1.0", @@ -1603,7 +1603,7 @@ "@testing-library/react": "^16.0.1", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "^14.5.2", - "@types/adm-zip": "^0.5.0", + "@types/adm-zip": "^0.5.7", "@types/archiver": "^5.3.1", "@types/async": "^3.2.24", "@types/aws4": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 06066b45ead18..b7e7d8752301c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10782,10 +10782,10 @@ dependencies: "@turf/helpers" "6.x" -"@types/adm-zip@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@types/adm-zip/-/adm-zip-0.5.0.tgz#94c90a837ce02e256c7c665a6a1eb295906333c1" - integrity sha512-FCJBJq9ODsQZUNURo5ILAQueuA8WJhRvuihS3ke2iI25mJlfV2LK8jG2Qj2z2AWg8U0FtWWqBHVRetceLskSaw== +"@types/adm-zip@0.5.7": + version "0.5.7" + resolved "https://registry.yarnpkg.com/@types/adm-zip/-/adm-zip-0.5.7.tgz#eec10b6f717d3948beb64aca0abebc4b344ac7e9" + integrity sha512-DNEs/QvmyRLurdQPChqq0Md4zGvPwHerAJYWk9l2jCbD1VPpnzRJorOdiq4zsw09NFbYnhfsoEhWtxIzXpn2yw== dependencies: "@types/node" "*" From 1697faae395ef908fbb50fd2f8f382fe9ce303da Mon Sep 17 00:00:00 2001 From: klacabane Date: Thu, 24 Apr 2025 14:50:25 +0200 Subject: [PATCH 03/13] bootstrap --- package.json | 2 +- yarn.lock | 42 ++++++------------------------------------ 2 files changed, 7 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index ac85c55ea13b4..7651a995723bd 100644 --- a/package.json +++ b/package.json @@ -1919,4 +1919,4 @@ "yarn-deduplicate": "^6.0.2" }, "packageManager": "yarn@1.22.21" -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index b7e7d8752301c..7baa9b6c307a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10782,7 +10782,7 @@ dependencies: "@turf/helpers" "6.x" -"@types/adm-zip@0.5.7": +"@types/adm-zip@^0.5.7": version "0.5.7" resolved "https://registry.yarnpkg.com/@types/adm-zip/-/adm-zip-0.5.7.tgz#eec10b6f717d3948beb64aca0abebc4b344ac7e9" integrity sha512-DNEs/QvmyRLurdQPChqq0Md4zGvPwHerAJYWk9l2jCbD1VPpnzRJorOdiq4zsw09NFbYnhfsoEhWtxIzXpn2yw== @@ -12870,7 +12870,7 @@ acorn@^8.0.4, acorn@^8.1.0, acorn@^8.11.0, acorn@^8.14.0, acorn@^8.4.1, acorn@^8 resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0" integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA== -adm-zip@0.5.16: +adm-zip@^0.5.16: version "0.5.16" resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.16.tgz#0b5e4c779f07dedea5805cdccb1147071d94a909" integrity sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ== @@ -29238,7 +29238,7 @@ string-replace-loader@^3.1.0: loader-utils "^2.0.0" schema-utils "^3.0.0" -"string-width-cjs@npm:string-width@^4.2.0": +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -29256,15 +29256,6 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" -string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - string-width@^5.0.1, string-width@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" @@ -29357,7 +29348,7 @@ stringify-object@^3.2.1: is-obj "^1.0.1" is-regexp "^1.0.0" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -29371,13 +29362,6 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1: dependencies: ansi-regex "^2.0.0" -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - strip-ansi@^7.0.1, strip-ansi@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" @@ -32164,7 +32148,7 @@ workerpool@^6.5.1: resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544" integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -32190,15 +32174,6 @@ wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" @@ -32309,7 +32284,7 @@ xpath@^0.0.33: resolved "https://registry.yarnpkg.com/xpath/-/xpath-0.0.33.tgz#5136b6094227c5df92002e7c3a13516a5074eb07" integrity sha512-NNXnzrkDrAzalLhIUc01jO2mOzXGXh1JwPgkihcLLzw98c0WgYDmmjSh1Kl3wzaxSVWMuA+fe0WTWOBDWCBmNA== -"xstate5@npm:xstate@^5.19.2": +"xstate5@npm:xstate@^5.19.2", xstate@^5.19.2: version "5.19.2" resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba" integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw== @@ -32319,11 +32294,6 @@ xstate@^4.38.3: resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075" integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw== -xstate@^5.19.2: - version "5.19.2" - resolved "https://registry.yarnpkg.com/xstate/-/xstate-5.19.2.tgz#db3f1ee614bbb6a49ad3f0c96ddbf98562d456ba" - integrity sha512-B8fL2aP0ogn5aviAXFzI5oZseAMqN00fg/TeDa3ZtatyDcViYLIfuQl4y8qmHCiKZgGEzmnTyNtNQL9oeJE2gw== - "xtend@>=4.0.0 <4.1.0-0", xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.1: version "4.0.2" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" From ab5d63f3f4c99e68d0115682c944758132167473 Mon Sep 17 00:00:00 2001 From: klacabane Date: Thu, 24 Apr 2025 19:08:51 +0200 Subject: [PATCH 04/13] UInt global --- src/platform/packages/shared/kbn-test/jest-preset.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/packages/shared/kbn-test/jest-preset.js b/src/platform/packages/shared/kbn-test/jest-preset.js index 304772e525d0d..c6592577204a3 100644 --- a/src/platform/packages/shared/kbn-test/jest-preset.js +++ b/src/platform/packages/shared/kbn-test/jest-preset.js @@ -143,6 +143,7 @@ module.exports = { // This happens when we run jest tests with --watch after node20+ globals: { structuredClone: {}, + Uint8Array: Uint8Array, }, testResultsProcessor: From 34cec3d4f7afee8edc75fba29b9f8327492e6ff9 Mon Sep 17 00:00:00 2001 From: klacabane Date: Fri, 25 Apr 2025 07:20:11 +0200 Subject: [PATCH 05/13] Revert "UInt global" This reverts commit ab5d63f3f4c99e68d0115682c944758132167473. --- src/platform/packages/shared/kbn-test/jest-preset.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platform/packages/shared/kbn-test/jest-preset.js b/src/platform/packages/shared/kbn-test/jest-preset.js index c6592577204a3..304772e525d0d 100644 --- a/src/platform/packages/shared/kbn-test/jest-preset.js +++ b/src/platform/packages/shared/kbn-test/jest-preset.js @@ -143,7 +143,6 @@ module.exports = { // This happens when we run jest tests with --watch after node20+ globals: { structuredClone: {}, - Uint8Array: Uint8Array, }, testResultsProcessor: From 1082d895886d2e9e42b569d31b8c94d3ad7f31f9 Mon Sep 17 00:00:00 2001 From: klacabane Date: Fri, 25 Apr 2025 07:25:09 +0200 Subject: [PATCH 06/13] uint global --- .../plugins/security_solution/server/lib/jest.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/solutions/security/plugins/security_solution/server/lib/jest.config.js b/x-pack/solutions/security/plugins/security_solution/server/lib/jest.config.js index e9dc836a6a47c..08d1302f8503b 100644 --- a/x-pack/solutions/security/plugins/security_solution/server/lib/jest.config.js +++ b/x-pack/solutions/security/plugins/security_solution/server/lib/jest.config.js @@ -16,4 +16,7 @@ module.exports = { '/x-pack/solutions/security/plugins/security_solution/server/lib/**/*.{ts,tsx}', ], moduleNameMapper: require('../__mocks__/module_name_map'), + globals: { + Uint8Array: Uint8Array, + }, }; From b79baaee94fadd0ed86d4971130bb66fea213c97 Mon Sep 17 00:00:00 2001 From: klacabane Date: Fri, 25 Apr 2025 07:32:15 +0200 Subject: [PATCH 07/13] targeted Uint globals --- src/platform/plugins/shared/discover/jest.config.js | 3 +++ .../plugins/security_solution/jest.integration.config.js | 3 +++ .../configs/stateful/oblt.stateful.config.ts | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/platform/plugins/shared/discover/jest.config.js b/src/platform/plugins/shared/discover/jest.config.js index 8dde380d4c3b1..9c631e66eebbf 100644 --- a/src/platform/plugins/shared/discover/jest.config.js +++ b/src/platform/plugins/shared/discover/jest.config.js @@ -16,4 +16,7 @@ module.exports = { collectCoverageFrom: [ '/src/platform/plugins/shared/discover/{common,public,server}/**/*.{js,ts,tsx}', ], + globals: { + Uint8Array: Uint8Array, + }, }; diff --git a/x-pack/solutions/security/plugins/security_solution/jest.integration.config.js b/x-pack/solutions/security/plugins/security_solution/jest.integration.config.js index 4fe389d2ec246..a5a452459c11b 100644 --- a/x-pack/solutions/security/plugins/security_solution/jest.integration.config.js +++ b/x-pack/solutions/security/plugins/security_solution/jest.integration.config.js @@ -9,4 +9,7 @@ module.exports = { preset: '@kbn/test/jest_integration', rootDir: '../../../../..', roots: ['/x-pack/solutions/security/plugins/security_solution'], + globals: { + Uint8Array: Uint8Array, + }, }; diff --git a/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts b/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts index 7b3cf3a7f1818..c9a1352def3fa 100644 --- a/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts +++ b/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts @@ -12,4 +12,7 @@ export default createStatefulTestConfig({ junit: { reportName: 'Stateful Observability - Deployment-agnostic API Integration Tests', }, + globals: { + Uint8Array: Uint8Array, + }, }); From 4e15eea2c83ac5603340b22a79d72bc6f92cbde1 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Fri, 25 Apr 2025 05:55:37 +0000 Subject: [PATCH 08/13] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../configs/stateful/oblt.stateful.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts b/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts index c9a1352def3fa..71f12df568124 100644 --- a/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts +++ b/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts @@ -13,6 +13,6 @@ export default createStatefulTestConfig({ reportName: 'Stateful Observability - Deployment-agnostic API Integration Tests', }, globals: { - Uint8Array: Uint8Array, + Uint8Array, }, }); From 5aea0722c434a8aeab67144d4667fd8c2b4bdd20 Mon Sep 17 00:00:00 2001 From: klacabane Date: Sat, 26 Apr 2025 06:37:51 +0200 Subject: [PATCH 09/13] remove globals --- .../configs/stateful/oblt.stateful.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts b/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts index 71f12df568124..7b3cf3a7f1818 100644 --- a/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts +++ b/x-pack/test/api_integration/deployment_agnostic/configs/stateful/oblt.stateful.config.ts @@ -12,7 +12,4 @@ export default createStatefulTestConfig({ junit: { reportName: 'Stateful Observability - Deployment-agnostic API Integration Tests', }, - globals: { - Uint8Array, - }, }); From 00069d710b12dc679693ddf332be30adcaa6228f Mon Sep 17 00:00:00 2001 From: klacabane Date: Wed, 30 Apr 2025 14:52:50 +0200 Subject: [PATCH 10/13] remove discover config change --- src/platform/plugins/shared/discover/jest.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/platform/plugins/shared/discover/jest.config.js b/src/platform/plugins/shared/discover/jest.config.js index 9c631e66eebbf..8dde380d4c3b1 100644 --- a/src/platform/plugins/shared/discover/jest.config.js +++ b/src/platform/plugins/shared/discover/jest.config.js @@ -16,7 +16,4 @@ module.exports = { collectCoverageFrom: [ '/src/platform/plugins/shared/discover/{common,public,server}/**/*.{js,ts,tsx}', ], - globals: { - Uint8Array: Uint8Array, - }, }; From a7c3be34e9cb1634af5bc2cd2f5466a2f493e8b4 Mon Sep 17 00:00:00 2001 From: klacabane Date: Thu, 5 Jun 2025 12:41:32 +0200 Subject: [PATCH 11/13] fix bad merge --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index fe13c73a4900f..08b904267f188 100644 --- a/package.json +++ b/package.json @@ -1638,9 +1638,6 @@ "@testing-library/user-event": "^14.6.1", "@types/adm-zip": "^0.5.7", "@types/archiver": "^6.0.3", - "@testing-library/user-event": "^14.6.1", - "@types/adm-zip": "^0.5.0", - "@types/archiver": "^6.0.3", "@types/async": "^3.2.24", "@types/aws4": "^1.5.0", "@types/base64-js": "^1.2.5", From 38d6ad6cb5d35b55db39d21c35f563606496f3ef Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:05:40 +0000 Subject: [PATCH 12/13] [CI] Auto-commit changed files from 'node scripts/capture_oas_snapshot --include-path /api/status --include-path /api/alerting/rule/ --include-path /api/alerting/rules --include-path /api/actions --include-path /api/security/role --include-path /api/spaces --include-path /api/streams --include-path /api/fleet --include-path /api/dashboards --include-path /api/saved_objects/_import --include-path /api/saved_objects/_export --include-path /api/maintenance_window --update' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22911fa8e2121..91d268714692c 100644 --- a/package.json +++ b/package.json @@ -1979,4 +1979,4 @@ "yarn-deduplicate": "^6.0.2" }, "packageManager": "yarn@1.22.21" -} +} \ No newline at end of file From 7330c2c53bb3fb3ee177173ba223718c263afa22 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:30:25 +0000 Subject: [PATCH 13/13] [CI] Auto-commit changed files from 'node scripts/eslint_all_files --no-cache --fix' --- .../issue_feedback/transform_path_file.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/scripts/pipelines/chromium_linux_build/issue_feedback/transform_path_file.test.ts b/.buildkite/scripts/pipelines/chromium_linux_build/issue_feedback/transform_path_file.test.ts index 35b62cc216241..baa5e0261a394 100644 --- a/.buildkite/scripts/pipelines/chromium_linux_build/issue_feedback/transform_path_file.test.ts +++ b/.buildkite/scripts/pipelines/chromium_linux_build/issue_feedback/transform_path_file.test.ts @@ -57,7 +57,6 @@ const runnerOptions = { }; describe('transform_path_file', () => { - it('throws an error if options are missing', () => { expect(() => { applyTransform(pathFileTransform, {}, pathFileContents, runnerOptions);