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

Update Dependencies + add dependabot #113

Merged
merged 20 commits into from
Dec 21, 2023
Merged

Conversation

ptbarnum4
Copy link
Contributor

@ptbarnum4 ptbarnum4 commented Dec 19, 2023

  • Update all dependencies and fix breaking changes
    • [REMOVED] @chakra-ui/react@latest
    • [REMOVED] @emotion/react@latest
    • [REMOVED] @emotion/styled@latest
    • @googleapis/calendar@latest
    • @googleapis/sheets@latest
    • @types/node@latest
    • @types/react@latest
    • @types/react-dom@latest
    • @types/styled-components@latest
    • @types/underscore@latest
    • @types/validator@latest
    • @typescript-eslint/eslint-plugin@latest
    • @typescript-eslint/parser@latest
    • axios@latest
    • babel-plugin-styled-components@latest
    • cli-color@latest
    • cypress@latest
    • eslint@latest
    • eslint-config-next@latest
    • framer-motion@latest
    • google-auth-library@latest
    • moment@latest
    • moment-timezone@latest
    • next@latest Update nextjs 111.1 #114
    • react@latest Update nextjs 111.1 #114
    • react-dom@latest Update nextjs 111.1 #114
    • react-icons@latest
    • rimraf@latest
    • sharp@latest
    • [Updated v5] styled-components@latest
    • typescript@latest
    • underscore@latest
    • validator@latest
  • Add dependabot for future updates

Dependencies to be updated

Dependency Old New
@chakra-ui/react 1.8.8 2.8.2
@emotion/react 11.9.0 11.11.1
@emotion/styled 11.8.1 11.11.0
@googleapis/calendar 2.0.0 9.5.0
@googleapis/sheets 2.0.1 5.0.5
@types/node 17.0.34 20.10.5
@types/react 17.0.45 18.2.45
@types/react-dom 18.0.10 18.2.18
@types/styled-components 5.1.25 5.1.34
@types/underscore 1.11.4 1.11.15
@types/validator 13.7.2 13.11.7
@typescript-eslint/eslint-plugin 5.25.0 6.15.0
@typescript-eslint/parser 5.25.0 6.15.0
axios 0.26.1 1.6.2
babel-plugin-styled-components 2.0.7 2.1.4
cli-color 2.0.2 2.0.3
cypress 9.6.1 13.6.1
eslint 8.15.0 8.56.0
eslint-config-next 12.1.6 14.0.4
framer-motion 6.3.3 10.16.16
google-auth-library 8.0.2 9.4.1
moment 2.29.3 2.29.4
moment-timezone 0.5.34 0.5.43
next 12.1.6 14.0.4
react 17.0.2 18.2.0
react-dom 17.0.2 18.2.0
react-icons 4.3.1 4.12.0
rimraf 3.0.2 5.0.5
sharp 0.30.4 0.33.1
styled-components 5.3.5 6.1.1
typescript 4.6.4 5.3.3
underscore 1.13.3 1.13.6
validator 13.7.0 13.11.0

Updated button text to "Red Hat Display"

image

Improve contrast in various places

image

Major look/feel improvement to "Our History"

image

Reset our history since everyone thought the parchment looked like garbage

Screenshot 2023-12-21 at 9 30 39 AM

other changes -- request screenshots if interested

@ptbarnum4 ptbarnum4 self-assigned this Dec 19, 2023
@ptbarnum4 ptbarnum4 linked an issue Dec 19, 2023 that may be closed by this pull request
Copy link

vercel bot commented Dec 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
opspark-website-2022 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 21, 2023 4:32pm

@ptbarnum4 ptbarnum4 changed the title add dependabot Update Dependencies + add dependabot Dec 20, 2023
Copy link
Contributor

@harveysanders harveysanders left a comment

Choose a reason for hiding this comment

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

Beautiful

@@ -93,11 +92,12 @@ export default function Nav({ alertInfo }: NavProps) {

return (
<NavbarStyles ref={navRef} animate={navAnimation} transition={navTransition}>
{OVERRIDE_NODE_ENV !== 'testing' ? null : (
{/* // TODO: Figure out why this breaks since update to nextjs v13 */}
Copy link
Contributor

Choose a reason for hiding this comment

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

What happens?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the page breaks

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm pretty sure there is some weirs client/server thing happening because of the env variable

@ptbarnum4 ptbarnum4 merged commit 4045d8e into main Dec 21, 2023
3 checks passed
@ptbarnum4 ptbarnum4 deleted the 111-chore-update-dependencies branch December 21, 2023 16:56
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.

[Chore] Update dependencies
2 participants