Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating react deps #502

Merged
merged 55 commits into from
Feb 27, 2023
Merged

Updating react deps #502

merged 55 commits into from
Feb 27, 2023

Conversation

aleenaloves
Copy link
Contributor

merging this PR into update-dependencies, so we can target the other dependencies off of update-dependencies

Copy link
Contributor

@howard-e howard-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great stuff @aleenaloves & @evmiguel

client/index.js Outdated
@@ -27,11 +27,12 @@ const client = new ApolloClient({
})
});

ReactDOM.render(
const container = document.getElementById('root');
const root = createRoot(container); // createRoot(container!) if you use TypeScript
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment may not be relevant to this codebase?

Copy link
Contributor

@alflennik alflennik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@evmiguel evmiguel merged commit 63df985 into update-dependencies Feb 27, 2023
@evmiguel evmiguel deleted the update-react branch February 27, 2023 14:40
howard-e added a commit that referenced this pull request Mar 8, 2023
* Update some major dependencies, webpack config and proxy management for "Open Test Page button"

* Update icon packs

* Webpack config changes

* Update bootstrap

* Update eslint & jest

* Update connect-pg-simple

* Update css

* Remove query-string dependency

* jest.setup.js update

* Update runtest.yml to use Node v18

* Updating form text (#485)

* Update dependencies test (#484)

* Updating jest environment and babel configuration

* New github config to fix builds

* Upgrade lighthouse

* Remove nodegit dependency

* Address PR feedback

* Fix files affected by revert on source branch

* Update React

* Fix fake data seeder

* Remove sass dependency

* Fix files affected by revert on source branch

* Fix misspellings in the readme (#490)

* Fix misspellings in the readme

---------

Co-authored-by: Howard Edwards <[email protected]>

* Update sequelize

* Update gitUpdatedDateToString function arguments

* Updating react deps  (#502)

* Update React

* Updating jest environment and babel configuration

* New github config to fix builds

* Cacheing nodegit and fixing failing tests

* update react in package.json

* Updating React-Testing-Library and removing acts (default now)

* adding text encoder, which is not added to jsdom

* updating react testing library dom

* Updating jest environment and babel configuration

* update react in package.json

* adding text encoder, which is not added to jsdom

* cleaning up confirmAuth + candidateTests + routes index.js

* descendent routing in progress

* fixed candidate tests + test reports. TODO: test queue

* fixing typo: propotypes --> proptypes

* Undoing irrelevant commits

* Undoing uneccesary whitespaces

* Removing unnecessary imports

* cleaning up confirmAuth + candidateTests + routes index.js

* descendent routing in progress

* undoing irrelevant commits

* undoing uneccesary whitespaces

* removing unnecessary imports

* Update yarn.lock

* report fixings

* fixing jest test expected

* removing unused import

* updated runtest.yml

* removing resize observer

* confirmed test expected is different per machine, reverting

* fixing resize-observer

* check for null | undefined testplanreports

* summarizetestplanversion reverts

* Re-enabling test on App.test.jsx

* updated testing library

* adding yarn lock

* yarn prettier

* Removing comment

---------

Co-authored-by: Howard Edwards <[email protected]>
Co-authored-by: Erika Miguel <[email protected]>

* Update rest of dependencies 2 (#503)

* Upgrade prettier

* update babel

* Updating babel and prettier correctly

* Upgrade ua-parser-js and lighthouse cli

* Moving babel deps to dev dependencies

* updating prettier config

* prettier changes

* Update sequelize-cli version (#508)

* Update sequelize-cli version
* Update dependencies

* Updating More Dependencies  (#506)

* untested changes

* fixed storybook

* alphabetical

* changing to dev deps

* Implement fixes for support tables

* Upgrade vagrant environment (#492)

* Vagrant environment changes

* adding memory increase and cron job

* Automatically upgrade to Node 18 and fix cron job on Vagrant environment

* Adding cores to Vagrant machine

* Adding environment variable to differentiate between deployment environments in embed.js

* Changing permissions to /vagrant/server folder

* separating out upgrade tasks

* explicitly adding patch-package to root

* removing DEPLOY_ENVIRONMENT variable

* remove DEPLOY_ENVIRONMENT from vagrant config

* adding ALLOW_FAKE_ROLE env variable to vagrant env

* World write rsync permission on server folder on vagrant machine

* Document new Vagrant configuration

* Remove obviated Ansible Task

The directory is now made world-writable every time it is synchronized
with the host.

---------

Co-authored-by: Mike Pennisi <[email protected]>

* Update yarn.lock

---------

Co-authored-by: Erika Miguel <[email protected]>
Co-authored-by: alflennik <[email protected]>
Co-authored-by: Paul Clue <[email protected]>
Co-authored-by: Aleena <[email protected]>
Co-authored-by: Mike Pennisi <[email protected]>
howard-e added a commit that referenced this pull request Mar 8, 2023
* Update React

* Revert "Update React"

This reverts commit d09df2f.

* Updating jest environment and babel configuration

* New github config to fix builds

* Cacheing nodegit and fixing failing tests

* update react in package.json

* Updating React-Testing-Library and removing acts (default now)

* adding text encoder, which is not added to jsdom

* fixing error

* updating react testing library dom

* fixing error

* updating react testing library dom

* Update yarn.lock

* Update React

* Revert "Update React"

This reverts commit d09df2f.

* Updating jest environment and babel configuration

* update react in package.json

* adding text encoder, which is not added to jsdom

* in prog

* fixing tests

* fixes

* pushing in changesss

* pages working

* cleaning up confirmAuth + candidateTests + routes index.js

* descendent routing in progress

* fixed candidate tests + test reports. TODO: test queue

* fixing typo: propotypes --> proptypes

* undoing irrelevant commits

* undoing uneccesary whitespaces

* removing unnecessary imports

* in prog

* fixing tests

* pushing in changesss

* pages working

* cleaning up confirmAuth + candidateTests + routes index.js

* descendent routing in progress

* undoing irrelevant commits

* undoing uneccesary whitespaces

* removing unnecessary imports

* Update yarn.lock

* report fixings

* fixing jest test expected

* removing unused import

* updated runtest.yml

* removing resize observer

* confirmed test expected is different per machine, reverting

* fixing resize-observer

* check for null | undefined testplanreports

* summarizetestplanversion reverts

* Re-enabling test on App.test.jsx

* updated testing library

* adding yarn lock

* yarn prettier

* Removing comment

---------

Co-authored-by: Howard Edwards <[email protected]>
Co-authored-by: Erika Miguel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants