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

Task: upgrade packages flagged by dependabot #1054

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Conversation

thewahome
Copy link
Collaborator

Overview

Fixes #1050

Notes

Dependabot should be able to upgrade the packages on its own. However sometimes the packages to be upgraded are packages that other packages are dependent on. They are thus only found in packages-lock.json

To upgrade packages like these,

  • run npm install --save-dev package-1 package-2 package-n
  • replace the ^ adjacent to the package numbers
  • run npm run test to ensure the tests are not broken
  • run npm run start and confirm that the app builds and run a few features to ensure things work as expected

@github-actions
Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-1054.centralus.azurestaticapps.net

@thewahome thewahome merged commit cd33b2c into dev Aug 12, 2021
@thewahome thewahome deleted the task/upgrade-packages branch August 12, 2021 15:47
thewahome added a commit that referenced this pull request Sep 1, 2021
* Feature: Highlights the previously selected query (#1006)

* Task: upgrade packages flagged by dependabot (#1054)

* Task: Fluent upgrade (#1056)

* Fix: ProfileType persistence (#1074)

* Enhancement: error hints (#1060)

* Bug: Persisting request body (#1055)

* Fix: Sample queries UI bugs (#1084)

* Fix: Disable aria-required children rule (#1080)

* Task: Fix failing profile test (#1086)

* Enhancement: permissions radio buttons change (#1087)

* Task: add English file transfer automation (#1075)
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.

Upgrade GE packages
2 participants