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 #23

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
lint-staged devDependencies patch 15.2.7 -> 15.2.10 OpenSSF Scorecard
pnpm (source) packageManager minor 9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e -> 9.10.0 OpenSSF Scorecard
renovate (source) dependencies minor 38.18.1 -> 38.77.3 OpenSSF Scorecard

Release Notes

lint-staged/lint-staged (lint-staged)

v15.2.10

Compare Source

Patch Changes

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.9.0

Compare Source

v9.8.0

Compare Source

v9.7.1

Compare Source

v9.7.0: pnpm 9.7

Compare Source

Minor Changes

  • Added pnpm version management. If the manage-package-manager-versions setting is set to true, pnpm will switch to the version specified in the packageManager field of package.json #​8363. This is the same field used by Corepack. Example:

    {
      "packageManager": "pnpm@9.3.0"
    }
  • Added the ability to apply patch to all versions #​8337.

    If the key of pnpm.patchedDependencies is a package name without a version (e.g. pkg), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of pkg installed, pnpm patch pkg and subsequent pnpm patch-commit $edit_dir will create an entry named pkg in pnpm.patchedDependencies. And pnpm will attempt to apply this patch to other versions of pkg in the future.

  • Change the default edit dir location when running pnpm patch from a temporary directory to node_modules/.pnpm_patches/pkg[@​version] to allow the code editor to open the edit dir in the same file tree as the main project #​8379.

  • Substitute environment variables in config keys #​6679.

Patch Changes

  • pnpm install should run node-gyp rebuild if the project has a binding.gyp file even if the project doesn't have an install script #​8293.
  • Print warnings to stderr #​8342.
  • Peer dependencies of optional peer dependencies should be automatically installed #​8323.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

renovatebot/renovate (renovate)

v38.77.3

Compare Source

v38.77.2

Compare Source

v38.77.1

Compare Source

v38.77.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.24.0 (#​31346) (c45c8d6)
Miscellaneous Chores

v38.76.1

Compare Source

v38.76.0

Compare Source

Features
  • presets/workarounds: capture more Red Hat UBI image names (#​31341) (b6694ed)
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.23.8 (#​31337) (b115ccf)
Documentation

v38.75.0

Compare Source

v38.74.1

Compare Source

v38.74.0

Compare Source

v38.73.7

Compare Source

v38.73.6

Compare Source

Bug Fixes
  • dashboard: mend app dashboard was not showing links for closed-ignored PRs (#​31308) (85f1b8e)
Miscellaneous Chores

v38.73.5

Compare Source

v38.73.4

Compare Source

v38.73.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.23.3 (#​31295) (1bce2b7)
Miscellaneous Chores

v38.73.2

Compare Source

v38.73.1

Compare Source

v38.73.0

Compare Source

v38.72.2

Compare Source

v38.72.1

Compare Source

v38.72.0

Compare Source

Features
Code Refactoring

v38.71.0

Compare Source

v38.70.3

Compare Source

v38.70.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.11 (#​31251) (10537af)

v38.70.1

Compare Source

v38.70.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.22.0 (#​31242) (da4964a)
Miscellaneous Chores

v38.69.0

Compare Source

v38.68.1

Compare Source

v38.68.0

Compare Source

v38.67.5

Compare Source

v38.67.4

Compare Source

v38.67.3

Compare Source

v38.67.2

Compare Source

v38.67.1

Compare Source

Bug Fixes
  • managers/pep621: replace missing depName group with managerData (#​31181) (7a65c10)

v38.67.0

Compare Source

v38.66.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.21.4 (#​31183) (6df889a)

v38.66.0

Compare Source

Features
  • workers/repository: Update package files in the same order they're extracted (#​28671) (4cc3107)

v38.65.0

Compare Source

v38.64.2

Compare Source

v38.64.1

Compare Source

v38.64.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.21.2 (#​31086) (3f2637b)

v38.63.0

Compare Source

Features
  • presets/workarounds: Support bellsoft/liberica-runtime-container Image (#​31082) (9449f55)
Bug Fixes

v38.62.0

Compare Source

v38.61.1

Compare Source

Miscellaneous Chores
  • deps: update dependency eslint-import-resolver-typescript to v3.6.3 (#​31157) (576b7b3)
Build System

v38.61.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.9 (#​31154) (25fd14b)
Miscellaneous Chores

v38.60.0

Compare Source

v38.59.3

Compare Source

v38.59.2

Compare Source

Bug Fixes
  • vulnerabilities: do not force exact patch version for NuGet datasource (#​31127) (fbdb8c2)
Miscellaneous Chores

v38.59.1

Compare Source

v38.59.0

Compare Source

Features
Documentation

v38.58.2

Compare Source

Build System

v38.58.1

Compare Source

Documentation
Miscellaneous Chores
Build System

v38.58.0

Compare Source

Features
  • replacements: add eslint-plugin-eslint-comments replacement (#​31103) (deefa65)

v38.57.3

Compare Source

Build System

v38.57.2

Compare Source

Miscellaneous Chores
Build System

v38.57.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update slackapi/slack-github-action action to v1.27.0 (#​31088) (36f66cf)
Code Refactoring

v38.57.0

Compare Source

Features

v38.56.4

Compare Source

Bug Fixes
Documentation

v38.56.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.18.2 (#​31076) (04e14e2)
Build System

v38.56.2

Compare Source

Documentation
Build System

v38.56.1

Compare Source

Bug Fixes
Documentation
Code Refactoring

v38.56.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.18.0 (#​31063) (c3d4cc0)
Miscellaneous Chores
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.108.0 (#​31062) (afe2240)

v38.55.5

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring

v38.55.4

Compare Source

Bug Fixes

v38.55.3

Compare Source

Miscellaneous Chores
Code Refactoring
Build System

v38.55.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.17.2 (#​31040) (5954450)

v38.55.1

Compare Source

Build System

v38.55.0

Compare Source

Features
Bug Fixes
Documentation
  • docker: rewrite using short-lived access tokens (#​30822) (f279c52)
  • nuget: explain authenticated feeds on Azure DevOps need right username (#​29987) (3ee49b6)

v38.54.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.17.1 (#​31024) (77d8099)

v38.54.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.8 (#​31023) (8cc0575)
Documentation
Miscellaneo

Configuration

📅 Schedule: Branch creation - "* 18 1,11,21 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 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 18 times, most recently from fb06df9 to c9e60db Compare August 28, 2024 20:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 6ec5904 to 2ed53a7 Compare September 2, 2024 08:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 97a02e8 to ac2d55d Compare September 9, 2024 21:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 74527a5 to d7de0c8 Compare September 12, 2024 12:55
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

0 participants