Skip to content

Modernize Sandbox Build. Merge #93.#109

Draft
brenthosie wants to merge 21 commits intomasterfrom
snyder-default-info-next-sandbox
Draft

Modernize Sandbox Build. Merge #93.#109
brenthosie wants to merge 21 commits intomasterfrom
snyder-default-info-next-sandbox

Conversation

@brenthosie
Copy link
Member

@brenthosie brenthosie commented Oct 4, 2025

Description

#93 was opened by @jonsnyder in 2023. Rather than having @jonsnyder resolve the conflicts, I've done that here on his behalf.
Closes #93.
Closes #98

  1. Rebase Jon's branch on top of master
  2. Audit dependencies
  3. Switch over to Vite and trash create-react-app (security issues)
  4. upgrade es-lint (security issues)

Motivation and Context

  1. This adds a new api endpoint "/defaultInitInfo/:type/:name" which returns the default init info for a component. This api endpoint calls a user specified callback to modify the initInfo, getDefaultInitInfo. This is useful for generating and setting an access token or setting up custom defaults for extensionSettings or other properties in the initInfo.
  2. Prepare an audited release as a major version bump

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Closes #91

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@brenthosie brenthosie mentioned this pull request Oct 4, 2025
10 tasks
@brenthosie brenthosie changed the title Snyder default info next sandbox Modernize Sandbox Build. Merge #93. Oct 6, 2025
@jeffreywalter jeffreywalter moved this to Incoming in Reactor Open Nov 5, 2025
@jeffreywalter jeffreywalter moved this from Incoming to In progress in Reactor Open Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

Several warnings during package installation

2 participants