-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**PR Summary:** - **Dependencies:** - Bumped `pydantic` from 1.10.12 to 2.8.2. - Bumped `@typescript-eslint/parser` from 7.3.1 to 7.16.1. - Bumped `slack-sdk` from 3.28.0 to 3.31.0. - Bumped `framer-motion` from 10.18.0 to 11.3.8. - Bumped `pandas` from 2.1.4 to 2.2.2. - Bumped `postcss` from 8.4.29 to 8.4.39. - Bumped `@nextui-org/react`, `autoprefixer`, `mapbox-gl`, `next`, `protobufjs`, `react`, `@types/react`, `react-dom`, `@types/react-dom`, `sharp`, `typescript`, `@types/node`, `@types/pg`, `eslint`, `eslint-plugin-react`, `postcss-preset-env` in a group update. - **Documentation:** - Removed redundant language from documentation. - **Configuration:** - Added semantic release and release drafter configurations. - Grouped all Dependabot updates into single PRs. - **Automation:** - Added auto-labeling and auto-assigning for PRs. - Fixed labeling permissions on the repository. - Fixed an issue with Node version and release drafter GitHub token. - **Fixes:** - Resolved ESLint and Prettier conflicts. - Applied quick fixes due to npm formatting.
- Loading branch information
Showing
104 changed files
with
15,688 additions
and
13,582 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
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
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
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
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,25 +1,29 @@ | ||
# Pull Request Title | ||
|
||
## Checklist: | ||
|
||
Before submitting your PR, please confirm that you have done the following: | ||
|
||
- [ ] I have opened my PR against the `staging` branch, NOT against `main` | ||
- [ ] I've run the relevant formatting and linting tools listed in the setup docs | ||
- [ ] I have commented hard-to-understand areas in my code | ||
- [ ] I've reviewed any merge conflicts to make sure they are resolved | ||
- [ ] My changes generate no new warnings | ||
|
||
## Description | ||
|
||
Please include a summary of the change or the feature being introduced. Include relevant motivation and context. If necessary, list any dependencies that are required for this change. | ||
|
||
## Related Issue(s) | ||
|
||
This PR addresses issue #... | ||
|
||
## Type of change | ||
|
||
- [ ] Bug fix | ||
- [ ] New feature | ||
- [ ] Breaking change | ||
|
||
## How Has This Been Tested? | ||
Please describe and/or document how you verified your changes. If relevant, include details of the testing environment and the tests you ran to see how your change affects the code. | ||
|
||
|
||
Please describe and/or document how you verified your changes. If relevant, include details of the testing environment and the tests you ran to see how your change affects the code. |
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
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,3 +1,7 @@ | ||
## Env files | ||
.env | ||
data.env | ||
|
||
## Data | ||
/notebooks/.ipynb_checkpoints/ | ||
.idea | ||
|
Oops, something went wrong.