Skip to content

Commit

Permalink
Merge pull request #2391 from opengovsg/release-v5.20.0
Browse files Browse the repository at this point in the history
build: release v5.20.0
  • Loading branch information
mantariksh authored Jul 14, 2021
2 parents c2bf074 + 58a6df0 commit 70b75c3
Show file tree
Hide file tree
Showing 22 changed files with 941 additions and 1,275 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@ jobs:
${{ runner.OS }}-
- run: npm ci

test-e2e:
needs: install
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Load Node.js modules
uses: actions/cache@v2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run test-e2e

test-frontend:
needs: install
runs-on: ubuntu-latest
Expand Down
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ jobs:
create:
name: build
paths: .
- stage: Tests
name: End-to-end tests
workspaces:
use: build
addons:
chrome: stable
script:
- npm run test-e2e-ci
- stage: Deploy
services:
- docker
Expand Down
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,60 @@ 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).

#### [v5.20.0](https://github.com/opengovsg/FormSG/compare/v5.19.2...v5.20.0)

- chore(deps-dev): bump lint-staged from 11.0.0 to 11.0.1 [`#2387`](https://github.com/opengovsg/FormSG/pull/2387)
- fix(deps): bump aws-sdk from 2.943.0 to 2.944.0 [`#2386`](https://github.com/opengovsg/FormSG/pull/2386)
- feat(deps): upgrade to latest TypeScript [`#2383`](https://github.com/opengovsg/FormSG/pull/2383)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#2378`](https://github.com/opengovsg/FormSG/pull/2378)
- fix(deps): bump @sentry/browser from 6.8.0 to 6.9.0 [`#2376`](https://github.com/opengovsg/FormSG/pull/2376)
- fix(deps): bump libphonenumber-js from 1.9.21 to 1.9.22 [`#2377`](https://github.com/opengovsg/FormSG/pull/2377)
- fix(deps): bump @sentry/integrations from 6.8.0 to 6.9.0 [`#2375`](https://github.com/opengovsg/FormSG/pull/2375)
- chore(deps-dev): bump @typescript-eslint/parser from 4.28.2 to 4.28.3 [`#2374`](https://github.com/opengovsg/FormSG/pull/2374)
- build: move end-to-end tests to GitHub Actions [`#2353`](https://github.com/opengovsg/FormSG/pull/2353)
- chore: merge v5.19.2 into develop [`#2373`](https://github.com/opengovsg/FormSG/pull/2373)
- fix(deps): bump celebrate from 14.0.0 to 15.0.0 [`#2365`](https://github.com/opengovsg/FormSG/pull/2365)
- chore(deps-dev): bump @types/nodemailer from 6.4.3 to 6.4.4 [`#2367`](https://github.com/opengovsg/FormSG/pull/2367)
- chore(deps-dev): bump ts-node from 10.0.0 to 10.1.0 [`#2368`](https://github.com/opengovsg/FormSG/pull/2368)
- chore(deps-dev): bump @types/opossum from 4.1.1 to 4.1.2 [`#2363`](https://github.com/opengovsg/FormSG/pull/2363)
- fix(deps): bump aws-sdk from 2.941.0 to 2.943.0 [`#2366`](https://github.com/opengovsg/FormSG/pull/2366)
- chore(deps-dev): bump @types/mongodb-uri from 0.9.0 to 0.9.1 [`#2364`](https://github.com/opengovsg/FormSG/pull/2364)
- chore(deps-dev): bump @types/ejs from 3.0.6 to 3.0.7 [`#2344`](https://github.com/opengovsg/FormSG/pull/2344)
- chore(deps-dev): bump @types/express-request-id from 1.4.1 to 1.4.2 [`#2358`](https://github.com/opengovsg/FormSG/pull/2358)
- chore(deps-dev): bump type-fest from 1.2.1 to 1.2.2 [`#2357`](https://github.com/opengovsg/FormSG/pull/2357)
- chore(deps-dev): bump testcafe from 1.14.2 to 1.15.0 [`#2356`](https://github.com/opengovsg/FormSG/pull/2356)
- build: merge Release 5.19.1 into develop [`#2350`](https://github.com/opengovsg/FormSG/pull/2350)
- fix(deps): bump aws-sdk from 2.940.0 to 2.941.0 [`#2352`](https://github.com/opengovsg/FormSG/pull/2352)
- chore(deps-dev): bump @types/jest from 26.0.23 to 26.0.24 [`#2345`](https://github.com/opengovsg/FormSG/pull/2345)
- chore(deps-dev): bump @types/busboy from 0.2.3 to 0.2.4 [`#2348`](https://github.com/opengovsg/FormSG/pull/2348)
- fix(deps): bump opossum from 6.1.0 to 6.2.0 [`#2347`](https://github.com/opengovsg/FormSG/pull/2347)
- build: merge release 5.19.0 into develop [`#2324`](https://github.com/opengovsg/FormSG/pull/2324)
- chore(deps-dev): bump @types/express-rate-limit from 5.1.2 to 5.1.3 [`#2333`](https://github.com/opengovsg/FormSG/pull/2333)
- chore(deps-dev): bump @types/nodemailer from 6.4.2 to 6.4.3 [`#2343`](https://github.com/opengovsg/FormSG/pull/2343)
- fix: read email validation error message from Joi response [`#2321`](https://github.com/opengovsg/FormSG/pull/2321)
- fix: visiting archived form URL to show correct error message [`#2320`](https://github.com/opengovsg/FormSG/pull/2320)
- chore(deps-dev): bump @types/convict from 6.1.0 to 6.1.1 [`#2337`](https://github.com/opengovsg/FormSG/pull/2337)
- chore(deps-dev): bump @types/express from 4.17.12 to 4.17.13 [`#2340`](https://github.com/opengovsg/FormSG/pull/2340)
- fix(deps): bump zod from 3.4.2 to 3.5.1 [`#2339`](https://github.com/opengovsg/FormSG/pull/2339)
- fix(deps): bump aws-sdk from 2.939.0 to 2.940.0 [`#2338`](https://github.com/opengovsg/FormSG/pull/2338)
- chore(deps-dev): bump @types/mongodb from 3.6.19 to 3.6.20 [`#2335`](https://github.com/opengovsg/FormSG/pull/2335)
- chore(deps-dev): bump @types/validator from 13.6.2 to 13.6.3 [`#2336`](https://github.com/opengovsg/FormSG/pull/2336)
- chore(deps-dev): bump @types/compression from 1.7.0 to 1.7.1 [`#2334`](https://github.com/opengovsg/FormSG/pull/2334)
- chore(deps-dev): bump @types/node from 14.17.4 to 14.17.5 [`#2332`](https://github.com/opengovsg/FormSG/pull/2332)
- chore(deps-dev): bump @types/bluebird from 3.5.35 to 3.5.36 [`#2331`](https://github.com/opengovsg/FormSG/pull/2331)
- fix(admin-form.service): fixed logical error in duplicate form field [`#2301`](https://github.com/opengovsg/FormSG/pull/2301)
- fix(deps): bump zod from 3.3.4 to 3.4.2 [`#2319`](https://github.com/opengovsg/FormSG/pull/2319)
- chore(deps-dev): bump husky from 7.0.0 to 7.0.1 [`#2318`](https://github.com/opengovsg/FormSG/pull/2318)
- chore(deps-dev): bump husky from 6.0.0 to 7.0.0 [`#2289`](https://github.com/opengovsg/FormSG/pull/2289)

#### [v5.19.2](https://github.com/opengovsg/FormSG/compare/v5.19.1...v5.19.2)

> 12 July 2021
- fix: allow myinfo authtype for logout [`#2362`](https://github.com/opengovsg/FormSG/pull/2362)
- fix(BetaService): make SGID form-level beta feature [`#2369`](https://github.com/opengovsg/FormSG/pull/2369)
- fix(SGID): add sgid to User schema beta flags [`#2371`](https://github.com/opengovsg/FormSG/pull/2371)
- chore: bump version to 5.19.2 [`588730c`](https://github.com/opengovsg/FormSG/commit/588730c0559ca424ad89fd2743e72c7694cfebaf)

#### [v5.19.1](https://github.com/opengovsg/FormSG/compare/v5.18.0...v5.19.1)

Expand Down
Loading

0 comments on commit 70b75c3

Please sign in to comment.