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 4.53.0 into master #1031

Merged
merged 20 commits into from
Jan 25, 2021
Merged

chore: merge 4.53.0 into master #1031

merged 20 commits into from
Jan 25, 2021

Commits on Jan 6, 2021

  1. Merge pull request #978 from opengovsg/release-4.52.0

    build: merge Release 4.52.0 into develop
    mantariksh authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    be5cde3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. chore(deps-dev): bump @types/validator from 13.1.0 to 13.1.2 (#974)

    Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.1.0 to 13.1.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    93fd4e6 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump eslint-config-prettier from 7.0.0 to 7.1.0 (#973)

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to 7.1.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v7.0.0...v7.1.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    2a73ae5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. chore: remove customLogo (#979)

    Old Code
    
    * If startPage.logo.state present, will use state defined therein
    * If startPage.logo.state absent, will use state defined in customLogo. Note that undefined state for customLogo means that the default agency logo is to be shown
    * New forms are created with startPage.logo.state absent and customLogo undefined and hence show the default agency logo
    
    New Code
    
    * If startPage.logo.state present, will use state defined therein
    * Will ignore customLogo, although customLogo should have been removed from form documents
    * If startPage.logo.state absent, default agency logo will be shown
    * New forms are created with startPage.logo.state absent and hence show the default agency logo
    arshadali172 authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    a5aa418 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Merge pull request #986 from opengovsg/release-4.52.1

    chore: merge release 4.52.1 into develop
    liangyuanruo authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    cf0a6a2 View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump neverthrow from 3.1.2 to 3.1.4 (#983)

    Bumps [neverthrow](https://github.com/supermacro/neverthrow) from 3.1.2 to 3.1.4.
    - [Release notes](https://github.com/supermacro/neverthrow/releases)
    - [Commits](supermacro/neverthrow@v3.1.2...3.1.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    c552811 View commit details
    Browse the repository at this point in the history
  3. fix(deps): bump helmet from 4.2.0 to 4.3.1 (#964)

    Bumps [helmet](https://github.com/helmetjs/helmet) from 4.2.0 to 4.3.1.
    - [Release notes](https://github.com/helmetjs/helmet/releases)
    - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
    - [Commits](helmetjs/helmet@v4.2.0...v4.3.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    22bbc97 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump eslint from 7.16.0 to 7.17.0 (#982)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.16.0...v7.17.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    157c1bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e14845 View commit details
    Browse the repository at this point in the history
  6. feat: Restore "Bulk Attachment Download Frontend (#640)" + webpack im…

    …provements (#980)
    
    * feat: Restore "fix: Revert "Bulk Attachment Download Frontend (#640)""
    
    This reverts commit e258e9a.
    
    * feat/webpack: Allow ES6 syntax automatically target IE11 (#981)
    
    * configure babel for v8 by fixing misconfigured options and renaming from .babelrc to babel.config.json
    * added babel transpilation to WebWorkers
    * updated browserslist; switch transpilation target to "IE 11, not dead"
    * generalise core-js import in decryption worker
    * upgrade transpilation to use corejs v3 for better maintainability
    * babel useBuiltIns options set to 'entry' - this now requires explicit imports of core-js and regenerator-runtime
    * refactor(webpack): convert to use a single entrypoint
    * minor AngularJS refactors to ngIntlTelInput, input-stars
    
    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    
    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    liangyuanruo and Yuanruo Liang authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    02fd1da View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump core-js from 3.8.1 to 3.8.2 (#990)

    Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.1 to 3.8.2.
    - [Release notes](https://github.com/zloirock/core-js/releases)
    - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
    - [Commits](zloirock/core-js@v3.8.1...v3.8.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    87891ed View commit details
    Browse the repository at this point in the history
  8. fix(deps): bump fp-ts from 2.9.1 to 2.9.3 (#992)

    Bumps [fp-ts](https://github.com/gcanti/fp-ts) from 2.9.1 to 2.9.3.
    - [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.1...2.9.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    b7131c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. refactor: Add CsvRecord class instead of using adhoc CsvRecord struct (

    …#991)
    
    * refactor: Add CsvRecord class instead of using adhoc CsvRecord struct in decryption worker
    
    * Add JSDoc and change updateSubmissionData to materializeSubmissionData
    frankchn authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    64ffe9c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. chore(deps-dev): bump @types/puppeteer-core from 2.0.0 to 5.4.0 (#963)

    Bumps [@types/puppeteer-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/puppeteer-core) from 2.0.0 to 5.4.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/puppeteer-core)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ec6ec74 View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump opossum from 5.1.1 to 5.1.2 (#993)

    Bumps [opossum](https://github.com/nodeshift/opossum) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/nodeshift/opossum/releases)
    - [Changelog](https://github.com/nodeshift/opossum/blob/master/CHANGELOG.md)
    - [Commits](nodeshift/opossum@v5.1.1...v5.1.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    bcc734c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace89c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. feat/typesafe - Introduce no-await-without-trycatch (#996)

    * feat: set typesafe/no-await-without-trycatch to warning
    
    * build(eslint-plugin-typesafe): use latest 0.3.0
    
    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    liangyuanruo and Yuanruo Liang authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c55abac View commit details
    Browse the repository at this point in the history
  2. feat/github - Landing page links to this repository (#1000)

    * feat: add github link for desktop
    
    * feat: add github link for mobile
    
    * refactor: remove unused id attribute
    
    Co-authored-by: Yuanruo Liang <yuanruo@open.gov.sg>
    liangyuanruo and Yuanruo Liang authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c8ddcf3 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/convict from 5.2.1 to 5.2.2 (#998)

    Bumps [@types/convict](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/convict) from 5.2.1 to 5.2.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/convict)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a69803c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d58c730 View commit details
    Browse the repository at this point in the history