fix(deps): update dependency hot-shots to v17 - #7171
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
e18e dependency analysisNo dependency warnings found. |
@netlify/build
@netlify/build-info
@netlify/cache-utils
@netlify/config
@netlify/edge-bundler
@netlify/functions-utils
@netlify/git-utils
@netlify/headers-parser
@netlify/api
@netlify/nock-udp
@netlify/opentelemetry-sdk-setup
@netlify/opentelemetry-utils
@netlify/redirect-parser
@netlify/run-utils
@netlify/zip-it-and-ship-it
commit: |
renovate
Bot
force-pushed
the
renovate/hot-shots-17.x
branch
from
August 14, 2026 23:35
dc0cd93 to
8f48af2
Compare
renovate
Bot
force-pushed
the
renovate/hot-shots-17.x
branch
from
August 25, 2026 12:06
8f48af2 to
b3b2daf
Compare
renovate
Bot
force-pushed
the
renovate/hot-shots-17.x
branch
from
August 26, 2026 13:54
b3b2daf to
6f54f87
Compare
renovate
Bot
force-pushed
the
renovate/hot-shots-17.x
branch
2 times, most recently
from
September 3, 2026 11:43
4e65fc6 to
91b2ebd
Compare
renovate
Bot
force-pushed
the
renovate/hot-shots-17.x
branch
from
September 3, 2026 16:35
91b2ebd to
3811c46
Compare
renovate
Bot
force-pushed
the
renovate/hot-shots-17.x
branch
2 times, most recently
from
September 9, 2026 11:43
385c63b to
8bdbaa6
Compare
renovate
Bot
force-pushed
the
renovate/hot-shots-17.x
branch
from
September 11, 2026 00:34
8bdbaa6 to
40811e9
Compare
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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:
11.4.0→17.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bdeitte/hot-shots (hot-shots)
v17.1.0Compare Source
DD_TAGS/DATADOG_TAGSvalues: when the value contains no comma, whitespace is used as the separator, matchingdd-trace-jsand the Datadog Agent. See #325v17.0.1Compare Source
udsErrors()now includes the negative numeric errno codes (e.g.-111on Linux,-54on Darwin) that unix-dgram sets onerr.code, alongside the existing string codes. See #322v17.0.0Compare Source
aggregationoption, for better parity with official DogStatsD clients but also for use with any StatsD, DogStatsD or Telegraf client. This includes an aggregationmaxContextsoption (default 5000) bounding the number of live aggregation contexts; new contexts beyond the cap are sent directly with a one-time warning.flush()method to send buffered metrics (and any pending aggregated metrics) immediately, useful for serverless and other short-lived environmentsnpm audit fixv16.0.0Compare Source
datadogoption (explicittrue/false, or auto-detected fromDD_AGENT_HOST/DD_ENV/otherDD_*signals) enables:|c:. Configurable viaoriginDetection,containerID, andDD_ORIGIN_DETECTION_ENABLED.DD_EXTERNAL_ENVand sent as|e:.cardinalityoption orDD_CARDINALITY/DATADOG_CARDINALITY) plus a per metric/event/checkcardinalityoption, sent as|card:.includeDatadogTelemetry) can be enabled like before. But it also now defaults to on whenever Datadog mode is active — an explicitdatadog: trueor aDD_*env var. Theudsprotocol alone does not auto-enable Datadog mode or telemetry.This is a breaking change because clients running in a Datadog environment (e.g. with
DD_AGENT_HOSTset) will auto-detect Datadog mode and begin emitting the new|c:/|e:wire fields and client telemetry. Opt out withdatadog: false,originDetection: false, and/orincludeDatadogTelemetry: false. Non-Datadog (StatsD/Telegraf) usage is unaffected.v15.0.0Compare Source
close()\rin metric names, tag keys, and tag values alongside newlines, since some receivers split lines on\rand could otherwise be tricked into accepting injected metricsfilesallowlist to package.json so npm publishes onlyindex.js,index.mjs,lib/, and the TypeScript definitionsuuidto 14.x to fix GHSA-w5hq-g745-h8pq and adddiffoverride to^8.0.3to resolve GHSA-73rr-hh4g-fpgx transitively pulled in viamochaandsinon.port,sampleRate,bufferFlushIntervalconfig values and use default config valuesfor-ofover array routes, simpler EAGAIN access, dedupBuffer.byteLengthinsendMessagev14.3.1Compare Source
v14.3.0Compare Source
exportsfield in package.json andindex.mjswrapper, enablingimport StatsD from 'hot-shots'in ES module projectsv14.2.0Compare Source
v14.1.1Compare Source
v14.1.0Compare Source
v14.0.0Compare Source
ctxparameter as the last argument. Fixes #202v13.2.0Compare Source
v13.1.0Compare Source
|,:,\n,#, and,in metric names or tags are now replaced with_to prevent malformed packets.v13.0.0Compare Source
prefix: 'myapp', it will be normalized to'myapp.'. Similarly,suffix: 'prod'becomes'.prod'. This ensures metrics likemyapp.request.timeinstead ofmyapprequest.time. If your prefix/suffix already includes the period, no change is needed.::1will automatically useudp6sockets, fixing issues on Node.js 17+ wherelocalhostmay resolve to IPv6.sampleRate,tags, andtimestampproperties. Timestamp can be a Date object or Unix seconds.v12.1.0Compare Source
includeDatadogTelemetryoption (disabled by default and in beta) and telemetryFlushIntervalv12.0.0Compare Source
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.