Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps @globus/sdk from 5.8.0 to 6.2.0.

Release notes

Sourced from @​globus/sdk's releases.

v6.2.0

6.2.0 (2025-11-18)

Features

  • Search, Typescript: add type generic to search.query.post (#647) (94133f2)
  • Streams: add methods and types for Streams (#682) (ee563ca)

Bug Fixes

  • Transfer, Typescript: transfer.endpointSearch return type (#664) (f001164)
  • Update Compute host for OpenAPI spec and documentation (#659) (d7f614f)

v6.1.0

6.1.0 (2025-09-11)

Features

  • Groups: Adds groups.create, groups.update, groups.remove, groups.getStatuses, and policies.update service methods. (#632) (9cac72e)
  • Search, Typescript: Adds optional generics to search query types (#634) (1cb61df)

v6.0.1

6.0.1 (2025-09-05)

Miscellaneous Chores

  • disable Slack notification on release (#630) (73078cf)

v6.0.0

For many users, this upgrade will not require any changes to your application code. The v6 release of @globus/sdk was considered a breaking change based on the following:

  • Deprecation of support for Node.js 18. This version of Node.js has reached its end-of-life. The @globus/sdk has been updated to support Node.js 20 and later.
  • "Timer" service renamed to "Timers". The @globus/sdk/services/timer service has been renamed to @globus/sdk/services/timers to better reflect the rest of the Globus ecosystem.
  • Typescript
    • Removal of the @globus/types package. The @globus/types package has been removed from the SDK, and all types are now included in the main @globus/sdk package. This change was made to simplify the installation process and reduce confusion about which package to use for type definitions as the source of truth.
    • More complete, and accurate, service types. With service types colocated in the SDK, we've been able to utilize types generated directly from the OpenAPI specifications published by the various services.

See our UPGRADING guide for more details.


See our CHANGELOG for a full list of changes.

Changelog

Sourced from @​globus/sdk's changelog.

6.2.0 (2025-11-18)

Features

  • Search, Typescript: add type generic to search.query.post (#647) (94133f2)
  • Streams: add methods and types for Streams (#682) (ee563ca)

Bug Fixes

  • Transfer, Typescript: transfer.endpointSearch return type (#664) (f001164)
  • Update Compute host for OpenAPI spec and documentation (#659) (d7f614f)

6.1.0 (2025-09-11)

Features

  • Groups: Adds groups.create, groups.update, groups.remove, groups.getStatuses, and policies.update service methods. (#632) (9cac72e)
  • Search, Typescript: Adds optional generics to search query types (#634) (1cb61df)

6.0.1 (2025-09-05)

Miscellaneous Chores

  • disable Slack notification on release (#630) (73078cf)

6.0.0 (2025-09-02)

⚠ BREAKING CHANGES

  • Timers: Timer renamed to Timers, Moves timer.create export to timers.timer.create to better reflect API. (#533)
  • Drops support for Node.js 18 (#520)

Features

  • Allows passing manager as ServiceMethodOptions (#597) (d99703d)
  • Authorization: adds experimental PopupTransport for AuthorizationManager (#461) (94d87fb)
  • Compute: Adds endpoint.update and remove methods (#524) (6ee61ff)
  • Drops support for Node.js 18 (#520) (ae67d68)
  • Flows: add runs.get method for retrieving specific run details (#534) (64a28a2)
  • Flows: Adds OpenAPI type generation and export for Flows service (#548) (6bdd0c4)
  • Flows: use OpenAPI specs for Run method types (#556) (4dac4d3)
  • Timer: add Timer Jobs methods (#531) (392035b)
  • Transfer: Adds support for roles operations. (#537) (1fc00e0)
  • Typescript: Use internal, OpenAPI-generated, types for Compute, GCS, Groups, and Timer. (#447) (7c98b08)

... (truncated)

Commits
  • 62f57ae chore(main): release 6.2.0 (#649)
  • ee563ca feat(Streams): add methods and types for Streams (#682)
  • 7c53804 deps: bump @​types/node from 22.19.0 to 22.19.1 (#683)
  • 658e820 deps: bump @​tsconfig/recommended from 1.0.12 to 1.0.13 (#684)
  • 833d4fc chore(deps): bump js-yaml (#686)
  • ce6b745 deps: bump esbuild from 0.25.12 to 0.27.0 (#679)
  • c519433 deps: bump @​tsconfig/recommended from 1.0.11 to 1.0.12 (#681)
  • 7fcfbbb deps: bump @​types/node from 22.18.13 to 22.19.0 (#676)
  • 98cd580 deps: bump esbuild from 0.25.11 to 0.25.12 (#677)
  • 10abddf deps: bump @​tsconfig/recommended from 1.0.10 to 1.0.11 (#675)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [@globus/sdk](https://github.com/globus/globus-sdk-javascript) from 5.8.0 to 6.2.0.
- [Release notes](https://github.com/globus/globus-sdk-javascript/releases)
- [Changelog](https://github.com/globus/globus-sdk-javascript/blob/main/CHANGELOG.md)
- [Commits](globus/globus-sdk-javascript@v5.8.0...v6.2.0)

---
updated-dependencies:
- dependency-name: "@globus/sdk"
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 8, 2025
@jbottigliero
Copy link
Member

See #132

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/globus/sdk-6.2.0 branch December 10, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants