Skip to content

Commit

Permalink
Bump backport to v9.6.6 (elastic#211424)
Browse files Browse the repository at this point in the history
This bumps backport to 9.6.6. Most notably fixes an issue with
Handlebars templates and stripping markdown comments:
sorenlouv/backport@v9.6.4...v9.6.6

Also bumped here:
elastic/kibana-github-actions#55

(cherry picked from commit a91e4fc)
  • Loading branch information
sorenlouv committed Feb 17, 2025
1 parent 938a2f6 commit 5e0c3cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-require-default": "^0.1.7",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"backport": "^9.6.4",
"backport": "^9.6.6",
"blob-polyfill": "^7.0.20220408",
"buildkite-test-collector": "^1.7.0",
"callsites": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14444,10 +14444,10 @@ babel-runtime@6.x:
core-js "^2.4.0"
regenerator-runtime "^0.11.0"

backport@^9.6.4:
version "9.6.4"
resolved "https://registry.yarnpkg.com/backport/-/backport-9.6.4.tgz#ea45ab97f32ebca1564269f92a6fc56eda703cdc"
integrity sha512-cTaItWSGoO33vOD/br/Di2KFesgHyE6UWuc0GN0IiFk13UqEadeURq3UOQptARyQC3Nz56Us5QYNJ3E5L61zYg==
backport@^9.6.6:
version "9.6.6"
resolved "https://registry.yarnpkg.com/backport/-/backport-9.6.6.tgz#ab7d0a1720eb5cd3ccef51cd79f1872bb9ed409c"
integrity sha512-X/2vWZNZP5wvbfWaxtLsXSbnOxANgoCh84IZavTS2X2/6X/si3cpUL0ky1fh+70bK5O8PI+3Fopp5srmeqHB1g==
dependencies:
"@octokit/rest" "^19.0.7"
axios "^1.6.2"
Expand Down

0 comments on commit 5e0c3cf

Please sign in to comment.