-
Notifications
You must be signed in to change notification settings - Fork 15
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 More Dependencies #506
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evmiguel
approved these changes
Feb 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and tested by running:
yarn
yarn storybook
- Once Storybook was confirmed working, I ran
yarn dev
to test local environment. Also tested on vagrant.
howard-e
approved these changes
Feb 28, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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 <howarde.edwards@gmail.com> * 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 <howarde.edwards@gmail.com> Co-authored-by: Erika Miguel <erika@bocoup.com> * 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 <mike@mikepennisi.com> * Update yarn.lock --------- Co-authored-by: Erika Miguel <erika@bocoup.com> Co-authored-by: alflennik <alflennik@users.noreply.github.com> Co-authored-by: Paul Clue <67766160+Paul-Clue@users.noreply.github.com> Co-authored-by: Aleena <55119766+aleenaloves@users.noreply.github.com> Co-authored-by: Mike Pennisi <mike@mikepennisi.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
apollo
--> backwards compatible
emotion
--> backwards compatible
storybook
--> needed to be upgraded to webpack5
--> Documentation:
only updated in the
/client
folder