-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (chore) Bump tooling This commit effects version bumps for the core tooling, framework, yarn and turbo. * Fix tests
- Loading branch information
1 parent
f489669
commit 80c0ed9
Showing
21 changed files
with
3,056 additions
and
2,506 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,4 +1,3 @@ | ||
src/**/*.test.tsx | ||
src/**/*.spec.tsx | ||
**/*.d.tsx | ||
**/node_modules/**/* |
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,42 +1,18 @@ | ||
## Requirements | ||
|
||
- [ ] This PR has a title that briefly describes the work done, including the ticket number if there is a ticket. | ||
- [ ] My work conforms to the [**OpenMRS 3.0 Styleguide**](https://om.rs/styleguide). | ||
- [ ] I checked for feature overlap with [**existing widgets**](https://om.rs/directory). | ||
# Requirements | ||
|
||
- [ ] This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a [conventional commit](https://o3-docs.openmrs.org/docs/frontend-modules/contributing.en-US#contributing-guidelines) label. See existing PR titles for inspiration. | ||
- [ ] My work conforms to the [OpenMRS 3.0 Styleguide](https://om.rs/styleguide) and [design documentation](https://om.rs/o3ui). | ||
- [ ] My work includes tests or is validated by existing tests. | ||
|
||
## Summary | ||
|
||
<!-- | ||
Required. | ||
Please describe what problems your PR addresses. | ||
--> | ||
|
||
<!-- Please describe what problems your PR addresses. --> | ||
|
||
## Screenshots | ||
<!-- Required if you are making UI changes. --> | ||
|
||
*None.* | ||
<!-- | ||
Optional. | ||
If possible, please insert any screenshots/videos of your changes here. | ||
Don't forget to remove the *None.* above if you do fill this section. | ||
--> | ||
|
||
|
||
## Issue | ||
|
||
*None.* | ||
<!-- | ||
Required if applicable. | ||
If present, please link any related issue here, e.g. "https://issues.openmrs.org/browse/O3-123"). | ||
--> | ||
|
||
## Related issue | ||
<!-- Paste the link to the Jira ticket here if one exists. --> | ||
<!-- https://issues.openmrs.org/browse/O3- --> | ||
|
||
## Other | ||
|
||
*None.* | ||
<!-- | ||
Optional. | ||
Anything else that isn't covered by one of the sections above. | ||
Don't forget to remove the *None.* above if you do fill this section. | ||
--> | ||
<!-- Anything not covered above --> |
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.
Large diffs are not rendered by default.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
...openconceptlab-app/src/declarations.d.tsx → ...-openconceptlab-app/src/declarations.d.ts
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,4 +1,3 @@ | ||
declare module '*.css'; | ||
declare module '*.scss'; | ||
declare module '@carbon/react'; | ||
declare type SideNavProps = {}; |
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
Oops, something went wrong.