Skip to content

Commit 70f09ce

Browse files
renovate[bot]9aoy
andauthored
chore(deps): update all non-major dependencies (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gaoyuan.1226 <[email protected]>
1 parent d553732 commit 70f09ce

File tree

15 files changed

+556
-676
lines changed

15 files changed

+556
-676
lines changed

e2e/dom/fixtures/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"devDependencies": {
1515
"@rsbuild/core": "1.5.0",
16-
"@rsbuild/plugin-react": "^1.3.5",
16+
"@rsbuild/plugin-react": "^1.4.0",
1717
"@testing-library/jest-dom": "^6.8.0",
1818
"@testing-library/dom": "^10.4.1",
1919
"@testing-library/react": "^16.3.0",
20-
"@types/react": "^19.1.11",
21-
"@types/react-dom": "^19.1.8",
20+
"@types/react": "^19.1.13",
21+
"@types/react-dom": "^19.1.9",
2222
"happy-dom": "^18.0.1",
2323
"jsdom": "^26.1.0",
2424
"typescript": "^5.9.2"

e2e/externals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"devDependencies": {
66
"@rstest/core": "workspace:*",
77
"picocolors": "^1.1.1",
8-
"strip-ansi": "^7.1.0"
8+
"strip-ansi": "^7.1.2"
99
}
1010
}

e2e/mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"devDependencies": {
66
"@rstest/core": "workspace:*",
77
"picocolors": "^1.1.1",
8-
"strip-ansi": "^7.1.0"
8+
"strip-ansi": "^7.1.2"
99
}
1010
}

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
},
99
"devDependencies": {
1010
"@rsbuild/core": "1.5.0",
11-
"@rslib/core": "0.12.2",
11+
"@rslib/core": "0.13.3",
1212
"@rstest/core": "workspace:*",
1313
"@rstest/tsconfig": "workspace:*",
1414
"@types/jest-image-snapshot": "^6.4.0",
15-
"axios": "^1.11.0",
15+
"axios": "^1.12.2",
1616
"jest-image-snapshot": "^6.5.1",
17-
"memfs": "^4.38.2",
17+
"memfs": "^4.42.0",
1818
"pathe": "^2.0.3",
1919
"react": "^19.1.1",
2020
"redux": "^5.0.1",
21-
"strip-ansi": "^7.1.0",
21+
"strip-ansi": "^7.1.2",
2222
"tinyexec": "^1.0.1",
2323
"typescript": "^5.9.2"
2424
}

e2e/projects/fixtures/packages/client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
},
1414
"devDependencies": {
1515
"@rsbuild/core": "1.5.0",
16-
"@rsbuild/plugin-react": "^1.3.5",
16+
"@rsbuild/plugin-react": "^1.4.0",
1717
"@testing-library/jest-dom": "^6.8.0",
1818
"@testing-library/dom": "^10.4.1",
1919
"@testing-library/react": "^16.3.0",
20-
"@types/react": "^19.1.11",
21-
"@types/react-dom": "^19.1.8",
20+
"@types/react": "^19.1.13",
21+
"@types/react-dom": "^19.1.9",
2222
"jsdom": "^26.1.0",
2323
"typescript": "^5.9.2"
2424
}

e2e/ssr/fixtures/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"react-dom": "^19.1.1"
88
},
99
"devDependencies": {
10-
"@rsbuild/plugin-react": "^1.3.5",
11-
"@types/react": "^19.1.11",
12-
"@types/react-dom": "^19.1.8",
10+
"@rsbuild/plugin-react": "^1.4.0",
11+
"@types/react": "^19.1.13",
12+
"@types/react-dom": "^19.1.9",
1313
"typescript": "^5.9.2"
1414
}
1515
}

e2e/vue/fixtures/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "rsbuild preview"
99
},
1010
"dependencies": {
11-
"vue": "^3.5.20"
11+
"vue": "^3.5.21"
1212
},
1313
"devDependencies": {
1414
"@rstest/core": "workspace:*",
@@ -17,7 +17,7 @@
1717
"@rsbuild/plugin-vue": "^1.1.2",
1818
"@rsbuild/plugin-vue-jsx": "^1.1.1",
1919
"@vue/test-utils": "^2.4.6",
20-
"@vue/compiler-dom": "^3.5.20",
21-
"@vue/server-renderer": "^3.5.20"
20+
"@vue/compiler-dom": "^3.5.21",
21+
"@vue/server-renderer": "^3.5.21"
2222
}
2323
}

examples/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"devDependencies": {
1616
"@rsbuild/core": "1.5.0",
17-
"@rsbuild/plugin-react": "^1.3.5",
17+
"@rsbuild/plugin-react": "^1.4.0",
1818
"@testing-library/dom": "^10.4.1",
1919
"@testing-library/jest-dom": "^6.8.0",
2020
"@testing-library/react": "^16.3.0",
21-
"@types/react": "^19.1.11",
22-
"@types/react-dom": "^19.1.8",
21+
"@types/react": "^19.1.13",
22+
"@types/react-dom": "^19.1.9",
2323
"jsdom": "^26.1.0",
2424
"typescript": "^5.9.2"
2525
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
"pnpm-lock.yaml": "pnpm dedupe --check"
3131
},
3232
"devDependencies": {
33-
"@biomejs/biome": "^2.2.2",
34-
"@changesets/cli": "^2.29.6",
33+
"@biomejs/biome": "^2.2.4",
34+
"@changesets/cli": "^2.29.7",
3535
"@rstest/coverage-istanbul": "workspace:*",
3636
"@rsdoctor/rspack-plugin": "^1.2.3",
37-
"@rslint/core": "^0.1.12",
37+
"@rslint/core": "^0.1.13",
3838
"@rstest/core": "workspace:*",
3939
"@types/fs-extra": "^11.0.4",
4040
"@types/node": "^22.16.5",
4141
"check-dependency-version-consistency": "^5.0.1",
4242
"cross-env": "^10.0.0",
4343
"cspell-ban-words": "^0.0.4",
44-
"fs-extra": "^11.3.1",
45-
"heading-case": "^1.0.1",
44+
"fs-extra": "^11.3.2",
45+
"heading-case": "^1.0.2",
4646
"nano-staged": "^0.8.0",
47-
"nx": "^21.4.1",
47+
"nx": "^21.5.2",
4848
"path-serializer": "0.5.1",
4949
"prettier": "^3.6.2",
5050
"prettier-plugin-packagejson": "^2.5.19",

packages/core/LICENSE.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -656,18 +656,6 @@ Licensed under MIT license in the repository at [email protected]:colorjs/color-nam
656656
>
657657
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
658658
659-
### fdir
660-
661-
Licensed under MIT license in the repository at git+https://github.com/thecodrr/fdir.git.
662-
663-
> Copyright 2023 Abdullah Atta
664-
>
665-
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
666-
>
667-
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
668-
>
669-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
670-
671659
### has-flag
672660

673661
Licensed under MIT license.
@@ -737,7 +725,7 @@ Licensed under MIT license.
737725
738726
### magic-string
739727

740-
Licensed under MIT license.
728+
Licensed under MIT license in the repository at https://github.com/rich-harris/magic-string.git.
741729

742730
> Copyright 2018 Rich Harris
743731
>

0 commit comments

Comments
 (0)