Skip to content

Commit

Permalink
chore(deps-dev): bump the npm group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the npm group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.10.0` | `9.11.1` |
| [eslint](https://github.com/eslint/eslint) | `9.10.0` | `9.11.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.2.4` | `50.3.0` |
| [nw](https://github.com/nwjs/npm-installer) | `0.91.0` | `0.92.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.24.1` | `4.25.0` |



Updates `@eslint/js` from 9.10.0 to 9.11.1
- [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.11.1/packages/js)

Updates `eslint` from 9.10.0 to 9.11.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.10.0...v9.11.1)

Updates `eslint-plugin-jsdoc` from 50.2.4 to 50.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v50.2.4...v50.3.0)

Updates `nw` from 0.91.0 to 0.92.0
- [Changelog](https://github.com/nwjs/npm-installer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nwjs/npm-installer/commits)

Updates `selenium-webdriver` from 4.24.1 to 4.25.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.25.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: nw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 6601ebc commit ef1620a
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 31 deletions.
70 changes: 44 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"demo:cli": "nwbuild --mode run ./src ./app/**"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.11.1",
"@vitest/coverage-v8": "^2.1.1",
"base-volta-off-of-nwjs": "^1.0.5",
"eslint": "^9.10.0",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint": "^9.11.1",
"eslint-plugin-jsdoc": "^50.3.0",
"globals": "^15.9.0",
"nw": "^0.91.0",
"selenium-webdriver": "^4.24.1",
"nw": "^0.92.0",
"selenium-webdriver": "^4.25.0",
"vitest": "^2.0.4"
},
"dependencies": {
Expand Down

0 comments on commit ef1620a

Please sign in to comment.