Skip to content

Commit

Permalink
Bump the dev-dependencies group in /QualityControl with 4 updates (#2716
Browse files Browse the repository at this point in the history
)

Bumps the dev-dependencies group in /QualityControl with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js), [eslint](https://github.com/eslint/eslint) and [puppeteer](https://github.com/puppeteer/puppeteer).


Updates `@eslint/js` from 9.17.0 to 9.18.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.18.0/packages/js)

Updates `@stylistic/eslint-plugin-js` from 2.12.0 to 2.13.0
- [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.13.0/packages/eslint-plugin-js)

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

Updates `puppeteer` from 23.11.1 to 24.0.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v23.11.1...puppeteer-v24.0.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: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 7cd33e4 commit 1b1554c
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 58 deletions.
149 changes: 95 additions & 54 deletions QualityControl/package-lock.json

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

8 changes: 4 additions & 4 deletions QualityControl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"jsroot": "7.8.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin-js": "^2.12.0",
"eslint": "^9.17.0",
"@eslint/js": "^9.18.0",
"@stylistic/eslint-plugin-js": "^2.13.0",
"eslint": "^9.18.0",
"eslint-plugin-jsdoc": "^50.6.0",
"globals": "^15.14.0",
"nock": "^13.5.0",
"puppeteer": "^23.11.1",
"puppeteer": "^24.0.0",
"sinon": "^19.0.2"
},
"bundleDependencies": [
Expand Down

0 comments on commit 1b1554c

Please sign in to comment.