chore(deps): bump the testing-and-build group across 1 directory with 10 updates#9036
Conversation
Overall package sizeSelf size: 6.35 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.2.0 | 104.26 kB | 843.44 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: 6d93d40896
ℹ️ 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".
| "@babel/core": "8.0.1", | ||
| "@babel/preset-typescript": "8.0.1", |
There was a problem hiding this comment.
Keep Babel capped to a Node 18-compatible major
The Jest integration sandboxes request unversioned @babel/core/@babel/preset-typescript (integration-tests/jest/jest.core.spec.js:85, with the sibling Jest specs doing the same), and createSandbox() resolves unversioned deps through getCappedRange() to this latests entry. The integration-jest workflow still runs version: oldest, which resolves to the pinned Node 18, but @babel/core@8.0.1 is ESM-only and its package metadata declares engines.node as ^22.18.0 || >=24.11.0, so the Node 18 Jest sandbox will fail to install or load Babel. Please keep these Babel entries on 7.x (or explicitly pin the Jest sandboxes) until the Node 18 matrix is removed.
Useful? React with 👍 / 👎.
BenchmarksBenchmark execution time: 2026-06-26 01:24:32 Comparing candidate commit a938d51 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2270 metrics, 13 unstable metrics.
|
6d93d40 to
71f8289
Compare
71f8289 to
709ebe9
Compare
709ebe9 to
8e8154f
Compare
8e8154f to
10c248f
Compare
10c248f to
80da2a3
Compare
… 10 updates Bumps the testing-and-build group with 10 updates in the /packages/dd-trace/test/plugins/versions directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.29.0` | `8.0.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.28.5` | `8.0.1` | | [@electron/packager](https://github.com/electron/packager) | `20.0.0` | `20.0.1` | | [cypress](https://github.com/cypress-io/cypress) | `15.16.0` | `15.17.0` | | [electron](https://github.com/electron/electron) | `42.1.0` | `42.4.1` | | [esbuild](https://github.com/evanw/esbuild) | `0.28.0` | `0.28.1` | | [next](https://github.com/vercel/next.js) | `16.2.6` | `16.2.9` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.6` | `19.2.7` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.6` | `19.2.7` | | [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.44.0` | `4.45.0` | Updates `@babel/core` from 7.29.0 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-core) Updates `@babel/preset-typescript` from 7.28.5 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-typescript) Updates `@electron/packager` from 20.0.0 to 20.0.1 - [Release notes](https://github.com/electron/packager/releases) - [Changelog](https://github.com/electron/packager/blob/main/NEWS.md) - [Commits](electron/packager@v20.0.0...v20.0.1) Updates `cypress` from 15.16.0 to 15.17.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v15.16.0...v15.17.0) Updates `electron` from 42.1.0 to 42.4.1 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v42.1.0...v42.4.1) Updates `esbuild` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.28.0...v0.28.1) Updates `next` from 16.2.6 to 16.2.9 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.2.6...v16.2.9) Updates `react` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `react-dom` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) Updates `selenium-webdriver` from 4.44.0 to 4.45.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.44.0...selenium-4.45.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing-and-build - dependency-name: "@babel/preset-typescript" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing-and-build - dependency-name: "@electron/packager" dependency-version: 20.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-and-build - dependency-name: cypress dependency-version: 15.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing-and-build - dependency-name: electron dependency-version: 42.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing-and-build - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-and-build - dependency-name: next dependency-version: 16.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-and-build - dependency-name: react dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-and-build - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing-and-build - dependency-name: selenium-webdriver dependency-version: 4.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing-and-build ... Signed-off-by: dependabot[bot] <support@github.com>
80da2a3 to
a938d51
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Pull request was closed
Bumps the testing-and-build group with 10 updates in the /packages/dd-trace/test/plugins/versions directory:
7.29.08.0.17.28.58.0.120.0.020.0.115.16.015.17.042.1.042.4.10.28.00.28.116.2.616.2.919.2.619.2.719.2.619.2.74.44.04.45.0Updates
@babel/corefrom 7.29.0 to 8.0.1Release notes
Sourced from @babel/core's releases.
... (truncated)
Changelog
Sourced from @babel/core's changelog.
... (truncated)
Commits
b4be199v8.0.1b68b1cbActually removepreset-env'suseBuiltIns(#18079)de007eaAvoid trailing zeroes in Babel 9 generated version (#18078)7dc825av8.0.0b71c35aperf: Only extract source map comments at the end of the file (#18039)e74b70dchore: Remove unused file (#18033)ae57969chore: consolidate upwards traversal to empathic (#18030)827d003Change jestsnapshotFormat(#18029)34cf24eUpdate deps (#18023)73bceefv8.0.0-rc.6Updates
@babel/preset-typescriptfrom 7.28.5 to 8.0.1Release notes
Sourced from @babel/preset-typescript's releases.
... (truncated)
Changelog
Sourced from @babel/preset-typescript's changelog.
... (truncated)
Commits
b4be199v8.0.1cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0827d003Change jestsnapshotFormat(#18029)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)dc91f90v8.0.0-rc.5f297c42Add testing for plugin options (#17957)b34c4e7Bump typescript-eslint to 8.59.2 (#17984)0e5a59dRequire Node.js^22.18.0 || >=24.11.0(#17969)Updates
@electron/packagerfrom 20.0.0 to 20.0.1Release notes
Sourced from @electron/packager's releases.
Commits
0ff6c2afix: swapextract-zipwith@electron-internal/extract-zip(#1917)0076a36chore: bump vitest from 3.2.4 to 4.1.0 (#1916)b0413a0chore: bump brace-expansion from 5.0.5 to 5.0.6 (#1915)eed530cci: add a GitHub Actions Completed job (#1914)b0eb94dbuild(dev-deps): drop tsx (#1908)56f519fbuild: remove parse-author dependency (#1912)23cb235chore: bump ip-address from 10.0.1 to 10.1.1 (#1913)feb3114chore: bump the non-major-version-updates group with 4 updates (#1911)5557153chore: bump postcss from 8.5.6 to 8.5.10 (#1910)d71c96bchore: bump@xmldom/xmldomfrom 0.8.12 to 0.8.13 (#1909)Updates
cypressfrom 15.16.0 to 15.17.0Release notes
Sourced from cypress's releases.
Commits
b22780achore: Update Chrome (stable) to 149.0.7827.102 and Chrome for Testing (stabl...ada42a7chore: send standard identity headers on cy-prompt/studio session requests (#...6017154perf(server): release pending automation requests after response (#34037)6be559achore: don't redeclare inherited observable Session.name (#34034)437a08echore: update need help link for auto provision project slug error modal (#34...04dd296refactor(proxy): request/response interception adapters and wire middleware (...482cd41chore: reporter support for test replay embedding (#34031)f3de1b2chore: reorder changelog entries for release by popularity of issue (#34032)b60b68fmisc: warn when a --spec pattern matches no spec files (#34023)e0fe6e0perf: Fix Command Log performance regression on hover (#34029)Updates
electronfrom 42.1.0 to 42.4.1Release notes
Sourced from electron's releases.
... (truncated)
Commits
76b7ac4fix: remove 1px line from the top of frameless windows on Linux (#51458) (#52...c9eba2afix: macOS menu roles missing Tahoe icons (#52013)e46d7addocs: clarify the way electron is downloaded in faq (#51998)b86fc6atest: fix flaky code cache cleanup on Windows (#52008)aa22b27chore: bump chromium to 148.0.7778.265 (42-x-y) (#51979)f454e21fix: devTools network events dropped on RenderFrameHost swap (#51965)5e6a399chore: bump chromium to 148.0.7778.257 (42-x-y) (#51938)8877540build: bump node-gyp to 12.3.0 (#51968)f34cf62fix: only set Node's WASM streaming callback when fetch is enabled (#51956)37cda21test: use strict mode for TS smoke tests and improve typings (#51952)Updates
esbuildfrom 0.28.0 to 0.28.1Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
bb9db84publish 0.28.1 to npm9ff053esecurity: add integrity checks to the Deno API0a9bf21enforce non-negative size in gzip parsere2a1a71security: forbid\\in local dev server requests83a2cbffix #4482: don't inlineusingdeclarations308ad74fix #4471: renaming of nestedvardeclarationsf013f5ffix some typosaafd6e4chore: fix some minor issues in comments (#4462)15300c3follow up: cjs evaluation fixes1bda0c3fix #4461, fix #4467: esm evaluation fixesUpdates
nextfrom 16.2.6 to 16.2.9Release notes
Sourced from next's releases.
Commits
f37fad9v16.2.9d9aaaed[cd] Allow tagging semver-lower releases as@latestif@latestpo… (#94627)6f16804v16.2.80dbc1d5[16.2.x][cd] Ensure release can be triggered on old branches (#94598)90e3c81[16.2.x] Align Actions dependencies with Canary (#94339)83f402c[16.2.x][cd] Stop fetching all tags when searching parent tag (#94334)411c455v16.2.7c63224f[backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolut...63115c7[16.2.x] Don't dropFormDataentries (#94240)aef22fd[backport] Propagate adapter preferred regions (#94200)Updates
reactfrom 19.2.6 to 19.2.7Release notes
Sourced from react's releases.
Commits
6117d7cVersion 19.2.7 (#36591)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.
Updates
react-domfrom 19.2.6 to 19.2.7Release notes
Sourced from react-dom's releases.
Commits
6117d7cVersion 19.2.7 (#36591)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.
Updates
selenium-webdriverfrom 4.44.0 to 4.45.0Release notes
Sourced from selenium-webdriver's releases.