Update website (major)#12271
Open
renovate[bot] wants to merge 1 commit into2.2.xfrom
Open
Conversation
070f401 to
b782215
Compare
b782215 to
200b292
Compare
200b292 to
0d5825b
Compare
0d5825b to
13a5493
Compare
13a5493 to
26eb48d
Compare
26eb48d to
b107972
Compare
58dc5c1 to
f9c7059
Compare
53e3b9a to
eca0685
Compare
eca0685 to
b0b2376
Compare
5b34d55 to
add255a
Compare
add255a to
7aee8d5
Compare
ca8df1f to
eea1da3
Compare
bbaac9a to
c0be2e7
Compare
378a831 to
c070c13
Compare
ed5641a to
3419d28
Compare
a982c48 to
4ef57b4
Compare
18b7ef4 to
c19f6d2
Compare
c19f6d2 to
980fea2
Compare
5559983 to
e0fbbb9
Compare
dc213b2 to
1690276
Compare
f4371bd to
81d58cf
Compare
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.
This PR contains the following updates:
^2.0.4→^3.0.03→4^7.52.1→^10.0.0^4.9.0→^9.0.0^3.5.5→^4.0.0^6.7.5→^8.0.0^6.7.5→^8.0.0^3.2.0→^5.0.0^8.51.0→^10.0.0^3.6.0→^4.0.0^3.4.1→^4.0.0^1.0.4→^2.0.0^3.0.3→^4.0.0^5.0.0→^8.0.0^5.0.2→^6.0.0^2.5.4→^3.0.0^3.2.0→^4.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
11ty/eleventy-plugin-rss (@11ty/eleventy-plugin-rss)
v3.0.0: Feeds (RSS, Atom, JSON) v3.0.0Compare Source
import rssPlugin from "@​11ty/eleventy-plugin-rss";const rssPlugin = require("@​11ty/eleventy-plugin-rss");const { default: rssPlugin } = await import("@​11ty/eleventy-plugin-rss");in anasyncconfiguration callback.scriptparameter to Virtual template so you can pass a URL for the XSLT polyfill by @tomayac in #85post.data.summaryby @RyKilleen in #65Thank you to new contributions from @tomayac, @sentience, @philipmw, and @RyKilleen!
Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/9?closed=1
Full Changelog: 11ty/eleventy-plugin-rss@v2.0.4...v3.0.0
algolia/docsearch (@docsearch/js)
v4.6.3Compare Source
Features
v4.6.2Compare Source
Bug Fixes
Features
v4.6.1Compare Source
v4.6.0Compare Source
Bug Fixes
Features
4.5.4 (2026-02-05)
Bug Fixes
4.5.4 (2026-01-21)
Bug Fixes
4.5.4 (2026-01-21)
Reverts
v4.5.4Compare Source
Bug Fixes
v4.5.3Compare Source
Bug Fixes
v4.5.2Compare Source
Reverts
v4.5.0Compare Source
v4.4.0Compare Source
Bug Fixes
Features
v4.3.2Compare Source
Bug Fixes
v4.3.1Compare Source
Bug Fixes
v4.3.0Compare Source
Bug Fixes
Features
v4.2.0Compare Source
Bug Fixes
Features
v4.1.0Compare Source
Bug Fixes
Features
4.0.1 (2025-09-16)
Bug Fixes
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
Bug Fixes
Features
getsentry/sentry-javascript (@sentry/browser)
v10.50.0Compare Source
v10.49.0Compare Source
Important Changes
feat(browser): Add View Hierarchy integration (#14981)
A new
viewHierarchyIntegrationcaptures the DOM structure when an error occurs, providing a snapshot of the page state for debugging. Enable it in your Sentry configuration:feat(cloudflare): Split alarms into multiple traces and link them (#19373)
Durable Object alarms now create separate traces for each alarm invocation, with proper linking between related alarms for better observability.
feat(cloudflare): Enable RPC trace propagation with
enableRpcTracePropagation(#19991, #20345)A new
enableRpcTracePropagationoption enables automatic trace propagation for Cloudflare RPC calls via.fetch(), ensuring distributed traces flow correctly across service bindings.feat(core): Add
enableTruncationoption to AI integrations (#20167, #20181, #20182, #20183, #20184)All AI integrations (OpenAI, Anthropic, Google GenAI, LangChain, LangGraph) now support an
enableTruncationoption to control whether large AI inputs/outputs are truncated.feat(opentelemetry): Vendor
AsyncLocalStorageContextManager(#20243)The OpenTelemetry context manager is now vendored internally, reducing external dependencies and ensuring consistent behavior across environments.
Other Changes
rewriteSourcestop level option (#20142)eventLoopBlockIntegration(#20108)conversation_idonly ongen_aispans (#20274)ai.operationIdfor Vercel AI V6 operation name mapping (#20285)reader.closedrejection fromreleaseLock()in streaming (#20187)Internal Changes
findInjectionIndexAfterDirectivesfor better readability (#20310)@opentelemetry/resourceswith inlinegetSentryResource()(#20327)Bundle size 📦
v10.48.0Compare Source
v10.47.0Compare Source
Important Changes
feat(node-core): Add OTLP integration for node-core/light (#19729)
Added
otlpIntegrationat@sentry/node-core/light/otlpfor users who managetheir own OpenTelemetry setup and want to send trace data to Sentry without
adopting the full
@sentry/nodeSDK.The integration links Sentry errors to OTel traces and exports spans to Sentry via OTLP.
feat(node, bun): Add runtime metrics integrations for Node.js and Bun (#19923, #19979)
New
nodeRuntimeMetricsIntegrationandbunRuntimeMetricsIntegrationautomatically collect runtime health metrics and send them to Sentry on a configurable interval (default: 30s). Collected metrics include memory (RSS, heap used/total), CPU utilization, event loop utilization, and process uptime. Node additionally collects event loop delay percentiles (p50, p99). Extra metrics like CPU time and external memory are available as opt-in.feat(core): Support embedding APIs in google-genai (#19797)
Adds instrumentation for the Google GenAI
embedContentAPI, creatinggen_ai.embeddingsspans.feat(browser): Add
elementTimingIntegrationfor tracking element render and load times (#19869)The new
elementTimingIntegrationcaptures Element Timing API data as Sentry metrics. It emitselement_timing.render_timeandelement_timing.load_timedistribution metrics for elements annotated with theelementtimingHTML attribute.Other Changes
sentry-traceandbaggageheaders on outgoing requests (#19960)Internal Changes
nodeRuntimeMetricsIntegration(#19989)Bundle size 📦
v10.46.0Compare Source
Important Changes
feat(elysia):
@sentry/elysia- Alpha Release (#19509)New Sentry SDK for the Elysia web framework, supporting both Bun and Node.js runtimes.
Features
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.