kibana/packages/kbn-server-http-tools
Thomas Watson 8042faf448
Remove dependencies for empty @types/* packages (#144324) (#144686)
The removed packages were empty becuase the packages for which they provide
types now ship with their own types. So they are no longer needed.

The following command was run to find them:

    find node_modules/@types \
      -mindepth 1 \
      -maxdepth 1 \
      -type d '!' \
      -exec test -e "{}/index.d.ts" ';' \
      -print

In this case that produced the following output:

    node_modules/@types/moment-timezone
    node_modules/@types/strip-ansi
    node_modules/@types/joi
    node_modules/@types/rrule
    node_modules/@types/vfile-message
    node_modules/@types/reduce-reducers
    node_modules/@types/react-resize-detector
    node_modules/@types/pretty-ms

Except for `vfile-message` all of these were direct dependencies and could be
removed.

(cherry picked from commit b02d976a3b)

# Conflicts:
#	packages/core/logging/core-logging-common-internal/BUILD.bazel
#	packages/kbn-failed-test-reporter-cli/BUILD.bazel
#	yarn.lock

Co-authored-by: Spencer <spencer@elastic.co>
2022-11-07 05:55:56 -07:00
..
src chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
BUILD.bazel Remove dependencies for empty @types/* packages (#144324) (#144686) 2022-11-07 05:55:56 -07:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
jest.config.js Remove core->cli dependency (#95145) 2021-03-30 13:39:32 +02:00
kibana.jsonc add kibana.jsonc files to existing packages (#138965) 2022-09-08 13:31:57 -07:00
package.json [IDM] Assign author: Kibana Core to packages owned by core (#137887) 2022-08-02 10:25:53 -07:00
README.md Remove core->cli dependency (#95145) 2021-03-30 13:39:32 +02:00
tsconfig.json chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00

@kbn/http-tools

Http utilities for core and the basepath server