Skip to content

chore(deps): update all non-major dependencies #84

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@faker-js/faker (source) 9.2.0 -> 9.7.0 age adoption passing confidence devDependencies minor
@types/lodash (source) 4.17.13 -> 4.17.16 age adoption passing confidence devDependencies patch
@types/node (source) 20.17.9 -> 20.17.30 age adoption passing confidence devDependencies patch
eslint-plugin-jsonc (source) 2.18.2 -> 2.20.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.2.1 -> 5.2.6 age adoption passing confidence devDependencies patch
node (source) 20.18.1 -> 20.19.0 age adoption passing confidence minor
prettier (source) 3.4.1 -> 3.5.3 age adoption passing confidence devDependencies minor
prettier-eslint 16.3.0 -> 16.3.2 age adoption passing confidence devDependencies patch
ts-jest (source) 29.2.5 -> 29.3.2 age adoption passing confidence devDependencies minor

Release Notes

faker-js/faker (@​faker-js/faker)

v9.7.0

Compare Source

New Locales
Bug Fixes

v9.6.0

Compare Source

Features

v9.5.1

Compare Source

Bug Fixes

v9.5.0

Compare Source

Features

v9.4.0

Compare Source

Features
Changed Locales
Bug Fixes

v9.3.0

Compare Source

Features
Changed Locales
Bug Fixes
  • internet: ensure domainWord always returns a valid value in all locales (#​3253) (525fedc)
  • locale: add Isadora to female names in pt_BR for consistency (#​3282) (b390432)
  • locale: fix incorrect accents in it first_name (#​3281) (e0fb23e)
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)

v2.20.0

Compare Source

Minor Changes

v2.19.1

Compare Source

Patch Changes

v2.19.0

Compare Source

Minor Changes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes

v5.2.3

Compare Source

Patch Changes

v5.2.2

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

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 249d295 to 9355018 Compare December 4, 2024 11:44
@renovate renovate bot changed the title chore(deps): update dependency @faker-js/faker to v9.3.0 chore(deps): update all non-major dependencies Dec 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9355018 to 4af8e7b Compare December 11, 2024 13:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 80635dd to a52625c Compare January 6, 2025 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 105fb2b to 039ff36 Compare January 15, 2025 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 646c20d to 80bf9d1 Compare January 21, 2025 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6f1f6cc to d5be853 Compare January 28, 2025 08:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 98e0ff4 to 3bed7ef Compare February 9, 2025 13:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2da4e0d to cce053a Compare February 13, 2025 23:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3e934ce to 204977a Compare February 28, 2025 23:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ceb99f6 to 9c5b865 Compare March 7, 2025 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 868dc94 to 5645069 Compare March 13, 2025 16:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ca52412 to 096a7d1 Compare March 25, 2025 10:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 834f493 to 959938c Compare April 2, 2025 16:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 864d876 to 8a092bf Compare April 15, 2025 12:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a092bf to 13e71f3 Compare April 15, 2025 19:31
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