ios
ios copied to clipboard
NativeScript for iOS using V8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
There is the case of metadata-generator creating enums with wrong values if the original value is unsigned. This became apparent with `UIRectCornerAllCorners` case where value is an unsigned long in...
Improve the stability and correctness of Hot Module Replacement (HMR) and HTTP module loading. ### HMR key normalization and stability * Introduced a new canonicalization routine for HMR keys in...
A common JS pattern for small delays hangs indefinitely on iOS when the Promise is created on a background thread: ```javascript async function doSomething() { // wait 25ms for some...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.1 to 2.13.2. Release notes Sourced from step-security/harden-runner's releases. v2.13.2 What's Changed Fixed an issue where there was a limit of 512 allowed endpoints when using block...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.9.1 to 6.1.0. Release notes Sourced from actions/setup-python's releases. v6.1.0 What's Changed Enhancements: Add support for pip-install input by @gowridurgad in actions/setup-python#1201 Add graalpy early-access and windows...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.5 to 4.31.5. Release notes Sourced from github/codeql-action's releases. v4.31.5 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...