Skip to content

Commit

Permalink
chore(deps): Weekly dependencies bump 2021.03.09 (#190)
Browse files Browse the repository at this point in the history
* Bump ts-jest from 26.5.1 to 26.5.3

* chore(deps-dev): bump @typescript-eslint/eslint-plugin

* chore(deps-dev): bump @commitlint/cli from 11.0.0 to 12.0.1

* chore(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0

* chore(deps-dev): bump eslint from 7.20.0 to 7.21.0

* chore(deps): bump amannn/action-semantic-pull-request

* @commitlint/config-conventional → 12.0.1
* @guardian/eslint-config-typescript → 0.5.0
* @guardian/prettier → 0.5.0
* @typescript-eslint/eslint-plugin → 4.17.0
* @typescript-eslint/parser → 4.17.0
* eslint → 7.21.0
* eslint-plugin-jest → 24.1.10
* semantic-release → 17.4.1
* ts-jest → 26.5.3
* typescript → 4.2.3

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mxdvl and dependabot[bot] authored Mar 9, 2021
1 parent 29bb324 commit be73ead
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.3.0
- uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
},
"prettier": "@guardian/prettier",
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@guardian/eslint-config-typescript": "^0.4.2",
"@guardian/prettier": "^0.4.2",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@guardian/eslint-config-typescript": "^0.5.0",
"@guardian/prettier": "^0.5.0",
"@octokit/core": "^3.2.5",
"@semantic-release/github": "7.2.0",
"@types/doubleclick-gpt": "^2019041801.0.4",
"@types/jest": "^26.0.20",
"@types/google.analytics": "^0.0.41",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "24.1.5",
"eslint-plugin-jest": "^24.1.10",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.1.2",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"semantic-release": "^17.3.9",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
"semantic-release": "^17.4.1",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit be73ead

Please sign in to comment.