Skip to content

Commit

Permalink
Bump the npm-deps group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the npm-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.4.1` |
| [commander](https://github.com/tj/commander.js) | `12.1.0` | `13.0.0` |
| [ignore](https://github.com/kaelzhang/node-ignore) | `5.3.2` | `7.0.0` |
| [p-limit](https://github.com/sindresorhus/p-limit) | `6.1.0` | `6.2.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.16.0` | `9.17.0` |
| [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.17.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.14.0` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |


Updates `chalk` from 5.3.0 to 5.4.1
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.3.0...v5.4.1)

Updates `commander` from 12.1.0 to 13.0.0
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v12.1.0...v13.0.0)

Updates `ignore` from 5.3.2 to 7.0.0
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
- [Commits](kaelzhang/node-ignore@5.3.2...7.0.0)

Updates `p-limit` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](sindresorhus/p-limit@v6.1.0...v6.2.0)

Updates `@eslint/js` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js)

Updates `eslint` from 9.16.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.16.0...v9.17.0)

Updates `globals` from 15.13.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.13.0...v15.14.0)

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

---
updated-dependencies:
- dependency-name: chalk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-deps
- dependency-name: p-limit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 45e9bca commit 9137b53
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 42 deletions.
86 changes: 52 additions & 34 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"clang-format": "bin/clang-format.js"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"ignore": "^5.3.2",
"p-limit": "^6.1.0"
"chalk": "^5.4.1",
"commander": "^13.0.0",
"ignore": "^7.0.0",
"p-limit": "^6.2.0"
},
"devDependencies": {
"@eslint/js": "9.16.0",
"eslint": "9.16.0",
"globals": "^15.13.0",
"prettier": "3.4.1"
"@eslint/js": "9.17.0",
"eslint": "9.17.0",
"globals": "^15.14.0",
"prettier": "3.4.2"
},
"scripts": {
"fmt": "prettier --write \"**/*\"",
Expand Down

0 comments on commit 9137b53

Please sign in to comment.