Skip to content

Commit 31b751a

Browse files
chore(deps): update yargs, chalk, prettier dependencies manually given tests aren't running in ci. (#399)
* chore(deps): bump yargs from 15.4.1 to 18.0.0 Bumps [yargs](https://github.com/yargs/yargs) from 15.4.1 to 18.0.0. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v15.4.1...v18.0.0) --- updated-dependencies: - dependency-name: yargs dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump prettier from 2.8.8 to 3.8.1 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.8.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.8.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump chalk from 4.1.2 to 5.6.2 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.6.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update gitignore --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54f0694 commit 31b751a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dist
1010
# when working with contributors
1111
package-lock.json
1212
yarn.lock
13+
pnpm-lock.yaml
1314
.vscode
1415
cache
1516
.idea

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"dependencies": {
4545
"@babel/runtime": "^7.7.6",
4646
"async": "^3.1.0",
47-
"chalk": "^4.0.0",
47+
"chalk": "^5.6.2",
4848
"didyoumean": "^1.2.1",
4949
"inquirer": "^7.3.3",
5050
"json-fixer": "^1.6.8",
5151
"lodash": "^4.11.2",
5252
"node-fetch": "^2.6.0",
5353
"pify": "^5.0.0",
54-
"yargs": "^15.0.1"
54+
"yargs": "^18.0.0"
5555
},
5656
"devDependencies": {
5757
"cz-conventional-changelog": "^3.3.0",
@@ -61,7 +61,7 @@
6161
"semantic-release": "^25.0.2"
6262
},
6363
"optionalDependencies": {
64-
"prettier": "^2"
64+
"prettier": "^3"
6565
},
6666
"eslintIgnore": [
6767
"node_modules",

0 commit comments

Comments
 (0)