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) 22.9.3 -> 22.13.13 age adoption passing confidence devDependencies minor
@types/vscode (source) 1.95.0 -> 1.98.0 age adoption passing confidence devDependencies minor
node (source) 22.11.0 -> 22.14.0 age adoption passing confidence minor
org.codehaus.mojo:license-maven-plugin (source) 2.4.0 -> 2.5.0 age adoption passing confidence minor
shx ^0.3.4 -> ^0.4.0 age adoption passing confidence devDependencies minor
typescript (source) 5.7.2 -> 5.8.2 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.2 age adoption passing confidence build minor
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 -> 3.14.0 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.1 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.16.1 age adoption passing confidence test minor
org.junit:junit-bom (source) 5.10.2 -> 5.12.1 age adoption passing confidence import minor
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.1 -> 2.18.3 age adoption passing confidence compile minor
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.17.1 -> 2.18.3 age adoption passing confidence compile minor
com.fasterxml.jackson.core:jackson-databind (source) 2.17.1 -> 2.18.3 age adoption passing confidence compile minor
ch.qos.logback:logback-core (source, changelog) 1.5.6 -> 1.5.18 age adoption passing confidence compile patch
ch.qos.logback:logback-classic (source, changelog) 1.5.6 -> 1.5.18 age adoption passing confidence compile patch
org.slf4j:log4j-over-slf4j (source, changelog) 2.0.13 -> 2.0.17 age adoption passing confidence compile patch
org.slf4j:slf4j-api (source, changelog) 2.0.13 -> 2.0.17 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.4 age adoption passing confidence compile minor
org.apache.commons:commons-text (source) 1.12.0 -> 1.13.0 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

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)

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
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 11 times, most recently from 13251a0 to b975581 Compare March 7, 2025 15:50
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 2 times, most recently from 67ae5e1 to 339dff5 Compare March 14, 2025 15:07
@renovate renovate bot force-pushed the renovate/all-non-breaking branch 14 times, most recently from 458840e to 44f5789 Compare March 21, 2025 10:27
@renovate renovate bot force-pushed the renovate/all-non-breaking branch from 44f5789 to 91b8486 Compare March 24, 2025 07:37
@renovate renovate bot force-pushed the renovate/all-non-breaking branch from 91b8486 to 733b76b Compare March 24, 2025 13:04
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