chore(deps): bump form-data from 4.0.5 to 4.0.6#125
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8bbc1c6 to
6ca99d0
Compare
Contributor
|
@dependabot rebase |
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
6ca99d0 to
099e6bc
Compare
JosueBrenes
added a commit
that referenced
this pull request
Jun 30, 2026
* feat: ACTA dApp v2 — complete UI redesign (minimal dark theme) ## What changed ### Design system - New tinted dark blue color palette (oklch with hue 260) replacing pure neutral greys - Added cult-ui components: MinimalCard, CutoutCard, ExpandableScreen, AnimatedNumber - MinimalCard used across all card surfaces for consistent depth and shadows - CutoutCard with inset labels for credential cards in the vault ### Landing page - Redesigned hero with centered layout, floating navbar, and animated dashboard preview - Auto-redirect to /dashboard when wallet is connected - "Get started" opens wallet connect modal directly ### Sidebar - Reorganized navigation: API Keys moved to second position - Animated active indicator (spring motion between nav items) - Wallet footer with avatar, network toggle, and disconnect - Notifications bell with shake animation on unread (amber/red) - Settings and Notifications open as slide-in modals from sidebar ### Dashboard - Clean centered layout with action cards grid and getting started steps - API Keys prioritized as first action and step 2 ### Issue credentials - Template selector as clickable card grid (no dropdown) - ExpandableScreen modal for credential form (two-column layout) - API key field hidden behind "I have an API key" toggle - Contact ACTA team link (Discord) for custom templates ### Vault / Credentials - CutoutCard for credential display with gradient headers and cutout corners - ExpandableScreen for credential detail view - AnimatedNumber for total credentials counter - Friendly "API key needed" error with CTA button - Minimal loading states with ACTA loader ### Settings - Opens as centered modal (scale animation) from sidebar - Consolidated to 3 tabs: Account, Notifications, About - Network toggle, API keys link, disconnect all in Account tab ### Notifications - Opens as centered modal from sidebar - Redesigned items with color-coded type icons - Minimal filter tabs (text-only, no pill backgrounds) ### API Keys - Two-column layout: create form + usage info - Minimal key created modal - Active key highlighted with emerald border ### Other - Authorize and Authorized Issuers list redesigned as single MinimalCards - Sponsored vault section as two-column card - Mobile bottom nav cleaned up - Fixed lucide-react Twitter/Linkedin icon removals (replaced with inline SVGs) - All pages use consistent spacing, typography, and border treatments Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * style: apply prettier formatting Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * feat: enhance navigation transitions in HeroSection and Client layout - Added state management for leaving animations in HeroSection and Client components. - Implemented smooth transition effects using motion for improved user experience during navigation. - Updated auto-redirect logic to include a delay for a more polished transition when connecting or disconnecting wallet. * refactor: clean up JSX structure in Client layout for improved readability - Consolidated nested JSX elements in the Client component for better clarity. - Maintained existing functionality while enhancing the overall structure and formatting. - Improved consistency in the layout of slide panels and sidebar components. * feat: implement decentralized identity management with did:stellar - Introduced new components for managing and resolving decentralized identities (DIDs) on Stellar. - Added hooks for registering and resolving DIDs, enhancing user experience with local storage integration. - Updated navigation structure to include dedicated pages for DID management and resolution. - Enhanced the ClaimClient and IssueCredential components to utilize stored DIDs for improved functionality. - Refactored existing components to support the new DID features, ensuring a cohesive user interface and experience. * refactor: improve JSX formatting and readability across components - Consolidated multiline JSX elements into single lines for better clarity in DidPage, DidResolverPage, DidDocumentDisplay, DidResolverView, DidView, and Sidebar components. - Enhanced the structure of button and input elements for improved readability. - Maintained existing functionality while ensuring a more consistent and clean codebase. * refactor: simplify component structure and enhance UI consistency - Updated DidPage and DidResolverPage to streamline JSX structure, removing unnecessary elements for improved readability. - Enhanced DidDocumentDisplay and DidView components with a more cohesive design, incorporating MinimalCard for better visual hierarchy. - Improved DidResolverView with clearer error handling and user feedback for DID resolution results. - Added navigation enhancements in DidView for a more intuitive user experience. * refactor: enhance JSX formatting and readability in Did components - Improved the structure of DidDocumentDisplay, DidResolverView, and DidView components by consolidating multiline JSX elements into single lines for better clarity. - Enhanced the overall readability of the code by applying consistent formatting to button and input elements. - Maintained existing functionality while ensuring a cleaner and more organized codebase. * refactor: enhance ExpandableScreen component with improved animations and structure - Replaced the static background div with a motion-enabled div for smoother transitions. - Adjusted the layout of the ExpandableScreenContent to use fixed positioning for better responsiveness. - Maintained existing functionality while improving the visual experience during expansion and collapse. * refactor: improve UI structure and functionality in CredentialVerify and related components - Removed unused DappLocaleSwitcher from CredentialVerify for cleaner layout. - Simplified header structure in CredentialVerify for better readability. - Enhanced CredentialVerifyCard with new state management for copy functionality and improved visual elements. - Updated ShareCredentialModal to include animations and better accessibility features. - Improved overall component responsiveness and user experience. * refactor: enhance JSX formatting and readability in ShareCredentialModal - Improved the structure of conditional rendering for the copy button to enhance clarity. - Reformatted filter logic for better readability in the fields mapping. - Enhanced the span element structure for improved JSX organization. * refactor: restructure dashboard components for improved organization and localization - Replaced the existing DashboardPage layout with a new DashboardHome component for better modularity. - Consolidated action links and steps into the DashboardHome component, enhancing readability and maintainability. - Integrated localization support using the DappLocaleProvider for dynamic text rendering in the dashboard. - Updated AuthorizePage and IssuePage to utilize new view components, streamlining their structure and improving consistency across the dashboard. * refactor: improve JSX formatting and readability across various components - Enhanced the structure of JSX elements in ApiKeys, AuthorizeView, CredentialVerifyCard, DashboardHome, NotificationItem, NotificationList, SettingsView, VaultAuthorize, VaultDashboard, and DappLocaleSwitcher for better clarity and maintainability. - Consolidated multiline JSX elements into single lines where appropriate, improving overall code readability. - Maintained existing functionality while ensuring a cleaner and more organized codebase. * refactor: enhance localization and toast messages in SettingsView and HeroSection - Updated toast messages in SettingsView and Sidebar to utilize localization for improved user experience. - Integrated localization support in HeroSection for navigation and hero text, enhancing consistency across the application. - Added new localization files for English, Spanish, and French, ensuring multi-language support for toast notifications and landing page content. * refactor: update ApiKeys page structure and enhance localization support - Replaced the existing ApiKeys component with ApiKeysPageClient for improved modularity and localization. - Integrated dynamic text rendering using the DappLocaleProvider for better user experience. - Adjusted padding and layout in various components for consistent UI across the application. * refactor: improve JSX formatting in AuthorizeView component - Reformatted the JSX structure in AuthorizeView for better readability by adjusting the placement of the title element. - Maintained existing functionality while enhancing code clarity and organization. * feat: add DidResolverResult component for enhanced DID resolution display - Introduced DidResolverResult component to parse and display detailed information from DID resolution results, including verification methods and services. - Updated DidResolverView to utilize the new DidResolverResult component, improving the structure and readability of the resolution output. - Enhanced localization support by adding new translation keys for parser and verification methods in English, Spanish, and French. * feat: introduce feature flags and enhance UI components - Added a new `.env.example` file to define feature flags, specifically for enabling the DID and Resolver modules. - Updated the `globals.css` file to change color variables for improved UI consistency. - Refactored the `page.tsx` files in the dashboard and claim sections to conditionally render components based on feature flags. - Enhanced the `MobileBottomNav` and `Sidebar` components to include conditional navigation items based on the feature flags. - Removed the `ClaimClient` and related files to streamline the codebase as part of the feature toggle implementation. - Improved the overall structure and readability of various components, ensuring a cleaner and more maintainable codebase. * refactor: streamline CSS and improve JSX formatting in MobileBottomNav - Consolidated the background-image property in the .text-shine-gold class for cleaner code. - Improved the formatting of the MobileBottomNav component's items array for better readability. * Enhance pull request template for clarity and requirements * feat: compatibility with vc-vault-factory v0.4.0 API The dApp talks to the API directly, so this tracks the v0.4.0 endpoint shapes and the inverted (deny-by-exception) issuer model. - Fix revokeCredential: send `owner` so the API can derive the single-tenant vault (revoke was broken without it). - Replace the removed `authorize_issuer(owner,owner)` RPC simulations with a metadata-based existence check (GET /contracts/vault/:owner, version != null). Fixes the dashboard "create vault" state and the Impacta sponsored flow. - Issuance is open by default: drop the pre-issue self-authorize step. - "Authorize" page reframed as "Issuer access" — a block-list manager (deny-issuer / allow-issuer), reading GET /contracts/vault/issuers/denied. - useVault: authorizeSelf/checkSelfAuthorized removed; authorizeAddress/ revokeAddress replaced by allowIssuer/denyIssuer. - Tolerate the new /config fields; keep actaContractId as an alias. - i18n (en/es/fr) updated for the issuer-access / block-list copy. - Add CHANGELOG; bump to 2.1.0. * fix(lint): resolve pre-existing set-state-in-effect errors in Client/HeroSection * docs(changelog): use plain hyphens (drop em-dashes) * fix(vault): label credential holder as DID, not Wallet The credential subject is a did:stellar (opaque didId), not a wallet address. The detail view stripped it to the last segment and labelled it "WALLET", which was misleading. Show the full holder DID under a "DID" label instead, and drop the now-unused getWalletFromDid helper. * chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.0 (#126) Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#116) Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcodeIO/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1) --- updated-dependencies: - dependency-name: "@protobufjs/utf8" dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump form-data from 4.0.5 to 4.0.6 (#125) Bumps [form-data](https://github.com/form-data/form-data) from 4.0.5 to 4.0.6. - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * docs: rewrite README for v0.4.0 (single-tenant vaults, did:stellar) * chore(deps): bump next from 16.2.3 to 16.2.6 (#115) Bumps [next](https://github.com/vercel/next.js) from 16.2.3 to 16.2.6. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.2.3...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: Daniel Coto Jimenez <dannyc0902@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 form-data from 4.0.5 to 4.0.6.
Changelog
Sourced from form-data's changelog.
Commits
64190dbv4.0.692ae0eb[Deps] updatehasown,mime-typesf31d21e[Dev Deps] update@ljharb/eslint-config,auto-changelog,tape8dff42c[Fix] escape CR, LF, and"in field names and filenames67b0f65[Dev Deps] updatejs-randomness-predictor