Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 2 updates#12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/production-dependencies-9f534b83cf
Closed

chore(deps): bump the production-dependencies group across 1 directory with 2 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/production-dependencies-9f534b83cf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 2 updates in the / directory: @emulators/core and graphql.

Updates @emulators/core from 0.6.0 to 0.9.0

Release notes

Sourced from @​emulators/core's releases.

v0.8.0

0.8.0

New Features

  • Twilio emulator — local Twilio API emulation with accounts, phone numbers, messages, calls, conversations, messaging services, Verify flows, simulator endpoints, SDK conformance tests, and inspector support (#185)
  • Twilio SMS verification example — working Next.js example for SMS verification with the Twilio emulator and local session handling (#186)

Improvements

  • Twilio docs and agent guidance — added README, docs site, and skill coverage for local Twilio development (#185, #186)

Contributors

v0.7.0

0.7.0

New Features

  • Linear emulator — stateful Linear GraphQL API emulation with seeded organizations, users, teams, workflow states, issues, comments, labels, projects, cycles, OAuth apps, tokens, webhooks, agent sessions, and local inspector support (#180)

Improvements

  • Linear docs and agent guidance — added README, docs site, programmatic API, and skill coverage for Linear API, OAuth, and webhook testing (#180)

Contributors

v0.6.1

0.6.1

New Features

  • Vercel Blob emulator — local emulation for Vercel Blob store operations, including uploads, downloads, listings, deletes, copy support, and inspector visibility (#175)

Improvements

  • Vercel Blob examples — added and hardened an example app that exercises upload sharing URL handling

Contributors

Changelog

Sourced from @​emulators/core's changelog.

0.9.0

New Features

  • Nuxt emulator adapter — new @emulators/adapter-nuxt package for embedding emulators in Nuxt apps, with Nuxt server route handling, persistence, response rewriting, and Nitro tracing support (#188)
  • Nuxt embedded example — added examples/nuxt-embedded demonstrating same-origin OAuth flows (GitHub + Google), a catch-all emulate server route, and cookie-based sessions (#188)

Improvements

  • Nuxt docs and agent guidance — documented Nuxt setup across the README, docs site, and agent skills (#188)

Contributors

0.8.0

New Features

  • Twilio emulator — local Twilio API emulation with accounts, phone numbers, messages, calls, conversations, messaging services, Verify flows, simulator endpoints, SDK conformance tests, and inspector support (#185)
  • Twilio SMS verification example — working Next.js example for SMS verification with the Twilio emulator and local session handling (#186)

Improvements

  • Twilio docs and agent guidance — added README, docs site, and skill coverage for local Twilio development (#185, #186)

Contributors

0.7.0

New Features

  • Linear emulator — stateful Linear GraphQL API emulation with seeded organizations, users, teams, workflow states, issues, comments, labels, projects, cycles, OAuth apps, tokens, webhooks, agent sessions, and local inspector support (#180)

Improvements

  • Linear docs and agent guidance — added README, docs site, programmatic API, and skill coverage for Linear API, OAuth, and webhook testing (#180)

Contributors

0.6.1

New Features

... (truncated)

Commits

Updates graphql from 16.14.1 to 17.0.2

Release notes

Sourced from graphql's releases.

v17.0.2 (2026-07-03)

Bug Fix 🐞

Polish 💅

Committers: 2

v17.0.1 (2026-06-16)

Bug Fix 🐞

  • #4824 fix(diagnostics): emit asyncStart after promise settlement to match native tracePromise (@​logaretm)

Internal 🏠

Committers: 2

v17.0.0 (2026-06-15)

New Feature 🚀

Bug Fix 🐞

Docs 📝

... (truncated)

Commits
  • 71606d7 chore(release): v17.0.2
  • 101de34 fix: detect default-value changes on input object fields (#4832)
  • 82da713 fix(mapSchemaConfig): fix context for schema argument mapper (#4829)
  • 9617473 chore(release): v17.0.1
  • 851bd6a chore(release): protect latest release channels (#4825)
  • c471d36 fix(diagnostics): emit asyncStart after promise settlement to match native `t...
  • 3f3895f chore(npm): remove obsolete ESM-only package build (#4823)
  • c7e494a chore(release): v17.0.0
  • d977f66 docs: post 17.rc-0 update (#4817)
  • 39f865f docs: document @experimental_disableErrorPropagation (#4820)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
@codacy-production

codacy-production Bot commented Jun 15, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This review identified a critical regression in the dependency update process. While the PR aims to bump versions, the 'graphql' dependency in packages/linear/package.json was deleted instead of being updated to the specified version. This change left a trailing comma in the 'dependencies' block, creating invalid JSON syntax. This error will break dependency installation and subsequent build processes, so it must be resolved before merging.

About this PR

  • The dependency 'graphql' was removed from 'packages/linear/package.json' instead of being updated, which contradicts the PR's stated objective and breaks the build.

Test suggestions

  • Missing: Verify @emulators/core version is updated to ^0.6.1 in asana, emulate, firebase, kakao, and linear packages
  • Missing: Verify graphql version is updated to ^16.14.2 in the linear package
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Missing: Verify @emulators/core version is updated to ^0.6.1 in asana, emulate, firebase, kakao, and linear packages
2. Missing: Verify graphql version is updated to ^16.14.2 in the linear package

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread packages/linear/package.json Outdated
"dependencies": {
"@emulators/core": "^0.6.0",
"graphql": "^16.13.2"
"@emulators/core": "^0.6.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The dependency graphql was removed instead of being updated to 16.14.2 as specified in the PR description. Additionally, the trailing comma left after @emulators/core results in invalid JSON syntax as it is now the last item in the dependencies block.

@dependabot dependabot Bot changed the title chore(deps): bump the production-dependencies group with 2 updates chore(deps): bump the production-dependencies group across 1 directory with 2 updates Jun 22, 2026
@dependabot dependabot Bot force-pushed the dependabot/bun/production-dependencies-9f534b83cf branch from 6b6e044 to b2aa31a Compare June 22, 2026 10:25
@socket-security

socket-security Bot commented Jun 22, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​emulators/​core@​0.6.0 ⏵ 0.9.075 +11008794 +2100
Updatedgraphql@​16.14.1 ⏵ 17.0.2100 +110010097100

View full report

@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@dependabot dependabot Bot force-pushed the dependabot/bun/production-dependencies-9f534b83cf branch from b2aa31a to 8968bfa Compare July 4, 2026 07:22
@greptile-apps

greptile-apps Bot commented Jul 4, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

…y with 2 updates

Bumps the production-dependencies group with 2 updates in the / directory: [@emulators/core](https://github.com/vercel-labs/emulate/tree/HEAD/packages/@emulators/core) and [graphql](https://github.com/graphql/graphql-js).


Updates `@emulators/core` from 0.6.0 to 0.9.0
- [Release notes](https://github.com/vercel-labs/emulate/releases)
- [Changelog](https://github.com/vercel-labs/emulate/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel-labs/emulate/commits/HEAD/packages/@emulators/core)

Updates `graphql` from 16.14.1 to 17.0.2
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.14.1...v17.0.2)

---
updated-dependencies:
- dependency-name: "@emulators/core"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: graphql
  dependency-version: 16.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bun/production-dependencies-9f534b83cf branch from 8968bfa to efbe469 Compare July 6, 2026 10:25
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 14, 2026
@dependabot dependabot Bot deleted the dependabot/bun/production-dependencies-9f534b83cf branch July 14, 2026 19:11
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.

0 participants