[Snyk] Upgrade @opentelemetry/exporter-trace-otlp-http from 0.215.0 to 0.218.0#3467
Open
nkammah wants to merge 20 commits into
Open
[Snyk] Upgrade @opentelemetry/exporter-trace-otlp-http from 0.215.0 to 0.218.0#3467nkammah wants to merge 20 commits into
nkammah wants to merge 20 commits into
Conversation
…0.218.0 Snyk has created this PR to upgrade @opentelemetry/exporter-trace-otlp-http from 0.215.0 to 0.218.0. See this package in npm: @opentelemetry/exporter-trace-otlp-http See this project in Snyk: https://app.snyk.io/org/docs-wmk/project/69782e43-c85b-4c27-afd1-ad863be7a38a?utm_source=github&utm_medium=referral&page=upgrade-pr
Contributor
Author
|
This is a minor version upgrade for an experimental package. The updates primarily consist of bug fixes and internal improvements. Key Changes:
No breaking changes are documented for this version range. Source: OpenTelemetry-JS Experimental Changelog
|
|
Label error. Requires exactly 1 of: automation, breaking, bug, changelog:skip, chore, ci, dependencies, documentation, enhancement, feature, fix, redesign. Found: |
…pet-only files (#2743) * Initial plan * Fix: treat only _snippets directories as special, not filenames containing _snippets Co-authored-by: reakaleek <16325797+reakaleek@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: reakaleek <16325797+reakaleek@users.noreply.github.com> Co-authored-by: Felipe Cotti <felipe.cotti@elastic.co>
* Add quick reference to applies_to syntax page Simplify the intro, add a quick-reference table so docs contributors can match their situation to the right annotation type, and link to the applies-to-tagging skill. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix lead-in sentence grammar in quick reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Keep YAML frontmatter from CLI supplemental files as metadata while parsing the remaining body with the existing supplemental rules. Co-authored-by: GPT-5.5 <gpt-5.5@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Allow cli TOC entries to override the generated root page title and navigation label without changing schema command names. Co-authored-by: GPT-5.5 <gpt-5.5@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…namespace page cards (#3489) * feat(cli-reference): support title overrides Allow cli TOC entries to override the generated root page title and navigation label without changing schema command names. Co-authored-by: GPT-5.5 <gpt-5.5@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com> * fix(cli-reference): ignore blank title overrides Co-authored-by: GPT-5.5 <gpt-5.5@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> * fix(cli-reference): use segment path instead of segment/index.md for namespace page cards Namespace and sub-namespace page card links were generated as ./segment/index.md, which the docs-builder resolved to /cli/.../segment/index (a 404) instead of /cli/.../segment. Drop the /index.md suffix so links resolve to the correct namespace URL. Affects RootPage (top-level namespaces), NamespacePage (sub-namespaces and alias blurb links). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(cli-reference): trim title and navigation_title override values Prevents padded whitespace in non-empty overrides from leaking into nav/file metadata. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: GPT-5.5 <gpt-5.5@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: GPT-5.5 <gpt-5.5@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(cli-reference): support title overrides Allow cli TOC entries to override the generated root page title and navigation label without changing schema command names. Co-authored-by: GPT-5.5 <gpt-5.5@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com> * fix(cli-reference): ignore blank title overrides Co-authored-by: GPT-5.5 <gpt-5.5@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> * fix(cli-reference): use segment path instead of segment/index.md for namespace page cards Namespace and sub-namespace page card links were generated as ./segment/index.md, which the docs-builder resolved to /cli/.../segment/index (a 404) instead of /cli/.../segment. Drop the /index.md suffix so links resolve to the correct namespace URL. Affects RootPage (top-level namespaces), NamespacePage (sub-namespaces and alias blurb links). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(cli-reference): trim title and navigation_title override values Prevents padded whitespace in non-empty overrides from leaking into nav/file metadata. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(page-card): apply UrlPathPrefix to resolved URLs Page-card links were generating site-root-relative hrefs (e.g. /cli/stack/es) without the deployment path prefix, causing 404s in preview environments where the site is hosted under a subpath (e.g. /elastic/cli/pull/406/cli/stack/es). Apply the same UrlPathPrefix logic used by DiagnosticLinkInlineParser. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: GPT-5.5 <gpt-5.5@openai.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: GPT-5.5 <gpt-5.5@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Bumps [joi](https://github.com/hapijs/joi) from 18.1.2 to 18.2.1. - [Commits](hapijs/joi@v18.1.2...v18.2.1) --- updated-dependencies: - dependency-name: joi dependency-version: 18.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-version: 4.0.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
--- updated-dependencies: - dependency-name: AWSSDK.DynamoDBv2 dependency-version: 4.0.18.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ows (#3481) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.12...v5.0.13) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) from 0.217.0 to 0.218.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-js@experimental/v0.217.0...experimental/v0.218.0) --- updated-dependencies: - dependency-name: "@opentelemetry/instrumentation" dependency-version: 0.218.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the eslint group with 1 update in the /src/Elastic.Documentation.Site directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.59.3 to 8.59.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.59.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Member
|
@copilot rebase PR |
…0.218.0 Snyk has created this PR to upgrade @opentelemetry/exporter-trace-otlp-http from 0.215.0 to 0.218.0. See this package in npm: @opentelemetry/exporter-trace-otlp-http See this project in Snyk: https://app.snyk.io/org/docs-wmk/project/69782e43-c85b-4c27-afd1-ad863be7a38a?utm_source=github&utm_medium=referral&page=upgrade-pr
Contributor
Rebased onto the latest |
…846742bc17509' into snyk-upgrade-113f013d01e96e09b54846742bc17509 # Conflicts: # src/Elastic.Documentation.Site/package-lock.json # src/Elastic.Documentation.Site/package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @opentelemetry/exporter-trace-otlp-http from 0.215.0 to 0.218.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 3 versions ahead of your current version.
The recommended version was released 22 days ago.
Breaking Change Risk
Release notes
Package name: @opentelemetry/exporter-trace-otlp-http
-
0.218.0 - 2026-05-13
- feat(otlp-transformer): replace protobufjs metrics serialization with custom implementation #6625 @ pichlermarc
- feat(configuration): show all config validation errors, if there are multiple #6683 @ trentm
- feat(sdk-node): allow startNodeSDK() without an arg #6688 @ trentm
- refactor(sdk-logs): alias
- refactor(sdk-logs): use
-
0.217.0 - 2026-05-06
- feat(otlp-transformer): replace protobufjs trace serialization with custom implementation #6625 @ pichlermarc
- feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using
- feat(configuration, sdk-node):
- Note that allowed values for
- If
- An invalid YAML config file will now result in a noop OTel SDK.
- fix(configuration): do not validate
- fix(configuration): improve how 'additionalProperties' in JSON schema is translated to TS types #6650 @ trentm
- fix(configuration): remove stripMinItems and preprocessNullArrays from validation/parsing #6657 @ trentm
- fix(configuration): improve handling of enums in generated types #6659 @ trentm
- fix(configuration): improve the technique for removing '| null' on types the JSON Schema #6662 @ trentm
- fix(sampler-jaeger-remote): add missing axios dep #6656 @ trentm
- fix(exporter-prometheus): handle malformed URLs in Prometheus exporter request handler #6674 @ homanp
-
0.216.0 - 2026-04-29
- feat(sdk-node): wire attribute_keys from declarative configuration to ViewOptions.attributesProcessors #6427 @ ravitheja4531-cell
- feat(sdk-node): set TracerProvider in startNodeSDK() #6607 @ maryliag
- fix(instrumentation-xml-http-request): avoid unwrapping
- fix(instrumentation-fetch): tolerate non-writable
- fix(instrumentation-xhr): resolve relative URLs before matching
- fix(sdk-node): fix setting of ViewOption#name from ConfigurationModel #6620 @ trentm
- fix(web-common): add limit for timeout #6601 @ maryliag
- fix(otlp-transformer): pin protobufjs@8.0.1 as protobufjs@8.0.3 is broken for browser use #6646
- test(otlp-transformer): add metrics transform benchmark #6628 @ pichlermarc
- refactor(opentelemetry-exporter-prometheus): do not call enforcePrometheusNamingConvention() multiple times per metric #6636 @ cjihrig
-
0.215.0 - 2026-04-17
- feat(sdk-logs)!: add required
- (user-facing):
- feat(api-logs, sdk-logs)!: add Logger#enabled() #6371 @ david-luna
- feat(otlp-transformer): add custom protobuf logs serializer #6228 @ pichlermarc
- feat(otlp-transformer): add custom protobuf logs export response deserializer #6530 @ pichlermarc
- fix(instrumentation-fetch): preserve init overrides when input is a Request object #6421 @ akandic47
- fix(otlp-exporter-base): limit Node.js HTTP transport response body to 4 MiB #6552 @ kartikgola
- fix(instrumentation-fetch): avoid unwrapping fetch API when disabling #6575 @ david-luna
- fix(web-common): add check for possible unsafe json parse #6589 @ maryliag
- fix(otlp-transformer): add check for possible unsafe json parse #6588 @ maryliag
from @opentelemetry/exporter-trace-otlp-http GitHub release notes0.218.0
🚀 Features
🏠 Internal
LoggerProviderConfigtoLoggerProviderOptions#6691 @ david-lunaLogger.enabled()withinLogger.emit()implementation #6680 @ david-luna0.217.0
🚀 Features
json-schema-to-typescriptandajv#6533 @ MikeGoldsmithstartNodeSDK()code path now useslog_levelconfiguration to setup a DiagConsoleLogger #6668 @ trentmlog_levelin a configuration YAML file are not the same set as forOTEL_LOG_LEVEL. Uselog_level: traceto see all logs (equivalent ofOTEL_LOG_LEVEL=ALL). Uselog_level: fatalto effectively disable the SDK's internal diagnostic logger (equivalent ofOTEL_LOG_LEVEL=NONE).log_levelis not specified, a diagnostic console logger at "info" level will be setup.🐛 Bug Fixes
OTEL_CONFIG_FILEvalue before using it for file config #6643 @ trentm0.216.0
🚀 Features
🐛 Bug Fixes
XMLHttpRequestAPI when disabling #6611 @ david-lunaglobalThis.fetchand fix premature_isEnabled/_isFetchPatchedflips inenable()@ brunorodmoreiraignoreUrls#6551 @ Maximiliano-Zeballos🏠 Internal
0.215.0
💥 Breaking Changes
forceFlush()toLogRecordExporterinterface #6356 @ pichlermarcLogRecordExporterinterface now requires aforceFlush()method to be implemented. Custom exporters will need to implement this method to continue working with the Logs SDK.🚀 Features
🐛 Bug Fixes
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: