Skip to content

Commit

Permalink
build(deps-dev): bump the dev-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [chai](https://github.com/chaijs/chai) | `4.3.10` | `5.1.0` |
| [eslint-plugin-chai-friendly](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) | `0.7.2` | `0.7.4` |
| [globby](https://github.com/sindresorhus/globby) | `14.0.0` | `14.0.1` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.0.10` |
| [mocha](https://github.com/mochajs/mocha) | `10.2.0` | `10.3.0` |
| [nock](https://github.com/nock/nock) | `13.4.0` | `13.5.1` |


Updates `chai` from 4.3.10 to 5.1.0
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.3.10...v5.1.0)

Updates `eslint-plugin-chai-friendly` from 0.7.2 to 0.7.4
- [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases)
- [Commits](ihordiachenko/eslint-plugin-chai-friendly@v0.7.2...v0.7.4)

Updates `globby` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v14.0.0...v14.0.1)

Updates `husky` from 8.0.3 to 9.0.10
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.10)

Updates `mocha` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.3.0)

Updates `nock` from 13.4.0 to 13.5.1
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.4.0...v13.5.1)

---
updated-dependencies:
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-chai-friendly
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: globby
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 20e5eaf commit e6e21f4
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 107 deletions.
163 changes: 58 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
},
"devDependencies": {
"@oclif/test": "^2.4.2",
"chai": "^4.3.7",
"chai": "^5.1.0",
"eslint": "^8.46.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-node": "^11.1.0",
"globby": "^14.0.0",
"husky": "^8.0.3",
"husky": "^9.0.10",
"mocha": "^10.2.0",
"nock": "^13.3.2",
"nyc": "^15.1.0",
Expand Down

0 comments on commit e6e21f4

Please sign in to comment.