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

Update all non-breaking dependencies #780

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@actions/core (source) 1.10.1 -> 1.11.1 age adoption passing confidence dependencies minor
@types/node (source) 20.14.5 -> 20.17.6 age adoption passing confidence devDependencies minor
@types/vscode (source) 1.90.0 -> 1.95.0 age adoption passing confidence devDependencies minor
node (source) 20.14.0 -> 20.18.0 age adoption passing confidence minor
typescript (source) 5.4.5 -> 5.6.3 age adoption passing confidence devDependencies minor
com.github.eirslett:frontend-maven-plugin 1.15.0 -> 1.15.1 age adoption passing confidence build patch
org.apache.maven.plugins:maven-javadoc-plugin 3.7.0 -> 3.11.1 age adoption passing confidence build minor
org.apache.maven.plugins:maven-plugin-plugin 3.13.1 -> 3.15.1 age adoption passing confidence build minor
org.apache.maven.plugins:maven-surefire-plugin 3.3.0 -> 3.5.2 age adoption passing confidence build minor
org.apache.maven.plugins:maven-dependency-plugin 3.7.0 -> 3.8.1 age adoption passing confidence build minor
org.apache.maven.plugins:maven-clean-plugin 3.3.2 -> 3.4.0 age adoption passing confidence build minor
org.codehaus.mojo:exec-maven-plugin (source) 3.3.0 -> 3.5.0 age adoption passing confidence build minor
org.apache.maven.plugins:maven-checkstyle-plugin 3.4.0 -> 3.6.0 age adoption passing confidence build minor
org.mockito:mockito-core 5.12.0 -> 5.14.2 age adoption passing confidence test minor
org.junit:junit-bom (source) 5.10.2 -> 5.11.3 age adoption passing confidence import minor
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.1 -> 2.18.1 age adoption passing confidence compile minor
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.17.1 -> 2.18.1 age adoption passing confidence compile minor
com.fasterxml.jackson.core:jackson-databind (source) 2.17.1 -> 2.18.1 age adoption passing confidence compile minor
ch.qos.logback:logback-core (source, changelog) 1.5.6 -> 1.5.12 age adoption passing confidence compile patch
ch.qos.logback:logback-classic (source, changelog) 1.5.6 -> 1.5.12 age adoption passing confidence compile patch
org.slf4j:log4j-over-slf4j (source, changelog) 2.0.13 -> 2.0.16 age adoption passing confidence compile patch
org.slf4j:slf4j-api (source, changelog) 2.0.13 -> 2.0.16 age adoption passing confidence compile patch
org.apache.maven.plugin-tools:maven-plugin-annotations 3.13.1 -> 3.15.1 age adoption passing confidence compile minor
org.apache.maven:maven-core 3.9.8 -> 3.9.9 age adoption passing confidence compile patch
org.apache.maven:maven-plugin-api 3.9.8 -> 3.9.9 age adoption passing confidence compile patch
org.yaml:snakeyaml 2.2 -> 2.3 age adoption passing confidence compile minor
org.apache.commons:commons-lang3 (source) 3.14.0 -> 3.17.0 age adoption passing confidence compile minor
commons-cli:commons-cli (source) 1.8.0 -> 1.9.0 age adoption passing confidence compile minor
com.github.xmlet:xsdParser 1.2.15 -> 1.2.17 age adoption passing confidence compile patch

Release Notes

actions/toolkit (@​actions/core)

v1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #​1842

v1.11.0

  • Add platform info utilities #​1551
  • Remove dependency on uuid package #​1824
nodejs/node (node)

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 - "before 4am on Monday" in timezone Europe/London, 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 added the dependencies Issues about dependencies label Jun 24, 2024
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 6 times, most recently from 5cf3278 to 2e981f0 Compare June 27, 2024 15:54
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 4 times, most recently from f9b3843 to 20be196 Compare July 10, 2024 22:20
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 3 times, most recently from a36d4e1 to f184ddd Compare July 17, 2024 21:56
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 5 times, most recently from daf94b2 to 3b6568f Compare July 25, 2024 10:57
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 4 times, most recently from 8d41505 to bed1418 Compare August 2, 2024 09:43
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 6 times, most recently from 8bacd65 to 7d6cc53 Compare August 12, 2024 13:33
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 6 times, most recently from 9a57def to cd8dc21 Compare October 12, 2024 11:12
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 8 times, most recently from c5e1e41 to 2162f52 Compare October 22, 2024 09:17
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 10 times, most recently from b5aaf5b to 964a998 Compare October 29, 2024 20:22
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 4 times, most recently from f5df16d to f09b3b0 Compare November 3, 2024 05:08
@renovate renovate bot force-pushed the renovate/all-non-breaking branch from f09b3b0 to 3592fde Compare November 5, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues about dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant