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

deps(npm): bump renovate from 39.157.0 to 39.164.1 in /dependencies #609

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps renovate from 39.157.0 to 39.164.1.

Release notes

Sourced from renovate's releases.

39.164.1

39.164.1 (2025-02-09)

Bug Fixes

  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.38.8 (#34112) (766abc7)

39.164.0

39.164.0 (2025-02-07)

Features

Miscellaneous Chores

  • deps: update devcontainers/ci action to v0.3.1900000413 (#34093) (a5f044a)
  • deps: update devcontainers/ci action to v0.3.1900000416 (#34098) (323d2b4)
  • deps: update devcontainers/ci action to v0.3.1900000417 (#34103) (7bb785f)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.7.9 (#34104) (9baa26c)
  • deps: update github/codeql-action action to v3.28.9 (#34090) (8ed6e43)
  • eslint: test unused-directives in CI (#34092) (6236bab)
  • tests: lint-fix (#34091) (b20b384)

39.163.0

39.163.0 (2025-02-07)

Features

  • manager/flux: support chartRef in HelmRelease resources (#31962) (bff5159)

39.162.3

39.162.3 (2025-02-07)

Bug Fixes

  • deps: update dependency mkdocs-material to v9.6.3 (#34085) (21dd68c)
  • manager/custom): Revert "fix(manager/custom: Support range strategy with custom managers" (#34083) (335ad54)

Miscellaneous Chores

  • deps: update python:3.13 docker digest to 589ed66 (#34084) (bc21472)

39.162.2

39.162.2 (2025-02-07)

Bug Fixes

  • deps: update ghcr.io/renovatebot/base-image docker tag to v9.38.7 (#34080) (17b240e)

... (truncated)

Commits
  • 766abc7 fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.38.8 (#34112)
  • 50197c9 feat(rawExec): add custom data listeners support (#34066)
  • 7bb785f chore(deps): update devcontainers/ci action to v0.3.1900000417 (#34103)
  • 9baa26c chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.7.9 ...
  • b20b384 chore(tests): lint-fix (#34091)
  • 323d2b4 chore(deps): update devcontainers/ci action to v0.3.1900000416 (#34098)
  • 6236bab chore(eslint): test unused-directives in CI (#34092)
  • a5f044a chore(deps): update devcontainers/ci action to v0.3.1900000413 (#34093)
  • 8ed6e43 chore(deps): update github/codeql-action action to v3.28.9 (#34090)
  • bff5159 feat(manager/flux): support chartRef in HelmRelease resources (#31962)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Update Renovate to 39.164.1.

Bumps [renovate](https://github.com/renovatebot/renovate) from 39.157.0 to 39.164.1.
- [Release notes](https://github.com/renovatebot/renovate/releases)
- [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc.json)
- [Commits](renovatebot/renovate@39.157.0...39.164.1)

---
updated-dependencies:
- dependency-name: renovate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

sourcery-ai bot commented Feb 10, 2025

Reviewer's Guide by Sourcery

This pull request updates the renovate dependency from version 39.157.0 to 39.164.1. The change is implemented by modifying the version in the package.json file and updating the package-lock.json accordingly. This ensures that all dependency metadata reflects the updated renovate version alongside its associated bug fixes, features, and chore updates.

Flow diagram for renovate dependency update

flowchart LR
    A[Start: renovate version 39.157.0] --> B[Update package.json to version 39.164.1]
    B --> C[Update package-lock.json accordingly]
    C --> D[Complete: renovate version bumped to 39.164.1]
Loading

File-Level Changes

Change Details Files
Updated renovate dependency version
  • Modified the version entry in package.json from 39.157.0 to 39.164.1
  • Refreshed package-lock.json to capture the updated dependency tree
dependencies/package.json
dependencies/package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: Build and Test (standard)

Failed stage: Build Image [❌]

Failure summary:

The action failed due to a dependency conflict in the npm installation process:

  • The project requires eslint@^9.19.0, but [email protected] has a peer dependency requiring
    eslint@^7.32.0 || ^8.2.0
  • The npm install failed because of this conflict while running with --strict-peer-deps flag
  • The error suggests using --no-strict-peer-deps, --force, or --legacy-peer-deps to resolve the
    conflict

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    672:  #57 DONE 0.0s
    673:  #58 [actionlint 1/1] FROM docker.io/rhysd/actionlint:1.7.7@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9
    674:  #58 resolve docker.io/rhysd/actionlint:1.7.7@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9 0.0s done
    675:  #58 DONE 0.0s
    676:  #59 [gitleaks 1/1] FROM docker.io/zricethezav/gitleaks:v8.23.3@sha256:8e03b497df3d3080d61f5f13c1ea67c331b5e4c4c475256f67fb3dddcd9e895d
    677:  #59 resolve docker.io/zricethezav/gitleaks:v8.23.3@sha256:8e03b497df3d3080d61f5f13c1ea67c331b5e4c4c475256f67fb3dddcd9e895d 0.0s done
    678:  #59 DONE 0.0s
    679:  #60 importing cache manifest from ghcr.io/khulnasoft-lab/awesome-linter:latest-buildcache
    680:  #60 ERROR: failed to configure registry cache importer: ghcr.io/khulnasoft-lab/awesome-linter:latest-buildcache: not found
    ...
    
    1337:  #78 extracting sha256:c9ac10191e7bfe0fb3c06a324852462a580ab49715ae36368775c9973feee0fb
    1338:  #78 ...
    1339:  #54 [dart 1/1] FROM docker.io/library/dart:3.6.2-sdk@sha256:7a6a4ad2560e46cb6979bd73f46edec0fa7bc092146f5fafefdf3c6568a77e75
    1340:  #54 extracting sha256:0785300a74e92d61d24e3d60a87edaff62d5ede8e74f2e8368f0c52408c49cee 9.1s done
    1341:  #54 extracting sha256:b9859598bb5e58e0449dd2866c56d84cc61eb6220a6b0508aa6717600b468fda 1.5s done
    1342:  #54 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.4s done
    1343:  #54 DONE 21.4s
    1344:  #83 [base_image  3/60] RUN apk add --no-cache   ca-certificates   coreutils   curl   file   git   git-lfs   jq   libxml2-utils   npm   nodejs-current   openjdk17-jre   openssh-client   parallel   perl   php83   php83-ctype   php83-curl   php83-dom   php83-iconv   php83-pecl-igbinary   php83-intl   php83-mbstring   php83-openssl   php83-phar   php83-simplexml   php83-tokenizer   php83-xmlwriter   R   rakudo   ruby   zef
    1345:  #83 10.03 (66/125) Installing perl-error (0.17029-r2)
    ...
    
    1382:  #83 ...
    1383:  #88 [npm-builder 4/4] RUN apk add --no-cache --virtual .node-build-deps   npm   && npm install --strict-peer-deps   && npm cache clean --force   && chown -R "$(id -u)":"$(id -g)" node_modules   && rm -rfv package.json package-lock.json
    1384:  #88 0.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
    1385:  #88 0.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
    1386:  #88 1.500 (1/2) Installing npm (10.9.1-r0)
    1387:  #88 2.180 (2/2) Installing .node-build-deps (20250210.151510)
    1388:  #88 2.189 Executing busybox-1.36.1-r29.trigger
    1389:  #88 2.220 OK: 87 MiB in 40 packages
    1390:  #88 9.665 npm error code ERESOLVE
    1391:  #88 9.669 npm error ERESOLVE could not resolve
    1392:  #88 9.669 npm error
    1393:  #88 9.674 npm error While resolving: [email protected]
    1394:  #88 9.674 npm error Found: [email protected]
    1395:  #88 9.674 npm error node_modules/eslint
    1396:  #88 9.674 npm error   eslint@"^9.19.0" from the root project
    1397:  #88 9.674 npm error   peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/[email protected]
    1398:  #88 9.674 npm error   node_modules/@babel/eslint-parser
    1399:  #88 9.674 npm error     @babel/eslint-parser@"^7.26.5" from the root project
    1400:  #88 9.674 npm error     @babel/eslint-parser@"^7.25.1" from @react-native/[email protected]
    1401:  #88 9.674 npm error     node_modules/@react-native/eslint-config
    1402:  #88 9.674 npm error       @react-native/eslint-config@"^0.77.0" from the root project
    1403:  #88 9.674 npm error     1 more (eslint-plugin-ft-flow)
    1404:  #88 9.674 npm error   24 more (@eslint-community/eslint-utils, ...)
    1405:  #88 9.674 npm error
    1406:  #88 9.674 npm error Could not resolve dependency:
    1407:  #88 9.674 npm error peer eslint@"^7.32.0 || ^8.2.0" from [email protected]
    1408:  #88 9.674 npm error node_modules/eslint-config-airbnb
    1409:  #88 9.674 npm error   eslint-config-airbnb@"^19.0.4" from the root project
    1410:  #88 9.674 npm error
    1411:  #88 9.674 npm error Conflicting peer dependency: [email protected]
    1412:  #88 9.674 npm error node_modules/eslint
    1413:  #88 9.674 npm error   peer eslint@"^7.32.0 || ^8.2.0" from [email protected]
    1414:  #88 9.674 npm error   node_modules/eslint-config-airbnb
    1415:  #88 9.674 npm error     eslint-config-airbnb@"^19.0.4" from the root project
    1416:  #88 9.674 npm error
    1417:  #88 9.674 npm error Fix the upstream dependency conflict, or retry
    1418:  #88 9.674 npm error this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
    1419:  #88 9.674 npm error to accept an incorrect (and potentially broken) dependency resolution.
    1420:  #88 9.674 npm error
    1421:  #88 9.674 npm error
    1422:  #88 9.674 npm error For a full report see:
    1423:  #88 9.674 npm error /root/.npm/_logs/2025-02-10T15_15_12_152Z-eresolve-report.txt
    1424:  #88 9.682 npm error A complete log of this run can be found in: /root/.npm/_logs/2025-02-10T15_15_12_152Z-debug-0.log
    ...
    
    1561:  #85 16.53 *  $ apk add samurai
    1562:  #85 16.53 * which has a "ninja" executable compatible with ninja.
    1563:  #85 16.54 Executing ninja-build-1.12.1-r0.post-install
    1564:  #85 16.54 (61/61) Installing ninja-is-really-ninja (1.12.1-r0)
    1565:  #85 16.54 Executing busybox-1.36.1-r29.trigger
    1566:  #85 16.59 OK: 751 MiB in 88 packages
    1567:  #85 DONE 20.2s
    1568:  #88 [npm-builder 4/4] RUN apk add --no-cache --virtual .node-build-deps   npm   && npm install --strict-peer-deps   && npm cache clean --force   && chown -R "$(id -u)":"$(id -g)" node_modules   && rm -rfv package.json package-lock.json
    1569:  #88 ERROR: process "/bin/sh -c apk add --no-cache --virtual .node-build-deps   npm   && npm install --strict-peer-deps   && npm cache clean --force   && chown -R \"$(id -u)\":\"$(id -g)\" node_modules   && rm -rfv package.json package-lock.json" did not complete successfully: exit code: 1
    ...
    
    1786:  #152 CACHED
    1787:  #153 [standard  2/14] COPY --from=dotnet-sdk /usr/share/dotnet /usr/share/dotnet
    1788:  #153 CANCELED
    1789:  ------
    1790:  > importing cache manifest from ghcr.io/khulnasoft-lab/awesome-linter:latest-buildcache:
    1791:  ------
    1792:  ------
    1793:  > [npm-builder 4/4] RUN apk add --no-cache --virtual .node-build-deps   npm   && npm install --strict-peer-deps   && npm cache clean --force   && chown -R "$(id -u)":"$(id -g)" node_modules   && rm -rfv package.json package-lock.json:
    1794:  9.674 npm error     eslint-config-airbnb@"^19.0.4" from the root project
    1795:  9.674 npm error
    1796:  9.674 npm error Fix the upstream dependency conflict, or retry
    1797:  9.674 npm error this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
    1798:  9.674 npm error to accept an incorrect (and potentially broken) dependency resolution.
    1799:  9.674 npm error
    1800:  9.674 npm error
    1801:  9.674 npm error For a full report see:
    1802:  9.674 npm error /root/.npm/_logs/2025-02-10T15_15_12_152Z-eresolve-report.txt
    1803:  9.682 npm error A complete log of this run can be found in: /root/.npm/_logs/2025-02-10T15_15_12_152Z-debug-0.log
    ...
    
    1808:  86 | >>> RUN apk add --no-cache --virtual .node-build-deps \
    1809:  87 | >>>   npm \
    1810:  88 | >>>   && npm install --strict-peer-deps \
    1811:  89 | >>>   && npm cache clean --force \
    1812:  90 | >>>   && chown -R "$(id -u)":"$(id -g)" node_modules \
    1813:  91 | >>>   && rm -rfv package.json package-lock.json
    1814:  92 |     
    1815:  --------------------
    1816:  ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .node-build-deps   npm   && npm install --strict-peer-deps   && npm cache clean --force   && chown -R \"$(id -u)\":\"$(id -g)\" node_modules   && rm -rfv package.json package-lock.json" did not complete successfully: exit code: 1
    1817:  ##[group]Reference
    1818:  builder-b91ee67a-1034-4531-af14-dfbbe8a2748f/builder-b91ee67a-1034-4531-af14-dfbbe8a2748f0/qkquw39oxnauf1yl96n5vo9w4
    1819:  ##[endgroup]
    1820:  ##[group]Check build summary support
    1821:  Build summary supported!
    1822:  ##[endgroup]
    1823:  ##[error]buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .node-build-deps   npm   && npm install --strict-peer-deps   && npm cache clean --force   && chown -R \"$(id -u)\":\"$(id -g)\" node_modules   && rm -rfv package.json package-lock.json" did not complete successfully: exit code: 1
    ...
    
    1838:  5f398fcfd265: Pull complete
    1839:  152e015ae384: Pull complete
    1840:  Digest: sha256:8a8d92fc2d7cc8a8855400970bb971436fc117bd39366595f55f7e1283a1e961
    1841:  Status: Downloaded newer image for dockereng/export-build:latest
    1842:  Process "docker run" exited with code 0
    1843:  Parsing /home/runner/work/_temp/docker-actions-toolkit-n0pB5H/export/summary.json
    1844:  Build record written to /home/runner/work/_temp/docker-actions-toolkit-n0pB5H/export/khulnasoft-lab~awesome-linter~QKQUW3.dockerbuild (182.11 KB)
    1845:  Uploading khulnasoft-lab~awesome-linter~QKQUW3.dockerbuild to blob storage
    1846:  ERROR: read unix @->/run/docker.sock: use of closed network connection
    ...
    
    1875:  [command]/usr/bin/git version
    1876:  git version 2.48.1
    1877:  Temporarily overriding HOME='/home/runner/work/_temp/966357c9-456d-48e9-a291-6b5743110a56' before making global git config changes
    1878:  Adding repository directory to the temporary git global config as a safe directory
    1879:  [command]/usr/bin/git config --global --add safe.directory /home/runner/work/awesome-linter/awesome-linter
    1880:  [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
    1881:  [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
    1882:  fatal: No url found for submodule path 'chktex' in .gitmodules
    1883:  ##[warning]The process '/usr/bin/git' failed with exit code 128
    

    @github-actions github-actions bot merged commit cc1f3dc into FEAT/fixer Feb 10, 2025
    10 of 13 checks passed
    @github-actions github-actions bot deleted the dependabot/npm_and_yarn/dependencies/renovate-39.164.1 branch February 10, 2025 15:16
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants