-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Gatsby to 5.x, React to 18, Node 18 & other packages (#83)
* Updating Gatsby to 5.x, React to 18, as well as a few other outdated/low risk packages. Also fixed a couple broken Lens stories * Update nvmrc to node 18, update a couple other pacakges * Updating a couple more packages * Update Github actions to point to Node@18 * FIxing storybook & storyshots failures after Gatsby@5 & React@18 upgrades * Adding style-to-object package to get build to work * Roll back some storybook updates * Add back the configure() step to storybook preview.js file after rolling back to 6.x * Remove storyshots to get build and tests to work * Remove old earth-search site, update Fogg static website dependencies to Gatsby 5 / React 18 as well * updating gatsby-source-filesystem to 4.21 to address last CVE * npm version to 0.5.0 (from 0.4.x) to align with new 5.x Gatsby version * Uncomment security scan * Commit out the broken Gitleaks scan, replace with SNYK scan but have to comment that out for now until a maintainer adds the SNYK_TOKEN to the repo secrets --------- Co-authored-by: Ben Adams <[email protected]>
- Loading branch information
Showing
70 changed files
with
71,958 additions
and
257,224 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
### TODO: FIX ME! ### | ||
## TODO: Add SYNK Token to Github Env Variables! I don't have permissions | ||
# name: Security | ||
|
||
# on: [push, pull_request] | ||
|
||
# jobs: | ||
# scan: | ||
# security: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v1 | ||
# - name: Gitleaks | ||
# uses: zricethezav/gitleaks-action@master | ||
# - uses: actions/checkout@master | ||
# - name: Run Snyk to check for vulnerabilities | ||
# uses: snyk/actions/nodemaster | ||
# env: | ||
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
# with: | ||
# args: --severity-threshold=high |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
18 |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.