-
Notifications
You must be signed in to change notification settings - Fork 87
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
build: release v6.163.0 #7914
Merged
Merged
build: release v6.163.0 #7914
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
build: merge release v6.162.0 to develop
…l modes (#7903) * feat: update email notif copy for storage and email mode * feat: update copy for create email modal notification input
* fix: update fixed email copy to specific email * fix: remove tooltip from steplabel step 1 * feat: remove header for approvals and add tooltip to toggle * feat: improve aria label for tooltip * fix: set field edit selection header to h4 * fix: update interaction tests in stories to reference new copy * fix: update header and helper text to follow figma * feat: change approvals inactive header state
* feat: add more specific logs for date validation failures * feat: remove validation for unchanged mrf responses * feat: refactor isChanged to its own util to be testable, add tc * fix: change shared import to relative * chore: wrap case body in scope to remove disable-eslint lines --------- Co-authored-by: Ken <[email protected]>
…lder (#7901) * replace Question with Field Name for relevant fields * update e2e tests
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.7 to 15.2.10. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.7...v15.2.10) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer). These dependencies needed to be updated together. Updates `nodemailer` from 6.9.13 to 6.9.16 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v6.9.13...v6.9.16) Updates `@types/nodemailer` from 6.4.15 to 6.4.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/nodemailer" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Datadog ReportBranch report: ✅ 0 Failed, 1285 Passed, 1 Skipped, 2m 24.14s Total duration (4m 38.95s time saved) |
scottheng96
approved these changes
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
New
#7887
#7901
#7894
#7902
#7903
#7890
#7907
#7904
#7897
#7893
Dependencies
#7891
#7892
Dev-Dependencies
#7899
Tests
feat: switch delete to edit button on logic page
#7887
Regression
Edit logic can be triggered
<PencilIcon />
can be clicked<PencilIcon />
does not enter edit modeEditing another input should not be allowed if already in edit mode
<PencilIcon />
to enter edit mode@scottheng96 testing
fix(mail): failure to render mail
#7890
Bounced emails are triggered