chore(deps): bump the web-frameworks group across 1 directory with 3 updates - #10092
Conversation
Overall package sizeSelf size: 8.74 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.4.0 | 127.33 kB | 447.04 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 471bc7c6e0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@apollo/gateway": "2.14.4", | ||
| "@apollo/server": "5.5.1", | ||
| "@apollo/subgraph": "2.14.4", | ||
| "@apollo/subgraph": "2.15.0", |
There was a problem hiding this comment.
Adapt Apollo fixtures before selecting subgraph 2.15
When the Apollo plugin job resolves the unversioned @apollo/subgraph dependency to this pin, setupGateway() passes each fixture directly to buildSubgraphSchema (packages/datadog-plugin-apollo/test/index.spec.js:43-48). These fixtures use the legacy { typeDefs, resolvers } module shape, which 2.15.0 removes in favor of an array of modules or a DocumentNode; consequently the suite's before hook will fail before any Apollo tests run. Update the fixture invocation (for example, by passing the module in an array) together with this bump.
Useful? React with 👍 / 👎.
|
BenchmarksBenchmark execution time: 2026-09-03 01:05:21 Comparing candidate commit 7cc959d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2316 metrics, 12 unstable metrics.
|
471bc7c to
969eff8
Compare
969eff8 to
6e27cdf
Compare
6e27cdf to
f8f2f63
Compare
…updates Bumps the web-frameworks group with 3 updates in the /packages/dd-trace/test/plugins/versions directory: [@apollo/subgraph](https://github.com/apollographql/subgraph-js), [ldapjs-promise](https://github.com/wslyhbb/node-ldapjs-promise) and [multer](https://github.com/expressjs/multer). Updates `@apollo/subgraph` from 2.14.4 to 2.15.0 - [Release notes](https://github.com/apollographql/subgraph-js/releases) - [Changelog](https://github.com/apollographql/subgraph-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/subgraph-js/commits/@apollo/subgraph@2.15.0) Updates `ldapjs-promise` from 3.0.9 to 3.0.10 - [Release notes](https://github.com/wslyhbb/node-ldapjs-promise/releases) - [Commits](wslyhbb/node-ldapjs-promise@v3.0.9...v3.0.10) Updates `multer` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/expressjs/multer/releases) - [Changelog](https://github.com/expressjs/multer/blob/main/CHANGELOG.md) - [Commits](expressjs/multer@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: "@apollo/subgraph" dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks - dependency-name: ldapjs-promise dependency-version: 3.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: web-frameworks - dependency-name: multer dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: web-frameworks ... Signed-off-by: dependabot[bot] <support@github.com>
f8f2f63 to
7cc959d
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the web-frameworks group with 3 updates in the /packages/dd-trace/test/plugins/versions directory: @apollo/subgraph, ldapjs-promise and multer.
Updates
@apollo/subgraphfrom 2.14.4 to 2.15.0Release notes
Sourced from @apollo/subgraph's releases.
... (truncated)
Changelog
Sourced from @apollo/subgraph's changelog.
Commits
Updates
ldapjs-promisefrom 3.0.9 to 3.0.10Release notes
Sourced from ldapjs-promise's releases.
Commits
1307691chore: fixing returning results.e212dfechore: refactored type definitions.Updates
multerfrom 2.2.0 to 2.3.0Release notes
Sourced from multer's releases.
... (truncated)
Changelog
Sourced from multer's changelog.
Commits
4e8edf52.3.0 (#1455)87a584efix: reject invalid field names instead of crashing on append-field errorsab6aeaefix: enforce file size limit with async fileFiltereef7444fix: destroy disk write stream on aborted uploads to prevent fd leak25ec9bbdocs: refresh all README translations (#1462)73c1759feat: add an opt-in fieldArrayIndexLimit (#1438)ece6735Update 'README-zh-cn.md' up to now (#1264)3278e1bdocs: add Japanese translation to README (#1354)3c0bc5etest: accept files exactly at fileSize limit (#1382)b6d84b0docs: add Indonesian translation for README (#1431)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for multer since your current version.