Skip to content

Update @elastic/kibana-core dependencies (main)#201607

Open
elastic-renovate-prod[bot] wants to merge 3 commits intomainfrom
renovate/main-@elastickibana-core-dependencies
Open

Update @elastic/kibana-core dependencies (main)#201607
elastic-renovate-prod[bot] wants to merge 3 commits intomainfrom
renovate/main-@elastickibana-core-dependencies

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Nov 25, 2024

This PR contains the following updates:

Package Type Update Change Pending
@apidevtools/json-schema-ref-parser (source) dependencies major 14.1.1 -> 15.1.3 15.2.2 (+2)
@​types/fetch-mock devDependencies major 7.3.1 -> 9.2.2
@types/mock-fs (source) devDependencies patch 4.13.1 -> 4.13.4
@types/node-fetch (source) devDependencies patch 2.6.4 -> 2.6.13
@types/type-detect (source) devDependencies patch 4.0.1 -> 4.0.3
axios (source) dependencies minor 1.12.1 -> 1.13.2 1.13.3
axios (source) dependencies minor ^1.8.3 -> ^1.13.2 1.13.3
cacheable-lookup dependencies major 6 -> 7.0.0
fetch-mock (source) devDependencies major 10.1.0 -> 12.6.0
inversify (source) dependencies minor 7.9.0 -> 7.11.0
load-json-file dependencies major 6.2.0 -> 7.0.1
mock-fs devDependencies minor 5.1.2 -> 5.5.0
node-fetch resolutions major 2.7.0 -> 3.3.2
node-fetch dependencies major 2.7.0 -> 3.3.2
react-intl (source) dependencies major 6.6.6 -> 8.0.11 8.1.1 (+1)

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

APIDevTools/json-schema-ref-parser (@​apidevtools/json-schema-ref-parser)

v15.1.3

Compare Source

Bug Fixes
  • imports: remove node imports to fix browser bundle (89743a2)

v15.1.2

Compare Source

Bug Fixes
  • path: replace win32 usages with custom functions, prettier (83643fe)

v15.1.1

Compare Source

Bug Fixes

v15.1.0

Compare Source

Features
  • callback: pass additional parameters to canRead (57534d6)

v15.0.1

Compare Source

Bug Fixes
  • port: dont override port (6efef32)

v15.0.0

Compare Source

BREAKING CHANGES
  • Change URL encoding to use strict RFC 6901, add new mergeKeys dereference option

v14.2.1

Compare Source

Bug Fixes
  • yaml: support non standard yaml as a fallback (6a469b7)

v14.2.0

Compare Source

Bug Fixes
  • substr: fix and improve substring matching (39b2963)
Features
  • deps: bump deps, lower tsconfig target, fix lints, update attribution (2962dad)
axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release

v1.12.2

Compare Source

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release
szmarczak/cacheable-lookup (cacheable-lookup)

v7.0.0

Compare Source

Breaking
Improvements
wheresrhys/fetch-mock (fetch-mock)

v12.6.0

Compare Source

Features
  • implement host: matcher (2b0a43d)
Documentation Changes
  • document new host matcher (6205357)

v12.5.6

Compare Source

Bug Fixes
  • clean abort event listener once it's called or response is returned (4606250)
  • clean abort event listener once it's called or response is returned (ca51920)

v12.5.5

Compare Source

Bug Fixes
  • do not try to get a reader from a locked request oder response to cancel them (8c23ecf)
  • use optional chaining operator and do not try to cancel locked request or response to prevent errors (b1ff114)
  • use optional chaining operator to prevent errors (87f8399)

v12.5.4

Compare Source

Bug Fixes
  • apply browser exports fix for fetch-mock package (318cd94)

v12.5.3

Compare Source

Bug Fixes
  • add wrapper class to fix type ambiguity (b093bb0)
  • add wrapper class to fix type ambiguity (ea45aec)

v12.5.2

Compare Source

Bug Fixes
  • allow matching body for delete requests (891197c)

v12.5.1

Compare Source

Bug Fixes
  • improve handling of abort (5c1085d)
  • remove deprecated is-subset-of (a2546ef)

v12.4.0

Compare Source

Features
  • add ability to wait for multiple routes (c3dc9c3)
  • implement waitFor option (5500228)
Bug Fixes
  • clone response before using (2ccf18e)
  • use a promise, no function, to implement waitFor (8783101)

v12.3.0

Compare Source

Features
  • added overwriteRoutes: true rule to codemods (b3d1468)
  • implemented modifyRoute() method (f62e3d6)
  • implemented removeRoute method (584a861)
Bug Fixes
  • make types for modify route config more accurate (6894569)
  • prevented overwriting stickiness of a route (87f8c9b)

v12.2.1

Compare Source

Bug Fixes
  • fix failure to spy in browsers (bfaa5f3)

v12.2.0

Compare Source

Features
  • implement new hardReset method (d7e0776)
  • update codemods to use hardReset() (757d480)

v12.1.0

Compare Source

Features
  • fetch-mock: add include: matcher for urls (02f880c)

v12.0.2

Compare Source

Bug Fixes
  • allow sending responses with status 0 (92c06e9)

v12.0.1

Compare Source

Bug Fixes
  • clearHistory() can deal with unmatched calls (012e9ca)

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • Replaced legacy fetch-mock code with fetch-mock/core code
Features
  • Replaced legacy fetch-mock code with fetch-mock/core code (999ce92)

v11.1.5: fetch-mock: v11.1.5

Compare Source

Bug Fixes
  • change export order so default is last (bc9c41d)

v11.1.4: fetch-mock: v11.1.4

Compare Source

Documentation Changes
  • another occurrence of the cheatsheet ref (875e4f6)
  • fix link to cheatsheet (33e75b1)

v11.1.3: fetch-mock: v11.1.3

Compare Source

Bug Fixes
  • add missing metadata to package.json files (4ab78b9)

v11.1.1: fetch-mock: v11.1.1

Compare Source

Bug Fixes
  • roll back to glob-to-regexp (b114124)

v11.1.0: fetch-mock: v11.1.0

Compare Source

Features
  • remove debug mode from fetch-mock (89890b6)

v11.0.2: fetch-mock: v11.0.2

Compare Source

Bug Fixes
  • add license file to each package (9b36f89)

v11.0.1: fetch-mock: v11.0.1

Compare Source

Bug Fixes
  • fixes importimng into .mts files (98ad40e)

v11.0.0: fetch-mock: v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • force fetch-mock major release
Bug Fixes
  • force fetch-mock major release (1b31416)

v10.1.1: fetch-mock: v10.1.1

Compare Source

Bug Fixes
  • change module system declaratuions to avoid top level type: module (ed00140)
inversify/monorepo (inversify)

v7.11.0

Compare Source

Minor Changes
  • Added Container.unbindAllSync
Patch Changes

v7.10.8

Compare Source

Patch Changes
  • Updated BindToFluentSyntax.toResolvedValue to allow non multiple array ServiceIdentifier injectOptions
  • Updated dependencies

v7.10.7

Compare Source

Patch Changes

v7.10.6

Compare Source

Patch Changes

v7.10.5

Compare Source

Patch Changes

v7.10.4

Compare Source

Patch Changes

v7.10.3

Compare Source

Patch Changes

v7.10.2

Compare Source

Patch Changes

v7.10.1

Patch Changes
sindresorhus/load-json-file (load-json-file)

v7.0.1

Compare Source

  • Fix Node.js 12 compatibility dc9799d

v7.0.0

Compare Source

Breaking
Improvements
  • No dependencies!
Other
  • It no longer uses graceful-fs
    That package is too hacky and the fs implementation in Node.js has improved a lot.
tschaub/mock-fs (mock-fs)

v5.5.0

Compare Source

Dependency Updates

v5.4.1

Compare Source

v5.4.0

Compare Source

Dependency Updates
  • bump chai from 4.3.4 to 4.5.0
  • bump eslint from 8.21.0 to 8.57.1

v5.3.0

Compare Source

Dependency Updates
  • chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
  • chore(deps): bump actions/checkout from 2 to 4
  • chore(deps-dev): bump mocha from 9.2.2 to 10.7.3
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3
  • chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
  • chore(deps): bump json5 from 1.0.1 to 1.0.2

v5.2.0

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

node-fetch/node-fetch (node-fetch)

v3.3.2

Compare Source

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features

v3.2.10

Compare Source

Bug Fixes

v3.2.9

Compare Source

Bug Fixes
  • Headers: don't forward secure headers on protocol change (#​1599) (e87b093)

v3.2.8

Compare Source

Bug Fixes

v3.2.7

Compare Source

Bug Fixes

v3.2.6

Compare Source

Bug Fixes

v3.2.5

Compare Source

Bug Fixes

v3.2.4

Compare Source

Bug Fixes

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features

v3.1.1

Compare Source

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed
New Contributors

Full Changelog: node-fetch/node-fetch@v3.1.0...v3.1.1

v3.1.0

Compare Source

What's Changed
New Contributors

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team as a code owner November 25, 2024 14:22
@elastic-renovate-prod elastic-renovate-prod bot added backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t// labels Nov 25, 2024
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team November 25, 2024 14:22
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-core (Team:Core)

@afharo
Copy link
Member

afharo commented Nov 25, 2024

/ci

1 similar comment
@afharo
Copy link
Member

afharo commented Nov 25, 2024

/ci

Copy link
Contributor

@jbudz jbudz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving .buildkite/package-lock.json - I haven't reviewed the rest.

It may make sense to set matchFileNames in renovate.json to keep the reviews limited to core, cc @legrego

@TinaHeiligers
Copy link
Contributor

@jbudz what's our preferred approach for resolving conflicts in renovate PRs?

@afharo
Copy link
Member

afharo commented Dec 11, 2024

IMO, this PR will be really hard to merge because fixing all their breaking changes will make this PR really hard to review (and even less backporting to all-open branches).

IMO, we should take that list and create individual PRs (and I'd even suggest creating logical renovate groups).

@legrego
Copy link
Member

legrego commented Dec 11, 2024

@afharo feel free to split your deps into more logical groups in renovate. The bot should automatically abandon this PR after updating the configuration

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 6 times, most recently from 6126be9 to f63c713 Compare June 26, 2025 15:42
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 2 times, most recently from 95e7586 to e75e334 Compare July 14, 2025 08:47
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch from e75e334 to fb96a07 Compare July 23, 2025 10:07
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 2 times, most recently from 9767d7c to 73465aa Compare August 6, 2025 03:34
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 3 times, most recently from b1757c7 to 12101d3 Compare August 25, 2025 10:24
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 4 times, most recently from 7f10bc3 to 3d282de Compare December 22, 2025 13:13
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 7 times, most recently from 1519a2a to a29f139 Compare January 2, 2026 18:16
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 8 times, most recently from 75f312f to 6d01cd8 Compare January 9, 2026 06:14
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch 2 times, most recently from 1f39938 to 8656fc4 Compare January 20, 2026 18:17
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-@elastickibana-core-dependencies branch from 8656fc4 to 37b2b00 Compare January 22, 2026 22:14
@TinaHeiligers
Copy link
Contributor

@elasticmachine merge upstream

elasticmachine and others added 2 commits January 27, 2026 18:08
…ally, or add an exception to src/dev/yarn_deduplicate/index.ts and then commit the changes and push to your branch
@elasticmachine
Copy link
Contributor

elasticmachine commented Jan 27, 2026

💔 Build Failed

Failed CI Steps

History

@elastic-renovate-prod

This comment was marked as outdated.

@TinaHeiligers
Copy link
Contributor

major package versions need to be handled separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release blocked Duty:Core release_note:skip Skip the PR/issue when compiling release notes Team:Core Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants