Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all minor dependencies (minor) #277

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) ^22.8.2 -> ^22.13.13 age adoption passing confidence devDependencies minor
node (source) 20.18.0 -> 20.19.0 age adoption passing confidence minor
pnpm (source) 9.12.3 -> 9.15.9 age adoption passing confidence packageManager minor
postcss (source) ^8.4.47 -> ^8.5.3 age adoption passing confidence devDependencies minor
typescript (source) ^5.6.3 -> ^5.8.2 age adoption passing confidence devDependencies minor
zod (source) ^3.23.8 -> ^3.24.2 age adoption passing confidence dependencies minor

Release Notes

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: 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.

Copy link

vercel bot commented Nov 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nextjs-app-router-training ❌ Failed (Inspect) Mar 24, 2025 1:01pm

@renovate renovate bot added the renovate label Nov 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency @types/node to ^22.9.0 chore(deps): update all minor dependencies (minor) Nov 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6f5d07d to 05cc14e Compare November 13, 2024 12:54
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 05cc14e to 5804272 Compare November 14, 2024 18:57
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5804272 to 74e2a2f Compare November 15, 2024 03:35
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 74e2a2f to 47f3759 Compare November 19, 2024 20:20
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 47f3759 to 5bbac29 Compare November 20, 2024 01:19
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5bbac29 to 70215a5 Compare November 20, 2024 15:16
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 70215a5 to 6fdc53a Compare November 22, 2024 20:25
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 6fdc53a to 9017d83 Compare November 23, 2024 00:44
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 9017d83 to 901c4cd Compare November 23, 2024 06:56
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 901c4cd to 741aa88 Compare November 25, 2024 22:54
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 741aa88 to b6691b7 Compare November 26, 2024 03:26
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from b6691b7 to 7fc1d88 Compare November 28, 2024 08:09
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 7fc1d88 to b1af6a2 Compare November 28, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from af420cb to d553d9c Compare February 19, 2025 14:34
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from d553d9c to 7f0b623 Compare February 21, 2025 22:36
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 7f0b623 to d203b89 Compare February 24, 2025 12:13
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from d203b89 to 417aca3 Compare February 28, 2025 19:24
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 417aca3 to c454888 Compare February 28, 2025 22:29
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c454888 to 0e1cc0b Compare March 1, 2025 10:05
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 0e1cc0b to 22ecda8 Compare March 3, 2025 23:04
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 22ecda8 to 9cf6cca Compare March 6, 2025 10:45
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 9cf6cca to c6d105e Compare March 8, 2025 10:33
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c6d105e to 7e8be42 Compare March 10, 2025 01:54
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 7e8be42 to 5cc6014 Compare March 10, 2025 06:07
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 5cc6014 to 3b92308 Compare March 13, 2025 19:03
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 3b92308 to da472d6 Compare March 21, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants