Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2024

Bumps @globus/static-data-portal from 1.7.1 to 1.10.2.

Release notes

Sourced from @​globus/static-data-portal's releases.

v1.10.2

1.10.2 (2024-10-02)

Fixes

  • Addresses issue preventing HTTPS download button appearing on file entries. (#295) (27effc7)

v1.10.1

1.10.1 (2024-09-19)

Fixes

  • Addresses issue causing new folders being prefixed with "undefined", updates file listing to be sorted by "Name" (#278) (1e1431c)

v1.10.0

1.10.0 (2024-09-18)

Features

Multiple collections (and paths) can now be configured using the static.json file.

globus.transfer.collections can now be configured to an array of TransferCollectionConfiguration objects.

     "globus": {
        "transfer": {
          "collections": [
            {
              "collection_id": "543aade1-db97-4a4b-9bdf-0b58e78dfa69"
            },
            {
              "collection_id": "8062693f-f8c2-46be-86d0-de651a974ff3",
              "path": "/home/u_odwnwpvxpjhatlzwj4ap3svc3q/My First Folder"
            }
          ]
        }
        // ...
      }

When this property is provided, the user will be presented with a source selector.

Screen Cast 2024-09-18 at 4 30 40 PM

... (truncated)

Changelog

Sourced from @​globus/static-data-portal's changelog.

1.10.2 (2024-10-02)

Fixes

  • Addresses issue preventing HTTPS download button appearing on file entries. (#295) (27effc7)

1.10.1 (2024-09-19)

Fixes

  • Addresses issue causing new folders being prefixed with "undefined", updates file listing to be sorted by "Name" (#278) (1e1431c)

1.10.0 (2024-09-18)

Features

Fixes

  • ensure AuthorizationManager methods are awaited (#263) (1306141)

1.9.0 (2024-08-26)

Features

  • Updates the "Path" field to be editable for easy directory navigation. (#242) (a3a2d03)

Fixes

  • Address scenarios where post-consent an existing (refreshed) token would be used instead of the result of the token response. (a3a2d03)
  • Search: Ensures GCSv5 Endpoints ("nonfunctional" endpoints that do not support transfer) are not displayed in destination collection search results. (#231) (1702e62)

1.8.0 (2024-08-19)

Features

  • adds support for "content" directory (#159) (8a21371)
  • Globus Transfer interactions have been moved to the /transfer route. This allows for custom homepages on / using a index.(mdx/tsx) file. (#204) (c282f81)
  • Improves network request performance and loading states by implementing a cache layer. (#194) (070ab91)
  • support content/assets/* => public/* (2e5945d)
  • upgrade to @​globus/sdk 3.8.0 and use new Transfer utility methods (#199) (989cc44)

... (truncated)

Commits
  • a21a09a chore(main): release 1.10.2 (#296)
  • 8b54836 deps: bump eslint-plugin-react from 7.36.1 to 7.37.1 (#299)
  • 477c92d deps: bump the react-query group with 2 updates (#297)
  • 1e0a79d deps: bump the next group with 2 updates (#298)
  • 48528bf deps: bump @​chakra-ui/next-js from 2.2.0 to 2.3.1 (#300)
  • 3d961d2 deps: bump @​globus/sdk from 4.2.0 to 4.3.1 (#301)
  • 800887b deps: bump the typescript-eslint group with 2 updates (#290)
  • e4ae6bb deps: bump @​tanstack/eslint-plugin-query from 5.56.1 to 5.58.1 (#292)
  • e89458d deps: bump @​tanstack/react-query-devtools from 5.56.2 to 5.58.0 in the react-...
  • 00cc087 deps: bump @​playwright/test from 1.47.1 to 1.47.2 (#293)
  • 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/static-data-portal](https://github.com/globus/static-data-portal) from 1.7.1 to 1.10.2.
- [Release notes](https://github.com/globus/static-data-portal/releases)
- [Changelog](https://github.com/globus/static-data-portal/blob/main/CHANGELOG.md)
- [Commits](globus/static-data-portal@1.7.1...1.10.2)

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

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 Oct 2, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 9, 2024

Superseded by #5.

@dependabot dependabot bot closed this Oct 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/globus/static-data-portal-1.10.2 branch October 9, 2024 22:49
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.

1 participant