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

chore: merge release 4.58.2 into master #1221

Merged
merged 27 commits into from
Feb 23, 2021
Merged

chore: merge release 4.58.2 into master #1221

merged 27 commits into from
Feb 23, 2021

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    9a57b21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1117 from opengovsg/release-4.57.0

    build: merge Release 4.57.0 into develop
    mantariksh committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    918708b View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 7.17.0 to 7.19.0 (#1108)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.19.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.17.0...v7.19.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    1bd3af8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcfd4ea View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump typescript from 4.1.3 to 4.1.4 (#1120)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.1.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.1.3...v4.1.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    2cd45de View commit details
    Browse the repository at this point in the history
  6. fix(deps): bump web-streams-polyfill from 3.0.1 to 3.0.2 (#1121)

    Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/MattiasBuelens/web-streams-polyfill/releases)
    - [Changelog](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/CHANGELOG.md)
    - [Commits](MattiasBuelens/web-streams-polyfill@v3.0.1...v3.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3de0dd0 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump @types/express-rate-limit from 5.1.0 to 5.1.1 (#…

    …1123)
    
    Bumps [@types/express-rate-limit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-rate-limit) from 5.1.0 to 5.1.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-rate-limit)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f5b4afa View commit details
    Browse the repository at this point in the history
  8. fix(deps): bump fp-ts from 2.9.4 to 2.9.5 (#1124)

    Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.9.4 to 2.9.5.
    - [Release notes](https://github.com/gcanti/fp-ts/releases)
    - [Changelog](https://github.com/gcanti/fp-ts/blob/master/CHANGELOG.md)
    - [Commits](gcanti/fp-ts@2.9.4...2.9.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    c396109 View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump ts-mock-imports from 1.3.1 to 1.3.3 (#1122)

    Bumps [ts-mock-imports](https://github.com/EmandM/ts-mock-imports) from 1.3.1 to 1.3.3.
    - [Release notes](https://github.com/EmandM/ts-mock-imports/releases)
    - [Commits](EmandM/ts-mock-imports@v1.3.1...v1.3.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0b9db10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e5f47e View commit details
    Browse the repository at this point in the history
  11. feat: update SMS OTP message (#1085)

    * feat: update SMS OTP message
    
    * fix: use config.app.appUrl and dedent
    jia1 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9682bb5 View commit details
    Browse the repository at this point in the history
  12. build: docker-compose to use mongo:4.0 image (#1114)

    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    liangyuanruo and Yuanruo Liang committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    20e14f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. feat: deprecate MyInfo fields for V3 (step 3 - drop support) (#1073)

    * feat: filter deprecated fields from admin panel
    
    * feat: deprecate fields from types
    
    * feat: deprecate fields from resources
    
    * fix: remove deprecated from field formatting
    
    * test: fix jest tests
    
    * ref: clean up frontend filtering
    
    * ref: clean up remaining frontend references
    mantariksh committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ae451b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. refactor: remove SPCP_COOKIE_MAX_AGE (#1134)

    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    liangyuanruo and Yuanruo Liang committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    bb47c9c View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump stylelint from 13.8.0 to 13.10.0 (#1135)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.8.0 to 13.10.0.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
    - [Commits](stylelint/stylelint@13.8.0...13.10.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    3af50b5 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump lint-staged from 10.5.3 to 10.5.4 (#1132)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v10.5.3...v10.5.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    89dab6d View commit details
    Browse the repository at this point in the history
  4. fix(deps): bump jszip from 3.5.0 to 3.6.0 (#1131)

    Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.6.0.
    - [Release notes](https://github.com/Stuk/jszip/releases)
    - [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
    - [Commits](https://github.com/Stuk/jszip/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    940e816 View commit details
    Browse the repository at this point in the history
  5. fix(deps): bump moment-timezone from 0.5.32 to 0.5.33 (#1130)

    Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.32 to 0.5.33.
    - [Release notes](https://github.com/moment/moment-timezone/releases)
    - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
    - [Commits](moment/moment-timezone@0.5.32...0.5.33)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    d0e0085 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @babel/core from 7.12.13 to 7.12.16 (#1136)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.13 to 7.12.16.
    - [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.12.16/packages/babel-core)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    54513eb View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump typescript from 4.1.4 to 4.1.5 (#1137)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.1.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.1.4...v4.1.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    faece55 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    ad2a796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb34e28 View commit details
    Browse the repository at this point in the history
  3. fix: Release 4.58.1 hotfix - mobile signature validation (#1151)

    * fix: check signature for verified mobile
    
    * refactor: answer
    
    Co-authored-by: Antariksh Mahajan <antarikshmahajan@gmail.com>
    
    Co-authored-by: Antariksh Mahajan <antarikshmahajan@gmail.com>
    tshuli and mantariksh committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    a24f7c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. fix: allow 0 as fieldValue

    mantariksh committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    a81fda2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a29df View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    31fc57c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fec3d4 View commit details
    Browse the repository at this point in the history