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: [master] Release 4.34.1 #319

Merged
merged 32 commits into from
Sep 15, 2020
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
dac3e89
Merge pull request #245 from opengovsg/release-4.33.0
liangyuanruo Sep 1, 2020
a3dde59
chore(deps-dev): bump @typescript-eslint/parser from 3.3.0 to 3.10.1 …
dependabot[bot] Sep 1, 2020
f6bc8b5
fix(deps): remove ajv as dependency (#248)
dependabot[bot] Sep 1, 2020
c72d433
fix: prevent discriminated models from being created before their bas…
karrui Sep 1, 2020
0c475fe
chore(deps-dev): bump prettier from 2.0.5 to 2.1.1 (#249)
dependabot[bot] Sep 2, 2020
4eb8413
fix(dev): fix Localstack yet again (#252)
mantariksh Sep 2, 2020
c304e26
refactor: typify webhook and migrate from middleware pattern (#251)
arshadali172 Sep 2, 2020
b913625
chore(deps-dev): bump jest from 26.2.2 to 26.4.2 (#257)
dependabot[bot] Sep 2, 2020
c285ea8
chore(deps-dev): bump eslint from 7.7.0 to 7.8.1 (#258)
dependabot[bot] Sep 2, 2020
7a81f71
fix(deps): bump lodash from 4.17.19 to 4.17.20 (#259)
dependabot[bot] Sep 2, 2020
f67732c
feat: upgrade Sentry SDK (#254)
mantariksh Sep 2, 2020
19216a0
refactor: remove unused Nodemailer env vars (#253)
liangyuanruo Sep 2, 2020
a8d9962
chore: remove form_field.isFutureOnly key (#235)
tshuli Sep 2, 2020
3858eb4
refactor: remove redundant feature factory (#261)
mantariksh Sep 2, 2020
1bfb064
fix: revert changes to configureAws (#266)
mantariksh Sep 3, 2020
68a9ea5
refactor: use convict for configuration (#190)
arshadali172 Sep 3, 2020
137c410
chore(deps-dev): bump @babel/preset-env from 7.11.0 to 7.11.5 (#268)
dependabot[bot] Sep 3, 2020
56d8565
chore(deps-dev): bump testcafe from 1.8.6 to 1.9.1 (#271)
dependabot[bot] Sep 3, 2020
e6ff2a7
feat: upgrade localstack version (#275)
mantariksh Sep 3, 2020
b254c9d
chore(deps-dev): bump @babel/core from 7.10.2 to 7.11.5 (#270)
dependabot[bot] Sep 3, 2020
246daa8
fix: fix invocations of logger that does not adhere to expected shape…
karrui Sep 3, 2020
d19a105
feat: add try-catch block to custom logger for js files (#267)
karrui Sep 3, 2020
87df2fa
feat: verified sms modal (#274)
arshadali172 Sep 3, 2020
423b8b5
chore(deps-dev): bump @typescript-eslint/eslint-plugin and @typescrip…
dependabot[bot] Sep 3, 2020
3e61aca
revert(convict): "refactor: use convict for configuration (#190)" (#285)
liangyuanruo Sep 6, 2020
fe64fcf
revert: reintroduce convict (#287)
arshadali172 Sep 7, 2020
4aeb037
fix: upgrade mongoose from 5.9.19 to 5.10.0 (#289)
snyk-bot Sep 7, 2020
beae593
chore(deps-dev): bump stylelint-config-prettier from 8.0.1 to 8.0.2 (…
dependabot[bot] Sep 7, 2020
5cba28a
refactor: migrate /auth endpoint handling to Typescript, Domain Drive…
karrui Sep 7, 2020
830211a
Bump version
Sep 8, 2020
d5bfd5a
build: bump version to 4.34.1
mantariksh Sep 10, 2020
22b8ab1
feat: log all critical bounces (#288)
mantariksh Sep 10, 2020
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
Prev Previous commit
Next Next commit
chore(deps-dev): bump eslint from 7.7.0 to 7.8.1 (#258)
Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.8.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.7.0...v7.8.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Sep 2, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c285ea8e452b6cd040230c77ae93d3cac48f63f5
89 changes: 70 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -197,7 +197,7 @@
"coveralls": "^3.1.0",
"css-loader": "^2.1.1",
"env-cmd": "^10.1.0",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-html": "^6.0.2",