Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/server (source) 4.11.2 -> 4.11.3 age adoption passing confidence devDependencies patch
@apollo/server-integration-testsuite (source) 4.11.2 -> 4.11.3 age adoption passing confidence devDependencies patch
@changesets/changelog-github (source) 0.5.0 -> 0.5.1 age adoption passing confidence devDependencies patch
@changesets/cli (source) 2.27.10 -> 2.28.1 age adoption passing confidence devDependencies minor
@types/node (source) 16.18.119 -> 16.18.126 age adoption passing confidence devDependencies patch
node (source) 20.18.1 -> 20.19.0 age adoption passing confidence volta minor
npm (source) 10.9.1 -> 10.9.2 age adoption passing confidence volta patch
prettier (source) 3.3.3 -> 3.5.3 age adoption passing confidence devDependencies minor
ts-jest (source) 29.2.5 -> 29.3.0 age adoption passing confidence devDependencies minor
typescript (source) 5.7.2 -> 5.8.2 age adoption passing confidence devDependencies minor

Release Notes

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

v4.11.3

Compare Source

Patch Changes
apollographql/apollo-server (@​apollo/server-integration-testsuite)

v4.11.3

Compare Source

Patch Changes
changesets/changesets (@​changesets/changelog-github)

v0.5.1

Compare Source

Patch Changes
nodejs/node (node)

v20.19.0: 2025-03-13, Version 20.19.0 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
require(esm) is now enabled by default

Support for loading native ES modules using require() had been available on v20.x under the command line flag --experimental-require-module, and available by default on v22.x and v23.x. In this release, it is now no longer behind a flag on v20.x.

This feature has been tested on v23.x and v22.x, and we are looking for user feedback from v20.x to make more final tweaks before fully stabilizing it. When the Node.js instance encounters a native ES module in require() somewhere outside node_modules for the first time, it will emit an experimental warning unless require() comes from a path that contains node_modules. If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using --no-experimental-require-module as a workaround.

With this feature enabled, Node.js will no longer throw ERR_REQUIRE_ESM if require() is used to load a ES module. It can, however, throw ERR_REQUIRE_ASYNC_MODULE if the ES module being loaded or its dependencies contain top-level await. When the ES module is loaded successfully by require(), the returned object will either be a ES module namespace object similar to what's returned by import(), or what gets exported as "module.exports" in the ES module.

Users can check process.features.require_module to see whether require(esm) is enabled in the current Node.js instance. For packages, the "module-sync" exports condition can be used as a way to detect require(esm) support in the current Node.js instance and allow both require() and import to load the same native ES module. See the documentation for more details about this feature.

Contributed by Joyee Cheung in #​55085

Module syntax detection is now enabled by default

Module syntax detection (the --experimental-detect-module flag) is now
enabled by default. Use --no-experimental-detect-module to disable it if
needed.

Syntax detection attempts to run ambiguous files as CommonJS, and if the module
fails to parse as CommonJS due to ES module syntax, Node.js tries again and runs
the file as an ES module.
Ambiguous files are those with a .js or no extension, where the nearest parent
package.json has no "type" field (either "type": "module" or
"type": "commonjs").
Syntax detection should have no performance impact on CommonJS modules, but it
incurs a slight performance penalty for ES modules; add "type": "module" to
the nearest parent package.json file to eliminate the performance cost.
A use case unlocked by this feature is the ability to use ES module syntax in
extensionless scripts with no nearby package.json.

Thanks to Geoffrey Booth for making this work on #​53619.

Other Notable Changes
  • [285bb4ee14] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [73b5c16684] - (SEMVER-MINOR) worker: add postMessageToThread (Paolo Insogna) #​53682
  • [de313b2336] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #​56194
  • [4fba01911d] - (SEMVER-MINOR) process: add process.features.require_module (Joyee Cheung) #​55241
  • [df8a045afe] - (SEMVER-MINOR) module: implement the "module-sync" exports condition (Joyee Cheung) #​54648
  • [f9dc1eaef5] - (SEMVER-MINOR) module: add __esModule to require()'d ESM (Joyee Cheung) #​52166
Commits

v20.18.3: 2025-02-10, Version 20.18.3 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

changeset-bot bot commented Dec 1, 2024

⚠️ No Changeset found

Latest commit: 68af4f1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

codesandbox-ci bot commented Dec 1, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 846649e to 7b269be Compare December 7, 2024 11:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency npm to v10.9.2 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency npm to v10.9.2 chore(deps): update all non-major dependencies Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c32db6d to ce268b6 Compare December 21, 2024 09:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 818d27a to 270b306 Compare January 8, 2025 23:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 39a46b9 to 2481aef Compare January 23, 2025 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2481aef to 54bccd1 Compare January 24, 2025 12:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 05563d6 to 6583661 Compare February 10, 2025 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9b28264 to 2a35998 Compare February 20, 2025 16:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 065c7d7 to 9e42481 Compare February 28, 2025 18:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9e42481 to 93a3612 Compare March 3, 2025 03:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93a3612 to 43600d4 Compare March 13, 2025 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43600d4 to 68af4f1 Compare March 24, 2025 06:59
@renovate renovate bot merged commit c63f90a into main Mar 24, 2025
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 24, 2025 13:05
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.

0 participants