Skip to content

chore(deps): bump actions/setup-node from 4 to 6#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/setup-node-6
Open

chore(deps): bump actions/setup-node from 4 to 6#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/setup-node-6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Bumps actions/setup-node from 4 to 6.

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (truncated)

Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 6, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vowena-dashboard Ready Ready Preview, Comment Apr 6, 2026 7:10am

Request Review

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 6, 2026
sshdopey added a commit that referenced this pull request Apr 20, 2026
Two major changes that ship together because they replace the same surface:

1. Plans now have user-supplied names stored on chain
   - Plan creation form has a required Name field at the top ('Pro Monthly',
     'Enterprise Annual', etc.)
   - After the contract create_plan succeeds and returns a plan_id, a single
     Stellar tx writes both the project tag (vw{slot}p{planId}) and the plan
     name (vw{slot}n{planId}) — one wallet signature for both ops
   - readProjects parses vw{slot}n* entries into a planNames map on each
     OnChainProject so any reader (dashboard, checkout) can resolve names
   - getProjectPlansWithData accepts the planNames map and merges it into
     each returned plan as plan.name
   - New NamedPlan type (ChainPlan + name) used by all downstream UI

2. Public IDs are short, opaque, premium-feeling strings
   - lib/plan-id-codec.ts: base-56 encoding (alphabet excludes I/O/l/0/1
     ambiguity) padded to 4 chars minimum. Plan 42 -> 'AAAs', plan 1000 ->
     'AAR2', plan 1M -> 'AHJq'
   - decodePlanId is back-compat: still accepts plain numeric strings so
     legacy /p/42 links keep working
   - planCheckoutUrl(id) returns the canonical /p/{encoded} share URL
   - All UI surfaces switched: plan cards show 'Pro Monthly', subscriber
     rows show plan name (fallback 'Plan AAAs'), subscriber detail modal
     shows sub_AAAs as the subscription ID, integrate tab shows the
     encoded checkout URL as the headline integration step
   - Checkout page /p/[planId] decodes the URL, fetches plan + reads the
     merchant's account data to display the proper plan name and project
     name above the price ('Vowena Tips → Pro Monthly → $9.99 / month')

Result: no numeric indexes (#0, #1, #2) anywhere a user or developer sees.
sshdopey added a commit that referenced this pull request Apr 20, 2026
The user shouldn't see 'Plan #2' or 'GDFI...VLYN' anywhere — they should
see 'Vowena Tips → Pro Monthly'. This commit makes that real:

useSubscriptions hook now resolves human names:
- For each subscription, after fetching plan + sub, also reads the
  merchant's Stellar account data via readProjects()
- Walks the projects to find which one owns the plan, pulls projectName
  and planName from there
- Caches per merchant (one Horizon read per unique merchant, not per sub)
- Exposes Subscription.projectName and Subscription.planName

/subscriptions page (subscriber-facing):
- Card shows project name as eyebrow + plan name as headline
- Avatar tile uses project initial
- Status surface uses period label ('per month' not 'per 2592000s')
- Falls back to 'Untitled project' / 'Plan' if metadata missing

SubscriptionModal:
- Header shows project initial, project eyebrow, plan name
- Details tab shows Project, Plan, Subscription ID (sub_xxxx encoded),
  Plan ID (encoded), subscriber wallet (with Explorer link), merchant
  wallet (with Explorer link)
- All numeric IDs hidden behind encoded form

Project Subscribers tab — drill into a single plan:
- Added 'Plan' dropdown next to status filter (only shows when project
  has 2+ plans)
- 'All plans' default; selecting a plan filters subscribers to that one
- Combines with status filter, so e.g. 'Active subscribers to Pro Monthly'

Plus: clarified to the user that plan IDs are GLOBALLY UNIQUE across
all merchants — there's exactly one plan #1 in the contract. The
scrambled URL /p/GnRap resolves to that one plan; no merchant collision
is possible.
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants