Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
"@apidevtools/json-schema-ref-parser": "^14.1.1",
"@appland/sql-parser": "^1.5.1",
"@arizeai/openinference-semantic-conventions": "^1.1.0",
"@aws-crypto/sha256-js": "^5.2.0",
"@aws-crypto/util": "^5.2.0",
"@aws-sdk/client-bedrock-runtime": "^3.744.0",
"@babel/runtime": "^7.24.7",
"@dagrejs/dagre": "^1.1.5",
Expand Down Expand Up @@ -151,8 +149,6 @@
"@faker-js/faker": "^9.7.0",
"@formatjs/icu-messageformat-parser": "^2.7.6",
"@formatjs/intl": "^2.10.2",
"@formatjs/intl-pluralrules": "^5.2.12",
"@formatjs/intl-relativetimeformat": "^11.2.12",
"@formatjs/intl-utils": "^3.8.4",
"@formatjs/ts-transformer": "^3.13.14",
"@google/generative-ai": "^0.21.0",
Expand Down Expand Up @@ -1118,7 +1114,6 @@
"@langchain/langgraph": "^0.2.45",
"@langchain/langgraph-checkpoint": "~0.0.17",
"@langchain/openai": "^0.4.4",
"@langtrase/trace-attributes": "^7.5.0",
"@launchdarkly/node-server-sdk": "^9.10.1",
"@launchdarkly/openfeature-node-server": "^1.1.0",
"@loaders.gl/core": "^3.4.7",
Expand Down Expand Up @@ -1174,7 +1169,6 @@
"adm-zip": "^0.5.16",
"ai": "^4.3.15",
"ajv": "^8.17.1",
"ansi-regex": "^6.1.0",
"antlr4": "^4.13.1-patch-1",
"archiver": "^7.0.1",
"async": "^3.2.6",
Expand Down Expand Up @@ -1210,8 +1204,6 @@
"d3-interpolate": "^3.0.1",
"d3-scale": "^3.3.0",
"d3-selection": "^3.0.0",
"d3-shape": "^2.1.0",
"d3-time": "^2.1.1",
"d3-transition": "^3.0.1",
"dedent": "^0.7.0",
"deep-freeze-strict": "^1.1.1",
Expand Down Expand Up @@ -1320,7 +1312,6 @@
"puppeteer": "24.10.1",
"query-string": "^6.13.2",
"rbush": "^4.0.1",
"re-resizable": "^6.11.2",
"re2js": "0.4.3",
"react": "~18.2.0",
"react-diff-view": "^3.3.1",
Expand Down Expand Up @@ -1707,8 +1698,6 @@
"@types/d3-interpolate": "^3.0.1",
"@types/d3-scale": "^3.3.0",
"@types/d3-selection": "^3.0.0",
"@types/d3-shape": "^2.1.0",
"@types/d3-time": "^2.1.1",
"@types/d3-transition": "^3.0.1",
"@types/dedent": "^0.7.0",
"@types/deep-freeze-strict": "^1.1.2",
Expand Down
13 changes: 1 addition & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@
{
"groupName": "@elastic/appex-ai-infra dependencies",
"matchDepNames": [
"@aws-crypto/sha256-js",
"@aws-crypto/util",
"@langtrase/trace-attributes",
"@arizeai/openinference-semantic-conventions",
"@smithy/eventstream-serde-node",
"@smithy/node-http-handler",
Expand Down Expand Up @@ -862,8 +859,6 @@
"matchDepNames": [
"@formatjs/icu-messageformat-parser",
"@formatjs/intl",
"@formatjs/intl-pluralrules",
"@formatjs/intl-relativetimeformat",
"@formatjs/intl-utils",
"@formatjs/ts-transformer"
],
Expand Down Expand Up @@ -926,7 +921,6 @@
{
"groupName": "ansi related",
"matchDepNames": [
"ansi-regex",
"has-ansi",
"strip-ansi",
"@types/has-ansi"
Expand Down Expand Up @@ -2267,17 +2261,13 @@
"@types/d3-interpolate",
"@types/d3-scale",
"@types/d3-selection",
"@types/d3-shape",
"@types/d3-time",
"@types/d3-transition",
"d3",
"d3-array",
"d3-brush",
"d3-interpolate",
"d3-scale",
"d3-selection",
"d3-shape",
"d3-time",
"d3-transition"
],
"reviewers": [
Expand Down Expand Up @@ -3271,7 +3261,6 @@
"i18n-iso-countries",
"pdf-lib",
"node-diff3",
"re-resizable",
"react-diff-view",
"reduce-reducers",
"snakecase-keys",
Expand Down Expand Up @@ -4744,4 +4733,4 @@
"datasourceTemplate": "docker"
}
]
}
}
2 changes: 0 additions & 2 deletions src/platform/packages/shared/kbn-i18n/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ SRCS = glob(

BUNDLER_DEPS = [
"@npm//@formatjs/intl",
"@npm//@formatjs/intl-pluralrules",
"@npm//@formatjs/intl-relativetimeformat",
Comment on lines -27 to -28
Copy link
Contributor

Choose a reason for hiding this comment

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

Became obsolete after #186519.

"@npm//@formatjs/intl-utils",
]

Expand Down
Loading