Skip to content

Commit

Permalink
[8.x] Removes kbn-std/unset as it's not used anywhere (#193298) (#…
Browse files Browse the repository at this point in the history
…193585)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Removes kbn-std/unset as it's not used anywhere
(#193298)](#193298)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Rudolf
Meijering","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-20T13:44:52Z","message":"Removes
kbn-std/unset as it's not used anywhere (#193298)\n\n##
Summary\r\n\r\nRemoves unset as it's not used anywhere. Underscore
includes an unset\r\nfunction which most plugins seem to
prefer.","sha":"bddeac062a7fc1c87cacca0ef2c94ea2bd22f5c3","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:all-open"],"title":"Removes
kbn-std/unset as it's not used
anywhere","number":193298,"url":"https://github.com/elastic/kibana/pull/193298","mergeCommit":{"message":"Removes
kbn-std/unset as it's not used anywhere (#193298)\n\n##
Summary\r\n\r\nRemoves unset as it's not used anywhere. Underscore
includes an unset\r\nfunction which most plugins seem to
prefer.","sha":"bddeac062a7fc1c87cacca0ef2c94ea2bd22f5c3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193298","number":193298,"mergeCommit":{"message":"Removes
kbn-std/unset as it's not used anywhere (#193298)\n\n##
Summary\r\n\r\nRemoves unset as it's not used anywhere. Underscore
includes an unset\r\nfunction which most plugins seem to
prefer.","sha":"bddeac062a7fc1c87cacca0ef2c94ea2bd22f5c3"}}]}]
BACKPORT-->

Co-authored-by: Rudolf Meijering <[email protected]>
  • Loading branch information
kibanamachine and rudolf authored Sep 20, 2024
1 parent fc5423d commit 447e3a1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 134 deletions.
1 change: 0 additions & 1 deletion packages/kbn-std/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export type { URLMeaningfulParts } from './src/url';
export { isRelativeUrl, modifyUrl, getUrlOrigin } from './src/url';
export { isInternalURL } from './src/is_internal_url';
export { parseNextURL } from './src/parse_next_url';
export { unset } from './src/unset';
export { getFlattenedObject } from './src/get_flattened_object';
export { ensureNoUnsafeProperties } from './src/ensure_no_unsafe_properties';
export {
Expand Down
94 changes: 0 additions & 94 deletions packages/kbn-std/src/unset.test.ts

This file was deleted.

39 changes: 0 additions & 39 deletions packages/kbn-std/src/unset.ts

This file was deleted.

0 comments on commit 447e3a1

Please sign in to comment.