Skip to content

Update all non-major dependencies #51

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

Merged
merged 1 commit into from
Apr 14, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-node action minor v4.3.0 -> v4.4.0 age adoption passing confidence
int128/wait-for-workflows-action action minor v1.37.0 -> v1.38.0 age adoption passing confidence
pnpm (source) packageManager minor 10.7.1 -> 10.8.0 age adoption passing confidence
typescript (source) devDependencies patch 5.8.2 -> 5.8.3 age adoption passing confidence

Release Notes

actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

int128/wait-for-workflows-action (int128/wait-for-workflows-action)

v1.38.0

Compare Source

What's Changed

Full Changelog: int128/wait-for-workflows-action@v1.37.0...v1.38.0

pnpm/pnpm (pnpm)

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.
microsoft/TypeScript (typescript)

v5.8.3

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 enabled auto-merge (squash) April 14, 2025 03:12
@renovate renovate bot merged commit ac194a1 into main Apr 14, 2025
4 of 5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 14, 2025 03:12
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