This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-forge-ui.git

commit c2af4d4cb0b427a8c208eeaa88846d543c03c8a3
Merge: 52dec2c 9375d36
Author: James Daugherty <[email protected]>
AuthorDate: Mon Mar 2 07:09:54 2026 -0500

    Merge pull request #86 from apache/fixVulnerabilitiesAndModernize

 app/launch/.eslintrc.js                            |    29 +-
 app/launch/{public => }/index.html                 |    30 +-
 app/launch/package-lock.json                       | 21248 +++++--------------
 app/launch/package.json                            |    31 +-
 app/launch/public/css/materialize.min.css          |    13 -
 app/launch/public/js/materialize.min.js            |     6 -
 app/launch/src/components/Application/App.jsx      |    28 +-
 ...ppLoadingBackdrop.js => AppLoadingBackdrop.jsx} |     2 +-
 .../Application/{DebugInfo.js => DebugInfo.jsx}    |     0
 ...atureList.js => DefaultIncludedFeatureList.jsx} |     0
 .../__snapshots__/Application.test.jsx.snap        |    43 +-
 .../__snapshots__/useApplicationForm.test.jsx.snap |    44 +-
 .../useAvailableFeatures.test.jsx.snap             |     4 +-
 .../__tests__/useAvailableFeatures.test.jsx        |     2 +-
 .../{CodePreview.js => CodePreview.jsx}            |   170 +-
 .../src/components/CodePreview/code-preview.css    |    14 +-
 .../{CopyToClipboard.js => CopyToClipboard.jsx}    |     0
 app/launch/src/components/Diff.js                  |   105 -
 app/launch/src/components/Diff.jsx                 |   110 +
 .../ErrorView/{ErrorView.js => ErrorView.jsx}      |     0
 .../{FeatureAvailable.js => FeatureAvailable.jsx}  |    40 +-
 .../{FeatureSelected.js => FeatureSelected.jsx}    |     0
 .../{FeatureSelector.js => FeatureSelector.jsx}    |   189 +-
 .../FeatureSelector/feature-selector.css           |    63 +-
 .../components/Footer/{Footer.js => Footer.jsx}    |    22 +-
 .../components/GenerateButtons/GenerateButtons.js  |    92 -
 .../components/GenerateButtons/GenerateButtons.jsx |    93 +
 .../components/Header/{Header.js => Header.jsx}    |     2 +-
 app/launch/src/components/InfoButton.js            |    72 -
 app/launch/src/components/InfoButton.jsx           |    81 +
 .../Links/{GetterLink.js => GetterLink.jsx}        |     0
 .../Links/{GitHubLink.js => GitHubLink.jsx}        |     0
 .../Links/{MailToLink.js => MailToLink.jsx}        |     0
 .../Links/{TwitterLink.js => TwitterLink.jsx}      |     0
 app/launch/src/components/NextSteps/NextSteps.js   |   146 -
 app/launch/src/components/NextSteps/NextSteps.jsx  |   160 +
 app/launch/src/components/NextSteps/ShareModal.js  |    89 -
 app/launch/src/components/NextSteps/ShareModal.jsx |   109 +
 app/launch/src/components/NextSteps/next-steps.css |     2 +-
 .../src/components/OtherCommands/OtherCommands.js  |    47 -
 .../src/components/OtherCommands/OtherCommands.jsx |    67 +
 app/launch/src/components/OtherCommands/index.js   |     2 +-
 .../components/{RadioGroup.js => RadioGroup.jsx}   |     2 +-
 .../components/Select/{Select.js => Select.jsx}    |     0
 app/launch/src/components/Select/select.css        |     7 +-
 .../src/components/StarterForm/StarterForm.js      |    46 -
 .../src/components/StarterForm/StarterForm.jsx     |    49 +
 ...ationType.js => StarterFormApplicationType.jsx} |     0
 .../{StarterFormGorm.js => StarterFormGorm.jsx}    |     0
 ...rmJavaVersion.js => StarterFormJavaVersion.jsx} |     0
 .../{StarterFormLang.js => StarterFormLang.jsx}    |     0
 ...tVersion.js => StarterFormMicronautVersion.jsx} |     0
 .../{StarterFormName.js => StarterFormName.jsx}    |     0
 ...tarterFormPackage.js => StarterFormPackage.jsx} |     0
 ...mework.js => StarterFormReloadingFramework.jsx} |     0
 ...tarterFormServlet.js => StarterFormServlet.jsx} |     0
 .../src/components/StarterForm/starter-form.css    |     9 +
 app/launch/src/components/TextInput.js             |    19 -
 app/launch/src/components/TextInput.jsx            |    34 +
 .../{TooltipButton.js => TooltipButton.jsx}        |    27 +-
 app/launch/src/helpers/Cache.js                    |     4 +-
 app/launch/src/helpers/ModalKeyboardHandler.js     |    89 +-
 app/launch/src/hooks/useMicronautSdk.js            |     2 +-
 app/launch/src/{index.js => index.jsx}             |     8 +-
 ...ronautStarterSDK.js => MicronautStarterSDK.jsx} |     2 +-
 app/launch/src/micronaut/constants.js              |     2 +-
 .../{ApplicationState.js => ApplicationState.jsx}  |     0
 app/launch/src/state/factories/initializeState.js  |     2 +-
 app/launch/src/style.css                           |     6 +
 app/launch/src/styles/font-overrides.css           |     3 +-
 app/launch/src/styles/materialize-overrides.css    |    31 +
 app/launch/src/styles/modal-overrides.css          |    64 +-
 app/launch/src/styles/z-index-overrides.css        |     8 +-
 app/launch/src/utility.js                          |     2 +-
 app/launch/vite.config.js                          |    42 +
 dev-proxy-server/package-lock.json                 |   918 +-
 76 files changed, 6718 insertions(+), 17813 deletions(-)

Reply via email to