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 non-major dependencies #2

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^3.9.1 -> ^3.11.2 age adoption passing confidence devDependencies minor
@aws-sdk/client-lambda (source) ^3.693.0 -> ^3.699.0 age adoption passing confidence dependencies minor
@types/aws-lambda (source) ^8.10.145 -> ^8.10.146 age adoption passing confidence dependencies patch
@types/node (source) ^22.9.0 -> ^22.10.1 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) ^2.1.5 -> ^2.1.6 age adoption passing confidence devDependencies patch
eslint (source) ^9.15.0 -> ^9.16.0 age adoption passing confidence devDependencies minor
is-core-module (source) ^1 -> ^1.0.39 age adoption passing confidence pnpm.overrides patch
node (source) >=20.13.1 -> >=20.18.1 age adoption passing confidence engines minor
pnpm (source) 9.13.2 -> 9.14.4 age adoption passing confidence packageManager minor
type-fest ^4.27.0 -> ^4.29.0 age adoption passing confidence dependencies minor
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence devDependencies minor
vite-plugin-inspect ^0.8.7 -> ^0.10.1 age adoption passing confidence devDependencies minor
vitest (source) ^2.1.5 -> ^2.1.6 age adoption passing confidence devDependencies patch

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v3.11.2

Compare Source

   🐞 Bug Fixes
  • perfectionist: Revert bahaviour change on import sorting since v3.10  -  by @​antfu (00c41)
    View changes on GitHub

v3.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.2

Compare Source

   🚀 Features
    View changes on GitHub
aws/aws-sdk-js-v3 (@​aws-sdk/client-lambda)

v3.699.0

Compare Source

Features
  • client-lambda: Add ProvisionedPollerConfig to Lambda event-source-mapping API. (511ab41)

v3.698.0

Compare Source

Features
  • client-lambda: Adds support for metrics for event source mappings for AWS Lambda (fb9ea84)

v3.697.0

Compare Source

Features
  • client-lambda: Add Node 22.x (node22.x) support to AWS Lambda (11a5e31)

v3.696.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
eslint/eslint (eslint)

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

SukkaW/nolyfill (is-core-module)

v1.0.39

Compare Source

v1.0.38

Compare Source

v1.0.37

Compare Source

v1.0.36

Compare Source

nodejs/node (node)

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 12cc941 to 450a056 Compare July 10, 2024 05:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 01cefd1 to bcc55cc Compare July 17, 2024 05:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ea872f3 to 38ec7b3 Compare July 26, 2024 10:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f308b63 to 7436a84 Compare August 2, 2024 05:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6ebc784 to ee0c050 Compare August 8, 2024 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d7a7445 to 77420aa Compare August 18, 2024 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77420aa to 3365178 Compare August 20, 2024 05:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 78f3aed to 4b24111 Compare October 23, 2024 00:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 88715a2 to 4b146e4 Compare October 28, 2024 05:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 94880e2 to f820c1d Compare November 7, 2024 20:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d1d53f6 to 2951654 Compare November 15, 2024 05:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 1e3fc6c to 17f9753 Compare November 23, 2024 05:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a06420f to 3e49211 Compare November 29, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants