Skip to content

Commit

Permalink
build(deps-dev): bump the npm-minor group across 1 directory with 6 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the npm-minor group with 5 updates in the /web directory:

| Package | From | To |
| --- | --- | --- |
| [@wdio/browserstack-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-browserstack-service) | `9.2.11` | `9.2.12` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.2.11` | `9.2.12` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.2.11` | `9.2.12` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.13.0` | `8.14.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.48` | `8.4.49` |



Updates `@wdio/browserstack-service` from 9.2.11 to 9.2.12
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.12/packages/wdio-browserstack-service)

Updates `@wdio/cli` from 9.2.11 to 9.2.12
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.12/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.2.11 to 9.2.12
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.12/packages/wdio-local-runner)

Updates `typescript-eslint` from 8.13.0 to 8.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint)

Updates `webdriverio` from 9.2.11 to 9.2.12
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.12/packages/webdriverio)

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

---
updated-dependencies:
- dependency-name: "@wdio/browserstack-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@wdio/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Nov 11, 2024
1 parent a7a0142 commit fddd760
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 86 deletions.
162 changes: 81 additions & 81 deletions web/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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@wdio/browserstack-service": "^9.2.11",
"@wdio/cli": "^9.2.11",
"@wdio/local-runner": "^9.2.11",
"@wdio/browserstack-service": "^9.2.12",
"@wdio/cli": "^9.2.12",
"@wdio/local-runner": "^9.2.12",
"@wdio/mocha-framework": "^9.2.8",
"@wdio/spec-reporter": "^9.2.8",
"@wdio/static-server-service": "^9.2.2",
Expand All @@ -37,7 +37,7 @@
"tsx": "^4.19.2",
"typedoc-plugin-mdn-links": "^3.3.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"webdriverio": "^9.2.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
Expand Down
2 changes: 1 addition & 1 deletion web/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"mocha": "^10.8.2",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"replace-in-file": "^8.2.0",
"tsx": "^4.19.2",
Expand Down

0 comments on commit fddd760

Please sign in to comment.