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-major dependencies #216

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.23.6 -> 7.23.7 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 6.16.0 -> 6.18.1 age adoption passing confidence peerDependencies minor
@typescript-eslint/eslint-plugin (source) 6.16.0 -> 6.18.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.16.0 -> 6.18.1 age adoption passing confidence peerDependencies minor
@typescript-eslint/parser (source) 6.16.0 -> 6.18.1 age adoption passing confidence devDependencies minor
bundler (source, changelog) "~> 2.4.7" -> "~> 2.5.0" age adoption passing confidence minor
nokogiri "< 1.16" -> "< 1.17" age adoption passing confidence minor
nokogiri "< 1.16" -> "< 1.17" age adoption passing confidence minor
ruby (source) 3.2.2 -> 3.3.0 age adoption passing confidence minor

Release Notes

babel/babel (@​babel/core)

v7.23.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

rubygems/rubygems (bundler)

v2.5.4

Compare Source

Bug fixes:

  • Fix resolution when different platform specific gems have different dependencies #​7324

v2.5.3

Compare Source

Bug fixes:

  • Fix incorrect error when Gemfile overrides a gemspec development dependency #​7319

v2.5.2

Compare Source

Enhancements:

  • Avoid vendored thor gem polluting the global namespace #​7305

Bug fixes:

  • Fix bundle update --bundler when latest version does not support current ruby #​7310
  • Fix incorrect lockfiles being generated in some situations #​7307
  • Fix incorrect re-resolve messages #​7306

v2.5.1

Compare Source

Bug fixes:

  • Fix ruby Gemfile DSL with file: parameter no longer working #​7288

Performance:

  • Save array allocation for every dependency in Gemfile #​7270

v2.5.0

Compare Source

Breaking changes:

  • Drop ruby 2.6 and 2.7 support #​7116
  • The :mswin, :mswin64, :mingw, and :x64_mingw Gemfile platform values are soft-deprecated and aliased to :windows #​6391

Features:

  • Leverage ruby feature to warn when requiring default gems not included in the bundle that will be turned into bundled gems in the future #​6831
  • Introduce bundle config set version feature to choose the version of Bundler that should be used and potentially disable using the lockfile version by setting it to system #​6817

Performance:

  • Use match? when regexp match data is unused #​7263
  • Avoid some allocations when evaluating ruby Gemfile DSL #​7251
  • Reduce array allocations when loading definition #​7199
  • Avoid re-compiling static regexp in a loop #​7198
  • Reduce allocations when installing gems with bundler #​6977
  • Use a shared connection pool for fetching gems #​7079
  • Reduce allocations when parsing compact index #​6971

Enhancements:

  • Add 3.4 as a supported ruby version in Gemfile DSL #​7264
  • Improve install advice when some gems are not found #​7265
  • Vendor net-http, net-protocol, resolv, and timeout to reduce conflicts between Gemfile gems and internal dependencies #​6793
  • Allow bundle pristine to run in parallel #​6927
  • Make bundle lock always touch the lockfile in non-frozen mode #​7220
  • Use Minitest::TestTask in a template file for minitest #​7234
  • Add missing services to CI detection and make it consistent between RubyGems and Bundler #​7205
  • Allow auto-install to install missing git gems #​7197
  • Stop remembering cli flags like --jobs or --retry in configuration #​7191
  • Simplify remembered flags deprecation message #​7189
  • Make sure to require "rubygems" explicitly #​7139
  • Handle development dependencies duplicated in gemspec vs Gemfile #​6014
  • Make lockfiles generated on macOS include a lock for Linux by default #​5700
  • Only add a dummy bundler spec to the metadata source when necessary #​4443

Bug fixes:

  • Resolve ruby file: ".ruby-version" relative to containing Gemfile #​7250
  • Implement opaque ETag in Compact Index to avoid falling back to old index in servers with different etag implementations #​7122
  • Fix bundle install --system deprecation advice #​7190
  • Fix invalid platform removal missing adjacent platforms #​7170

Documentation:

  • Add missing --prefer-local to Synopsis in bundle-install.1.ronn #​7194
  • Update GitHub organization of Standard Ruby in bundle gem output and generated configuration #​6818
  • Replace "prior to" with "immediately after" in bundle gem generated README file #​6338

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 29, 2023 16:07
Copy link
Contributor Author

renovate bot commented Dec 29, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/ostruct-sanitizer/Gemfile.lock
installing v2 tool ruby v3.3.0
[13:13:09.303] INFO (104): Installing tool ruby@3.3.0...
Download failed: https://github.com/containerbase/ruby-prebuild/releases/download/3.3.0/ruby-3.3.0-focal-x86_64.tar.xz
[13:13:09.531] INFO (143): Downloading file ...
    url: "https://github.com/containerbase/ruby-prebuild/releases/download/3.3.0/ruby-3.3.0-focal-x86_64.tar.xz"
    output: "/tmp/renovate/cache/containerbase/625ae42e2e0a4317e8e751365ebbc528f65745b30682f4b2c7e9587f430561c3/ruby-3.3.0-focal-x86_64.tar.xz"
[13:13:09.672] FATAL (143): Response code 500 (Internal Server Error)
    err: {
      "type": "HTTPError",
      "message": "Response code 500 (Internal Server Error)",
      "stack":
          HTTPError: Response code 500 (Internal Server Error)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:42857:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:42912:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:42927:17)
              at Object.onceWrapper (node:events:629:26)
              at ClientRequest.emit (node:events:526:35)
              at ClientRequest.emit (node:domain:488:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
              at TLSSocket.socketOnData (node:_http_client:535:22)
              at TLSSocket.emit (node:events:514:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1704805989551,
        "socket": 1704805989559,
        "lookup": 1704805989560,
        "connect": 1704805989563,
        "secureConnect": 1704805989568,
        "upload": 1704805989568,
        "response": 1704805989660,
        "end": 1704805989669,
        "phases": {
          "wait": 8,
          "dns": 1,
          "tcp": 3,
          "tls": 5,
          "request": 0,
          "firstByte": 92,
          "download": 9,
          "total": 118
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "got (https://github.com/sindresorhus/got)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://github.com/containerbase/ruby-prebuild/releases/download/3.3.0/ruby-3.3.0-focal-x86_64.tar.xz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[13:13:09.675] INFO (143): Download completed with errors  in 145ms.
[13:13:09.689] FATAL (104): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool ruby 3.3.0
    err: {
      "type": "Error",
      "message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "stack":
          Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool ruby 3.3.0
              at makeError (/snapshot/dist/containerbase-cli.js:44225:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:45124:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51949:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52129:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
      "shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "command": "/usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" ruby 3.3.0",
      "exitCode": 1,
      "cwd": "/tmp/renovate/repos/github/powerhome/power-tools/packages/ostruct-sanitizer",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[13:13:09.869] INFO (104): Installed tool ruby with errors in 565ms.


File name: packages/rabbet/Gemfile.lock
installing v2 tool ruby v3.3.0
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[13:13:10.112] INFO (162): Installing tool ruby@3.3.0...
[13:13:10.151] FATAL (162): Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
    err: {
      "type": "Error",
      "message": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "stack":
          Error: Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
              at makeError (/snapshot/dist/containerbase-cli.js:44225:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:45124:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51949:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52129:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
      "shortMessage": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "command": "/usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" ruby 3.3.0",
      "exitCode": 2,
      "cwd": "/tmp/renovate/repos/github/powerhome/power-tools/packages/rabbet",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[13:13:10.161] INFO (162): Installed tool ruby with errors in 48ms.


File name: packages/nitro_config/Gemfile.lock
installing v2 tool ruby v3.3.0
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[13:13:10.396] INFO (205): Installing tool ruby@3.3.0...
[13:13:10.431] FATAL (205): Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
    err: {
      "type": "Error",
      "message": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "stack":
          Error: Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
              at makeError (/snapshot/dist/containerbase-cli.js:44225:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:45124:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51949:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52129:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
      "shortMessage": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "command": "/usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" ruby 3.3.0",
      "exitCode": 2,
      "cwd": "/tmp/renovate/repos/github/powerhome/power-tools/packages/nitro_config",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[13:13:10.437] INFO (205): Installed tool ruby with errors in 41ms.


File name: packages/lumberaxe/Gemfile.lock
[13:13:10.673] INFO (248): Installing tool ruby@3.3.0...
installing v2 tool ruby v3.3.0
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[13:13:10.712] FATAL (248): Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
    err: {
      "type": "Error",
      "message": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "stack":
          Error: Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
              at makeError (/snapshot/dist/containerbase-cli.js:44225:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:45124:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51949:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52129:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
      "shortMessage": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "command": "/usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" ruby 3.3.0",
      "exitCode": 2,
      "cwd": "/tmp/renovate/repos/github/powerhome/power-tools/packages/lumberaxe",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[13:13:10.717] INFO (248): Installed tool ruby with errors in 45ms.


File name: packages/data_taster/Gemfile.lock
[13:13:10.950] INFO (291): Installing tool ruby@3.3.0...
installing v2 tool ruby v3.3.0
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[13:13:10.995] FATAL (291): Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
    err: {
      "type": "Error",
      "message": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "stack":
          Error: Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
              at makeError (/snapshot/dist/containerbase-cli.js:44225:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:45124:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51949:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52129:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
      "shortMessage": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "command": "/usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" ruby 3.3.0",
      "exitCode": 2,
      "cwd": "/tmp/renovate/repos/github/powerhome/power-tools/packages/data_taster",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[13:13:11.011] INFO (291): Installed tool ruby with errors in 60ms.


File name: packages/consent/Gemfile.lock
installing v2 tool ruby v3.3.0
[13:13:11.244] INFO (334): Installing tool ruby@3.3.0...
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[13:13:11.291] FATAL (334): Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
    err: {
      "type": "Error",
      "message": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "stack":
          Error: Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
              at makeError (/snapshot/dist/containerbase-cli.js:44225:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:45124:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51949:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52129:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
      "shortMessage": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "command": "/usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" ruby 3.3.0",
      "exitCode": 2,
      "cwd": "/tmp/renovate/repos/github/powerhome/power-tools/packages/consent",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[13:13:11.306] INFO (334): Installed tool ruby with errors in 61ms.


File name: packages/camel_trail/Gemfile.lock
installing v2 tool ruby v3.3.0
[13:13:11.532] INFO (377): Installing tool ruby@3.3.0...
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
[13:13:11.571] FATAL (377): Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
    err: {
      "type": "Error",
      "message": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "stack":
          Error: Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0
              at makeError (/snapshot/dist/containerbase-cli.js:44225:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:45124:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:51949:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:52129:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:52337:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:2426:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:3539:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:3547:28)
              at async main (/snapshot/dist/containerbase-cli.js:52531:3)
      "shortMessage": "Command failed with exit code 2: /usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "command": "/usr/local/containerbase/bin/install-tool ruby 3.3.0",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" ruby 3.3.0",
      "exitCode": 2,
      "cwd": "/tmp/renovate/repos/github/powerhome/power-tools/packages/camel_trail",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[13:13:11.573] INFO (377): Installed tool ruby with errors in 41ms.


renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 29, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 29, 2023
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f4c8390 to 8767fad Compare January 3, 2024 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8767fad to 9b0ea8b Compare January 5, 2024 17:02
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b0ea8b to b60809a Compare January 5, 2024 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b60809a to 340fa6b Compare January 6, 2024 15:43
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 6, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 9, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 9, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 9, 2024
Copy link
Contributor Author

renovate bot commented Jan 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@xjunior xjunior enabled auto-merge (squash) January 9, 2024 18:36
@xjunior xjunior merged commit c6d60b8 into main Jan 9, 2024
133 checks passed
@xjunior xjunior deleted the renovate/all-minor-patch branch January 9, 2024 18:36
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.

1 participant