Skip to content

chore(dts-generator): update generated dtslint index.d.ts file #496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/dts-generator/src/checkDtslint/check-dtslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@
}

const MIN_TYPESCRIPT_VERSION_LINES = `/**
* Copyright (c) 2024 SAP SE or an SAP affiliate company and OpenUI5 contributors.
* Copyright (c) 2025 SAP SE or an SAP affiliate company and OpenUI5 contributors.
*/

/**
* For important notes, please read README.md!
*
* These *.d.ts files are generated. In case of issues, either the generator or the JSDoc in the original
* OpenUI5 repository must be fixed. While the latest version of the generator is not yet available at
* GitHub, you can contribute to OpenUI5: https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md
* OpenUI5 repository must be fixed. The generator is developed at https://github.com/SAP/ui5-typescript/tree/main/packages/dts-generator
* and you can contribute to OpenUI5, see: https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md

Check warning on line 144 in packages/dts-generator/src/checkDtslint/check-dtslint.ts

View check run for this annotation

In Solidarity / Inclusive Language

Match Found

Please consider an alternative to `master`. Possibilities include: `primary`, `main`, `leader`, `active`, `writer`
Raw output
/\b(?!masterdata|masterdata\w+\b)master/gi
*/

/// <reference types="jquery" />
Expand Down