Skip to content

Commit b65ebfc

Browse files
updated dependencies (#17)
1 parent b1172d2 commit b65ebfc

File tree

6 files changed

+1483
-1279
lines changed

6 files changed

+1483
-1279
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ List any dependencies that are required for this change.
77

88
## Type of change
99
- [ ] :bug: Bug fix (non-breaking change which fixes an issue)
10+
- [ ] :package: Dependency Update
1011
- [ ] :rocket: New feature (non-breaking change which adds functionality)
1112
- [ ] :boom: Breaking change (fix or feature that would cause existing functionality to not work as expected)
1213
- [ ] :closed_lock_with_key: Security fix

CHANGELOG.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
# <<<----- ADD NEW VERSIONS HERE
99

10+
## 2.1.2 - (April 21, 2021)
11+
### Changed
12+
- Update Dependencies
13+
1014
## 2.1.1 - (October 27, 2020)
1115
### Changed
1216
- Update Dependencies
@@ -73,4 +77,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7377

7478
## 🚀 1.0.0 - (Aug 15, 2018)
7579
### Initial
76-
- Pipeline Monitor lambda released under closed source.
80+
- Pipeline Monitor lambda released under closed source.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Resources:
6262
Properties:
6363
Location:
6464
ApplicationId: arn:aws:serverlessrepo:us-east-1:673103718481:applications/CodePipeline-Waiter
65-
SemanticVersion: 2.1.1
65+
SemanticVersion: 2.1.2
6666
# Optional Parameter to control the export name of the nested stack
6767
Parameters:
6868
ExportPrefix: !Ref AWS::StackName

codepipeline-waiter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Metadata:
2424
LicenseUrl: LICENSE
2525
Name: CodePipeline-Waiter
2626
ReadmeUrl: README.md
27-
SemanticVersion: 2.1.1
27+
SemanticVersion: 2.1.2
2828
SourceCodeUrl: https://github.com/xavier-thomas/aws-codepipeline-waiter
2929
SpdxLicenseId: BSD-3-Clause
3030

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-codepipeline-waiter",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "An AWS lambda for a deployment AWS code-pipeline to monitor and wait for another pipeline.",
55
"main": "src/index.js",
66
"keywords": [
@@ -31,25 +31,25 @@
3131
}
3232
},
3333
"dependencies": {
34-
"aws-sdk": "^2.779.0"
34+
"aws-sdk": "^2.889.0"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.12.1",
38-
"@babel/core": "^7.12.3",
39-
"@babel/node": "^7.12.1",
40-
"@babel/preset-env": "^7.12.1",
37+
"@babel/cli": "^7.13.16",
38+
"@babel/core": "^7.13.16",
39+
"@babel/node": "^7.13.13",
40+
"@babel/preset-env": "^7.13.15",
4141
"@stryker-mutator/babel-transpiler": "^4.0.0",
42-
"@stryker-mutator/core": "^4.0.0",
42+
"@stryker-mutator/core": "^4.6.0",
4343
"@stryker-mutator/javascript-mutator": "^4.0.0",
44-
"@stryker-mutator/jest-runner": "^4.0.0",
45-
"eslint": "^7.12.1",
46-
"eslint-config-prettier": "^6.14.0",
44+
"@stryker-mutator/jest-runner": "^4.6.0",
45+
"eslint": "^7.24.0",
46+
"eslint-config-prettier": "^8.2.0",
4747
"eslint-plugin-node": "^11.1.0",
48-
"eslint-plugin-prettier": "^3.1.4",
49-
"husky": "^4.3.0",
50-
"jest": "^26.6.1",
48+
"eslint-plugin-prettier": "^3.4.0",
49+
"husky": "^6.0.0",
50+
"jest": "^26.6.3",
5151
"jest-junit": "^12.0.0",
52-
"jest-sonar": "^0.2.11",
53-
"prettier": "^2.1.2"
52+
"jest-sonar": "^0.2.12",
53+
"prettier": "^2.2.1"
5454
}
5555
}

0 commit comments

Comments
 (0)