Skip to content

Commit c2a4406

Browse files
chore(deps): update all non-major dependencies (minor) (#7986)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.6.2` -> `3.7.3`](https://renovatebot.com/diffs/npm/prettier/3.6.2/3.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.6.2/3.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.47.0` -> `8.48.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.47.0/8.48.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.47.0/8.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.7.3`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#373) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.2...3.7.3) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.2...3.7.3) ##### API: Fix `prettier.getFileInfo()` change that breaks VSCode extension ([#&#8203;18375](https://redirect.github.com/prettier/prettier/pull/18375) by [@&#8203;fisker](https://redirect.github.com/fisker)) An internal refactor accidentally broke the VSCode extension plugin loading. ### [`v3.7.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#372) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.1...3.7.2) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.1...3.7.2) ##### JavaScript: Fix string print when switching quotes ([#&#8203;18351](https://redirect.github.com/prettier/prettier/pull/18351) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```jsx // Input console.log("A descriptor\\'s .kind must be \"method\" or \"field\".") // Prettier 3.7.1 console.log('A descriptor\\'s .kind must be "method" or "field".'); // Prettier 3.7.2 console.log('A descriptor\\\'s .kind must be "method" or "field".'); ``` ##### JavaScript: Preserve quote for embedded HTML attribute values ([#&#8203;18352](https://redirect.github.com/prettier/prettier/pull/18352) by [@&#8203;kovsu](https://redirect.github.com/kovsu)) <!-- prettier-ignore --> ```tsx // Input const html = /* HTML */ ` <div class="${styles.banner}"></div> `; // Prettier 3.7.1 const html = /* HTML */ ` <div class=${styles.banner}></div> `; // Prettier 3.7.2 const html = /* HTML */ ` <div class="${styles.banner}"></div> `; ``` ##### TypeScript: Fix comment in empty type literal ([#&#8203;18364](https://redirect.github.com/prettier/prettier/pull/18364) by [@&#8203;fisker](https://redirect.github.com/fisker)) <!-- prettier-ignore --> ```tsx // Input export type XXX = { // tbd }; // Prettier 3.7.1 export type XXX = { // tbd }; // Prettier 3.7.2 export type XXX = { // tbd }; ``` ### [`v3.7.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#371) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.7.0...3.7.1) [diff](https://redirect.github.com/prettier/prettier/compare/3.7.0...3.7.1) ##### API: Fix performance regression in doc printer ([#&#8203;18342](https://redirect.github.com/prettier/prettier/pull/18342) by [@&#8203;fisker](https://redirect.github.com/fisker)) Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed. ### [`v3.7.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#370) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.6.2...3.7.0) [diff](https://redirect.github.com/prettier/prettier/compare/3.6.2...3.7.0) 🔗 [Release Notes](https://prettier.io/blog/2025/11/27/3.7.0) </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.48.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8480-2025-11-24) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.47.0...v8.48.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcus Notheis <marcus.notheis@sap.com>
1 parent be25361 commit c2a4406

File tree

137 files changed

+299
-294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+299
-294
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,18 @@ jobs:
6262
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version ${{ github.event.inputs.release_type }} \
6363
${{ (github.event.inputs.prerelease == 'true' && '--conventional-prerelease') || '--conventional-graduate' }} \
6464
--no-push \
65-
--no-git-tag-version
65+
--no-git-tag-version
6666
6767
- name: version - Snapshot
6868
if: ${{ github.event.inputs.snapshot == 'true' }}
6969
run: |
7070
git_hash=$(git rev-parse --short "${{ github.sha }}")
71-
71+
7272
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version "0.0.0-${git_hash}" \
7373
--exact \
7474
--no-push \
7575
--no-git-tag-version \
7676
--allow-branch ${{ github.ref_name }}
77-
78-
7977
8078
build-and-release:
8179
needs: ['test', 'release-dryrun', 'check-charts-compat-peer-deps']
@@ -122,7 +120,7 @@ jobs:
122120
if: ${{ github.event.inputs.snapshot == 'true' }}
123121
run: |
124122
git_hash=$(git rev-parse --short "${{ github.sha }}")
125-
123+
126124
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version "0.0.0-${git_hash}" \
127125
--exact \
128126
--no-push \

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
"postcss-import": "16.1.1",
9595
"postcss-modules": "6.0.1",
9696
"postcss-nesting": "13.0.2",
97-
"prettier": "3.6.2",
97+
"prettier": "3.7.3",
9898
"rimraf": "6.1.2",
9999
"typescript": "5.7.3",
100-
"typescript-eslint": "8.47.0",
100+
"typescript-eslint": "8.48.1",
101101
"vite": "7.2.6",
102102
"vite-plugin-istanbul": "7.2.1",
103103
"vite-tsconfig-paths": "5.1.4"

packages/ai/src/components/Button/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ interface ButtonAttributes {
6868
interface ButtonDomRef extends Required<ButtonAttributes>, Ui5DomRef {}
6969

7070
interface ButtonPropTypes
71-
extends ButtonAttributes,
72-
Omit<CommonProps, keyof ButtonAttributes | 'children' | 'onArrowButtonClick' | 'onClick'> {
71+
extends ButtonAttributes, Omit<CommonProps, keyof ButtonAttributes | 'children' | 'onArrowButtonClick' | 'onClick'> {
7372
/**
7473
* Defines the available states of the component.
7574
* **Note:** Although this slot accepts HTML Elements, it is strongly recommended that

packages/ai/src/components/Input/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ interface InputAttributes {
168168
interface InputDomRef extends Required<InputAttributes>, Ui5DomRef {}
169169

170170
interface InputPropTypes
171-
extends InputAttributes,
171+
extends
172+
InputAttributes,
172173
Omit<
173174
CommonProps,
174175
| keyof InputAttributes

packages/ai/src/components/PromptInput/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ interface PromptInputAttributes {
100100
interface PromptInputDomRef extends Required<PromptInputAttributes>, Ui5DomRef {}
101101

102102
interface PromptInputPropTypes
103-
extends PromptInputAttributes,
103+
extends
104+
PromptInputAttributes,
104105
Omit<
105106
CommonProps,
106107
keyof PromptInputAttributes | 'children' | 'valueStateMessage' | 'onChange' | 'onInput' | 'onSubmit'

packages/ai/src/components/TextArea/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ interface TextAreaAttributes {
160160
interface TextAreaDomRef extends Required<TextAreaAttributes>, Ui5DomRef {}
161161

162162
interface TextAreaPropTypes
163-
extends TextAreaAttributes,
163+
extends
164+
TextAreaAttributes,
164165
Omit<
165166
CommonProps,
166167
| keyof TextAreaAttributes
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* ⚠️ __INTERNAL__ use only! This interface is not part of the public API.
33
*/
4-
export interface Ui5CustomEvent<EventTarget = HTMLElement, Detail = never>
5-
extends Omit<CustomEvent<Detail>, 'target' | 'currentTarget'> {
4+
export interface Ui5CustomEvent<EventTarget = HTMLElement, Detail = never> extends Omit<
5+
CustomEvent<Detail>,
6+
'target' | 'currentTarget'
7+
> {
68
target: EventTarget;
79
currentTarget: EventTarget | null;
810
}

packages/charts/src/components/ColumnChartWithTrend/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ interface DimensionConfig extends IChartDimension {
5151
interval?: YAxisProps['interval'];
5252
}
5353

54-
export interface ColumnChartWithTrendProps
55-
extends Omit<IChartBaseProps<Omit<ICartesianChartConfig, 'secondYAxis' | 'secondYAxisConfig'>>, 'syncId'> {
54+
export interface ColumnChartWithTrendProps extends Omit<
55+
IChartBaseProps<Omit<ICartesianChartConfig, 'secondYAxis' | 'secondYAxisConfig'>>,
56+
'syncId'
57+
> {
5658
/**
5759
* An array of config objects. Each object will define one dimension of the chart.
5860
*

packages/charts/src/components/RadialChart/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ interface RadialChartConfig {
1919
[rest: string]: any;
2020
}
2121
export interface RadialChartProps
22-
extends Omit<CommonProps, 'onClick' | 'children' | 'onLegendClick'>,
22+
extends
23+
Omit<CommonProps, 'onClick' | 'children' | 'onLegendClick'>,
2324
Pick<IChartBaseProps, 'loading' | 'loadingDelay'> {
2425
/**
2526
* The actual value which defines how much the ring is filled.

packages/compat/src/components/Table/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ interface TableAttributes {
140140
interface TableDomRef extends Required<TableAttributes>, Ui5DomRef {}
141141

142142
interface TablePropTypes
143-
extends TableAttributes,
143+
extends
144+
TableAttributes,
144145
Omit<
145146
CommonProps,
146147
| keyof TableAttributes

0 commit comments

Comments
 (0)