Bump idna from 3.10 to 3.15#66
Closed
dependabot[bot] wants to merge 283 commits into
Closed
Conversation
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
…site Add Autoloop Go migration progress site
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
…o Go (+3418 lines, 4245 total, 5.92%) Migrated modules: - utils/content_hash.py -> internal/utils/contenthash - utils/exclude.py -> internal/utils/exclude (with tests) - utils/path_security.py -> internal/utils/pathsecurity (with tests) - utils/version_checker.py -> internal/utils/versionchecker - utils/file_ops.py -> internal/utils/fileops - utils/console.py -> internal/utils/console - utils/diagnostics.py -> internal/utils/diagnostics - utils/install_tui.py -> internal/utils/installtui - utils/github_host.py -> internal/utils/githubhost (with tests) - utils/reflink.py -> internal/utils/reflink (linux+other build tags) - install/errors.py -> internal/install/errors - install/cache_pin.py -> internal/install/cachepin - install/context.py -> internal/install/installctx Metric: 5.92% (previous best: 5.41%, delta: +0.51%) Run: https://github.com/githubnext/apm/actions/runs/25771166584 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Recover iteration 8 Go utility migrations
- Advance status table to iteration 24 (best metric 9.89%, ~7,092 migrated lines) - Expand migration progress table through iter 24 with workflow run links - Expand migrated modules table to all 24 modules from migration-status.json - Add branch-reset caveat explaining iter-13 JSON baseline vs iter-24 reality - Refresh manifest-ops benchmark with fresh python3 run (923x check_collision at scale) - Add Go build/test validation signals table - Update Next up from memory Future Directions - Update last-updated timestamp to 2026-05-13 15:14 UTC Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Includes bundle transport fix for shallow checkouts (#31603) which fixes the merge-commit-brings-in-protected-files problem. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Upgrade gh-aw to v0.74.1
…-iter24-7b126167538465d9 [autoloop-progress] docs: update Go migration progress page to iteration 24
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
[Autoloop: python-to-go-migration]
- Mark PR #17 as merged (2026-05-13T16:30:28Z) - Update migrated module count to 54 (from iter-24 issue comment) - Refresh manifest benchmark table from local run of scripts/benchmark_manifest_ops.py (check_collision now 1606x at large scale, scoped uninstall 26x) - Bump Last updated to 2026-05-13 16:32 UTC Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ate-iter24-merged-6f8a4775f94dff72 [autoloop-progress] docs: update Go migration progress page for iter-24 / PR #17 merged
…o Go (+3691 Python lines, 11.07%) Rebuild 30 modules from iter-24 baseline and add 5 new modules: - compilation: buildid, constants, output_writer, constitution (iter-24 rebuild) - compilation: claude_formatter, gemini_formatter (agentformatter), injector, template_builder (new) - models: results, dependency/types - policy: schema, matcher, inheritance - install: request, summary, mcp/args - runtime: base - marketplace: validator, errors, semver, tag_pattern, shadow_detector - cache: url_normalize, paths, integrity - integration: utils, coverage - workflow: parser (iter-24 rebuild), discovery (new) - core: null_logger, docker_args - deps: git_remote_ops, aggregator, installed_package - primitives: models New metric: 11.07% (7936/71696 Python lines migrated) Previous best: 9.89% Delta: +1.18% Run: https://github.com/githubnext/apm/actions/runs/25812073376 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Disable normal docs publication
…te-ref Autoloop can't create PRs because go.mod, go.sum, and other dev files are on the default protected list. Every iteration silently falls back to creating an issue instead of a PR. - Exclude go.mod, go.sum, package.json, requirements.txt, etc. - Add max-patch-files: 500 - Add recreate-ref: true Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…tected Exclude dev files from autoloop protected-files list
…+4024 Python lines) Migrated install/plan.py, insecure_policy.py, 6 install phases (cleanup, finalize, heal, lockfile, post_deps_local, download), 6 MCP modules (warnings, conflicts, entry, writer, command, registry), and 2 policy check modules (policy_checks, ci_checks). All use stdlib-only Go. go build ./... and go test ./... pass. Metric: 16.68% (prev 15.16, +1.52). Run: https://github.com/githubnext/apm/actions/runs/25835089265 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…1103 Python lines) Migrated modules: - integration/skill_transformer.py (113) -> skilltransformer: ToHyphenCase, SkillTransformer.TransformToAgent - integration/dispatch.py (91) -> dispatch: PrimitiveDispatch struct, DefaultDispatchTable - install/heals/base.py (122) -> heals: HealContext, Heal interface, RunHealChain - install/heals/branch_ref_drift.py (66) -> heals: BranchRefDriftHeal - install/heals/buggy_lockfile_recovery.py (99) -> heals: BuggyLockfileRecoveryHeal - compilation/constitution_block.py (104) -> constitutionblock: RenderBlock, InjectOrUpdate - install/phases/local_content.py (191) -> localcontent: ProjectHasRootPrimitives, HasLocalApmContent - install/phases/policy_target_check.py (113) -> policytargetcheck: TargetCheckIDs, ShouldRunCheck - install/phases/policy_gate.py (204) -> policygate: PolicyViolationError, EnforcementResult Metric: 16.68 -> 18.22 (+1.54) Run: https://github.com/githubnext/apm/actions/runs/25836695236 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…dels, coworkpaths, mcpdep, sharedclonecache Run: https://github.com/githubnext/apm/actions/runs/25838675792 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…es for 6 packages (console, gitenv, skilltransformer, apmresolver, instructionintegrator, promptintegrator) Run: https://github.com/githubnext/apm/actions/runs/26051591636 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…es for 6 thin packages (policytargetcheck, pack, mcpentry, heals, codexruntime, publisher) Run: https://github.com/githubnext/apm/actions/runs/26054516496 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…or 6 thin Go packages Added extra_test.go files for mcpregistry (IP edge cases, decimal loopback, cloud metadata, RFC1918), guards (nested dirs, multiple roots, sorted violations, wrapped errors), schema (ApmPolicy combos, FetchFailure/Remote, DependencyPolicy Allow/Deny/Require), results (overwrite, missing keys, variants), mcp command (SearchOptions/InstallOptions/InfoOptions fields), and compilationformatter (FileTypesSummary variants, PlacementStrategy constants, HasIssues, New, FormatDefault). 899 new test lines total; registered 6 new test-migrated entries. Run: https://github.com/githubnext/apm/actions/runs/26057497454 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…or 7 thin Go packages Run: https://github.com/githubnext/apm/actions/runs/26059981931 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…or 6 thin Go packages Added extra_test.go files for windsurf, lockfile, baseintegrator, experimental, auth, and runtime/base; registered 6 new test-migrated entries (+824 lines). Run: https://github.com/githubnext/apm/actions/runs/26063987994 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…or 6 thin Go packages Run: https://github.com/githubnext/apm/actions/runs/26066382313 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… test packages Run: https://github.com/githubnext/apm/actions/runs/26069407880 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…s for 7 thin Go packages (yamlio, mkio, manager, sha, exclude, subprocenv, urlnormalize) Run: https://github.com/githubnext/apm/actions/runs/26071073779 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…s for 7 thin Go packages (deps, policygate, summary, pkgresolution, cursor, view, dispatch) Run: https://github.com/githubnext/apm/actions/runs/26073892157 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
[Autoloop: python-to-go-migration]
Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
Closing as part of resetting |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 idna from 3.10 to 3.15.
Changelog
Sourced from idna's changelog.
... (truncated)
Commits
af30a09Release 3.1530314d4Pre-release 3.15rc005d4b21Merge pull request #237 from kjd/convert-docs-to-markdown2987fdbConvert README and HISTORY from reStructuredText to Markdown59fa800Merge pull request #236 from kjd/dependabot/github_actions/actions-f3e34333eadef6983Merge branch 'master' into dependabot/github_actions/actions-f3e34333eabbd8004Merge pull request #234 from StanFromIreland/patch-1edd07c0Bump github/codeql-action from 3.35.2 to 4.35.2 in the actions group5557db0Merge branch 'master' into patch-1f11746cMerge pull request #235 from StanFromIreland/patch-2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.