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

Bump the all group with 16 updates #353

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps the all group with 16 updates:

Package From To
@fontsource/noto-emoji 5.0.17 5.0.18
@jspm/generator 2.0.0 2.0.1
@types/wicg-file-system-access 2023.10.4 2023.10.5
@typescript-eslint/eslint-plugin 6.21.0 7.6.0
@typescript-eslint/parser 6.21.0 7.6.0
@wdio/cli 8.31.1 8.35.1
@wdio/jasmine-framework 8.31.1 8.35.1
@wdio/local-runner 8.31.1 8.35.1
@wdio/spec-reporter 8.31.1 8.32.4
@web/dev-server 0.4.2 0.4.4
chromedriver 121.0.0 123.0.3
eslint 8.56.0 9.0.0
tree-sitter-cli 0.20.8 0.22.2
typescript 5.3.3 5.4.5
web-tree-sitter 0.20.8 0.22.2
webdriverio 8.31.1 8.35.1

Updates @fontsource/noto-emoji from 5.0.17 to 5.0.18

Commits

Updates @jspm/generator from 2.0.0 to 2.0.1

Release notes

Sourced from @​jspm/generator's releases.

2.0.1

What's Changed

Full Changelog: jspm/generator@2.0.0...2.0.1

Commits

Updates @types/wicg-file-system-access from 2023.10.4 to 2023.10.5

Commits

Updates @typescript-eslint/eslint-plugin from 6.21.0 to 7.6.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

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

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes

... (truncated)

Commits
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • 4bac40c docs: fix incorrect tab item values in prefer-optional-chain (#8867)
  • a7bdd1c test(eslint-plugin): render snapshots of ESLint output for each code example ...
  • 41d893f docs(eslint-plugin): [consistent-return] add warning section use noImplicitRe...
  • d063275 docs: feature-freeze member-ordering, naming-convention, sort-type-constituen...
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • f0b1c4f fix(eslint-plugin): [no-unnecessary-type-assertion] handle exactOptionalPrope...
  • 5707268 fix(eslint-plugin): [no-floating-promises] handle TaggedTemplateExpression (#...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.21.0 to 7.6.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

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

v7.4.0

7.4.0 (2024-03-25)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

7.4.0 (2024-03-25)

🚀 Features

  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

❤️ Thank You

  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti

... (truncated)

Commits
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • d5615d7 fix(parser): disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • 5d24691 chore(release): publish 7.4.0
  • e408b93 feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...
  • 5995614 chore(release): publish 7.3.1
  • 4cf8ec7 chore(release): publish 7.3.0
  • 883f220 fix: correct engines.node constraints in package.json (#8671)
  • Additional commits viewable in compare view

Updates @wdio/cli from 8.31.1 to 8.35.1

Release notes

Sourced from @​wdio/cli's releases.

v8.35.1

No updates!

v8.35.0 (2024-03-20)

🚀 New Feature

  • wdio-utils, wdio-webdriver-mock-service, webdriverio

📝 Documentation

Committers: 3

v8.34.1 (2024-03-16)

🐛 Bug Fix

Committers: 1

v8.34.0 (2024-03-15)

🐛 Bug Fix

  • wdio-allure-reporter
  • wdio-appium-service
  • wdio-config
    • #12437 [backport] (wdio-config): check existence of ts-node/esm/transpile-only.mjs & fix a type issue (@​johnp)

💅 Polish

  • wdio-browserstack-service

Committers: 5

... (truncated)

Changelog

Sourced from @​wdio/cli's changelog.

Changelog

Tags:

  • 💥 [Breaking Change]
  • 👓 [Spec Compliancy]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

See CHANGELOG - v4.

See CHANGELOG - v5.

See CHANGELOG - v6

See CHANGELOG - v7


v9.0.0-alpha.0 (2024-03-12)

💥 Breaking Change

  • wdio-cli, wdio-crossbrowsertesting-service, wdio-types
  • devtools, wdio-allure-reporter, wdio-browser-runner, wdio-cli, wdio-devtools-service, wdio-types, wdio-utils, webdriver, webdriverio
  • wdio-cli, wdio-config
  • wdio-browser-runner, wdio-protocols, wdio-webdriver-mock-service, webdriver, webdriverio
  • webdriverio

🚀 New Feature

  • wdio-browser-runner, wdio-globals, wdio-runner, wdio-types, webdriver, webdriverio
  • wdio-browserstack-service

🐛 Bug Fix

  • wdio-appium-service
  • wdio-config
    • #12436 (wdio-config): check existence of ts-node/esm/transpile-only.mjs & fix a type issue (@​johnp)
  • wdio-browserstack-service

... (truncated)

Commits

Updates @wdio/jasmine-framework from 8.31.1 to 8.35.1

Release notes

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

v8.35.1

No updates!

v8.35.0 (2024-03-20)

🚀 New Feature

  • wdio-utils, wdio-webdriver-mock-service, webdriverio

📝 Documentation

Committers: 3

v8.34.1 (2024-03-16)

🐛 Bug Fix

Committers: 1

v8.34.0 (2024-03-15)

🐛 Bug Fix

  • wdio-allure-reporter
  • wdio-appium-service
  • wdio-config
    • #12437 [backport] (wdio-config): check existence of ts-node/esm/transpile-only.mjs & fix a type issue (@​johnp)

💅 Polish

  • wdio-browserstack-service

Committers: 5

... (truncated)

Changelog

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

Changelog

Tags:

  • 💥 [Breaking Change]
  • 👓 [Spec Compliancy]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

See CHANGELOG - v4.

See CHANGELOG - v5.

See CHANGELOG - v6

See CHANGELOG - v7


v9.0.0-alpha.0 (2024-03-12)

💥 Breaking Change

  • wdio-cli, wdio-crossbrowsertesting-service, wdio-types
  • devtools, wdio-allure-reporter, wdio-browser-runner, wdio-cli, wdio-devtools-service, wdio-types, wdio-utils, webdriver, webdriverio
  • wdio-cli, wdio-config
  • wdio-browser-runner, wdio-protocols, wdio-webdriver-mock-service, webdriver, webdriverio
  • webdriverio

🚀 New Feature

  • wdio-browser-runner, wdio-globals, wdio-runner, wdio-types, webdriver, webdriverio
  • wdio-browserstack-service

🐛 Bug Fix

  • wdio-appium-service
  • wdio-config
    • #12436 (wdio-config): check existence of ts-node/esm/transpile-only.mjs & fix a type issue (@​johnp)
  • wdio-browserstack-service

... (truncated)

Commits

Updates @wdio/local-runner from 8.31.1 to 8.35.1

Release notes

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

v8.35.1

No updates!

v8.35.0 (2024-03-20)

🚀 New Feature

  • wdio-utils, wdio-webdriver-mock-service, webdriverio

📝 Documentation

Committers: 3

v8.34.1 (2024-03-16)

🐛 Bug Fix

Committers: 1

v8.34.0 (2024-03-15)

🐛 Bug Fix

  • wdio-allure-reporter
  • wdio-appium-service
  • wdio-config
    • #12437 [backport] (wdio-config): check existence of ts-node/esm/transpile-only.mjs & fix a type issue (@​johnp)

💅 Polish

  • wdio-browserstack-service

Committers: 5

... (truncated)

Changelog

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

Changelog

Tags:

  • 💥 [Breaking Change]
  • 👓 [Spec Compliancy]
  • 🚀 [New Feature]
  • 🐛 [Bug Fix]
  • 📝 [Documentation]
  • 🏠 [Internal]
  • 💅 [Polish]

Note: Gaps between patch versions are faulty, broken or test releases.

See CHANGELOG - v4.

See CHANGELOG - v5.

See CHANGELOG - v6

See CHANGELOG - v7


v9.0.0-alpha.0 (2024-03-12)

💥 Breaking Change

  • wdio-cli, wdio-crossbrowsertesting-service, wdio-types
  • devtools, wdio-allure-reporter, wdio-browser-runner, wdio-cli, wdio-devtools-service, wdio-types, wdio-utils, webdriver, webdriverio
  • wdio-cli, wdio-config
  • wdio-browser-runner, wdio-protocols, wdio-webdriver-mock-service, webdriver, webdriverio
  • webdriverio

🚀 New Feature

  • wdio-browser-runner, wdio-globals, wdio-runner, wdio-types, webdriver, webdriverio
  • wdio-browserstack-service

🐛 Bug Fix

  • wdio-appium-service
  • wdio-config
    • #12436 (wdio-config): check existence of ts-node/esm/transpile-only.mjs & fix a type issue (@​johnp)
  • wdio-browserstack-service

... (truncated)

Commits

Updates @wdio/spec-reporter from 8.31.1 to 8.32.4

Release notes

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

v8.32.4 (2024-03-03)

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 6

v8.32.3 (2024-02-21)

🐛 Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

🐛 Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

... (truncated)

Changelog

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

v8.32.4 (2024-03-03)

🐛 Bug Fix

  • wdio-browserstack-service

💅 Polish

📝 Documentation

Committers: 6

v8.32.3 (2024-02-21)

🐛 Bug Fix

Committers: 2

v8.32.2 (2024-02-19)

🐛 Bug Fix

  • wdio-allure-reporter, wdio-browser-runner, wdio-browserstack-service, wdio-cli, wdio-types, wdio-utils
  • wdio-utils

... (truncated)

Commits

Updates @web/dev-server from 0.4.2 to 0.4.4

Release notes

Sourced from @​web/dev-server's releases.

@​web/dev-server@​0.4.4

Patch Changes

  • d2dbb7b1: fix: sb windows path

@​web/dev-server@​0.4.3

Patch Changes

Changelog

Sourced from @​web/dev-server's changelog.

0.4.4

Patch Changes

  • d2dbb7b1: fix: sb windows path

0.4.3

Patch Changes

Commits

Updates chromedriver from 121.0.0 to 123.0.3

Commits
  • 283b9f4 Fix installation with local file
  • 85cd3fa Bump version to 123.0.2
  • 26b10d1 Bump version to 123.0.1
  • 6b707c6 Bump version to 123.0.0
  • 2422314 Bump follow-redirects from 1.15.5 to 1.15.6
  • ec269cf Bump version to 122.0.6
  • c6e01a4 Bump version to 122.0.5
  • f4a0d7b Bump version to 122.0.4
  • 91bf14b Bump version to 122.0.3
  • c91fa59 Add tests and report on github actions
  • Additional commits viewable in

Bumps the all group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@fontsource/noto-emoji](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/noto-emoji) | `5.0.17` | `5.0.18` |
| [@jspm/generator](https://github.com/jspm/generator) | `2.0.0` | `2.0.1` |
| [@types/wicg-file-system-access](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wicg-file-system-access) | `2023.10.4` | `2023.10.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` | `7.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `7.6.0` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `8.31.1` | `8.35.1` |
| [@wdio/jasmine-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-jasmine-framework) | `8.31.1` | `8.35.1` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `8.31.1` | `8.35.1` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `8.31.1` | `8.32.4` |
| [@web/dev-server](https://github.com/modernweb-dev/web/tree/HEAD/packages/dev-server) | `0.4.2` | `0.4.4` |
| [chromedriver](https://github.com/giggio/node-chromedriver) | `121.0.0` | `123.0.3` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `9.0.0` |
| [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter) | `0.20.8` | `0.22.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [web-tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.20.8` | `0.22.2` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `8.31.1` | `8.35.1` |


Updates `@fontsource/noto-emoji` from 5.0.17 to 5.0.18
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/noto-emoji/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/noto-emoji)

Updates `@jspm/generator` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/jspm/generator/releases)
- [Commits](jspm/generator@2.0.0...2.0.1)

Updates `@types/wicg-file-system-access` from 2023.10.4 to 2023.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wicg-file-system-access)

Updates `@typescript-eslint/eslint-plugin` from 6.21.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.21.0 to 7.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser)

Updates `@wdio/cli` from 8.31.1 to 8.35.1
- [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/v8.35.1/packages/wdio-cli)

Updates `@wdio/jasmine-framework` from 8.31.1 to 8.35.1
- [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/v8.35.1/packages/wdio-jasmine-framework)

Updates `@wdio/local-runner` from 8.31.1 to 8.35.1
- [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/v8.35.1/packages/wdio-local-runner)

Updates `@wdio/spec-reporter` from 8.31.1 to 8.32.4
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.32.4/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.32.4/packages/wdio-spec-reporter)

Updates `@web/dev-server` from 0.4.2 to 0.4.4
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/dev-server/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/[email protected]/packages/dev-server)

Updates `chromedriver` from 121.0.0 to 123.0.3
- [Commits](giggio/node-chromedriver@121.0.0...123.0.3)

Updates `eslint` from 8.56.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v9.0.0)

Updates `tree-sitter-cli` from 0.20.8 to 0.22.2
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md)
- [Commits](tree-sitter/tree-sitter@v0.20.8...v0.22.2)

Updates `typescript` from 5.3.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.5)

Updates `web-tree-sitter` from 0.20.8 to 0.22.2
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Changelog](https://github.com/tree-sitter/tree-sitter/blob/master/CHANGELOG.md)
- [Commits](tree-sitter/tree-sitter@v0.20.8...v0.22.2)

Updates `webdriverio` from 8.31.1 to 8.35.1
- [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/v8.35.1/packages/webdriverio)

---
updated-dependencies:
- dependency-name: "@fontsource/noto-emoji"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@jspm/generator"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/wicg-file-system-access"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@wdio/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@wdio/jasmine-framework"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@wdio/spec-reporter"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@web/dev-server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chromedriver
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: tree-sitter-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: web-tree-sitter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Superseded by #355.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-0ba70eb9e5 branch April 15, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants