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

Replacing underscore with vanilla JavaScript. #461

Merged
merged 12 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/dependency_updates_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ These dependencies have been updated to their latest versions:
- `@eslint/js`
- `@reduxjs/toolkit`
- `citeproc`
- `core-js`
- `eslint`
- `eslint-plugin-react`
- `prejudice`
Expand All @@ -18,7 +17,6 @@ These dependencies have been updated to their latest versions:
- `react-redux`
- `react-router-dom`
- `react-scripts`
- `underscore`

## Workflows
These actions have been updated to their latest versions:
Expand Down
3 changes: 0 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ Add links to any documentation or issues that can help give more background info
## Anything else?
_Optional_. If appropriate, provide additional notes the reviewers should be made aware of. They can be about any "gotchas" or even changes that are expected to be made in the future, but are not applied to this pull request.

To align with [current React practices](https://react.dev/learn/your-first-component), these class components have been converted to functional components:
- `ComponentName`

## Testing
- Make sure the PR is consistent in these browsers:
- [x] Chrome
Expand Down
Loading