Skip to content

fix(deps): update automerge non-major updates #328

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 22.15.12 -> 22.15.18 age adoption passing confidence dependencies patch
node (source) 22.15.0 -> 22.15.1 age adoption passing confidence patch
pnpm (source) 10.10.0 -> 10.11.0 age adoption passing confidence packageManager minor

Release Notes

nodejs/node (node)

v22.15.1

Compare Source

pnpm/pnpm (pnpm)

v10.11.0

Compare Source

Minor Changes
  • A new setting added for pnpm init to create a package.json with type=module, when init-type is module. Works as a flag for the init command too #​9463.

  • Added support for Nushell to pnpm setup #​6476.

  • Added two new flags to the pnpm audit command, --ignore and --ignore-unfixable #​8474.

    Ignore all vulnerabilities that have no solution:

    > pnpm audit --ignore-unfixable

    Provide a list of CVE's to ignore those specifically, even if they have a resolution.

    > pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
  • Added support for recursively running pack in every project of a workspace #​4351.

    Now you can run pnpm -r pack to pack all packages in the workspace.

Patch Changes
  • pnpm version management should work, when dangerouslyAllowAllBuilds is set to true #​9472.
  • pnpm link should work from inside a workspace #​9506.
  • Set the default workspaceConcurrency to Math.min(os.availableParallelism(), 4) #​9493.
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Read updateConfig from pnpm-workspace.yaml #​9500.
  • Add support for recursive pack
  • Remove url.parse usage to fix warning on Node.js 24 #​9492.
  • pnpm run should be able to run commands from the workspace root, if ignoreScripts is set tot true #​4858.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added the dependencies Change in project dependencies. label May 6, 2025
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 929a109 to d68b8e1 Compare May 6, 2025 17:08
@renovate renovate bot assigned rainx May 6, 2025
@renovate renovate bot requested a review from rainx May 6, 2025 17:09
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from d68b8e1 to b814f04 Compare May 6, 2025 23:10
@renovate renovate bot changed the title fix(deps): update dependency @types/node to v22.15.13 fix(deps): update dependency @types/node to v22.15.14 May 6, 2025
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from b814f04 to fb419c4 Compare May 6, 2025 23:11
@renovate renovate bot changed the title fix(deps): update dependency @types/node to v22.15.14 fix(deps): update dependency @types/node to v22.15.15 May 7, 2025
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from fb419c4 to ad1e258 Compare May 7, 2025 20:20
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from ad1e258 to ec4ee51 Compare May 7, 2025 20:21
@renovate renovate bot changed the title fix(deps): update dependency @types/node to v22.15.15 fix(deps): update dependency @types/node to v22.15.16 May 8, 2025
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from ec4ee51 to 7da39d6 Compare May 8, 2025 07:58
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 7da39d6 to eb302e7 Compare May 8, 2025 07:58
@renovate renovate bot changed the title fix(deps): update dependency @types/node to v22.15.16 fix(deps): update dependency @types/node to v22.15.17 May 8, 2025
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from eb302e7 to 3c0a3af Compare May 8, 2025 19:22
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 3c0a3af to 40564c3 Compare May 8, 2025 19:23
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 40564c3 to 293405d Compare May 13, 2025 17:25
@renovate renovate bot changed the title fix(deps): update dependency @types/node to v22.15.17 fix(deps): update automerge non-major updates May 13, 2025
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 293405d to e9c7bc7 Compare May 13, 2025 17:25
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from e9c7bc7 to 708a6d1 Compare May 14, 2025 06:19
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 708a6d1 to 0ce2c95 Compare May 14, 2025 06:20
@renovate renovate bot force-pushed the renovate/automerge-non-major-updates branch from 0ce2c95 to 24451c0 Compare May 14, 2025 23:53
@rainx rainx force-pushed the renovate/automerge-non-major-updates branch from 24451c0 to 465f9b8 Compare May 14, 2025 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant