Skip to content

chore(deps-dev): Bump vite from 8.1.5 to 8.2.0 in /web - #266

Merged
rm-hull merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/vite-8.2.0
Aug 4, 2026
Merged

chore(deps-dev): Bump vite from 8.1.5 to 8.2.0 in /web#266
rm-hull merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/vite-8.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 8.1.5 to 8.2.0.

Release notes

Sourced from vite's releases.

create-vite@8.2.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0

Please refer to CHANGELOG.md for details.

v8.2.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.0 (2026-07-30)

Features

  • add input to server.fs.allow (#23035) (95a3cda)
  • bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
  • bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
  • config: include column in config incompatibility location (#23064) (8a24572)
  • dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)

Bug Fixes

  • bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
  • deps: update all non-major dependencies (#23069) (4c07b74)
  • hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
  • importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)
  • module-runner: keep stack trace interception working when Object.prototype is frozen (#23073) (599c5b0)
  • server: strip base in indexHtml module graph lookup (#22932) (fa005d1)
  • support resolving top-level input option with plugins (#23101) (41df81a)

Documentation

  • config: correct cacheDir default fallback description (#23060) (aafa103)

Tests

8.2.0-beta.0 (2026-07-22)

Features

  • add input option (#22642) (9beae37)
  • config: warn features incompatible with native loader in bundle loader (#22850) (05302b0)
  • css: export PostCSS config type for type-safe configs (#22792) (302c755)
  • dev: label network URLs with their interface name (#22830) (78accc4)
  • optimizer: support aube lockfile (#22813) (6319827)
  • optimizer: support nub lockfile (#22891) (65d3604)
  • update rolldown-related dependencies and use client-side HMR in bundled-dev (#22961) (960e9ef)
  • wasm: expand test suite, unwrap WebAssembly.Global and enable js-string builtins (#22674) (9e79b51)

Bug Fixes

Performance Improvements

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor
TestsPassed ✅SkippedFailed
JUnit Test Report156 ran156 passed0 skipped0 failed
TestResult
JUnit Test Report
com/rm-hull/dot-block/internal.TestCheckHandler/Plain_text_-_mixed✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/JSON_array_-_mixed✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/Plain_text_-_all_allowed✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/Plain_text_-_all_blocked✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/JSON_array_-_empty✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/JSON_array_-_invalid✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/UDP_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/UDP_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/TCP_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/TCP_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoT_(Plain)_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoT_(Plain)_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_GET_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_GET_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_POST_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_POST_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality✅ passed
com/rm-hull/dot-block/internal/blocklist.TestBlocklist_DisableAndIsBlocked✅ passed
com/rm-hull/dot-block/internal/blocklist.TestBlocklist_SubdomainHierarchy✅ passed
com/rm-hull/dot-block/internal/blocklist.TestLoader_Metadata✅ passed
com/rm-hull/dot-block/internal/blocklist.TestLoader_Count✅ passed
com/rm-hull/dot-block/internal/blocklist.TestLoader_Stream✅ passed
com/rm-hull/dot-block/internal/blocklist.TestUpdater_Run✅ passed
com/rm-hull/dot-block/internal/config.TestStructToMap_Redacted/redacts_non-zero_redacted_field✅ passed
com/rm-hull/dot-block/internal/config.TestStructToMap_Redacted/does_not_include_zero_value_redacted_field_with_omitempty✅ passed
com/rm-hull/dot-block/internal/config.TestStructToMap_Redacted/handles_time.Duration_formatting✅ passed
com/rm-hull/dot-block/internal/config.TestStructToMap_Redacted/LogValue_implements_slog.LogValuer✅ passed
com/rm-hull/dot-block/internal/config.TestStructToMap_Redacted/boolean_fields_are_always_included_even_when_false✅ passed
com/rm-hull/dot-block/internal/config.TestStructToMap_Redacted✅ passed
com/rm-hull/dot-block/internal/config.TestSchemaGeneration✅ passed
com/rm-hull/dot-block/internal/config.TestSchemaMatchesStruct✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCache_Close_Idempotent✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCache_Set_AfterClose✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCache_Get✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCache_Len✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_MixedBlockedAndUpstream✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_Allowed✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_Blocked✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_BlockedIncludesEDE✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_MultipleQuestions✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit_ECS✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ResolveUpstream_BadRCode✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_NegativeCacheTtlFloor✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_DNSSD_NXDOMAIN✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_UpstreamNXDOMAIN_NoLogError✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_UpstreamNOTIMP_NoLogError✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_UpstreamSERVFAIL_LogError✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/example.invalid.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/localhost.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/test.local.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/my.test.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/my.example.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/my.internal.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/IPv4_Enabled✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/IPv4_Disabled✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/IPv6_Enabled✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/Unknown_IP✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit_CNAME✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit_MultiLevelCNAME✅ passed
com/rm-hull/dot-block/internal/forwarder.TestResolveUpstreamCacheKeyCollision✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_reportError_OddAdditionalFields✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit_NODATA✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit_NXDOMAIN✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCheck_Pass_SOA_Root✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCheck_Pass_Failure✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCheck_Pass_Unreachable✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCheck_Name✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSCheck_WithRoundRobinClient✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/db._dns-sd._udp.0.68.168.192.in-addr.arpa.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/b._dns-sd._udp.local.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/r._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/dr._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/lb._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/_dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/_services._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Status✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_Single✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_All✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Reenable_All✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Reenable_Single✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Reload✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_CheckInvalidJSON✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_CheckTooManyDomains✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_CheckInvalidDomain✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/Go_duration_-_1h✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/Go_duration_-_30m✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/Go_duration_-_90s✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/Go_duration_-_1h30m✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/Go_duration_-_500ms✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/ISO8601_-_PT1H✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/ISO8601_-_PT30M✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/ISO8601_-_PT90S✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/ISO8601_-_PT1H30M✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/ISO8601_-_P1D✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/ISO8601_-_P1DT2H✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/Invalid_-_empty✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration/Invalid_-_garbage✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestParseDuration✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601/ISO8601_PT1H✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601/ISO8601_PT30M✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601/ISO8601_P1D✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601/Go_duration_1h✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601/Go_duration_30m✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601/Invalid✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601/Zero✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestBlocklistHandler_Disable_ISO8601✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestMetricFamilyToMap_OmitsEmptyLabels✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestMetricFamilyToMap_IncludesLabelsWhenPresent✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestHandler✅ passed
com/rm-hull/dot-block/internal/http/handlers.TestVersionInfoHandler_Info✅ passed
com/rm-hull/dot-block/internal/http/routes.TestAsnLookupHandlerReturnsNotFoundForEmptyGeoData✅ passed
com/rm-hull/dot-block/internal/http/sse.TestBroadcaster✅ passed
com/rm-hull/dot-block/internal/http/sse.TestEventJSONMarshaling✅ passed
com/rm-hull/dot-block/internal/http/sse.TestBroadcasterDropsEventsForSlowSubscribers✅ passed
com/rm-hull/dot-block/internal/logging.TestBridgeStandardLog_SourceReporting✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Simple_error✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Error_with_exception✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Error_with_duration✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Level_above_Error✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Attributes_from_handler✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes✅ passed
com/rm-hull/dot-block/internal/logging.TestReplaceAttr_Source✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback/eviction_case✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback/topK_smaller_than_items✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback/empty_space_saver✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback✅ passed
com/rm-hull/dot-block/internal/metrics.TestDNSInfoMetric✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaver✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverAdd/Case3_ReplacementDetails✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverAdd✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverTopN/TopN_WithReplacements✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverTopN✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverConcurrency✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyInitialization✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAfterFirstAdd✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAddingItemsWithSameCount✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAfterIncrementingMinKeyItem✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAfterReplacement✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyInvalidationAndRecomputation✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Exact_match_-_should_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Exact_match_-_different_subdomain_-_should_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Wrong_category_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Wrong_rcode_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Wrong_domain_suffix_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Empty_filter_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_Load✅ passed
com/rm-hull/dot-block/internal/telemetry.TestInitTracer_NoEndpoint✅ passed
com/rm-hull/dot-block/internal/telemetry.TestInitTracer_WithEndpoint✅ passed

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

dot-block benchmark

Details
Benchmark suite Current: 5bd754c Previous: bfab404 Ratio
BenchmarkDNSDispatcher/CacheHit 5114 ns/op 2346 B/op 43 allocs/op 5015 ns/op 2346 B/op 43 allocs/op 1.02
BenchmarkDNSDispatcher/CacheHit - ns/op 5114 ns/op 5015 ns/op 1.02
BenchmarkDNSDispatcher/CacheHit - B/op 2346 B/op 2346 B/op 1
BenchmarkDNSDispatcher/CacheHit - allocs/op 43 allocs/op 43 allocs/op 1
BenchmarkDNSDispatcher/CacheHitCNAME 5452 ns/op 2434 B/op 44 allocs/op 5115 ns/op 2434 B/op 44 allocs/op 1.07
BenchmarkDNSDispatcher/CacheHitCNAME - ns/op 5452 ns/op 5115 ns/op 1.07
BenchmarkDNSDispatcher/CacheHitCNAME - B/op 2434 B/op 2434 B/op 1
BenchmarkDNSDispatcher/CacheHitCNAME - allocs/op 44 allocs/op 44 allocs/op 1
BenchmarkDNSDispatcher/CacheMiss 114831 ns/op 6806 B/op 116 allocs/op 77314 ns/op 6771 B/op 116 allocs/op 1.49
BenchmarkDNSDispatcher/CacheMiss - ns/op 114831 ns/op 77314 ns/op 1.49
BenchmarkDNSDispatcher/CacheMiss - B/op 6806 B/op 6771 B/op 1.01
BenchmarkDNSDispatcher/CacheMiss - allocs/op 116 allocs/op 116 allocs/op 1
BenchmarkDNSDispatcher/Blocked 4820 ns/op 2378 B/op 45 allocs/op 4555 ns/op 2378 B/op 45 allocs/op 1.06
BenchmarkDNSDispatcher/Blocked - ns/op 4820 ns/op 4555 ns/op 1.06
BenchmarkDNSDispatcher/Blocked - B/op 2378 B/op 2378 B/op 1
BenchmarkDNSDispatcher/Blocked - allocs/op 45 allocs/op 45 allocs/op 1
BenchmarkDNSDispatcher/BlockedWithEDE 4883 ns/op 2490 B/op 49 allocs/op 5297 ns/op 2490 B/op 49 allocs/op 0.92
BenchmarkDNSDispatcher/BlockedWithEDE - ns/op 4883 ns/op 5297 ns/op 0.92
BenchmarkDNSDispatcher/BlockedWithEDE - B/op 2490 B/op 2490 B/op 1
BenchmarkDNSDispatcher/BlockedWithEDE - allocs/op 49 allocs/op 49 allocs/op 1
BenchmarkDNSDispatcher/DNSSD 4849 ns/op 2161 B/op 37 allocs/op 4710 ns/op 2161 B/op 37 allocs/op 1.03
BenchmarkDNSDispatcher/DNSSD - ns/op 4849 ns/op 4710 ns/op 1.03
BenchmarkDNSDispatcher/DNSSD - B/op 2161 B/op 2161 B/op 1
BenchmarkDNSDispatcher/DNSSD - allocs/op 37 allocs/op 37 allocs/op 1
BenchmarkDNSDispatcher/ReservedTLD 4359 ns/op 2137 B/op 36 allocs/op 4159 ns/op 2138 B/op 36 allocs/op 1.05
BenchmarkDNSDispatcher/ReservedTLD - ns/op 4359 ns/op 4159 ns/op 1.05
BenchmarkDNSDispatcher/ReservedTLD - B/op 2137 B/op 2138 B/op 1.00
BenchmarkDNSDispatcher/ReservedTLD - allocs/op 36 allocs/op 36 allocs/op 1
BenchmarkDNSDispatcher/MultipleQuestions 116578 ns/op 7626 B/op 134 allocs/op 81222 ns/op 7590 B/op 133 allocs/op 1.44
BenchmarkDNSDispatcher/MultipleQuestions - ns/op 116578 ns/op 81222 ns/op 1.44
BenchmarkDNSDispatcher/MultipleQuestions - B/op 7626 B/op 7590 B/op 1.00
BenchmarkDNSDispatcher/MultipleQuestions - allocs/op 134 allocs/op 133 allocs/op 1.01
BenchmarkDNSDispatcher/ECS 6395 ns/op 3676 B/op 61 allocs/op 5866 ns/op 3641 B/op 60 allocs/op 1.09
BenchmarkDNSDispatcher/ECS - ns/op 6395 ns/op 5866 ns/op 1.09
BenchmarkDNSDispatcher/ECS - B/op 3676 B/op 3641 B/op 1.01
BenchmarkDNSDispatcher/ECS - allocs/op 61 allocs/op 60 allocs/op 1.02
BenchmarkDNSDispatcherConcurrent 2985 ns/op 2321 B/op 42 allocs/op 2824 ns/op 2321 B/op 42 allocs/op 1.06
BenchmarkDNSDispatcherConcurrent - ns/op 2985 ns/op 2824 ns/op 1.06
BenchmarkDNSDispatcherConcurrent - B/op 2321 B/op 2321 B/op 1
BenchmarkDNSDispatcherConcurrent - allocs/op 42 allocs/op 42 allocs/op 1
BenchmarkDNSCache/Get 169.1 ns/op 88 B/op 3 allocs/op 163.6 ns/op 88 B/op 3 allocs/op 1.03
BenchmarkDNSCache/Get - ns/op 169.1 ns/op 163.6 ns/op 1.03
BenchmarkDNSCache/Get - B/op 88 B/op 88 B/op 1
BenchmarkDNSCache/Get - allocs/op 3 allocs/op 3 allocs/op 1
BenchmarkDNSCache/Set 478 ns/op 127 B/op 4 allocs/op 609.7 ns/op 138 B/op 4 allocs/op 0.78
BenchmarkDNSCache/Set - ns/op 478 ns/op 609.7 ns/op 0.78
BenchmarkDNSCache/Set - B/op 127 B/op 138 B/op 0.92
BenchmarkDNSCache/Set - allocs/op 4 allocs/op 4 allocs/op 1
BenchmarkRoundRobinClient 92609 ns/op 3386 B/op 56 allocs/op 66172 ns/op 3388 B/op 56 allocs/op 1.40
BenchmarkRoundRobinClient - ns/op 92609 ns/op 66172 ns/op 1.40
BenchmarkRoundRobinClient - B/op 3386 B/op 3388 B/op 1.00
BenchmarkRoundRobinClient - allocs/op 56 allocs/op 56 allocs/op 1

This comment was automatically generated by workflow using github-action-benchmark.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/vite-8.2.0 branch from d9c8cdd to 5bd754c Compare August 3, 2026 06:30
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.1.5 to 8.2.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.2.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/vite-8.2.0 branch from 5bd754c to 8ac210e Compare August 4, 2026 06:47
@rm-hull
rm-hull merged commit 1995a35 into main Aug 4, 2026
2 of 3 checks passed
@rm-hull
rm-hull deleted the dependabot/npm_and_yarn/web/vite-8.2.0 branch August 4, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant