-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge changes from v1.23.0-next.4 into main #14
Merged
Merged
Conversation
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.23.0-next.4](v1.23.0-next.3...v1.23.0-next.4) (2024-02-20) ### Bug Fixes * change utils import to logger file not index ([e82fe74](e82fe74)) * commit imports of necessary utils ([afdd1a1](afdd1a1)) * correct logger.warn label to 'WARN' ([8e45e0d](8e45e0d)) * correct typing to reflect User props ([cd39ae6](cd39ae6)) * ensure 'streetLine2' is added in parse method ([d90b79a](d90b79a)) * ensure NonNullable type excludes all undefined ([bf5ae6c](bf5ae6c)) * impl 'update' api in mw ([457be80](457be80)) * impl model type names ([b2e5f4e](b2e5f4e)) * update gql resolvers to use new Model types/methods ([2962ee0](2962ee0)) * update isRecordObject logic ([3cce447](3cce447)) * update mw to reflect model changes ([6c97cf8](6c97cf8)) * update table import to 'ddbTable' ([6294296](6294296)) ### Features * add 'toBeValidDate' asymmetric matcher ([3a3de9d](3a3de9d)) * add condition to Sentry init ([b80a118](b80a118)) * add createIfNotExists configs ([8cbf3f8](8cbf3f8)) * add export of Stripe-related 'types' ([f351021](f351021)) * add FixitUserCodegenInterface for codegen-config ([844186e](844186e)) * add methods to make Cache more flexible ([6638922](6638922)) * add new caches and utils ([e0b54eb](e0b54eb)) * add new location for codegen'd files ([880bed2](880bed2)) * add NonNullableLocation ([9d8ca08](9d8ca08)) * add open-api processed types ([d8b3e2d](d8b3e2d)) * add res.locals typings ([cb50fdf](cb50fdf)) * add sendRESTJsonResponse mw ([1e32530](1e32530)) * add Stripe-related types ([fb6a1b0](fb6a1b0)) * change 'UpdateChecklistItemInput' 'id' to be nullable ([38606b2](38606b2)) * replace Stripe env-vars w caches for StripeAPI objects ([7af7c6e](7af7c6e)) * rm old env-vars, add JSON.parse overloads for correct behavior ([51e8365](51e8365)) * rm optionality of 'stripeConnectAccount' obj ([d90ba88](d90ba88)) * update 'Location.country' to be non-nullable ([d034e0a](d034e0a)) * update base img to node v20.11.0 ([ef89f12](ef89f12)) * update mw to use new res.locals, impl open-api req types ([d2277b4](d2277b4)) * update routers w new mw and open-api types ([5d064ef](5d064ef)) * update+add mock Stripe obj fns ([7d3ca6d](7d3ca6d))
trevor-anderson
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
dependencies
Pull requests that update a dependency file
released on @next
labels
Feb 20, 2024
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
=======================================
Coverage ? 83.19%
=======================================
Files ? 169
Lines ? 7682
Branches ? 399
=======================================
Hits ? 6391
Misses ? 1291
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
New feature or request
released on @next
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.
Merge changes from v1.23.0-next.4 into main.
Details regarding the included changes are provided in the release notes and the CHANGELOG.