chore(deps): bump the actions-dependencies group across 1 directory with 5 updates - #46
Closed
dependabot[bot] wants to merge 70 commits into
Closed
dependabot[bot] wants to merge 70 commits into
dependabot[bot] wants to merge 70 commits into
Conversation
Modernize DNS client handling, remove resolved takeover, preserve UDP hijack rules, route DNS through TUN, and keep fake-IP routing consistent.
Add flake packaging, the service module, and deployment documentation.
Add production startup logging, isolate API integration tests, and handle SIGTERM during graceful shutdown.
Keep wildcard trie keys intact and pass rule matchers through dispatcher tracking as trait objects.
Clean up cross-crate lint issues before the routing and protocol work that follows.
Select strict per-destination egress interfaces and propagate route-aware socket creation through DNS and proxy connectors.
Add owned-rule cleanup, rollback on partial failure, explicit IPv6 policy tables, and rtnetlink-backed excluded/interface routes with regression tests.
Reject incompatible runtime updates, filter AAAA responses for IPv4-only TUN, and verify marked IPv6 upstream sessions.
Support minimum download thresholds, provider-specific checks, SSE validation, and WebSocket echo probes under the extended health feature.
Use rtnetlink to inspect interface readiness while tolerating short carrier transitions during startup.
Speed up direnv activation and wait for TUN route readiness before declaring the service available.
Retain handshake progress and Vision passthrough state across fragmented asynchronous reads.
Select interfaces by destination, improve Windows route/socket handling, add Windows interface support, and enforce protected proxy socket usage with regression guards.
Retry all resolved endpoints, support the Chimera server variant, and make UDP port hopping asynchronous and memory-safe.
Add the React dashboard, embed prebuilt assets in the API binary, document the workflow, and align release and throughput CI.
Avoid applying TUN-specific route and socket binding behavior when the TUN runtime is disabled, including throughput CI coverage.
Prepare replacement components before stopping the active runtime and preserve the current data plane when validation fails.
Return a clear error instead of silently falling back to DIRECT when the selected HTTP outbound is missing.
Tighten CORS defaults and request tracing, enforce consistent LAN admission across inbounds, document safe configuration, and add end-to-end LAN proxy tests.
Make clash-lib lint-clean across all targets and features, then require formatting, Clippy, and LAN integration checks on Linux and Windows CI.
Assisted-by: ChatGPT:GPT-5.6-Thinking
Assisted-by: ChatGPT:GPT-5.6-Thinking
Contributor
Proxy Throughput ResultsTrojan
VLESS
Hysteria2
SOCKS5
ANYTLS
SS
Test Environment
Full test logDownload the |
…ith 5 updates Bumps the actions-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `7` | | [actions/cache](https://github.com/actions/cache) | `5` | `6` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6` | `7` | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.46.0` | `1.50.0` | Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/setup-node` from 4 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) Updates `crate-ci/typos` from 1.46.0 to 1.50.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.46.0...v1.50.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: crate-ci/typos dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-dependencies-d959933001
branch
from
September 2, 2026 14:34
1f01ada to
5964a29
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/github_actions/actions-dependencies-d959933001
branch
September 14, 2026 03:08
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.
Bumps the actions-dependencies group with 5 updates in the / directory:
674756671.46.01.50.0Updates
actions/checkoutfrom 6 to 7Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-nodefrom 4 to 7Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Updates
actions/cachefrom 5 to 6Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesUpdates
codecov/codecov-actionfrom 6 to 7Release notes
Sourced from codecov/codecov-action's releases.
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
Updates
crate-ci/typosfrom 1.46.0 to 1.50.0Release notes
Sourced from crate-ci/typos's releases.
... (truncated)
Changelog
Sourced from crate-ci/typos's changelog.
... (truncated)
Commits
4d9c206chore: Release67e851fchore: Releasefed981ddocs: Update changelog30a3514Merge pull request #1611 from epage/aug9fcae58feat(dict): August updatesa8168dcchore: Release767fe42docs: Update changelog8863e88Merge pull request #1609 from epage/hasie7a4e8afix(dict): Don't correct the HashiCorp brand name30dd48etest(cli): Show HashiCorp behavior