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 4.52.0 #975

Merged
merged 36 commits into from
Jan 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
31b39aa
chore(deps-dev): bump @babel/preset-env from 7.12.7 to 7.12.11 (#925)
dependabot[bot] Dec 22, 2020
b0a9fb6
chore(deps-dev): bump eslint-plugin-prettier from 3.1.4 to 3.3.0 (#923)
dependabot[bot] Dec 22, 2020
4ae6480
fix(deps): bump @opengovsg/myinfo-gov-client from 2.1.2 to 2.1.3 (#924)
dependabot[bot] Dec 22, 2020
367577e
fix(deps): bump boxicons from 1.8.0 to 1.8.1 (#926)
dependabot[bot] Dec 22, 2020
e282658
Merge pull request #932 from opengovsg/release-4.51.0
mantariksh Dec 22, 2020
6507d4f
fix(deps): bump angular-ui-router from 1.0.28 to 1.0.29 (#936)
dependabot[bot] Dec 28, 2020
3defbc6
chore(deps-dev): bump ts-node from 9.0.0 to 9.1.1 (#937)
dependabot[bot] Dec 28, 2020
bd3b309
chore(deps-dev): bump ngrok from 3.3.0 to 3.4.0 (#939)
dependabot[bot] Dec 28, 2020
892b43d
chore(deps-dev): bump testcafe from 1.9.4 to 1.10.1 (#942)
dependabot[bot] Dec 28, 2020
8ff8086
fix(deps): bump axios from 0.21.0 to 0.21.1 (#947)
dependabot[bot] Dec 28, 2020
5a9b3f0
chore(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0…
dependabot[bot] Dec 28, 2020
7da2934
refactor: migrate submissions controller to TypeScript (#881)
mantariksh Dec 28, 2020
27283da
fix(deps): bump winston-cloudwatch from 2.4.0 to 2.5.0 (#945)
dependabot[bot] Dec 28, 2020
f2d6ed9
fix(deps): bump @sentry/integrations from 5.29.0 to 5.29.2 (#946)
dependabot[bot] Dec 28, 2020
ab0fff9
test: add Joi validation integration tests (#933)
mantariksh Dec 28, 2020
5139e90
fix(deps): bump nodemailer from 6.4.16 to 6.4.17 (#954)
dependabot[bot] Dec 29, 2020
1195047
fix(deps): bump aws-sdk from 2.805.0 to 2.817.0 (#953)
dependabot[bot] Dec 29, 2020
23e6dda
chore(deps-dev): bump @babel/plugin-transform-runtime (#952)
dependabot[bot] Dec 29, 2020
9bc6232
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.0.1 to …
dependabot[bot] Dec 29, 2020
b2a3268
fix(deps): bump @sentry/browser from 5.29.1 to 5.29.2 (#951)
dependabot[bot] Dec 29, 2020
8c3e7a0
chore(deps-dev): bump eslint from 7.14.0 to 7.16.0 (#955)
dependabot[bot] Dec 29, 2020
e1788ae
fix(deps): bump aws-sdk from 2.817.0 to 2.818.0 (#956)
dependabot[bot] Dec 29, 2020
fe521d6
chore(deps-dev): bump ts-node-dev from 1.0.0 to 1.1.1 (#957)
dependabot[bot] Dec 29, 2020
fecf927
fix(deps): bump mongoose from 5.11.8 to 5.11.9 (#958)
dependabot[bot] Dec 29, 2020
12e9601
chore(deps-dev): bump sinon from 9.2.1 to 9.2.2 (#959)
dependabot[bot] Dec 29, 2020
8b5d569
chore(deps-dev): bump @opengovsg/mockpass from 2.6.0 to 2.6.1 (#960)
dependabot[bot] Dec 29, 2020
31f6616
feat: send SMS notification when submissions bounce (#961)
mantariksh Jan 4, 2021
e6b85a4
feat/type-safe: Encourage type-safe coding practices with eslint-plug…
liangyuanruo Jan 5, 2021
4e378e0
fix: upgrade neverthrow from 3.0.0 to 3.1.2 (#968)
snyk-bot Jan 5, 2021
9879fdd
Bulk Attachment Download Frontend (#640)
frankchn Jan 5, 2021
8e6adc0
Show OTP delay notification (#748)
jia1 Jan 5, 2021
86ea985
fix(AuthClientCtl): cancel timeout promise on page change (#971)
karrui Jan 6, 2021
9b64dac
chore(deps-dev): bump eslint-plugin-simple-import-sort (#966)
dependabot[bot] Jan 6, 2021
582d706
fix(deps): bump @opengovsg/ng-file-upload from 12.2.14 to 12.2.15 (#965)
dependabot[bot] Jan 6, 2021
fc575f5
chore: bump version to 4.52.0
tshuli Jan 6, 2021
e258e9a
fix: Revert "Bulk Attachment Download Frontend (#640)"
mantariksh Jan 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"project": "./tsconfig.json"
},
"plugins": ["@typescript-eslint", "import", "simple-import-sort"],
"plugins": ["@typescript-eslint", "import", "simple-import-sort", "typesafe"],
"extends": ["plugin:@typescript-eslint/recommended"],
"rules": {
// Rules for auto sort of imports
Expand Down Expand Up @@ -54,7 +54,8 @@
"import/newline-after-import": "error",
"import/no-duplicates": "error",
"@typescript-eslint/no-floating-promises": 2,
"@typescript-eslint/no-unused-vars": 2
"@typescript-eslint/no-unused-vars": 2,
"typesafe/no-throw-sync-func": "error"
}
},
{ "files": ["*.spec.ts"], "extends": ["plugin:jest/recommended"] }
Expand Down
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,48 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v4.52.0](https://github.com/opengovsg/FormSG/compare/v4.51.0...v4.52.0)

- fix(deps): bump @opengovsg/ng-file-upload from 12.2.14 to 12.2.15 [`#965`](https://github.com/opengovsg/FormSG/pull/965)
- chore(deps-dev): bump eslint-plugin-simple-import-sort [`#966`](https://github.com/opengovsg/FormSG/pull/966)
- fix(AuthClientCtl): cancel timeout promise on page change [`#971`](https://github.com/opengovsg/FormSG/pull/971)
- Show OTP delay notification [`#748`](https://github.com/opengovsg/FormSG/pull/748)
- Bulk Attachment Download Frontend [`#640`](https://github.com/opengovsg/FormSG/pull/640)
- fix: upgrade neverthrow from 3.0.0 to 3.1.2 [`#968`](https://github.com/opengovsg/FormSG/pull/968)
- feat/type-safe: Encourage type-safe coding practices with eslint-plugin-typesafe [`#943`](https://github.com/opengovsg/FormSG/pull/943)
- feat: send SMS notification when submissions bounce [`#961`](https://github.com/opengovsg/FormSG/pull/961)
- chore(deps-dev): bump @opengovsg/mockpass from 2.6.0 to 2.6.1 [`#960`](https://github.com/opengovsg/FormSG/pull/960)
- chore(deps-dev): bump sinon from 9.2.1 to 9.2.2 [`#959`](https://github.com/opengovsg/FormSG/pull/959)
- fix(deps): bump mongoose from 5.11.8 to 5.11.9 [`#958`](https://github.com/opengovsg/FormSG/pull/958)
- chore(deps-dev): bump ts-node-dev from 1.0.0 to 1.1.1 [`#957`](https://github.com/opengovsg/FormSG/pull/957)
- fix(deps): bump aws-sdk from 2.817.0 to 2.818.0 [`#956`](https://github.com/opengovsg/FormSG/pull/956)
- chore(deps-dev): bump eslint from 7.14.0 to 7.16.0 [`#955`](https://github.com/opengovsg/FormSG/pull/955)
- fix(deps): bump @sentry/browser from 5.29.1 to 5.29.2 [`#951`](https://github.com/opengovsg/FormSG/pull/951)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.0.1 to 4.11.0 [`#927`](https://github.com/opengovsg/FormSG/pull/927)
- chore(deps-dev): bump @babel/plugin-transform-runtime [`#952`](https://github.com/opengovsg/FormSG/pull/952)
- fix(deps): bump aws-sdk from 2.805.0 to 2.817.0 [`#953`](https://github.com/opengovsg/FormSG/pull/953)
- fix(deps): bump nodemailer from 6.4.16 to 6.4.17 [`#954`](https://github.com/opengovsg/FormSG/pull/954)
- test: add Joi validation integration tests [`#933`](https://github.com/opengovsg/FormSG/pull/933)
- fix(deps): bump @sentry/integrations from 5.29.0 to 5.29.2 [`#946`](https://github.com/opengovsg/FormSG/pull/946)
- fix(deps): bump winston-cloudwatch from 2.4.0 to 2.5.0 [`#945`](https://github.com/opengovsg/FormSG/pull/945)
- refactor: migrate submissions controller to TypeScript [`#881`](https://github.com/opengovsg/FormSG/pull/881)
- chore(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 [`#944`](https://github.com/opengovsg/FormSG/pull/944)
- fix(deps): bump axios from 0.21.0 to 0.21.1 [`#947`](https://github.com/opengovsg/FormSG/pull/947)
- chore(deps-dev): bump testcafe from 1.9.4 to 1.10.1 [`#942`](https://github.com/opengovsg/FormSG/pull/942)
- chore(deps-dev): bump ngrok from 3.3.0 to 3.4.0 [`#939`](https://github.com/opengovsg/FormSG/pull/939)
- chore(deps-dev): bump ts-node from 9.0.0 to 9.1.1 [`#937`](https://github.com/opengovsg/FormSG/pull/937)
- fix(deps): bump angular-ui-router from 1.0.28 to 1.0.29 [`#936`](https://github.com/opengovsg/FormSG/pull/936)
- build: merge Release 4.51.0 into develop [`#932`](https://github.com/opengovsg/FormSG/pull/932)
- test: add SPCP authentication integration tests [`#921`](https://github.com/opengovsg/FormSG/pull/921)
- fix(deps): bump boxicons from 1.8.0 to 1.8.1 [`#926`](https://github.com/opengovsg/FormSG/pull/926)
- fix(deps): bump @opengovsg/myinfo-gov-client from 2.1.2 to 2.1.3 [`#924`](https://github.com/opengovsg/FormSG/pull/924)
- chore(deps-dev): bump eslint-plugin-prettier from 3.1.4 to 3.3.0 [`#923`](https://github.com/opengovsg/FormSG/pull/923)
- chore(deps-dev): bump @babel/preset-env from 7.12.7 to 7.12.11 [`#925`](https://github.com/opengovsg/FormSG/pull/925)

#### [v4.51.0](https://github.com/opengovsg/FormSG/compare/v4.50.3...v4.51.0)

> 22 December 2020

- refactor: prepareEncryptSubmission to typescript [`#891`](https://github.com/opengovsg/FormSG/pull/891)
- build: merge 4.50.3 into develop [`#919`](https://github.com/opengovsg/FormSG/pull/919)
- fix: backend validation does not prevent responses on hidden fields [`#809`](https://github.com/opengovsg/FormSG/pull/809)
Expand Down Expand Up @@ -44,6 +84,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: upgrade twilio from 3.51.0 to 3.52.0 [`#869`](https://github.com/opengovsg/FormSG/pull/869)
- chore(deps-dev): bump husky from 4.3.5 to 4.3.6 [`#877`](https://github.com/opengovsg/FormSG/pull/877)
- chore(deps-dev): bump @babel/core from 7.12.3 to 7.12.10 [`#878`](https://github.com/opengovsg/FormSG/pull/878)
- chore: bump version to 4.51.0 [`f2facdb`](https://github.com/opengovsg/FormSG/commit/f2facdb7bf18472896495fec2090a0e368ff7d56)
- chore: bump version to 4.50.3 [`4b0ecec`](https://github.com/opengovsg/FormSG/commit/4b0ecec413c2176adaf5e82065486444bddc1c2f)

#### [v4.50.3](https://github.com/opengovsg/FormSG/compare/v4.50.2...v4.50.3)
Expand Down
Loading