Skip to content

Commit 022135d

Browse files
dependabot[bot]wjhsfjhefferman-sfdc
authored
build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 8 updates (#5499)
* build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 8 updates Bumps the theoretically-non-breaking group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `21.4.1` | `21.5.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.1` | `22.18.4` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.3.9` | `1.3.12` | | [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.4.1` | `21.5.2` | | [rollup](https://github.com/rollup/rollup) | `4.50.1` | `4.50.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.42.0` | `8.44.0` | | [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.9.1` | `9.19.2` | Updates `@nx/js` from 21.4.1 to 21.5.2 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.5.2/packages/js) Updates `@types/node` from 22.18.1 to 22.18.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitest/eslint-plugin` from 1.3.9 to 1.3.12 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.3.9...v1.3.12) Updates `globals` from 16.3.0 to 16.4.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.3.0...v16.4.0) Updates `nx` from 21.4.1 to 21.5.2 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.5.2/packages/nx) Updates `rollup` from 4.50.1 to 4.50.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.50.1...v4.50.2) Updates `typescript-eslint` from 8.42.0 to 8.44.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.44.0/packages/typescript-eslint) Updates `webdriverio` from 9.9.1 to 9.19.2 - [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.19.2/packages/webdriverio) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 21.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: "@types/node" dependency-version: 22.18.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.3.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: nx dependency-version: 21.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: rollup dependency-version: 4.50.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: typescript-eslint dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: webdriverio dependency-version: 9.19.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <support@github.com> * fix: integration test timeout * chore: revert test * fix: wdio updates * fix: correct repo * fix: increased timeout * fix: use of visibleText in wdio test --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com> Co-authored-by: John Hefferman <jhefferman@salesforce.com>
1 parent a7f37b6 commit 022135d

File tree

6 files changed

+446
-376
lines changed

6 files changed

+446
-376
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@eslint/js": "9.35.0",
4242
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4343
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
44-
"@nx/js": "21.4.1",
44+
"@nx/js": "21.5.2",
4545
"@rollup/plugin-commonjs": "^28.0.6",
4646
"@rollup/plugin-inject": "^5.0.5",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -51,9 +51,9 @@
5151
"@swc/core": "~1.13.5",
5252
"@swc/helpers": "~0.5.17",
5353
"@types/babel__core": "^7.20.5",
54-
"@types/node": "^22.18.1",
54+
"@types/node": "^22.18.4",
5555
"@vitest/coverage-v8": "^3.2.4",
56-
"@vitest/eslint-plugin": "^1.3.9",
56+
"@vitest/eslint-plugin": "^1.3.12",
5757
"@vitest/ui": "^3.2.4",
5858
"bytes": "^3.1.2",
5959
"es-module-lexer": "^1.7.0",
@@ -62,19 +62,19 @@
6262
"eslint-plugin-header": "^3.1.1",
6363
"eslint-plugin-import": "^2.32.0",
6464
"glob": "^11.0.3",
65-
"globals": "^16.3.0",
65+
"globals": "^16.4.0",
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^5.0.6",
6868
"jsdom": "^26.1.0",
6969
"lint-staged": "^16.1.6",
7070
"magic-string": "^0.30.19",
71-
"nx": "21.4.1",
71+
"nx": "21.5.2",
7272
"prettier": "^3.6.2",
73-
"rollup": "^4.50.1",
73+
"rollup": "^4.50.2",
7474
"terser": "^5.44.0",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.42.0",
77+
"typescript-eslint": "8.44.0",
7878
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {

packages/@lwc/integration-tests/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
},
2020
"devDependencies": {
2121
"@lwc/rollup-plugin": "8.22.3",
22-
"@wdio/cli": "^9.17.1",
23-
"@wdio/local-runner": "^9.17.0",
24-
"@wdio/mocha-framework": "^9.17.0",
25-
"@wdio/sauce-service": "^9.17.0",
26-
"@wdio/spec-reporter": "^9.17.0",
27-
"@wdio/static-server-service": "^9.16.2",
22+
"@wdio/cli": "^9.19.2",
23+
"@wdio/local-runner": "^9.19.2",
24+
"@wdio/mocha-framework": "^9.19.2",
25+
"@wdio/sauce-service": "^9.19.2",
26+
"@wdio/spec-reporter": "^9.19.2",
27+
"@wdio/static-server-service": "^9.19.2",
2828
"deepmerge": "^4.3.1",
2929
"dotenv": "^17.2.2",
3030
"lwc": "8.22.3",
3131
"minimist": "^1.2.8",
32-
"webdriverio": "^9.0.7"
32+
"webdriverio": "^9.19.2"
3333
},
3434
"volta": {
3535
"extends": "../../../package.json"

packages/@lwc/integration-tests/src/components/events/test-slotted-event-target/slotted-event-target.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ describe('Event target in slot elements', () => {
1515

1616
it('should receive event with correct target', async () => {
1717
const select = await browser.shadowDeep$('integration-slotted-event-target', 'select');
18-
await select.selectByVisibleText('Second');
18+
await select.selectByIndex(1); // Second option (0-indexed)
1919

2020
const element = await browser.shadowDeep$(
2121
'integration-slotted-event-target',
2222
'.target-is-select'
2323
);
24+
2425
assert.strictEqual(await element.getText(), 'Event Target is select element');
2526
});
2627
});

packages/@lwc/integration-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@rollup/plugin-replace": "^6.0.2",
1717
"@rollup/plugin-typescript": "^12.1.4",
18-
"rollup": "^4.50.1",
18+
"rollup": "^4.50.2",
1919
"rollup-plugin-livereload": "^2.0.5",
2020
"rollup-plugin-serve": "^3.0.0"
2121
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rollup/plugin-replace": "^6.0.2",
1414
"@rollup/plugin-typescript": "^12.1.4",
1515
"lwc": "8.22.3",
16-
"rollup": "^4.50.1",
16+
"rollup": "^4.50.2",
1717
"rollup-plugin-livereload": "^2.0.5",
1818
"rollup-plugin-serve": "^3.0.0",
1919
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)