ui5-typescript
ui5-typescript copied to clipboard
Tooling to enable TypeScript support in SAPUI5/OpenUI5 projects
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Reported in https://github.com/SAP/ui5-typescript/issues/337
In Core.getLibraryResourceBundle you now define ``` getLibraryResourceBundle = function(sLibraryName, sLocale, bAsync) ``` While looking at the code you actually should have three overrides ``` getLibraryResourceBundle = function(sLibraryName, sLocale, bAsync) getLibraryResourceBundle...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
```ts declare module "sap/ui/test/opaQunit" { export default function opaQunit( /** * name of the QUnit test. */ testName: string, /** * integer value only supported in QUnit v1.x: denotes how...
This structure is only explained in the documentation fulltext. The JSDoc used for the TypeScript definition just says "object". Used for e.g. the methods getNextUIState and getCurrentUIState. Tracked by internal...
This issue is regarding ```fire``` and similar methods, which are marked as ```protected``` in official documentation, however they are ```public``` in TS types. Let's take an example: ```sap.m.ComboBox``` event: ```change```...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...