Commit 5a96d2e
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- packages/@lwc
- integration-types
- integration-wtr
- test/template
- escape-attr-name
- escape-tag-name
- ssr-compiler
- playground
8 files changed
+314
-396
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments