Skip to content

Commit

Permalink
chore(deps): Bump dependencies 2021.11.1 (#414)
Browse files Browse the repository at this point in the history
* chore(deps): bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 3.4.2 to 3.4.6.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/master/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v3.4.2...v3.4.6)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Run PNMP update and install web-vitals

* Install web-vitals as a dev dependency

Install as a development dependency so that we can properly
import @guardian/libs when running jest.

* chore(deps-dev): bump @commitlint/cli from 13.2.1 to 14.1.0

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 13.2.1 to 14.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v14.1.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* chore(deps-dev): bump @commitlint/config-conventional

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 13.2.0 to 14.1.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v14.1.0/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
chrislomaxjones and dependabot[bot] authored Nov 8, 2021
1 parent 15511e4 commit bf3e18e
Show file tree
Hide file tree
Showing 3 changed files with 602 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected].2
- uses: amannn/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"compile:common": "tsc --project ./tsconfig.build.json --outDir ./dist/cjs --module CommonJS",
"compile:esm": "tsc --project ./tsconfig.build.json --outDir ./dist/esm",
"lint": "eslint .",
"preinstall": "npx only-allow pnpm",
"preinstall": "npx only-allow pnpm",
"precommit:lint": "lint-staged",
"prepush:test": "jest --verbose --runInBand --onlyChanged",
"test": "jest",
"test:ci": "jest --coverage --ci",
"test:ci": "jest --coverage --ci",
"tsc": "tsc --noEmit",
"validate": "npm-run-all tsc lint test build",
"prepare": "husky install"
Expand All @@ -43,7 +43,7 @@
"prettier": "@guardian/prettier",
"devDependencies": {
"@commitlint/cli": "^13",
"@commitlint/config-conventional": "^13",
"@commitlint/config-conventional": "^14",
"@guardian/consent-management-platform": "^8",
"@guardian/eslint-config-typescript": "^0.7",
"@guardian/libs": "^3",
Expand All @@ -52,26 +52,27 @@
"@semantic-release/github": "^8",
"@types/doubleclick-gpt": "^2019111201.0.0",
"@types/google.analytics": "^0.0.42",
"@types/jest": "^27",
"@typescript-eslint/eslint-plugin": "^4",
"@typescript-eslint/parser": "^4",
"commitizen": "^4",
"cz-conventional-changelog": "^3",
"eslint": "^7",
"eslint-config-prettier": "^8",
"eslint-plugin-eslint-comments": "^3",
"eslint-plugin-import": "^2",
"eslint-plugin-jest": "^25",
"eslint-plugin-prettier": "^4",
"husky": "^7",
"jest": "^27",
"lint-staged": "^11",
"mockdate": "^3",
"npm-run-all": "^4",
"prettier": "^2",
"semantic-release": "^18",
"ts-jest": "^27",
"typescript": "^4"
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"lint-staged": "^11.2.6",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4",
"web-vitals": "^2.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit bf3e18e

Please sign in to comment.