Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.10`: - [Upgrade openpgp 5.3.0 to 5.10.1 (#165526)](#165526) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kurt","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-09-18T12:31:16Z","message":"Upgrade openpgp 5.3.0 to 5.10.1 (#165526)\n\n## Summary\r\n\r\nUpgrade `openpgp` from `5.3.0` to `5.10.1`\r\n\r\nCommit log:\r\nhttps://github.com/openpgpjs/openpgpjs/compare/v5.3.0...v5.10.1\r\n\r\nThere is an incompatibility of `Uint8Array` when using Jest/JSDom with\r\nthe TextEncoder/TextDecoder from node `util`.\r\n\r\n`https://github.com/kayahr/text-encoding` has been added as a\r\n`devDependency` so it can be used in the polyfill. It provides a working\r\nTextEncoder/Decoder for our Jest tests.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"70c7fc571b714f9bc00f6d2c71c1fd13c587caad","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:all-open","v8.11.0"],"number":165526,"url":"https://github.com/elastic/kibana/pull/165526","mergeCommit":{"message":"Upgrade openpgp 5.3.0 to 5.10.1 (#165526)\n\n## Summary\r\n\r\nUpgrade `openpgp` from `5.3.0` to `5.10.1`\r\n\r\nCommit log:\r\nhttps://github.com/openpgpjs/openpgpjs/compare/v5.3.0...v5.10.1\r\n\r\nThere is an incompatibility of `Uint8Array` when using Jest/JSDom with\r\nthe TextEncoder/TextDecoder from node `util`.\r\n\r\n`https://github.com/kayahr/text-encoding` has been added as a\r\n`devDependency` so it can be used in the polyfill. It provides a working\r\nTextEncoder/Decoder for our Jest tests.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"70c7fc571b714f9bc00f6d2c71c1fd13c587caad"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165526","number":165526,"mergeCommit":{"message":"Upgrade openpgp 5.3.0 to 5.10.1 (#165526)\n\n## Summary\r\n\r\nUpgrade `openpgp` from `5.3.0` to `5.10.1`\r\n\r\nCommit log:\r\nhttps://github.com/openpgpjs/openpgpjs/compare/v5.3.0...v5.10.1\r\n\r\nThere is an incompatibility of `Uint8Array` when using Jest/JSDom with\r\nthe TextEncoder/TextDecoder from node `util`.\r\n\r\n`https://github.com/kayahr/text-encoding` has been added as a\r\n`devDependency` so it can be used in the polyfill. It provides a working\r\nTextEncoder/Decoder for our Jest tests.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"70c7fc571b714f9bc00f6d2c71c1fd13c587caad"}}]}] BACKPORT--> Co-authored-by: Kurt <[email protected]>
- Loading branch information