Skip to content

Commit

Permalink
Bump the dev-dependencies group in /InfoLogger with 6 updates (#2644)
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group in /InfoLogger with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.13.0` | `9.14.0` |
| [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `2.9.0` | `2.10.1` |
| [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.11.0` | `15.12.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.7.0` | `10.8.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `23.6.0` | `23.7.0` |


Updates `@eslint/js` from 9.13.0 to 9.14.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.14.0/packages/js)

Updates `@stylistic/eslint-plugin-js` from 2.9.0 to 2.10.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.10.1/packages/eslint-plugin-js)

Updates `eslint` from 9.13.0 to 9.14.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.13.0...v9.14.0)

Updates `globals` from 15.11.0 to 15.12.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.11.0...v15.12.0)

Updates `mocha` from 10.7.0 to 10.8.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.0...v10.8.2)

Updates `puppeteer` from 23.6.0 to 23.7.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.6.0...puppeteer-v23.7.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent ad4ed43 commit 3d58191
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 83 deletions.
167 changes: 90 additions & 77 deletions InfoLogger/package-lock.json

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

12 changes: 6 additions & 6 deletions InfoLogger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"mariadb": "3.3.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin-js": "^2.9.0",
"eslint": "^9.13.0",
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin-js": "^2.10.1",
"eslint": "^9.14.0",
"eslint-plugin-jsdoc": "^50.4.3",
"globals": "^15.11.0",
"mocha": "^10.6.0",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"puppeteer": "^23.6.0",
"puppeteer": "^23.7.0",
"sinon": "^19.0.2"
},
"bundleDependencies": [
Expand Down

0 comments on commit 3d58191

Please sign in to comment.