Skip to content
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

chore: update yarn and dev dependencies #70

Merged
merged 15 commits into from
Jul 22, 2022
33 changes: 33 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-outdated.cjs

Large diffs are not rendered by default.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

631 changes: 0 additions & 631 deletions .yarn/releases/yarn-berry.js

This file was deleted.

17 changes: 11 additions & 6 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
nodeLinker: node-modules

npmRegistryServer: "https://registry.yarnpkg.com"
nodeLinker: "node-modules"
yarnPath: ".yarn/releases/yarn-berry.js"

packageExtensions:
# Resolves yarn 2 peer dependency conflict due to @types/node requirement set here:
# https://github.com/Codex-/cosmiconfig-typescript-loader/blob/d5ce8bb4ee75fec7efd6e73612d9fe076a844810/package.json#L34
'cosmiconfig-typescript-loader@*':
cosmiconfig-typescript-loader@*:
peerDependenciesMeta:
'@types/node':
"@types/node":
optional: true

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"

yarnPath: .yarn/releases/yarn-3.2.2.cjs
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

- Bump minimum Node version to `14` and bump Lerna to `5.1.8`
- Upgrade `yarn` to `3.2.2` and add `outdated` plugin
- Major bumps:
- `@commitlint/cli` to `^17.0.3`
- `@commitlint/config-conventional` to `^17.0.3`
- `@types/jest` to `^28.1.6`
- `eslint` to `8.20.0`
- `eslint-plugin-flowtype` to `8.0.3`
- `husky` to `^8.0.1`
- `jest` to `^28`
- `pinst` to `^3.0.0`
- Minor and patch bumps:
- `@babel/cli` to `^7.18.9`
- `@babel/core` to `^7.18.9`
- `@babel/eslint-parser` to `^7.18.9`
- `@babel/plugin-proposal-class-properties` to `^7.18.6`
- `@babel/plugin-proposal-object-rest-spread` to `^7.18.9`
- `@babel/preset-env` to `^7.18.9`
- `@babel/preset-typescript` to `^7.18.6`
- `@typescript-eslint/eslint-plugin` to `^5.30.7`
- `@typescript-eslint/parser` to `^5.30.7`
- `eslint-plugin-import` to `2.26.0`
- `prettier` to `^2.7.1`
- `typescript` to `^4.7.4`

## 2.1.2 (June 28, 2022)

Expand Down
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,30 +45,30 @@
"url": "https://github.com/wayfair/git-parse"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.16.0",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/byline": "^4.2.33",
"@types/jest": "^27.0.2",
"@types/jest": "^28.1.6",
"@types/util.promisify": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-eslint": "^10.1.0",
"eslint": "7.32.0",
"eslint-plugin-flowtype": "5.9.0",
"eslint-plugin-import": "2.24.0",
"husky": "^7.0.4",
"jest": "^27",
"eslint": "8.20.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"husky": "^8.0.1",
"jest": "^28",
"lerna": "5.1.8",
"pinst": "^2.1.6",
"prettier": "^2.3.2",
"typescript": "^4.4.4"
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"resolutions": {
"minimist": "^1.2.6",
Expand All @@ -88,5 +88,6 @@
],
"engines": {
"node": ">=14"
}
},
"packageManager": "yarn@3.2.2"
}
Loading