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

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


    from 1733969  Merge pull request #79 from apache/develocity-apache-org
     add 2f9cf1d  Initial work for test -> reloading
     add 6ebdccd  Updating react-scripts dependency, start:local command, and 
readme
     add 1ab7f2a  Merge pull request #1 from jdaugherty/dependency-changes
     add 7cbcebe  react-scripts requires type script 3 or 4; support for 5 is 
not yet available
     add b148eb4  Modernizing build setup
     add 47a8539  Added default select for reloading hook
     add cf90982  Merge pull request #2 from jdaugherty/reloadingSelectDefault
     new 7261f8b  Merge pull request #84 from jdaugherty/main

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/gradle.yml                       |    27 +-
 .github/workflows/publish.yml                      |    20 +-
 .nvmrc                                             |     1 +
 README.md                                          |     7 +
 app/launch/package-lock.json                       | 47486 +++++--------------
 app/launch/package.json                            |     4 +-
 app/launch/public/index.html                       |     2 +-
 .../__snapshots__/useApplicationForm.test.jsx.snap |    24 +-
 .../useAvailableFeatures.test.jsx.snap             |     2 +-
 .../__tests__/useApplicationForm.test.jsx          |    10 +-
 .../__tests__/useAvailableFeatures.test.jsx        |     2 +-
 .../__tests__/useHandleShareLinkEffect.test.jsx    |     4 +-
 .../src/components/StarterForm/StarterForm.js      |     4 +-
 .../StarterForm/StarterFormReloadingFramework.js   |    27 +
 .../StarterForm/StarterFormTestFramework.js        |    27 -
 .../StarterForm/useStarterFormKeyboardEvents.js    |     8 +-
 app/launch/src/constants/shortcuts.js              |     6 +-
 app/launch/src/helpers/Routing.js                  |     2 +-
 app/launch/src/micronaut/CreateCommand.js          |     4 +-
 app/launch/src/micronaut/FeatureCommand.js         |     4 +-
 app/launch/src/micronaut/LocalDefaults.json        |     5 +-
 app/launch/src/micronaut/LocalSelectOptions.json   |    32 +-
 app/launch/src/micronaut/creators/ToCli.js         |     4 +-
 app/launch/src/micronaut/creators/ToUrl.js         |     8 +-
 app/launch/src/state/factories/initializeState.js  |     4 +-
 app/launch/src/state/store.js                      |    34 +-
 build.gradle                                       |     9 +-
 dev-proxy-server/src/starter-dev.js                |     2 +-
 settings.gradle                                    |     4 +-
 29 files changed, 12262 insertions(+), 35511 deletions(-)
 create mode 100644 .nvmrc
 create mode 100644 
app/launch/src/components/StarterForm/StarterFormReloadingFramework.js
 delete mode 100644 
app/launch/src/components/StarterForm/StarterFormTestFramework.js

Reply via email to