Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2023

This PR contains the following updates:

Package Change Age Confidence
@apollo/server (source) 5.0.05.2.0 age confidence
@types/node (source) 20.19.820.19.28 age confidence
apollo-server (source) 3.12.03.13.0 age confidence
graphql 16.11.016.12.0 age confidence
jest (source) 30.0.430.2.0 age confidence
supertest 7.1.37.2.2 age confidence
supertest 6.2.26.3.4 age confidence
supertest 6.3.36.3.4 age confidence
ts-jest (source) 29.4.029.4.6 age confidence
ts-node (source) 10.4.010.9.2 age confidence
ts-node (source) 10.9.110.9.2 age confidence
typescript (source) 5.8.35.9.3 age confidence
typescript (source) 4.7.44.9.5 age confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v5.2.0

Compare Source

Minor Changes
  • #​8161 51acbeb Thanks @​jerelmiller! - Fix an issue where some bundlers would fail to build because of the dynamic import for the optional peer dependency on @yaacovcr/transform introduced in @apollo/server 5.1.0. To provide support for the legacy incremental format, you must now provide the legacyExperimentalExecuteIncrementally option to the ApolloServer constructor.

    import { legacyExecuteIncrementally } from '@​yaacovcr/transform';
    
    const server = new ApolloServer({
      // ...
      legacyExperimentalExecuteIncrementally: legacyExecuteIncrementally,
    });

    If the legacyExperimentalExecuteIncrementally option is not provided and the client sends an Accept header with a value of multipart/mixed; deferSpec=20220824, an error is returned by the server.

v5.1.0

Compare Source

Minor Changes
  • #​8148 80a1a1a Thanks @​jerelmiller! - Apollo Server now supports the incremental delivery protocol (@defer and @stream) that ships with [email protected]. To use the current protocol, clients must send the Accept header with a value of multipart/mixed; incrementalSpec=v0.2.

    Upgrading to 5.1 will depend on what version of graphql you have installed and whether you already support the incremental delivery protocol.

apollographql/apollo-server (apollo-server)

v3.13.0

Compare Source

v3.12.1

Compare Source

graphql/graphql-js (graphql)

v16.12.0: 16.12.0

Compare Source

v16.12.0 (2025-11-01)

New Feature 🚀
Bug Fix 🐞
Docs 📝
28 PRs were merged
Polish 💅
Internal 🏠
3 PRs were merged
Committers: 9
jestjs/jest (jest)

v30.2.0

Compare Source

Chore & Maintenance
  • [*] Update example repo for testing React Native projects (#​15832)
  • [*] Update jest-watch-typeahead to v3 (#​15830)

v30.1.3

Compare Source

Fixes
  • Fix unstable_mockModule with node: prefixed core modules.

v30.1.2

Compare Source

Fixes
  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#​15803)

v30.1.1

Compare Source

Fixes
  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#​15800)
  • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#​15821)

v30.1.0

Compare Source

v30.0.5

Compare Source

Features
  • [jest-config] Allow testMatch to take a string value
  • [jest-worker] Let workerIdleMemoryLimit accept 0 to always restart worker child processes
Fixes
ladjs/supertest (supertest)

v7.2.2

Compare Source

  • fix: replace 'should' dependency with native assertions in cookies module 1954bcf

v7.2.1

Compare Source

  • fix: correct case-sensitive require path for assertion module d4f04fb

v7.2.0

Compare Source

  • fix: fixed package lock c4b08a6
  • fix: drop v14 and v16 from tests d084ce2
  • Merge pull request #​872 from forwardemail/dependabot/npm_and_yarn/js-yaml-3.14.2 61f3ddf
  • Merge pull request #​873 from forwardemail/dependabot/npm_and_yarn/multi-6d05d0e569 bd2fe45
  • chore(deps): bump qs, body-parser and express 07bf4fb
  • Merge pull request #​866 from SchroederSteffen/use-lowercase-header-name 0666797
  • Merge pull request #​868 from dmurvihill/cookie-assertions 953eca7
  • chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 81ab94c
  • Merge pull request #​870 from kudlav/patch-1 14d905d
  • Update links to documentation in README f508b30
  • feat(cookies): add cookie assertions 4f89680
  • chore(readme): use lower-case header name 1e642b0

v7.1.4

Compare Source

  • chore: bump deps 6021ec8
  • Merge pull request #​865 from forwardemail/dependabot/npm_and_yarn/form-data-4.0.4 ceca508
  • chore(deps): bump form-data from 4.0.3 to 4.0.4 b1fb983

kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

v29.4.5

Compare Source

Bug Fixes
  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #​5013

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

v29.4.2

Compare Source

v29.4.1

Compare Source

TypeStrong/ts-node (ts-node)

v10.9.2: Fix tsconfig.json file not found

Compare Source

Fixed

  • Fixed tsconfig.json file not found on latest TypeScript version (#​2091)

v10.9.1

Compare Source

Fixed

  • Workaround nodejs bug introduced in 18.6.0 (#​1838) @​cspotcode
    • Only affects projects on node >=18.6.0 using --esm
    • Older versions of node and projects without --esm are unaffected

https://github.com/TypeStrong/ts-node/milestone/18?closed=1

v10.9.0

Compare Source

Added

  • --project accepts path to a directory containing a tsconfig.json (#​1829, #​1830) @​cspotcode
    • previously it required an explicit filename
  • Added helpful error message when swc version is too old to support our configuration (#​1802) @​cspotcode
  • Added experimentalTsImportSpecifiers option which allows using voluntary .ts file extensions in import specifiers (undocumented except for API docs) (#​1815) @​cspotcode

Fixed

https://github.com/TypeStrong/ts-node/milestone/16?closed=1

v10.8.2

Compare Source

Fixed

  • Revert "Use file URL for source map paths" (#​1821) @​cspotcode
    • Fixes #​1790: ts-node 10.8.1 regression where nyc code coverage reports had incorrect paths
    • Fixes #​1797: ts-node 10.8.1 regression where breakpoints did not hit in VSCode debugging
  • Allow JSON imports in node 16.15 and up (#​1792) @​queengooborg
    • JSON imports were already supported in v17.5 and up
    • this change extends support to >=16.15.0,<17.0.0
    • These version ranges match vanilla node's support for JSON imports

https://github.com/TypeStrong/ts-node/milestone/15?closed=1

v10.8.1

Compare Source

Fixed

https://github.com/TypeStrong/ts-node/milestone/14

v10.8.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1767

Added

  • Added support for module=NodeNext, module=Node16, .mts, .cts, .mjs, and .cjs file extensions (#​1414, #​1694, #​1744, #​1745, #​1727, #​1717, #​1753, #​1757) @​cspotcode
  • Added ability to include file extensions in CommonJS imports (#​1727, #​1753) @​cspotcode
    • Enables consistency with ESM, where file extensions are often mandatory
  • Resolves from emitted to source file extensions (#​1727, #​1753) @​cspotcode
    • Must enable experimentalResolver, will be enabled by default in a future version (docs)
    • Typechecker requires importing the emitted file extension; ts-node resolves correctly to the source file. E.g. import "./foo.js" will execute foo.ts See also: TypeScript issue #​37582
    • If typechecking is disabled, you can also use source file extensions. E.g. import "./foo.ts"
  • Added experimentalSpecifierResolution (#​1727, #​1753) @​cspotcode
    • the same as Node's --experimental-specifier-resolution (Node docs)
    • can also be specified in tsconfig.json for convenience, to avoid the CLI flag
    • allows omitting file extensions in ESM imports, plus a few other CommonJS-style conveniences
  • Adds diagnostics property to TSError, with array of TypeScript diagnostic objects from the compiler (API docs) (#​1705, #​1706) @​paulbrimicombe

Changed

Fixed

Docs

https://github.com/TypeStrong/ts-node/milestone/12

v10.7.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1680

Added

  • Adds --esm flag, option, and ts-node-esm binary (#​1258, #​1655)
    • Enables full esm support; no need for --loader nor NODE_OPTIONS
    • Use shebang #!/usr/bin/env ts-node-esm, run ts-node --esm, or add to your tsconfig.json: "ts-node": {"esm": true}

Changed

Fixed

  • Fixed bug where "compiler", "transpiler", and swc backend would not resolve relative to the tsconfig.json that declared them (#​1662, #​1655)
    • Enables reusable tsconfig.json shared via node module to include necessary dependencies

https://github.com/TypeStrong/ts-node/milestone/11

v10.6.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1666

Added

  • Adds workaround for extensionless entrypoints with ESM loader (#​1649, #​1654)
    • You can now combine tools such as mocha with --loader ts-node/esm, where previously node would throw [ERR_UNKNOWN_FILE_EXTENSION]
    • node has a bug where combining --loader with an extensionless entrypoint causes this error nodejs/node#33226
    • Some tools, for example mocha, have an extensionless entrypoint. (source, source)
    • Combining NODE_OPTIONS=--loader ts-node/esm with these tools causes this error. mochajs/mocha#4645
    • node intends to fix this bug in a future release: nodejs/node#41711
    • In the interim, we have implemented a workaround in ts-node.
  • Adds support for target "ES2022" in moduleTypes overrides (#​1650)

Fixed

  • Fixed bug where --swc and other third-party transpilers did not respect moduleTypes overrides (#​1651, #​1652, #​1660)
  • Fixed bug where node flags were not preserved correctly in process.execArgv (#​1657, #​1658)
    • This affected child_process.fork(), since it uses process.execArgv to create a similar child runtime.
    • With this fix, child_process.fork() will preserve both node flags and ts-node hooks.
  • Fixed compatibility TypeScript 4.7's API changes (#​1647, #​1648)

https://github.com/TypeStrong/ts-node/milestone/9

v10.5.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1634

Added

  • Eliminate "Emit Skipped" errors (#​693, #​1345, #​1629)
    • Avoids all "Emit Skipped" errors by performing a fallback transpileOnly-style transformation.
    • Does not affect typechecking. Type errors are still detected and thrown.
    • Fallback has the same limitations as isolatedModules. This will only affect rare cases such as using const enums with preserveConstEnums disabled.
    • Fixes #​693
  • Graduate swc transpiler out of experimental; add swc: true convenience option (docs) (#​1487, #​1536, #​1613, #​1627)
    • "swc": true or --swc will use swc for faster execution
    • This feature is no longer marked "experimental." Thank you to everyone who filed bugs!
  • swc transpiler attempts to load @swc/core or @swc/wasm dependencies from your project before falling-back to global installations (#​1613, #​1627)
    • global fallback only occurs when using a global installation of ts-node
  • Add support for TypeScript's traceResolution output (docs) (#​1128, #​1491) @​TheUnlocked
  • Support import assertions in ESM loader (docs) (#​1557, #​1558, #​1559, #​1573) @​Pokute, @​geigerzaehler
    • Allows importing JSON files from ESM with the requisite flag (docs)
  • ts-node -vvv also logs absolute paths to ts-node and typescript, to make it more obvious when you're accidentally using globally-installed versions (#​1323, #​1620)
  • Add swc target "es2022" (#​1535, #​1540)
    • When you have target es2022 in tsconfig, will use swc's es2022 target

Changed

  • Initialize TypeScript compiler before starting REPL prompt (#​1498) @​TheUnlocked
    • Improves responsiveness for first line of REPL input
  • Use v8-compile-cache-lib to load typescript
  • Support both --camelCase and --hyphen-case for all CLI flags; update documentation to use --camelCase (#​1598, #​1599)
    • Not a breaking change; CLI continues to accept both forms
  • Make TSError diagnosticText property non-enumerable to prevent it from being logged below the stack (#​1632)

Fixed

Docs

Misc

  • Adds experimental experimentalResolverFeatures option, but it does not do anything yet (#​1514, #​1614)

https://github.com/TypeStrong/ts-node/milestone/4

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from 75ec9b8 to 93610db Compare August 14, 2023 23:23
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from 93610db to d54d004 Compare August 24, 2023 22:50
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from d54d004 to f55aeea Compare September 19, 2023 10:13
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from f55aeea to 10c20e5 Compare November 14, 2023 02:10
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from 10c20e5 to 6254087 Compare January 1, 2024 11:38
@renovate renovate bot requested a review from a team as a code owner January 1, 2024 11:38
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from 6254087 to 023b630 Compare January 14, 2024 19:47
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from 11c70e6 to c262546 Compare January 30, 2025 15:02
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from c262546 to c4e411b Compare February 9, 2025 13:02
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from c4e411b to d41db2f Compare March 3, 2025 12:51
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from d41db2f to 4360c28 Compare March 11, 2025 12:58
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from 4360c28 to 218e828 Compare April 24, 2025 10:14
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from 218e828 to 2b192af Compare May 19, 2025 20:46
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from 2b192af to 79667f5 Compare June 22, 2025 15:35
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 3 times, most recently from c4a624c to c0b294a Compare July 23, 2025 01:57
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 3 times, most recently from 811871a to cd5e34f Compare August 10, 2025 13:52
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from 6bd12b0 to d695f13 Compare August 19, 2025 13:11
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 3 times, most recently from e21fb0c to 5a00e79 Compare August 31, 2025 11:24
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from 916646d to 253abb8 Compare September 13, 2025 23:09
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 5 times, most recently from ee9ebc5 to 863e50c Compare September 19, 2025 14:49
@renovate renovate bot changed the title fix(deps): update all apollo server non-major dependencies chore(deps): update all apollo server non-major dependencies Sep 25, 2025
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 3 times, most recently from b927655 to d2983a0 Compare October 1, 2025 02:05
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 3 times, most recently from 8a80e99 to 822112e Compare October 11, 2025 18:02
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 3 times, most recently from 6d96062 to f624705 Compare October 21, 2025 20:39
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from 9f10a3d to 11025a1 Compare November 1, 2025 17:05
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from 3f87807 to 9c51c12 Compare November 12, 2025 01:45
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from 77513ec to c26a24c Compare November 22, 2025 02:03
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from c26a24c to f10172e Compare December 1, 2025 19:47
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from f352f33 to baa1f79 Compare December 14, 2025 00:53
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch 2 times, most recently from 9992faa to bdd61d1 Compare January 6, 2026 09:55
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from bdd61d1 to df59383 Compare January 8, 2026 19:44
@renovate renovate bot force-pushed the renovate/integration-testing-all-apollo-server-minor-patch branch from df59383 to 398b0ab Compare January 10, 2026 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants