Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the npm-minor group in /web with 10 updates #19097

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

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

Package From To
@wdio/browserstack-service 9.4.5 9.5.0
@wdio/cli 9.4.5 9.5.0
@wdio/local-runner 9.4.5 9.5.0
@wdio/mocha-framework 9.4.4 9.5.0
@wdio/spec-reporter 9.4.4 9.5.0
@wdio/static-server-service 9.4.4 9.5.0
typescript-eslint 8.18.2 8.19.0
webdriverio 9.4.5 9.5.0
typedoc 0.27.5 0.27.6
vite 6.0.5 6.0.6

Updates @wdio/browserstack-service from 9.4.5 to 9.5.0

Release notes

Sourced from @​wdio/browserstack-service's releases.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Changelog

Sourced from @​wdio/browserstack-service's changelog.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Commits

Updates @wdio/cli from 9.4.5 to 9.5.0

Release notes

Sourced from @​wdio/cli's releases.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Changelog

Sourced from @​wdio/cli's changelog.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Commits

Updates @wdio/local-runner from 9.4.5 to 9.5.0

Release notes

Sourced from @​wdio/local-runner's releases.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Changelog

Sourced from @​wdio/local-runner's changelog.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Commits

Updates @wdio/mocha-framework from 9.4.4 to 9.5.0

Release notes

Sourced from @​wdio/mocha-framework's releases.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

v9.4.5 (2024-12-19)

💅 Polish

Committers: 1

Changelog

Sourced from @​wdio/mocha-framework's changelog.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

v9.4.5 (2024-12-19)

💅 Polish

Committers: 1

Commits

Updates @wdio/spec-reporter from 9.4.4 to 9.5.0

Release notes

Sourced from @​wdio/spec-reporter's releases.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

v9.4.5 (2024-12-19)

💅 Polish

Committers: 1

Changelog

Sourced from @​wdio/spec-reporter's changelog.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

v9.4.5 (2024-12-19)

💅 Polish

Committers: 1

Commits

Updates @wdio/static-server-service from 9.4.4 to 9.5.0

Release notes

Sourced from @​wdio/static-server-service's releases.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

v9.4.5 (2024-12-19)

💅 Polish

Committers: 1

Changelog

Sourced from @​wdio/static-server-service's changelog.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

v9.4.5 (2024-12-19)

💅 Polish

Committers: 1

Commits

Updates typescript-eslint from 8.18.2 to 8.19.0

Release notes

Sourced from typescript-eslint's releases.

v8.19.0

8.19.0 (2024-12-30)

🚀 Features

  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#10106)

🩹 Fixes

  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#10496)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#10522)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)
  • eslint-plugin: [member-ordering] ignore method overloading (#10536)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.19.0 (2024-12-30)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates webdriverio from 9.4.5 to 9.5.0

Release notes

Sourced from webdriverio's releases.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Changelog

Sourced from webdriverio's changelog.

v9.5.0 (2024-12-30)

🚀 New Feature

🐛 Bug Fix

💅 Polish

Committers: 2

Commits

Updates typedoc from 0.27.5 to 0.27.6

Release notes

Sourced from typedoc's releases.

v0.27.6

Features

  • Added ignoredHighlightLanguages option to specify languages which will be allowed in code blocks but not highlighted, #2819.

Bug Fixes

  • @include and @includeCode now work in the readme file, #2814.
  • TypeDoc will now avoid making references to references, #2811.
  • Fixed output specific option specification, #2818.
  • Improved type reference conversion to avoid including defaulted type arguments, #2820.
  • Fixed parsing of declaration references which include a module and a local reference, #2810.
  • Improved link resolution logic to prioritize type alias properties with the same symbol over type literal properties within function parameters.
Changelog

Sourced from typedoc's changelog.

v0.27.6 (2024-12-26)

Features

  • Added ignoredHighlightLanguages option to specify languages which will be allowed in code blocks but not highlighted, #2819.

Bug Fixes

  • @include and @includeCode now work in the readme file, #2814.
  • TypeDoc will now avoid making references to references, #2811.
  • Fixed output specific option specification, #2818.
  • Improved type reference conversion to avoid including defaulted type arguments, #2820.
  • Fixed parsing of declaration references which include a module and a local reference, #2810.
  • Improved link resolution logic to prioritize type alias properties with the same symbol over type literal properties within function parameters.
Commits
  • 9a1a719 Update changelog for release
  • 44bffe8 Release v0.27.6
  • d626468 Fix @link with declaration reference using !~
  • 9e667d0 Add ignoredHighlightLanguages option
  • 9b62f09 Fix output specific option specification
  • 53fa22e Avoid including defaulted type arguments
  • b9177b4 Update contributing docs
  • 23008f6 Improve link resolution prioritization
  • 2c10f67 Avoid references to references
  • 016e6a1 Lock npm to 10 for CI
  • Additional commits viewable in compare view

Updates vite from 6.0.5 to 6.0.6

Release notes

Sourced from vite's releases.

v6.0.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.6 (2024-12-26)

Commits
  • 5c2b4a0 release: v6.0.6
  • 9290d85 fix(css): show correct error when unknown placeholder is used for CSS modules...
  • afff05c fix(css): resolve style tags in HTML files correctly for lightningcss (#19001)
  • eb06ec3 chore: fix typo in comment (#19067)
  • 1aa434e fix(ssrTransform): preserve line offset when transforming imports (#19004)
  • 902567a fix(resolve): handle package.json with UTF-8 BOM (#19000)
  • 9f10261 fix: replace runner-side path normalization with fetchModule-side resolve (...
  • 8bfe247 revert: unpin esbuild version (#19043)
  • 0e9e81f chore: update comment about build.target (#19047)
  • a1f4b46 test(ssr): test virtual module with query (#19044)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [@wdio/browserstack-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-browserstack-service) | `9.4.5` | `9.5.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `9.4.5` | `9.5.0` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `9.4.5` | `9.5.0` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `9.4.4` | `9.5.0` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `9.4.4` | `9.5.0` |
| [@wdio/static-server-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-static-server-service) | `9.4.4` | `9.5.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.2` | `8.19.0` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.4.5` | `9.5.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.27.5` | `0.27.6` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.5` | `6.0.6` |


Updates `@wdio/browserstack-service` from 9.4.5 to 9.5.0
- [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.5.0/packages/wdio-browserstack-service)

Updates `@wdio/cli` from 9.4.5 to 9.5.0
- [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.5.0/packages/wdio-cli)

Updates `@wdio/local-runner` from 9.4.5 to 9.5.0
- [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.5.0/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 9.4.4 to 9.5.0
- [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.5.0/packages/wdio-mocha-framework)

Updates `@wdio/spec-reporter` from 9.4.4 to 9.5.0
- [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.5.0/packages/wdio-spec-reporter)

Updates `@wdio/static-server-service` from 9.4.4 to 9.5.0
- [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.5.0/packages/wdio-static-server-service)

Updates `typescript-eslint` from 8.18.2 to 8.19.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.19.0/packages/typescript-eslint)

Updates `webdriverio` from 9.4.5 to 9.5.0
- [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.5.0/packages/webdriverio)

Updates `typedoc` from 0.27.5 to 0.27.6
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.27.5...v0.27.6)

Updates `vite` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.6/packages/vite)

---
updated-dependencies:
- dependency-name: "@wdio/browserstack-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@wdio/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@wdio/mocha-framework"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@wdio/spec-reporter"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor
- dependency-name: "@wdio/static-server-service"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: npm-minor
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Dec 30, 2024
@torokati44 torokati44 merged commit 2a81c86 into master Dec 30, 2024
20 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/web/npm-minor-bb29ddb9a1 branch December 30, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant