Skip to content

Conversation

@the-hideout-combine-prs
Copy link
Contributor

Combined PRs ➡️📦⬅️

✅ The following pull requests have been successfully combined on this PR:

This PR was created by the github/combine-prs action

dependabot bot and others added 4 commits October 1, 2025 00:02
Bumps the npm-dependencies group with 3 updates: [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga), [uuid](https://github.com/uuidjs/uuid) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `graphql-yoga` from 5.15.1 to 5.16.0
- [Release notes](https://github.com/graphql-hive/graphql-yoga/releases)
- [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-yoga/commits/[email protected]/packages/graphql-yoga)

Updates `uuid` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.1.0...v13.0.0)

Updates `wrangler` from 4.33.1 to 4.40.3
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

---
updated-dependencies:
- dependency-name: graphql-yoga
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: wrangler
  dependency-version: 4.40.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@the-hideout-combine-prs the-hideout-combine-prs bot requested a review from a team as a code owner October 1, 2025 01:30
@github-actions
Copy link
Contributor

github-actions bot commented Oct 1, 2025

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Deploy your pull request to the development environment with .deploy to development

  4. 🚀 Deploy your pull request to the production environment with .deploy

    If anything goes wrong, rollback with .deploy main

  5. 🎉 Merge!

Need help? Type .help as a comment or visit the usage guide for more details

Please note, if you have a more complex change, it is advised to claim a deployment lock with .lock <environment> --reason <reason> to prevent other deployments from happening while you are working on your change.

Once your PR has been merged, you can remove the lock with .unlock <environment>.

@Razzmatazzz
Copy link
Member

.deploy

@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2025

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production (branch: combined-prs-branch)

You can watch the progress here 🔗

Details
{
  "type": "branch",
  "environment": {
    "name": "production",
    "url": "https://api.tarkov.dev/graphql"
  },
  "deployment": {
    "timestamp": "2025-10-04T14:49:01.591Z",
    "logs": "https://github.com/the-hideout/tarkov-api/actions/runs/18245774780"
  },
  "git": {
    "branch": "combined-prs-branch",
    "commit": "78b7f5796042d11494d128511d247e086b69ef34",
    "verified": true,
    "committer": "web-flow",
    "html_url": "https://github.com/the-hideout/tarkov-api/commit/78b7f5796042d11494d128511d247e086b69ef34"
  },
  "context": {
    "actor": "Razzmatazzz",
    "noop": false,
    "fork": false,
    "comment": {
      "created_at": "2025-10-04T14:48:46Z",
      "updated_at": "2025-10-04T14:48:46Z",
      "body": ".deploy",
      "html_url": "https://github.com/the-hideout/tarkov-api/pull/403#issuecomment-3368313658"
    }
  },
  "parameters": {
    "raw": null,
    "parsed": null
  }
}

@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2025

API Deployment - Production 🌔

The API has been deployed to the production environment 🚀

Pusher: @Razzmatazzz, Action: issue_comment, Workflow: branch-deploy;

@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2025

Deployment Results ✅

Razzmatazzz successfully deployed branch combined-prs-branch to production

Details
{
  "status": "success",
  "environment": {
    "name": "production",
    "url": "https://api.tarkov.dev/graphql"
  },
  "deployment": {
    "id": 3102097512,
    "timestamp": "2025-10-04T14:49:31.519Z",
    "logs": "https://github.com/the-hideout/tarkov-api/actions/runs/18245774780",
    "duration": 30
  },
  "git": {
    "branch": "combined-prs-branch",
    "commit": "78b7f5796042d11494d128511d247e086b69ef34",
    "verified": true
  },
  "context": {
    "actor": "Razzmatazzz",
    "noop": false,
    "fork": false
  },
  "reviews": {
    "count": 1,
    "decision": "APPROVED"
  },
  "parameters": {
    "raw": null,
    "parsed": null
  }
}

Environment URL: api.tarkov.dev/graphql

@Razzmatazzz Razzmatazzz merged commit 1ab7026 into main Oct 4, 2025
5 checks passed
@Razzmatazzz Razzmatazzz deleted the combined-prs-branch branch October 4, 2025 14:49
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.

2 participants