-
Notifications
You must be signed in to change notification settings - Fork 84
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 v5.17.0 #2249
Merged
Merged
build: release v5.17.0 #2249
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.15.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#2226) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.27.0 to 4.28.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build: merge release 5.16.0 into develop
* refactor: convert response classes to typescript and change response to abstract class * refactor: rearrange types * refactor: convert CsvMergedHeadersGenerator to typescript * refactor: edit export and import statements for CsvMergedHeadersGenerator * fix: edit import statement of generator in submissions.client.factory * refactor: edit response types * refactor: remove typing in jsdocs and edit types * refactor: export response subclasses input types * refactor: add ErrorResponse as default for response types * refactor: shift hasProps to shared * refactor: athrow error instead of returning ErrorResponse and edited typeguards * refactor: change interface to type * fix: fix incorrect import statement * test: remove single header row test * fix: fix bug caused by fieldtype guard and if else condition * refactor: remove console.log * refactor: convert extractAnswer to private function * docs: add jsdocs for response factory * docs: edit jsdocs for addRecord * refactor: extract acheck for answer array * refactor: revert extractAnswer to non-private function * refactor: remove repeated check for type Array * refactor: create SubmissionRecord type * refactor: rename ccsv generator in submissions client factory * refactor: make _data field private * test: rrestore deleted test and edit expected unprocessed record * test: remove repeated test * refactor: use private modifier in typescript classes * test: add tests for error cases * refactor: add private modifier to date comparator * refactor: remove underscore from private field * refactor: extract type in csvmhgenerator * refactor: replace strings with basic field enums * fix: fix import statement
* feat(feature-manager): remove sms from feature manager * build: add mock defaults for Twilio in dev environment
* feat(feature-manager): remove spcp-myinfo from feature manager * build: populate Mockpass defaults for dev environment * fix: fix build errors * build: empty commit to trigger build
* refactor(feature-manager): delete FeatureManager class * refactor(feature-manager): delete MissingFeatureError * refactor(feature-manager): delete FeatureManager types * refactor(feature-manager): rename config dir to features * test: fix remaining test
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.931.0 to 2.932.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-js@v2.931.0...v2.932.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.5 to 7.14.7. - [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.14.7/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nocache](https://github.com/helmetjs/nocache) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/helmetjs/nocache/releases) - [Changelog](https://github.com/helmetjs/nocache/blob/main/CHANGELOG.md) - [Commits](helmetjs/nocache@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: nocache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow Form to be configured using a .env file, read by dotenv and populated into `process.env`. - `npm install dotenv` - pick up the `.env` config using dotenv just before we invoke the application - remove `.env` entry from `.dockerignore`
- use an .ebextensions config to create an .env from Parameter Store - determine the environment name by looking at container config files directly [1] - mount the .env into /opt/formsg/.env References: [1]: https://aws.amazon.com/premiumsupport/knowledge-center/view-environment-properties-elastic-beanstalk/
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.27.0 to 4.28.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.15.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.17.3 to 14.17.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(config): support config via dotenv, use EB to create file
TestsDeleting feature manager
|
Testsconvert
|
TestsELB, SSM, AWS, more acronyms
|
mantariksh
approved these changes
Jun 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release v5.17.0
Features
ac27242
#2194
9fc8c9e
#2218
#2222
Improvements
ef7d79f
#2080
#2223
#2241
Dependency changes
#2238
#2245
#2239
#2226
#2225
#2243
#2237
#2236