Skip to content

Commit

Permalink
chore(deps): manually update dependencies 30/11/2021 (#436)
Browse files Browse the repository at this point in the history
* chore(deps): manually update dependencies

Run `pnpm update --latest`

* Fix eslint violations

* chore(deps): bump actions/cache from 2.1.6 to 2.1.7

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
simonbyford and dependabot[bot] authored Nov 30, 2021
1 parent 5a19fc0 commit 10f0e06
Show file tree
Hide file tree
Showing 5 changed files with 714 additions and 792 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: guardian/actions-setup-node@main

- name: Cache .pnpm-store
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: guardian/actions-setup-node@main

- name: Cache .pnpm-store
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -83,7 +83,7 @@ jobs:
uses: guardian/actions-setup-node@main

- name: Cache .pnpm-store
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -110,7 +110,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Cache .pnpm-store
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
uses: guardian/actions-setup-node@main

- name: Cache .pnpm-store
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,35 +41,35 @@
},
"prettier": "@guardian/prettier",
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^14.1.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@guardian/ab-core": "^2.0.0",
"@guardian/consent-management-platform": "^8.0.1",
"@guardian/eslint-config-typescript": "^0.7.0",
"@guardian/libs": "3.3.0",
"@guardian/libs": "3.5.1",
"@guardian/prettier": "^0.7.0",
"@octokit/core": "^3.5.1",
"@semantic-release/github": "^8.0.2",
"@types/google.analytics": "^0.0.42",
"@types/googletag": "^1.1.4",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^11.2.6",
"jest": "^27.4.1",
"lint-staged": "^12.1.2",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0",
"prettier": "^2.5.0",
"semantic-release": "^18.0.1",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2",
"web-vitals": "^2.1.2"
Expand All @@ -78,7 +78,7 @@
"access": "public"
},
"peerDependencies": {
"@guardian/ab-core": "^2.0.0",
"@guardian/ab-core": "^2.0.0",
"@guardian/libs": "^3.3.0"
}
}
Loading

0 comments on commit 10f0e06

Please sign in to comment.