Skip to content
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

GH-39722: [JS] Clean up packaging #39723

Merged
merged 14 commits into from
Apr 18, 2024
Merged

GH-39722: [JS] Clean up packaging #39723

merged 14 commits into from
Apr 18, 2024

Commits on Apr 16, 2024

  1. Add side effects

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    674a662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9253ac8 View commit details
    Browse the repository at this point in the history
  3. Correct apache-arrow package building

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8b320bf View commit details
    Browse the repository at this point in the history
  4. Don't set side effects yet

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ccd79ac View commit details
    Browse the repository at this point in the history
  5. Revert

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6a74900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4abdf9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a44e065 View commit details
    Browse the repository at this point in the history
  8. MINOR: [Go] Bump golang.org/x/sync from 0.6.0 to 0.7.0 in /go (apache…

    …#41079)
    
    [//]: # (dependabot-start)
    ⚠️  **Dependabot is rebasing this PR** ⚠️ 
    
    Rebasing might not happen immediately, so don't worry if this takes some time.
    
    Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
    
    ---
    
    [//]: # (dependabot-end)
    
    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golang/sync/commit/14be23e5b48bec28285f8a694875175ecacfddb3"><code>14be23e</code></a> semaphore: cancel acquisition with a done context</li>
    <li>See full diff in <a href="https://github.com/golang/sync/compare/v0.6.0...v0.7.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sync&package-manager=go_modules&previous-version=0.6.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@ dependabot rebase` will rebase this PR
    - `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@ dependabot merge` will merge this PR after your CI passes on it
    - `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@ dependabot reopen` will reopen this PR if it is closed
    - `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    </details>
    
    Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Matt Topol <zotthewizard@gmail.com>
    dependabot[bot] authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    eb72504 View commit details
    Browse the repository at this point in the history
  9. Add side effects

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    084b2b9 View commit details
    Browse the repository at this point in the history
  10. Correct apache-arrow package building

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c56862a View commit details
    Browse the repository at this point in the history
  11. Don't set side effects yet

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    99837a8 View commit details
    Browse the repository at this point in the history
  12. Revert

    domoritz authored and trxcllnt committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    eca90f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97e9c35 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3f4d2d9 View commit details
    Browse the repository at this point in the history