Skip to content

Commit e43e3d1

Browse files
chore(deps): pin dependencies (main) (#7333)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | devDependencies | pin | [`^4.3.2` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.4.1/4.4.1) | | [@vitejs/plugin-react](https://redirect.github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme) ([source](https://redirect.github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)) | devDependencies | pin | [`^4.2.0` -> `4.4.1`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.4.1/4.4.1) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | pin | [`^6.0.0` -> `6.3.5`](https://renovatebot.com/diffs/npm/vite/6.3.5/6.3.5) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | pin | [`^6.0.11` -> `6.3.5`](https://renovatebot.com/diffs/npm/vite/6.3.5/6.3.5) | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | pin | [`^6.0.0` -> `6.3.4`](https://renovatebot.com/diffs/npm/vite/6.3.4/6.3.4) | | [vite-plugin-istanbul](https://redirect.github.com/ifaxity/vite-plugin-istanbul) | devDependencies | pin | [`^7.0.0` -> `7.0.0`](https://renovatebot.com/diffs/npm/vite-plugin-istanbul/7.0.0/7.0.0) | | [vite-tsconfig-paths](https://redirect.github.com/aleclarson/vite-tsconfig-paths) | devDependencies | pin | [`^5.0.0` -> `5.1.4`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/5.1.4/5.1.4) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a39fa58 commit e43e3d1

File tree

8 files changed

+68
-68
lines changed

8 files changed

+68
-68
lines changed

examples/react-router-ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"globals": "^16.0.0",
3737
"typescript": "^5.1.6",
3838
"typescript-eslint": "^8.15.0",
39-
"vite": "^6.0.0",
40-
"vite-tsconfig-paths": "^5.0.0"
39+
"vite": "6.3.4",
40+
"vite-tsconfig-paths": "5.1.4"
4141
},
4242
"engines": {
4343
"node": ">=18.0.0"

examples/vite-ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vite-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@types/react": "19.1.3",
2828
"@types/react-dom": "19.1.4",
2929
"@ui5/webcomponents-cypress-commands": "2.10.0",
30-
"@vitejs/plugin-react": "^4.3.2",
30+
"@vitejs/plugin-react": "4.4.1",
3131
"cypress": "^14.0.0",
3232
"eslint": "^9.12.0",
3333
"eslint-plugin-react-hooks": "5.2.0",
3434
"eslint-plugin-react-refresh": "^0.4.12",
3535
"globals": "^16.0.0",
3636
"typescript-eslint": "^8.8.0",
37-
"vite": "^6.0.11"
37+
"vite": "6.3.5"
3838
}
3939
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/react": "19.1.3",
7070
"@types/react-dom": "19.1.3",
7171
"@ui5/webcomponents-tools": "2.10.0",
72-
"@vitejs/plugin-react": "^4.2.0",
72+
"@vitejs/plugin-react": "4.4.1",
7373
"chromatic": "^11.0.0",
7474
"cssnano": "^7.0.0",
7575
"cypress": "14.3.3",
@@ -100,9 +100,9 @@
100100
"rimraf": "^6.0.0",
101101
"typescript": "5.7.3",
102102
"typescript-eslint": "^8.8.0",
103-
"vite": "^6.0.0",
104-
"vite-plugin-istanbul": "^7.0.0",
105-
"vite-tsconfig-paths": "^5.0.0"
103+
"vite": "6.3.5",
104+
"vite-plugin-istanbul": "7.0.0",
105+
"vite-tsconfig-paths": "5.1.4"
106106
},
107107
"lint-staged": {
108108
"*.{md,mdx,json}": [

templates/vite-ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/vite-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@types/react": "19.1.3",
2525
"@types/react-dom": "19.1.4",
26-
"@vitejs/plugin-react": "^4.3.2",
26+
"@vitejs/plugin-react": "4.4.1",
2727
"@ui5/webcomponents-cypress-commands": "2.10.0",
2828
"cypress": "^14.0.0",
2929
"eslint": "^9.12.0",
@@ -32,6 +32,6 @@
3232
"globals": "^16.0.0",
3333
"typescript": "^5.0.2",
3434
"typescript-eslint": "^8.8.0",
35-
"vite": "^6.0.0"
35+
"vite": "6.3.5"
3636
}
3737
}

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -6706,7 +6706,7 @@ __metadata:
67066706
languageName: node
67076707
linkType: hard
67086708

6709-
"@vitejs/plugin-react@npm:^4.2.0":
6709+
"@vitejs/plugin-react@npm:4.4.1":
67106710
version: 4.4.1
67116711
resolution: "@vitejs/plugin-react@npm:4.4.1"
67126712
dependencies:
@@ -24001,7 +24001,7 @@ __metadata:
2400124001
"@ui5/webcomponents-fiori": "npm:2.10.0"
2400224002
"@ui5/webcomponents-icons": "npm:2.10.0"
2400324003
"@ui5/webcomponents-tools": "npm:2.10.0"
24004-
"@vitejs/plugin-react": "npm:^4.2.0"
24004+
"@vitejs/plugin-react": "npm:4.4.1"
2400524005
chromatic: "npm:^11.0.0"
2400624006
cssnano: "npm:^7.0.0"
2400724007
cypress: "npm:14.3.3"
@@ -24037,9 +24037,9 @@ __metadata:
2403724037
tocbot: "npm:4.36.3"
2403824038
typescript: "npm:5.7.3"
2403924039
typescript-eslint: "npm:^8.8.0"
24040-
vite: "npm:^6.0.0"
24041-
vite-plugin-istanbul: "npm:^7.0.0"
24042-
vite-tsconfig-paths: "npm:^5.0.0"
24040+
vite: "npm:6.3.5"
24041+
vite-plugin-istanbul: "npm:7.0.0"
24042+
vite-tsconfig-paths: "npm:5.1.4"
2404324043
languageName: unknown
2404424044
linkType: soft
2404524045

@@ -24733,39 +24733,39 @@ __metadata:
2473324733
languageName: node
2473424734
linkType: hard
2473524735

24736-
"vite-plugin-istanbul@npm:^6.0.2":
24737-
version: 6.0.2
24738-
resolution: "vite-plugin-istanbul@npm:6.0.2"
24736+
"vite-plugin-istanbul@npm:7.0.0":
24737+
version: 7.0.0
24738+
resolution: "vite-plugin-istanbul@npm:7.0.0"
2473924739
dependencies:
2474024740
"@istanbuljs/load-nyc-config": "npm:^1.1.0"
24741-
espree: "npm:^10.0.1"
24742-
istanbul-lib-instrument: "npm:^6.0.2"
24743-
picocolors: "npm:^1.0.0"
24741+
espree: "npm:^10.3.0"
24742+
istanbul-lib-instrument: "npm:^6.0.3"
24743+
picocolors: "npm:^1.1.1"
2474424744
source-map: "npm:^0.7.4"
24745-
test-exclude: "npm:^6.0.0"
24745+
test-exclude: "npm:^7.0.1"
2474624746
peerDependencies:
2474724747
vite: ">=4 <=6"
24748-
checksum: 10c0/120d84cd44af99ec7cce298768d8504ad4481439322d3ec724d7e8313e87fc5b214cbeaf827ba94fa145bb2367067b6f1d65c7387e30cced43658df9f7fc5fe8
24748+
checksum: 10c0/fbf5212227996579643b127c2a8ddb18bed3e8f45a0c4785ed20439e8a9300dcdc0212ca583e2d7c41a7b892b46dea61f07847ea5825805b63ff61c7ee79e0ce
2474924749
languageName: node
2475024750
linkType: hard
2475124751

24752-
"vite-plugin-istanbul@npm:^7.0.0":
24753-
version: 7.0.0
24754-
resolution: "vite-plugin-istanbul@npm:7.0.0"
24752+
"vite-plugin-istanbul@npm:^6.0.2":
24753+
version: 6.0.2
24754+
resolution: "vite-plugin-istanbul@npm:6.0.2"
2475524755
dependencies:
2475624756
"@istanbuljs/load-nyc-config": "npm:^1.1.0"
24757-
espree: "npm:^10.3.0"
24758-
istanbul-lib-instrument: "npm:^6.0.3"
24759-
picocolors: "npm:^1.1.1"
24757+
espree: "npm:^10.0.1"
24758+
istanbul-lib-instrument: "npm:^6.0.2"
24759+
picocolors: "npm:^1.0.0"
2476024760
source-map: "npm:^0.7.4"
24761-
test-exclude: "npm:^7.0.1"
24761+
test-exclude: "npm:^6.0.0"
2476224762
peerDependencies:
2476324763
vite: ">=4 <=6"
24764-
checksum: 10c0/fbf5212227996579643b127c2a8ddb18bed3e8f45a0c4785ed20439e8a9300dcdc0212ca583e2d7c41a7b892b46dea61f07847ea5825805b63ff61c7ee79e0ce
24764+
checksum: 10c0/120d84cd44af99ec7cce298768d8504ad4481439322d3ec724d7e8313e87fc5b214cbeaf827ba94fa145bb2367067b6f1d65c7387e30cced43658df9f7fc5fe8
2476524765
languageName: node
2476624766
linkType: hard
2476724767

24768-
"vite-tsconfig-paths@npm:^5.0.0":
24768+
"vite-tsconfig-paths@npm:5.1.4":
2476924769
version: 5.1.4
2477024770
resolution: "vite-tsconfig-paths@npm:5.1.4"
2477124771
dependencies:
@@ -24781,29 +24781,37 @@ __metadata:
2478124781
languageName: node
2478224782
linkType: hard
2478324783

24784-
"vite@npm:^5.4.8":
24785-
version: 5.4.19
24786-
resolution: "vite@npm:5.4.19"
24784+
"vite@npm:6.3.5":
24785+
version: 6.3.5
24786+
resolution: "vite@npm:6.3.5"
2478724787
dependencies:
24788-
esbuild: "npm:^0.21.3"
24788+
esbuild: "npm:^0.25.0"
24789+
fdir: "npm:^6.4.4"
2478924790
fsevents: "npm:~2.3.3"
24790-
postcss: "npm:^8.4.43"
24791-
rollup: "npm:^4.20.0"
24791+
picomatch: "npm:^4.0.2"
24792+
postcss: "npm:^8.5.3"
24793+
rollup: "npm:^4.34.9"
24794+
tinyglobby: "npm:^0.2.13"
2479224795
peerDependencies:
24793-
"@types/node": ^18.0.0 || >=20.0.0
24796+
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
24797+
jiti: ">=1.21.0"
2479424798
less: "*"
2479524799
lightningcss: ^1.21.0
2479624800
sass: "*"
2479724801
sass-embedded: "*"
2479824802
stylus: "*"
2479924803
sugarss: "*"
24800-
terser: ^5.4.0
24804+
terser: ^5.16.0
24805+
tsx: ^4.8.1
24806+
yaml: ^2.4.2
2480124807
dependenciesMeta:
2480224808
fsevents:
2480324809
optional: true
2480424810
peerDependenciesMeta:
2480524811
"@types/node":
2480624812
optional: true
24813+
jiti:
24814+
optional: true
2480724815
less:
2480824816
optional: true
2480924817
lightningcss:
@@ -24818,43 +24826,39 @@ __metadata:
2481824826
optional: true
2481924827
terser:
2482024828
optional: true
24829+
tsx:
24830+
optional: true
24831+
yaml:
24832+
optional: true
2482124833
bin:
2482224834
vite: bin/vite.js
24823-
checksum: 10c0/c97601234dba482cea5290f2a2ea0fcd65e1fab3df06718ea48adc8ceb14bc3129508216c4989329c618f6a0470b42f439677a207aef62b0c76f445091c2d89e
24835+
checksum: 10c0/df70201659085133abffc6b88dcdb8a57ef35f742a01311fc56a4cfcda6a404202860729cc65a2c401a724f6e25f9ab40ce4339ed4946f550541531ced6fe41c
2482424836
languageName: node
2482524837
linkType: hard
2482624838

24827-
"vite@npm:^6.0.0":
24828-
version: 6.3.5
24829-
resolution: "vite@npm:6.3.5"
24839+
"vite@npm:^5.4.8":
24840+
version: 5.4.19
24841+
resolution: "vite@npm:5.4.19"
2483024842
dependencies:
24831-
esbuild: "npm:^0.25.0"
24832-
fdir: "npm:^6.4.4"
24843+
esbuild: "npm:^0.21.3"
2483324844
fsevents: "npm:~2.3.3"
24834-
picomatch: "npm:^4.0.2"
24835-
postcss: "npm:^8.5.3"
24836-
rollup: "npm:^4.34.9"
24837-
tinyglobby: "npm:^0.2.13"
24845+
postcss: "npm:^8.4.43"
24846+
rollup: "npm:^4.20.0"
2483824847
peerDependencies:
24839-
"@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0
24840-
jiti: ">=1.21.0"
24848+
"@types/node": ^18.0.0 || >=20.0.0
2484124849
less: "*"
2484224850
lightningcss: ^1.21.0
2484324851
sass: "*"
2484424852
sass-embedded: "*"
2484524853
stylus: "*"
2484624854
sugarss: "*"
24847-
terser: ^5.16.0
24848-
tsx: ^4.8.1
24849-
yaml: ^2.4.2
24855+
terser: ^5.4.0
2485024856
dependenciesMeta:
2485124857
fsevents:
2485224858
optional: true
2485324859
peerDependenciesMeta:
2485424860
"@types/node":
2485524861
optional: true
24856-
jiti:
24857-
optional: true
2485824862
less:
2485924863
optional: true
2486024864
lightningcss:
@@ -24869,13 +24873,9 @@ __metadata:
2486924873
optional: true
2487024874
terser:
2487124875
optional: true
24872-
tsx:
24873-
optional: true
24874-
yaml:
24875-
optional: true
2487624876
bin:
2487724877
vite: bin/vite.js
24878-
checksum: 10c0/df70201659085133abffc6b88dcdb8a57ef35f742a01311fc56a4cfcda6a404202860729cc65a2c401a724f6e25f9ab40ce4339ed4946f550541531ced6fe41c
24878+
checksum: 10c0/c97601234dba482cea5290f2a2ea0fcd65e1fab3df06718ea48adc8ceb14bc3129508216c4989329c618f6a0470b42f439677a207aef62b0c76f445091c2d89e
2487924879
languageName: node
2488024880
linkType: hard
2488124881

0 commit comments

Comments
 (0)