X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativeScript/android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a4931b1
Choose a base ref
...
head repository: NativeScript/android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1f983fe
Choose a head ref
  • 11 commits
  • 17 files changed
  • 5 contributors

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    c05e283 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github/codeql-action from 3.30.0 to 4.31.6 (#1888)

    [skip ci]
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.0 to 4.31.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@2d92b76...fe4161a)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.6
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    59be716 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#1889)

    [skip ci]
    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...1af3b93)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    4f5cbde View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.2 (

    #1890)
    
    [skip ci]
    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.8.0 to 4.8.2.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@56339e5...3c4e3dc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-version: 4.8.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    7bc6d52 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump ReactiveCircus/android-emulator-runner (#1891)

    [skip ci]
    Bumps [ReactiveCircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) from 2.34.0 to 2.35.0.
    - [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases)
    - [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md)
    - [Commits](ReactiveCircus/android-emulator-runner@1dcd009...b530d96)
    
    ---
    updated-dependencies:
    - dependency-name: ReactiveCircus/android-emulator-runner
      dependency-version: 2.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    80f7285 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 (#…

    …1892)
    
    [skip ci]
    Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.13.1 to 2.13.2.
    - [Release notes](https://github.com/step-security/harden-runner/releases)
    - [Commits](step-security/harden-runner@f4a75cf...95d9a5d)
    
    ---
    updated-dependencies:
    - dependency-name: step-security/harden-runner
      dependency-version: 2.13.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    688a97b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ecd707 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Configuration menu
    Copy the full SHA
    288491f View commit details
    Browse the repository at this point in the history
  2. fix: URLSearchParams.forEach() crash and spec compliance (#1895)

    - Added error handling for callback->Call() return value
    - Changed argument order from (key, value) to (value, key, searchParams)
    - Use get_entries() iterator to correctly handle duplicate keys
    - Added support for optional thisArg parameter
    - Added unit tests for forEach
    adrian-niculescu authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    3e61cef View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. Configuration menu
    Copy the full SHA
    5c6de7f View commit details
    Browse the repository at this point in the history
  2. release: 9.0.1

    NathanWalker committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    1f983fe View commit details
    Browse the repository at this point in the history
Loading
X Tutup