mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update APM (main) (#162516)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@elastic/apm-rum](https://togithub.com/elastic/apm-agent-rum-js) | [`^5.12.0` -> `^5.13.0`](https://renovatebot.com/diffs/npm/@elastic%2fapm-rum/5.12.0/5.13.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@elastic/apm-rum-react](https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html) ([source](https://togithub.com/elastic/apm-agent-rum-js)) | [`^1.4.2` -> `^1.4.3`](https://renovatebot.com/diffs/npm/@elastic%2fapm-rum-react/1.4.2/1.4.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>elastic/apm-agent-rum-js (@​elastic/apm-rum)</summary> ### [`v5.13.0`](https://togithub.com/elastic/apm-agent-rum-js/blob/HEAD/packages/rum/CHANGELOG.md#5130-2023-07-18) [Compare Source](https://togithub.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum@5.12.0...@elastic/apm-rum@5.13.0) ##### Features - **rum-core:** add apmRequest config typescript type ([#​1254](https://togithub.com/elastic/apm-agent-rum-js/issues/1254)) ([cfaa327](cfaa327ba3
)) - **rum-core:** enhance user transaction name obtaining ([#​1390](https://togithub.com/elastic/apm-agent-rum-js/issues/1390)) ([1144b9f](1144b9fd3b
)) - **rum:** add sendCredentials config option to TypeScript typings ([#​1243](https://togithub.com/elastic/apm-agent-rum-js/issues/1243)) ([369800e](369800e17d
)) </details> <details> <summary>elastic/apm-agent-rum-js (@​elastic/apm-rum-react)</summary> ### [`v1.4.3`](https://togithub.com/elastic/apm-agent-rum-js/blob/HEAD/packages/rum-react/CHANGELOG.md#143-2023-07-18) [Compare Source](https://togithub.com/elastic/apm-agent-rum-js/compare/@elastic/apm-rum-react@1.4.2...@elastic/apm-rum-react@1.4.3) **Note:** Version bump only for package [@​elastic/apm-rum-react](https://togithub.com/elastic/apm-rum-react) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
77239d6908
commit
6757d8fbdf
2 changed files with 16 additions and 16 deletions
|
@ -92,8 +92,8 @@
|
|||
"@dnd-kit/core": "^3.1.1",
|
||||
"@dnd-kit/sortable": "^4.0.0",
|
||||
"@dnd-kit/utilities": "^2.0.0",
|
||||
"@elastic/apm-rum": "^5.12.0",
|
||||
"@elastic/apm-rum-react": "^1.4.2",
|
||||
"@elastic/apm-rum": "^5.13.0",
|
||||
"@elastic/apm-rum-react": "^1.4.3",
|
||||
"@elastic/charts": "59.1.0",
|
||||
"@elastic/datemath": "5.0.3",
|
||||
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.8.0-canary.2",
|
||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -1438,29 +1438,29 @@
|
|||
dependencies:
|
||||
tslib "^2.0.0"
|
||||
|
||||
"@elastic/apm-rum-core@^5.17.0":
|
||||
version "5.17.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/apm-rum-core/-/apm-rum-core-5.17.0.tgz#660b02b46cb2e98063f2438b1b41350d88f28489"
|
||||
integrity sha512-GN1UyyeL8+AD9crKi2lR1MlariKlL5aIlsuVxR9SM1pGBBno1uVUW8Cu6KqzGpscYGf78LNdDezlc5Amx4vJbw==
|
||||
"@elastic/apm-rum-core@^5.18.0":
|
||||
version "5.18.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/apm-rum-core/-/apm-rum-core-5.18.0.tgz#d1c25594c8e81a929b1f9444ecc081359a97b3d5"
|
||||
integrity sha512-KGU+ZFtdXdD7pR+arDq0JRIC4IKIH0D16p+7SMkq9Lq8wq70Uy6r5SKZgW7X6ahnJP35hStMXT2mjStjD9a+wA==
|
||||
dependencies:
|
||||
error-stack-parser "^1.3.5"
|
||||
opentracing "^0.14.3"
|
||||
promise-polyfill "^8.1.3"
|
||||
|
||||
"@elastic/apm-rum-react@^1.4.2":
|
||||
version "1.4.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/apm-rum-react/-/apm-rum-react-1.4.2.tgz#f9d6d80dec1ad28c469ea3a25971f81688f30a58"
|
||||
integrity sha512-Dg+ayytBbgvmojIcsczZ3lUP0jRG7a87qFinb7xpU/B3IsO1Z0uMr9/HsGLGZSYEcGYI1+fuX7PiVn7/MK5GGw==
|
||||
"@elastic/apm-rum-react@^1.4.3":
|
||||
version "1.4.3"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/apm-rum-react/-/apm-rum-react-1.4.3.tgz#cbbde9d8e0f9aaf8459e07626d88b15188f99d37"
|
||||
integrity sha512-9OSy373fNkLfnf6g8lEBjycm03NJnTPeTYTLUh+Gvlf5NGic+mLZbm7d4dQvUxgIcjKzlx94et3SGysG6JzDrg==
|
||||
dependencies:
|
||||
"@elastic/apm-rum" "^5.12.0"
|
||||
"@elastic/apm-rum" "^5.13.0"
|
||||
hoist-non-react-statics "^3.3.0"
|
||||
|
||||
"@elastic/apm-rum@^5.12.0":
|
||||
version "5.12.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/apm-rum/-/apm-rum-5.12.0.tgz#8391e32d5d6b4f6c95b625da410b3fd4c2b50ce5"
|
||||
integrity sha512-WEyzOhrtaExV9iFH2YxHbjuQNESunn5mMlmPfGan/rD6grzamN5vPOo844wgKy7/f5DsQoAIxFTf1VjvOaHcjA==
|
||||
"@elastic/apm-rum@^5.13.0":
|
||||
version "5.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/apm-rum/-/apm-rum-5.13.0.tgz#a79df440a2e80a492b24e9c04b62c408a6863fa4"
|
||||
integrity sha512-b3H9EEwUpDsGhtqY9oiVILR3nFh8jM9rA9LQGZxw155d2x1MEFyqOhI1uXkhgxirnC+RZHRuQKcfWxZtPQnrfA==
|
||||
dependencies:
|
||||
"@elastic/apm-rum-core" "^5.17.0"
|
||||
"@elastic/apm-rum-core" "^5.18.0"
|
||||
|
||||
"@elastic/app-search-javascript@^8.1.2":
|
||||
version "8.1.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue