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

deps: bump @globus/sdk from 3.3.1 to 3.4.0 #100

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2024

Bumps @globus/sdk from 3.3.1 to 3.4.0.

Release notes

Sourced from @​globus/sdk's releases.

v3.4.0

3.4.0 (2024-06-03)

Features

  • Authorization: adds additionalParams option to allow passing arbitrary query parameters through OAuth redirects. (#170) (754b508)
managerInstance.handleErrorResponse(res, {
  additionalParams: {
    retained_state: "example-state",
    retained_route: "example.route",
  },
});
  • GCS: adds HTTPS Access service methods to GCS (#182) (a258082)
    const request = await https.get(GCS_CONFIGURATION, '/my-file.txt', {
      headers: {
        Authorization: 'Bearer an-example-token',
      },
    });

Internal

We've updated the request composition to include an X-Globus-ClientInfo header with requests. This header will include the current SDK version information for use by the Globus platform and support. e.g. X-Globus-ClientInfo: product=javascript-sdk,version=3.4.0;.

Changelog

Sourced from @​globus/sdk's changelog.

3.4.0 (2024-06-03)

Features

  • Authorization: adds "additionalParams" option to allow passing arbitrary query parameters through OAuth redirects. (#170) (754b508)
  • GCS: adds HTTPS Access service methods to GCS (#182) (a258082)
Commits
  • bc097e6 chore(main): release 3.4.0 (#190)
  • 101d203 chore: adds X-Globus-ClientInfo header to SDK-generated requests and exposes ...
  • 754b508 feat(Authorization): adds "additionalParams" option to allow passing arbitrar...
  • 9b27e43 deps: bump @​types/node from 20.12.13 to 20.13.0 (#189)
  • ea6f214 deps: bump @​types/node from 20.12.12 to 20.12.13 (#188)
  • dcf2a6d deps: bump @​playwright/test from 1.44.0 to 1.44.1 (#185)
  • 9db7afe deps: bump ts-jest from 29.1.2 to 29.1.4 (#186)
  • a258082 feat(GCS): adds HTTPS Access service methods to GCS (#182)
  • 2de8715 docs: use absolute URL for "Examples" link (#181)
  • e8b8288 test: removes umd-transfer-ls.html page, this is now being extracted from the...
  • See full diff 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
Bumps [@globus/sdk](https://github.com/globus/globus-sdk-javascript) from 3.3.1 to 3.4.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@v3.3.1...v3.4.0)

---
updated-dependencies:
- dependency-name: "@globus/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/globus/sdk-3.4.0 branch from bf2458d to db8ded8 Compare June 6, 2024 14:51
@jbottigliero jbottigliero merged commit 55e79c7 into main Jun 6, 2024
2 checks passed
@jbottigliero jbottigliero deleted the dependabot/npm_and_yarn/main/globus/sdk-3.4.0 branch June 6, 2024 20:16
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant