Skip to content

deps(go): bump the minor-and-patch group across 1 directory with 6 updates#25

Closed
dependabot[bot] wants to merge 246 commits into
mainfrom
dependabot/go_modules/sdn-server/minor-and-patch-fdf528bf81
Closed

deps(go): bump the minor-and-patch group across 1 directory with 6 updates#25
dependabot[bot] wants to merge 246 commits into
mainfrom
dependabot/go_modules/sdn-server/minor-and-patch-fdf528bf81

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 14, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 6 updates in the /sdn-server directory:

Package From To
github.com/DigitalArsenal/spacedatastandards.org/lib/go 1.65.0 1.73.12
github.com/mattn/go-sqlite3 1.14.22 1.14.34
github.com/spf13/cobra 1.8.0 1.10.2
github.com/tetratelabs/wazero 1.7.0 1.11.0
golang.org/x/crypto 0.47.0 0.48.0
golang.org/x/time 0.12.0 0.14.0

Updates github.com/DigitalArsenal/spacedatastandards.org/lib/go from 1.65.0 to 1.73.12

Release notes

Sourced from github.com/DigitalArsenal/spacedatastandards.org/lib/go's releases.

v1.73.12

Fix: Switch to Maven Central Portal API

v1.73.11

Fix: Java package declarations for Maven Central

v1.73.10

Test: New crate name spacedatastandards-org, Maven Central with GPG signing

v1.73.9

Test: Remove NuGet, add Dart pub.dev credentials

v1.73.8

test: Verify NuGet publishing with token

v1.73.7

fix: Add cross-namespace using directives for NuGet C# build

v1.73.6

fix: Add C# namespace wrapping for NuGet build

v1.73.5

test: Verify crates.io email verification

v1.73.4

fix: Workflow version detection and package publishing fixes

  • Version now extracted from release tag instead of package.json
  • Fixed Dart/pub.dev LICENSE file generation
  • Fixed NuGet target framework compatibility (net6.0;net8.0)
  • npm packages now use correct version from tag

v1.73.3

ci: Add crates.io publishing

v1.73.2

ci: Use spacedatastandards.org as PyPI package name

v1.73.1

ci: Use OIDC trusted publishing for PyPI

v1.73.0

fix: Rename KDF field to KEY_DERIVATION to avoid TypeScript parameter shadowing in ENC schema

v1.68.0

Changes

  • Fix TypeScript build casing conflicts by renaming AST enums:
    • OrbitTypeOrbitalRegime
    • TimeSystemTimeReference
    • PropagatorTypePropagatorMethod

... (truncated)

Commits
  • b01ef50 fix: Switch Maven from old OSSRH to new Central Portal API
  • 81d8f55 fix: Add Java package declarations for Maven Central build
  • b1f070b fix: Rename crate from digitalarsenal-standards to spacedatastandards-org
  • 64e5f50 chore: Update PHP package to v1.73.9
  • b24c69e fix: Remove NuGet job, add Dart timeout
  • a0da7bc fix: Add cross-namespace using directives for NuGet C# build
  • ef9b82c fix: Add C# namespace wrapping for NuGet build
  • 1bd4c3a fix: Workflow version detection and package fixes
  • 2e3b88d feat: Add package manager links to download page
  • 9fecf89 docs: Add CLAUDE.md with package naming guidelines
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.34

Commits
  • 2087331 add script to create pull-request
  • a510883 Upgrade SQLite to version 3051002
  • dce6b34 Add percentile extension
  • 3c885a9 Upgrade SQLite to version 3051001
  • 3e773a9 update github workflows
  • 2f6a2bb fix upgrade script
  • aa7cdd3 update upgrade script
  • a66908a use quote include instead of angled include for sqlite3-binding.h
  • 8bf7a8a update amalgamation code
  • 2e165e0 fix syntax error
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.8.0 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

... (truncated)

Commits

Updates github.com/tetratelabs/wazero from 1.7.0 to 1.11.0

Release notes

Sourced from github.com/tetratelabs/wazero's releases.

v1.11.0

Hi wazero friends! The new release of wazero v1.11.0 has arrived.

This release is a small "break with the past" it the sense that we added one go.mod dependency to wazero: golang.org/x/sys; read the rational for why.

Behavioral changes

Bug fixes

New Contributors

Full Changelog: wazero/wazero@v1.10.1...v1.11.0

v1.10.1

Hiya again! We're releasing wazero v1.10.1 to fix #2444.

This small change that was breaking the release process was picked up and flagged by sum.golang.org. We're sorry for any inconvenience this caused.

There were no other changes, so the changelog since v1.9.0 covers everything that's relevant.

Experimental Features

Behavioral changes

Bug fixes

Optimizations

... (truncated)

Commits

Updates golang.org/x/crypto from 0.47.0 to 0.48.0

Commits

Updates golang.org/x/time from 0.12.0 to 0.14.0

Commits
  • 2b4e439 rate: use time.Time.Equal instead of ==
  • c0b0320 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

TJKoury and others added 16 commits February 11, 2026 11:54
…ection

String.replace() with a string replacement interprets $& as "insert the
matched substring". The minified JS bundle contains many $& patterns
(variable $ + bitwise &), causing the original <script src="..."></script>
tag to be re-injected throughout the inlined code. This breaks the HTML
by inserting </script> tags mid-stream, leading to SyntaxError: Identifier
'$A' has already been declared.

Using an arrow function as the replacement argument disables special
pattern interpretation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…admin API

- WASI plugin runtime (wasiplugin/runtime.go, httpbridge.go) with Wazero host imports
- OrbPro license key broker plugin (wasmlicenseplugin/plugin.go) with P-256 ECDH
- Plugin manager with UIProvider interface and manifest API (/api/v1/plugins/manifest)
- Session-based auth system (handler, middleware, sessions, userstore, login page)
- Admin peers API (internal/peers/admin.go)
- WebUI Plugins page with card grid, iframe plugin UI, and navbar entry
- JS SDK license client (sdn-js/src/license.ts) and HD wallet crypto additions
- SpaceAware OrbPro loader updates for IPFS-path compatibility
- Deploy script enhancements for license service provisioning

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Security: Switch sdn-server to hardened Emscripten WASI binary with Crypto++
constant-time operations, HMAC-DRBG entropy mixing, SecureAllocator, and
optional FIPS mode. Fix Ed25519 sign/verify parameter order and mnemonic
error code handling for hardened build API. Add hd_secure_dealloc support
(wipe-before-free). Implement SLIP-10 Ed25519 derivation in pure Go.

Storefront: Add payment chain verification, delivery hardening, and
expanded store API with proper test coverage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update test fixtures to include uppercase characters as required by the
password validation policy (12+ chars, uppercase, lowercase, digit).
Add scripts/ci-local.sh to run CI checks locally when GitHub Actions
minutes are exhausted, with pre-push hook for automatic validation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Feb 14, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

TJKoury and others added 6 commits February 15, 2026 11:51
… BIP-44 derivation

- Fix /admin → /admin/ redirect so React SPA relative asset paths resolve
  correctly (root cause of CSS text/plain and JS 404 errors in production)
- Change HD wallet derivation from custom coin type 1957 to standard BIP-44
  Bitcoin (m/44'/0'/...) across Go server, JS SDK, and documentation
- Add xpub-based TOFU auth with SDN extended public key format
- Add frontend manager for admin-uploadable public homepage
- Add local dev environment: config/dev.yaml, scripts/dev-local.sh,
  Dockerfile.dev, and docker-compose.dev.yaml with test wallet
- Add pre-commit and post-commit git hooks for CI and auto-deploy

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add demo WASM module (demo.c) with exported computation functions
- Add build-demo-wasm.js encryption script (AES-256-GCM + per-domain KEK wrapper)
- Add server-side demo API (GET /demo, /api/v1/demo/payload, /api/v1/demo/info)
- Add browser-side P-256 ECDH key exchange demo with SubtleCrypto (zero deps)
- Re-enable HTTP key exchange endpoints on the OrbPro key broker plugin
- Add IPFS pinning support for demo payload (optional, via ipfs_api_url config)
- Fix docs.html mobile responsiveness (overflow-x, word-break, responsive breakpoints)
- Source demo/.demo-env in dev-local.sh for key broker secrets
- Add demo secrets to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add overflow containment and white-space: nowrap throughout the wallet
network card hierarchy so long blockchain addresses and derivation paths
properly truncate with ellipsis instead of overflowing the viewport.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace inline flex styles with .arch-row-split class that switches
from side-by-side to column layout at the 734px mobile breakpoint.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…dates

Bumps the minor-and-patch group with 6 updates in the /sdn-server directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/DigitalArsenal/spacedatastandards.org/lib/go](https://github.com/DigitalArsenal/spacedatastandards.org) | `1.65.0` | `1.73.12` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.22` | `1.14.34` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.10.2` |
| [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) | `1.7.0` | `1.11.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.47.0` | `0.48.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.12.0` | `0.14.0` |



Updates `github.com/DigitalArsenal/spacedatastandards.org/lib/go` from 1.65.0 to 1.73.12
- [Release notes](https://github.com/DigitalArsenal/spacedatastandards.org/releases)
- [Commits](DigitalArsenal/spacedatastandards.org@v1.65.0...v1.73.12)

Updates `github.com/mattn/go-sqlite3` from 1.14.22 to 1.14.34
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.22...v1.14.34)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.10.2)

Updates `github.com/tetratelabs/wazero` from 1.7.0 to 1.11.0
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](wazero/wazero@v1.7.0...v1.11.0)

Updates `golang.org/x/crypto` from 0.47.0 to 0.48.0
- [Commits](golang/crypto@v0.47.0...v0.48.0)

Updates `golang.org/x/time` from 0.12.0 to 0.14.0
- [Commits](golang/time@v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/DigitalArsenal/spacedatastandards.org/lib/go
  dependency-version: 1.73.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/tetratelabs/wazero
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/sdn-server/minor-and-patch-fdf528bf81 branch 2 times, most recently from c362a7a to 051c412 Compare February 23, 2026 04:58
@TJKoury TJKoury closed this Feb 24, 2026
@TJKoury
TJKoury force-pushed the dependabot/go_modules/sdn-server/minor-and-patch-fdf528bf81 branch from 051c412 to a7f6f86 Compare February 24, 2026 13:40
@dependabot @github

dependabot Bot commented on behalf of github Feb 24, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/go_modules/sdn-server/minor-and-patch-fdf528bf81 branch February 24, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant