Skip to content

Commit f72b619

Browse files
dependabot[bot]dstoc
authored andcommitted
build(deps): Bump the all group across 1 directory with 7 updates
Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.2.1` | `9.2.6` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.48.1` | `1.48.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.11.0` | `8.12.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.11.0` | `8.12.2` | | [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser) | `2.1.3` | `2.1.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.11.0` | `8.12.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.3` | `2.1.4` | Updates `webdriverio` from 9.2.1 to 9.2.6 - [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.6/packages/webdriverio) Updates `@playwright/test` from 1.48.1 to 1.48.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.48.1...v1.48.2) Updates `@typescript-eslint/eslint-plugin` from 8.11.0 to 8.12.2 - [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/v8.12.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.11.0 to 8.12.2 - [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/v8.12.2/packages/parser) Updates `@vitest/browser` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/browser) Updates `typescript-eslint` from 8.11.0 to 8.12.2 - [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.12.2/packages/typescript-eslint) Updates `vitest` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest) --- updated-dependencies: - dependency-name: webdriverio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@playwright/test" 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-minor dependency-group: all - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@vitest/browser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64d6670 commit f72b619

File tree

2 files changed

+322
-317
lines changed

2 files changed

+322
-317
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
"./*.ts": "./src/*.ts"
1717
},
1818
"devDependencies": {
19-
"@playwright/test": "^1.48.1",
19+
"@playwright/test": "^1.48.2",
2020
"@tree-sitter-grammars/tree-sitter-markdown": "^0.2.3",
2121
"@types/jasmine": "^5.1.4",
22-
"@typescript-eslint/eslint-plugin": "^8.11.0",
23-
"@typescript-eslint/parser": "^8.11.0",
24-
"@vitest/browser": "^2.1.3",
22+
"@typescript-eslint/eslint-plugin": "^8.12.2",
23+
"@typescript-eslint/parser": "^8.12.2",
24+
"@vitest/browser": "^2.1.4",
2525
"eslint": "^8.57.0",
2626
"eslint-config-prettier": "^9.1.0",
2727
"prettier": "3.3.3",
2828
"pretty-format": "^29.7.0",
2929
"tree-sitter-cli": "^0.23.0",
3030
"ts-lit-plugin": "^2.0.2",
3131
"ts-node": "^10.9.2",
32-
"typescript-eslint": "^8.11.0",
32+
"typescript-eslint": "^8.12.2",
3333
"vite": "^5.4.10",
34-
"vitest": "^2.1.3"
34+
"vitest": "^2.1.4"
3535
},
3636
"dependencies": {
3737
"@fontsource/noto-emoji": "^5.1.0",
@@ -45,6 +45,6 @@
4545
"lit": "^3.2.1",
4646
"typescript": "^5.6.3",
4747
"web-tree-sitter": "^0.24.3",
48-
"webdriverio": "^9.2.1"
48+
"webdriverio": "^9.2.6"
4949
}
5050
}

0 commit comments

Comments
 (0)