kibana/packages/kbn-std
Rudolf Meijering d9fbe142bf
[8.7] Config loader: remove unecessary properties (#154902) (#155006)
# Backport

This will backport the following commits from `main` to `8.7`:
- [Config loader: remove unecessary properties
(#154902)](https://github.com/elastic/kibana/pull/154902)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Pierre
Gayvallet","email":"pierre.gayvallet@elastic.co"},"sourceCommit":{"committedDate":"2023-04-13T16:16:51Z","message":"Config
loader: remove unecessary properties (#154902)\n\n- Updates the logic of
`ensureDeepObject` to remove unnecessary\r\nproperties when expanding
the object\r\n- We had three versions of this helper, centralized it
within `@kbn/std`\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"b75d89a2d86c976d60144f8c57b1d415b2f35ac3","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","backport:prev-minor","v8.8.0"],"number":154902,"url":"https://github.com/elastic/kibana/pull/154902","mergeCommit":{"message":"Config
loader: remove unecessary properties (#154902)\n\n- Updates the logic of
`ensureDeepObject` to remove unnecessary\r\nproperties when expanding
the object\r\n- We had three versions of this helper, centralized it
within `@kbn/std`\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"b75d89a2d86c976d60144f8c57b1d415b2f35ac3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/154902","number":154902,"mergeCommit":{"message":"Config
loader: remove unecessary properties (#154902)\n\n- Updates the logic of
`ensureDeepObject` to remove unnecessary\r\nproperties when expanding
the object\r\n- We had three versions of this helper, centralized it
within `@kbn/std`\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"b75d89a2d86c976d60144f8c57b1d415b2f35ac3"}}]}]
BACKPORT-->

Co-authored-by: Pierre Gayvallet <pierre.gayvallet@elastic.co>
2023-04-17 01:34:53 -07:00
..
src [8.7] Config loader: remove unecessary properties (#154902) (#155006) 2023-04-17 01:34:53 -07:00
BUILD.bazel Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
index.ts [8.7] Config loader: remove unecessary properties (#154902) (#155006) 2023-04-17 01:34:53 -07:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Create the @kbn/std package (#77329) 2020-09-15 15:21:05 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/std — Kibana standard library

This package is a set of utilities that can be used both on server-side and client-side.