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

build: release v6.121.0 #7326

Merged
merged 6 commits into from
May 14, 2024
Merged

build: release v6.121.0 #7326

merged 6 commits into from
May 14, 2024

Conversation

justynoh
Copy link
Contributor

@justynoh justynoh commented May 14, 2024

New

  • fix(mrf): input transformation types for decrypting radio others #7325
  • fix(mrf): attachment equality validation #7324
  • build: merge v6.120.0 into develop #7321
  • build: release v6.120.0 #7320

Dependencies

  • fix(deps): bump validator from 13.11.0 to 13.12.0 in /shared #7323
  • fix(deps): bump zod from 3.23.6 to 3.23.8 in /shared #7322

Dev-Dependencies

Tests

fix(mrf): attachment equality validation #7324

  • Create an MRF with two attachment fields. Respondent 1 can edit question 1. Respondent 2 can edit question 2.

Backward-compatibility tests

  • Submit an MRF with an attachment 1 on the old application version as respondent 1.
  • Now, submit the same form with an attachment 2 on the new application version as respondent 2. This should succeed.

Tests

  • Submit an MRF with an attachment 1 on the new application version as respondent 1.
  • Now, submit the same form with an attachment 2 on the new application version as respondent 2. This should succeed.

kathleenkhy and others added 6 commits May 8, 2024 21:14
build: merge v6.120.0 into develop
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.6 to 3.23.8.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.6...v3.23.8)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.11.0 to 13.12.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.11.0...13.12.0)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(mrf): input transformation types for decrypting radio others

* fix: incorrect types
@justynoh justynoh merged commit 4c116ea into release-al2 May 14, 2024
45 of 46 checks passed
@justynoh justynoh deleted the release_v6.121.0 branch May 14, 2024 02:43
@KenLSM KenLSM mentioned this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants