Update Dependencies to resolve security vulns #161
Merged
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.
The most important changes include updating the header links, replacing anchor tags with Link components in the EventDetail and EventsList components, and updating the minimum required Node.js version in the build and test workflows.
Highlights:
<a>
tag as a child of<Link>
next export
has been removed in favor of "output": "export", so I updated next.configMain interface changes:
components/header/Header.jsx
: Updated header links to improve accessibility and styling. [1] [2]components/event-detail/EventDetail.jsx
: Replaced anchor tags with Link components in EventDetail component.components/events-list/EventsList.jsx
: Improved accessibility and user experience by replacing an anchor tag with a Link component and adding a class to the "View more" link. [1] [2]Configuration improvements:
.github/workflows/build-deploy.yml
: Updated minimum Node.js version to 18.17.0 in build-deploy.yml file..github/workflows/test.yml
: Updated minimum required Node.js version to 18.17.0 in test.yml file.Dependency updates:
package.json
: Updated dependencies to newer versions.react
v18,react-dom
v18,jest
v29 andnext
v14