Skip to content

#447 fix ArcadeGraph#460

Merged
arcade-player merged 1 commit intomainfrom
fix-447/fix_ArcadeGraph_gremlin_3_6
Jul 22, 2022
Merged

#447 fix ArcadeGraph#460
arcade-player merged 1 commit intomainfrom
fix-447/fix_ArcadeGraph_gremlin_3_6

Conversation

@arcade-player
Copy link
Copy Markdown
Contributor

What does this PR do?

fix ArcadeGraph after upgrading to Gremlin 3.6.0

@arcade-player arcade-player merged commit 9b6a20a into main Jul 22, 2022
@lvca lvca deleted the fix-447/fix_ArcadeGraph_gremlin_3_6 branch June 20, 2025 00:12
mergify Bot added a commit that referenced this pull request Dec 14, 2025
…o 5.18.4 in /studio [skip ci]

Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.18.3 to 5.18.4.
Release notes

*Sourced from [enhanced-resolve's releases](https://github.com/webpack/enhanced-resolve/releases).*

> v5.18.4
> -------
>
> ### Fixes
>
> * Allow subpath imports that start with `#/`
> * Handle `file:` schema


Commits

* [`e8a6ac9`](webpack/enhanced-resolve@e8a6ac9) chore(release): 5.18.4
* [`b953768`](webpack/enhanced-resolve@b953768) fix: support `file:` schema ([#467](https://redirect.github.com/webpack/enhanced-resolve/issues/467))
* [`6ff935b`](webpack/enhanced-resolve@6ff935b) fix: allow subpath imports that start with `#/` ([#468](https://redirect.github.com/webpack/enhanced-resolve/issues/468))
* [`79e2961`](webpack/enhanced-resolve@79e2961) fix(AliasPlugin): correct wildcard replacement in multi-target aliases ([#465](https://redirect.github.com/webpack/enhanced-resolve/issues/465))
* [`b8af813`](webpack/enhanced-resolve@b8af813) fix: fix always-false condition ([#464](https://redirect.github.com/webpack/enhanced-resolve/issues/464))
* [`f1bc1c2`](webpack/enhanced-resolve@f1bc1c2) fix: note the conditions under which the request couldn't be found ([#460](https://redirect.github.com/webpack/enhanced-resolve/issues/460))
* See full diff in [compare view](webpack/enhanced-resolve@v5.18.3...v5.18.4)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=enhanced-resolve&package-manager=npm\_and\_yarn&previous-version=5.18.3&new-version=5.18.4)](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)
---
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  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)
mergify Bot added a commit that referenced this pull request Mar 3, 2026
… ci]

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0.
Release notes

*Sourced from [actions/download-artifact's releases](https://github.com/actions/download-artifact/releases).*

> v8.0.0
> ------
>
> v8 - What's new
> ---------------
>
> ### Direct downloads
>
> To support direct uploads in `actions/upload-artifact`, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the `Content-Type` header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new `skip-decompress` parameter to `false`.
>
> ### Enforced checks (breaking)
>
> A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the `digest-mismatch` parameter. To be secure by default, we are now defaulting the behavior to `error` which will fail the workflow run.
>
> ### ESM
>
> To support new versions of the @actions/\* packages, we've upgraded the package to ESM.
>
> What's Changed
> --------------
>
> * Don't attempt to un-zip non-zipped downloads by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/download-artifact#460](https://redirect.github.com/actions/download-artifact/pull/460)
> * Add a setting to specify what to do on hash mismatch and default it to `error` by [`@​danwkennedy`](https://github.com/danwkennedy) in [actions/download-artifact#461](https://redirect.github.com/actions/download-artifact/pull/461)
>
> **Full Changelog**: <actions/download-artifact@v7...v8.0.0>


Commits

* [`70fc10c`](actions/download-artifact@70fc10c) Merge pull request [#461](https://redirect.github.com/actions/download-artifact/issues/461) from actions/danwkennedy/digest-mismatch-behavior
* [`f258da9`](actions/download-artifact@f258da9) Add change docs
* [`ccc058e`](actions/download-artifact@ccc058e) Fix linting issues
* [`bd7976b`](actions/download-artifact@bd7976b) Add a setting to specify what to do on hash mismatch and default it to `error`
* [`ac21fcf`](actions/download-artifact@ac21fcf) Merge pull request [#460](https://redirect.github.com/actions/download-artifact/issues/460) from actions/danwkennedy/download-no-unzip
* [`15999bf`](actions/download-artifact@15999bf) Add note about package bumps
* [`974686e`](actions/download-artifact@974686e) Bump the version to `v8` and add release notes
* [`fbe48b1`](actions/download-artifact@fbe48b1) Update test names to make it clearer what they do
* [`96bf374`](actions/download-artifact@96bf374) One more test fix
* [`b8c4819`](actions/download-artifact@b8c4819) Fix skip decompress test
* Additional commits viewable in [compare view](actions/download-artifact@37930b1...70fc10c)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=actions/download-artifact&package-manager=github\_actions&previous-version=7.0.0&new-version=8.0.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)
---
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 show  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant