Skip to content

Commit 5a96d2e

Browse files
build(deps): bump the theoretically-non-breaking group with 7 updates (#5658)
* build(deps): bump the theoretically-non-breaking group with 7 updates Bumps the theoretically-non-breaking group with 7 updates: | Package | From | To | | --- | --- | --- | | [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.3.0` | `22.3.3` | | [@swc/core](https://github.com/swc-project/swc) | `1.15.5` | `1.15.7` | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.5.2` | `1.5.4` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.3.0` | `22.3.3` | | [rollup](https://github.com/rollup/rollup) | `4.53.3` | `4.54.0` | | [playwright](https://github.com/microsoft/playwright) | `1.56.1` | `1.57.0` | | [immer](https://github.com/immerjs/immer) | `11.0.1` | `11.1.0` | Updates `@nx/js` from 22.3.0 to 22.3.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.3.3/packages/js) Updates `@swc/core` from 1.15.5 to 1.15.7 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.15.5...v1.15.7) Updates `@vitest/eslint-plugin` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.5.2...v1.5.4) Updates `nx` from 22.3.0 to 22.3.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.3.3/packages/nx) Updates `rollup` from 4.53.3 to 4.54.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.53.3...v4.54.0) Updates `playwright` from 1.56.1 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.56.1...v1.57.0) Updates `immer` from 11.0.1 to 11.1.0 - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](immerjs/immer@v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 22.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: "@swc/core" dependency-version: 1.15.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: nx dependency-version: 22.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: rollup dependency-version: 4.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: playwright dependency-version: 1.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: immer dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <[email protected]> * fix: remove static exception * fix: static content optimization browser exceptions * fix: reset command --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Hefferman <[email protected]>
1 parent 931322f commit 5a96d2e

File tree

8 files changed

+314
-396
lines changed

8 files changed

+314
-396
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"@eslint/js": "9.39.2",
4040
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4141
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
42-
"@nx/js": "22.3.0",
42+
"@nx/js": "22.3.3",
4343
"@rollup/plugin-commonjs": "^29.0.0",
4444
"@rollup/plugin-inject": "^5.0.5",
4545
"@rollup/plugin-node-resolve": "^16.0.3",
4646
"@rollup/plugin-replace": "^6.0.3",
4747
"@rollup/plugin-typescript": "^12.3.0",
4848
"@swc-node/register": "~1.11.1",
49-
"@swc/core": "~1.15.5",
49+
"@swc/core": "~1.15.7",
5050
"@swc/helpers": "~0.5.17",
5151
"@types/babel__core": "^7.20.5",
5252
"@types/node": "^22.19.1",
5353
"@vitest/coverage-v8": "4.0.16",
54-
"@vitest/eslint-plugin": "1.5.2",
54+
"@vitest/eslint-plugin": "1.5.4",
5555
"@vitest/spy": "4.0.16",
5656
"@vitest/ui": "4.0.16",
5757
"bytes": "^3.1.2",
@@ -67,9 +67,9 @@
6767
"jsdom": "^27.3.0",
6868
"lint-staged": "^16.2.7",
6969
"magic-string": "^0.30.21",
70-
"nx": "22.3.0",
70+
"nx": "22.3.3",
7171
"prettier": "^3.7.2",
72-
"rollup": "^4.53.3",
72+
"rollup": "^4.54.0",
7373
"terser": "^5.44.1",
7474
"tslib": "^2.8.1",
7575
"typescript": "5.8.2",

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.3",
1717
"@rollup/plugin-typescript": "^12.3.0",
18-
"rollup": "^4.53.3",
18+
"rollup": "^4.54.0",
1919
"rollup-plugin-livereload": "^2.0.5",
2020
"rollup-plugin-serve": "^3.0.0"
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@web/test-runner-playwright": "^0.11.1",
2626
"@web/test-runner-saucelabs": "^0.13.0",
2727
"chai": "^6.2.0",
28-
"playwright": "^1.56.1"
28+
"playwright": "^1.57.0"
2929
},
3030
"volta": {
3131
"extends": "../../../package.json"

packages/@lwc/integration-wtr/test/template/escape-attr-name/index.spec.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { catchUnhandledRejectionsAndErrors } from '../../../helpers/utils.js';
1010
//
1111
// elm.innerHTML = '<div a`b`c></div>'
1212
//
13-
// Fails with: Uncaught InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': 'a`b`c' is not a valid attribute name.
13+
// Fails in some browsers with: Uncaught InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': 'a`b`c' is not a valid attribute name.
1414
//
1515
// elm.setAttribute(theName, 'a`b`c')
1616
//
@@ -51,7 +51,8 @@ scenarios.forEach(({ name, expectedValue, Ctor, tagName }) => {
5151
document.body.appendChild(elm);
5252

5353
await Promise.resolve();
54-
if (process.env.DISABLE_STATIC_CONTENT_OPTIMIZATION) {
54+
// Only fails in some browsers. If no errors were caught, assert against the attribute as normal.
55+
if (process.env.DISABLE_STATIC_CONTENT_OPTIMIZATION && caughtError) {
5556
expect(elm.shadowRoot.children.length).toBe(0); // does not render
5657
expect(caughtError).not.toBeUndefined();
5758
expect(caughtError.message).toMatch(

packages/@lwc/integration-wtr/test/template/escape-tag-name/index.spec.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { catchUnhandledRejectionsAndErrors } from '../../../helpers/utils.js';
99
//
1010
// elm.innerHTML = '<s\ection></s\ection>'
1111
//
12-
// Fails with: Uncaught InvalidCharacterError: Failed to execute 'createElement' on 'Document': The tag name provided ('s\ection') is not a valid name.
12+
// Fails in some browsers with: Uncaught InvalidCharacterError: Failed to execute 'createElement' on 'Document': The tag name provided ('s\ection') is not a valid name.
1313
//
1414
// document.createElement('s\\ection')
1515
//
@@ -34,7 +34,8 @@ it('should render tag names with proper escaping', async () => {
3434

3535
await Promise.resolve();
3636

37-
if (process.env.DISABLE_STATIC_CONTENT_OPTIMIZATION) {
37+
// Only fails in some browsers. If no errors were caught, assert against the attribute as normal.
38+
if (process.env.DISABLE_STATIC_CONTENT_OPTIMIZATION && caughtError) {
3839
expect(elm.shadowRoot.children.length).toBe(0); // does not render
3940
expect(caughtError).not.toBeUndefined();
4041
expect(caughtError.message).toMatch(

packages/@lwc/ssr-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"acorn": "8.15.0",
5656
"astring": "^1.9.0",
5757
"estree-toolkit": "^1.7.13",
58-
"immer": "^11.0.1",
58+
"immer": "^11.1.0",
5959
"meriyah": "^5.0.0"
6060
},
6161
"devDependencies": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rollup/plugin-typescript": "^12.3.0",
1515
"cross-env": "^10.1.0",
1616
"lwc": "8.26.2",
17-
"rollup": "^4.53.3",
17+
"rollup": "^4.54.0",
1818
"rollup-plugin-livereload": "^2.0.5",
1919
"rollup-plugin-serve": "^3.0.0",
2020
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)