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 v5.43.0 #3432

Merged
merged 11 commits into from
Feb 15, 2022
Merged

build: release v5.43.0 #3432

merged 11 commits into from
Feb 15, 2022

Conversation

karrui
Copy link
Contributor

@karrui karrui commented Feb 15, 2022

Release notes

Improvements

  • refactor: use combined route validators and handlers #3428, thanks @tehtea!

Dependency updates

  • chore: bump spcp-auth-client to 1.14.15 #3341
  • fix(deps): bump vm2 from 3.9.5 to 3.9.7 #3431
  • fix(deps): bump @sentry/browser from 6.16.1 to 6.17.7 #3429
  • fix(deps): bump helmet from 5.0.1 to 5.0.2 #3319
  • fix(deps): bump libphonenumber-js from 1.9.48 to 1.9.49 in /shared #3423

Dev dependency updates

  • chore(deps-dev): bump @babel/core from 7.17.0 to 7.17.2 #3430
  • chore(deps-dev): bump eslint-plugin-jest from 26.0.0 to 26.1.0 #3419

Misc

  • fix(docs): Add missing characters for consistency #3426

mantariksh and others added 11 commits February 10, 2022 16:09
build: merge release 5.42.0 into develop
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.0.0 to 26.1.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v26.0.0...v26.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3423)

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.9.48 to 1.9.49.
- [Release notes](https://gitlab.com/catamphetamine/libphonenumber-js/tags)
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.9.48...v1.9.49)

---
updated-dependencies:
- dependency-name: libphonenumber-js
  dependency-type: direct:production
  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>
* fix(deps): bump helmet from 5.0.1 to 5.0.2

Bumps [helmet](https://github.com/helmetjs/helmet) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/helmetjs/helmet/releases)
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](helmetjs/helmet@v5.0.1...v5.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix: update ContentSecurityPolicyOptions import path

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antariksh <[email protected]>
* refactor(combine-validators-and-handlers):  perform combination for contact verification OTP

* refactor(combine-validators-and-handlers): remove additional validation and use Segments enum

* refactor(combine-validators-and-handlers): apply for sendContactOtp

* refactor(combine-validators-and-handlers): apply for auth module

* refactor(combine-validators-and-handlers): apply for billing module

* refactor(combine-validators-and-handlers): apply for admin-form module

* refactor(combine-validators-and-handlers): apply for example route

* refactor(combine-validators-and-handlers): apply for frontend module

* docs: minor tense change

* docs: run grammarly

Co-authored-by: Jing Wei <[email protected]>
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.0 to 7.17.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.17.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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 [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.16.1 to 6.17.7.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@6.16.1...6.17.7)

---
updated-dependencies:
- dependency-name: "@sentry/browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](patriksimek/vm2@3.9.5...3.9.7)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@karrui
Copy link
Contributor Author

karrui commented Feb 15, 2022

Tests

  • myinfo email submission
  • corppass storage submission
  • attachments with non-ascii characters
  • retrieve submissions
  • update settings

@karrui karrui requested review from mantariksh and tshuli and removed request for mantariksh February 15, 2022 05:19
@karrui karrui merged commit 904ef73 into release Feb 15, 2022
@karrui karrui deleted the release-v5.43.0 branch February 15, 2022 05:23
@tshuli tshuli restored the release-v5.43.0 branch February 15, 2022 06:52
@karrui karrui deleted the release-v5.43.0 branch October 12, 2022 13:12
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.

5 participants