From 039a0d4ed7c5b18c1061832bbd55837f4fc0cdea Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Sun, 19 Sep 2021 13:14:47 -0400 Subject: [PATCH] [npm] Updates Browserslist caniuse-lite database (#112523) (#112527) * Updates Browserslist caniuse-lite database Signed-off-by: Tyler Smalley * Revert "skip flaky suite" This reverts commit 2fd91a4f07566e7cf6c27a47f08f19e784e6f1b2. Co-authored-by: Tyler Smalley --- package.json | 4 ++-- .../kbn-plugin-helpers/src/integration_tests/build.test.ts | 3 +-- yarn.lock | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 67fb73e21f732..2def1fbf5d72b 100644 --- a/package.json +++ b/package.json @@ -280,8 +280,8 @@ "lodash": "^4.17.21", "lru-cache": "^4.1.5", "lz-string": "^1.4.4", - "maplibre-gl": "1.15.2", "mapbox-gl-draw-rectangle-mode": "1.0.4", + "maplibre-gl": "1.15.2", "markdown-it": "^10.0.0", "md5": "^2.1.0", "mdast-util-to-hast": "10.0.1", @@ -641,8 +641,8 @@ "@types/yauzl": "^2.9.1", "@types/zen-observable": "^0.8.0", "@typescript-eslint/eslint-plugin": "^4.14.1", - "@typescript-eslint/typescript-estree": "^4.14.1", "@typescript-eslint/parser": "^4.14.1", + "@typescript-eslint/typescript-estree": "^4.14.1", "@yarnpkg/lockfile": "^1.1.0", "abab": "^2.0.4", "aggregate-error": "^3.1.0", diff --git a/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts b/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts index fb556a8eac4a1..65cbdaf88034c 100644 --- a/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts +++ b/packages/kbn-plugin-helpers/src/integration_tests/build.test.ts @@ -34,8 +34,7 @@ beforeEach(async () => { afterEach(async () => await del([PLUGIN_DIR, TMP_DIR])); -// https://github.com/elastic/kibana/issues/89079 -it.skip('builds a generated plugin into a viable archive', async () => { +it('builds a generated plugin into a viable archive', async () => { const generateProc = await execa( process.execPath, ['scripts/generate_plugin', '-y', '--name', 'fooTestPlugin'], diff --git a/yarn.lock b/yarn.lock index ed89787bcb5af..4e6c8c05c3eb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9196,9 +9196,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001097, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001181: - version "1.0.30001208" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001208.tgz" - integrity sha512-OE5UE4+nBOro8Dyvv0lfx+SRtfVIOM9uhKqFmJeUbGriqhhStgp1A0OyBpgy3OUF8AhYCT+PVwPC1gMl2ZcQMA== + version "1.0.30001258" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001258.tgz" + integrity sha512-RBByOG6xWXUp0CR2/WU2amXz3stjKpSl5J1xU49F1n2OxD//uBZO4wCKUiG+QMGf7CHGfDDcqoKriomoGVxTeA== capture-exit@^2.0.0: version "2.0.0"