Skip to content

chore(monorepo): update auto-merge non-major dependencies - #4

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/auto-merge-non-major-dependencies
Open

chore(monorepo): update auto-merge non-major dependencies#4
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/auto-merge-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Feb 16, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@nx/devkit (source) ^22.7.5^22.7.8 age confidence pnpm.catalog.default patch
@nx/eslint-plugin (source) 22.7.522.7.8 age confidence pnpm.catalog.default patch
@nx/js (source) 22.7.522.7.8 age confidence pnpm.catalog.default patch
@nx/plugin (source) 22.7.522.7.8 age confidence pnpm.catalog.default patch
@nx/vite (source) 22.7.522.7.8 age confidence pnpm.catalog.default patch
@nx/vitest (source) 22.7.522.7.8 age confidence pnpm.catalog.default patch
@nx/workspace (source) 22.7.522.7.8 age confidence pnpm.catalog.default patch
@storm-software/config (source) ^1.138.6^1.138.70 age confidence pnpm.catalog.default patch
@storm-software/config-tools (source) ^1.190.69^1.190.134 age confidence pnpm.catalog.default patch
@storm-software/cspell (source) ^0.46.137^0.46.201 age confidence pnpm.catalog.default patch
@storm-software/eslint (source) ^0.170.102^0.170.169 age confidence pnpm.catalog.default patch
@storm-software/git-tools (source) ^2.131.76^2.131.142 age confidence pnpm.catalog.default patch
@storm-software/linting-tools (source) ^1.133.99^1.134.64 age confidence pnpm.catalog.default minor
@storm-software/markdownlint (source) ^0.30.225^0.30.289 age confidence pnpm.catalog.default patch
@storm-software/pnpm-tools (source) ^0.7.80^0.7.148 age confidence pnpm.catalog.default patch
@storm-software/prettier (source) ^0.59.122^0.59.187 age confidence pnpm.catalog.default patch
@storm-software/tsconfig (source) ^0.48.136^0.48.200 age confidence pnpm.catalog.default patch
@storm-software/untyped (source) ^0.24.211^0.24.276 age confidence pnpm.catalog.default patch
@storm-software/workspace-tools (source) ^1.296.49^1.297.3 age confidence pnpm.catalog.default minor
@swc-node/register ^1.11.1^1.12.1 age confidence pnpm.catalog.default minor
@swc/core (source) ^1.15.41^1.16.1 age confidence pnpm.catalog.default minor
@types/node (source) ^25.9.3^25.9.5 age confidence pnpm.catalog.default patch
@typescript/native-preview (source) 7.0.0-dev.20251218.37.0.0-dev.20260707.2 age confidence pnpm.catalog.default patch
GitGuardian/ggshield v1.39.0v1.54.0 age confidence action minor
cookie >=0.7.0>=0.7.2 age confidence pnpm-workspace.overrides patch
debug >=4.4.0>=4.4.3 age confidence pnpm-workspace.overrides patch
esbuild ^0.27.7^0.28.2 age confidence pnpm.catalog.default minor
eslint (source) ^10.5.0^10.9.1 age confidence pnpm.catalog.default minor
follow-redirects >=1.15.9>=1.16.0 age confidence pnpm-workspace.overrides minor
got >=14.4.5>=14.6.6 age confidence pnpm-workspace.overrides minor
markdown-it >=14.1.0>=14.3.1 age confidence pnpm-workspace.overrides minor
node (source) 26.3.026.8.1 age confidence minor
node (source) >=26.3.0>=26.8.1 age confidence engines minor
parse-path >=7.0.0>=7.1.0 age confidence pnpm-workspace.overrides minor
path-to-regexp >=0.1.12>=0.2.5 age confidence pnpm-workspace.overrides minor
postcss (source) >=8.5.1>=8.5.26 age confidence pnpm-workspace.overrides patch
prettier (source) ^3.8.4^3.9.6 age confidence pnpm.catalog.default minor
shell-quote >=1.8.2>=1.10.0 age confidence pnpm-workspace.overrides minor
sherif ^1.0.0^1.13.0 age confidence pnpm.catalog.default minor
simple-git (source) >=3.27.0>=3.36.0 age confidence pnpm-workspace.overrides minor
styfle/cancel-workflow-action 0.12.10.13.1 age confidence action minor
tsdown (source) ^0.22.2^0.22.14 age confidence pnpm.catalog.default patch
verdaccio (source) 6.0.56.10.1 age confidence pnpm.catalog.default minor
vite (source) ^8.0.16^8.2.2 age confidence pnpm.catalog.default minor
vitest (source) ~4.1.8~4.1.11 age confidence pnpm.catalog.default patch

Release Notes

nrwl/nx (@​nx/devkit)

v22.7.8

Compare Source

22.7.8 (2026-07-30)
🩹 Fixes
  • angular-rspack: dispose stylesheet bundler so one-shot builds exit (#​35869)
  • core: use workspace package manager when fetching migrations via install (#​35866)
  • core: omit peer dependencies when installing packages to a temp dir (#​36295)
  • core: prevent shell injection in nx import (#​36348)
  • core: stop passing git revisions through a shell in affected commands (#​36379)
  • core: allow nx build scripts in generated pnpm-workspace.yaml (#​35564)
  • core: acknowledge @​swc/core build script in generated pnpm-workspace.yaml (#​35608)
  • core: keep real dependencies when omitting peers from npm temp installs (#​36518, #​36295)
  • core: bump pinned axios and brace-expansion past vulnerable versions (#​36507, #​36474)
  • detox: resolve jest versions locally instead of importing @​nx/jest internals (3ce3f6ab6e)
  • docker: run release pipeline docker commands without a shell (#​36505)
  • js: exclude typescript 7 from supported versions on 22.7.x (dc804964e9)
  • js: resolve the verdaccio bin through its package.json (#​36479)
  • misc: use default import for chalk in @​nx/workspace output.ts (#​35523, #​35521, #​34111, #​21201, #​26667)
  • repo: use default inputs instead of the '...' token in nx-dev on 22.7.x (#​35530)
  • repo: trust wix/brew tap so macOS detox CI can install applesimutils (#​36146)
  • testing: seed typescript before plugins in e2e workspaces to avoid TS7 stub (7f5ffbfcbc)
❤️ Thank You

v22.7.7

Compare Source

22.7.7 (2026-07-10)

🩹 Fixes
  • core: prevent path traversal / zip-slip in self-hosted remote cache (#​36116)
  • core: warn when the self-hosted remote cache disables TLS verification (NXC-4593) (#​36132, #​36116)
  • dotnet: declare obj as a publish output to fix sandbox violation (#​35858)
  • dotnet: declare directory build props input for analyzer dotnet tasks (df7540195a)
  • dotnet: declare directory build props on the separate release build target (6545ee2222)
  • dotnet: declare directory build props on the analyzer tests dotnet targets (e72ee0dd79)
❤️ Thank You

v22.7.6

Compare Source

22.7.6 (2026-06-23)
🩹 Fixes
  • misc: bump happy-dom, tmp, and form-data to patched versions (#​36013)
❤️ Thank You
storm-software/storm-ops (@​storm-software/config)

v1.138.70

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.286

v1.138.69

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.285

v1.138.68

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.284

v1.138.67

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.283

v1.138.66

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.282

v1.138.65

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.281

v1.138.64

Compare Source

Miscellaneous
  • monorepo: Update workspace package dependencies (23b021d2c)
Updated Dependencies
  • Updated testing-tools to v1.119.280

v1.138.63

Compare Source

Bug Fixes
  • git-tools: Added prettier-plugin-sh dependency to package (618da22c4)
Updated Dependencies
  • Updated testing-tools to v1.119.279

v1.138.62

Compare Source

Bug Fixes
  • eslint: Resolve issues with built eslint configuration packages (38a4294c6)
Updated Dependencies
  • Updated testing-tools to v1.119.278

v1.138.61

Compare Source

Bug Fixes
  • esbuild: Resolve issue with bundled package import paths (b1efcaf7e)
Updated Dependencies
  • Updated testing-tools to v1.119.277

v1.138.60

Compare Source

Miscellaneous
  • eslint: Update build process to use tsdown package (e714f6822)
Updated Dependencies
  • Updated testing-tools to v1.119.276

v1.138.59

Compare Source

Bug Fixes
  • eslint: Remove incorrectly bundled dependency (7619f2dfe)
Updated Dependencies
  • Updated testing-tools to v1.119.275

v1.138.58

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.274

v1.138.57

Compare Source

Bug Fixes
  • monorepo: Resolved issues around duplicate dependency versions (64ab34d45)
  • monorepo: Update all repository packages to resolve hoisting issues (8dca67b78)
Updated Dependencies
  • Updated testing-tools to v1.119.273

v1.138.56

Compare Source

Bug Fixes
  • monorepo: Further updates to resolve inlined dependency issues (53d8e155d)
Updated Dependencies
  • Updated testing-tools to v1.119.272

v1.138.55

Compare Source

Bug Fixes
  • eslint: Resolve issue with invalid mdast-util-to-string version (9eed4dff9)
Updated Dependencies
  • Updated testing-tools to v1.119.271

v1.138.54

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.270

v1.138.53

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.269

v1.138.52

Compare Source

Bug Fixes
  • monorepo: Resolve issue with multiple ajv versions (8b585981b)
  • eslint: Resolve issue with invalid ajv dependency version (123da824b)
Updated Dependencies
  • Updated testing-tools to v1.119.268

v1.138.51

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.267

v1.138.50

Compare Source

Miscellaneous
  • monorepo: Update workspace's lockfile (8d9825be1)
Bug Fixes
  • eslint: Resolve issue with invalid dependency versions (9813a20e4)
Updated Dependencies
  • Updated testing-tools to v1.119.266

v1.138.49

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' peer dependencies (8826d672f)
Updated Dependencies
  • Updated testing-tools to v1.119.265

v1.138.48

Compare Source

Bug Fixes
  • workspace-tools: Resolve issue with missing package dependencies (8183837f8)
Updated Dependencies
  • Updated testing-tools to v1.119.264

v1.138.47

Compare Source

Bug Fixes
  • prettier: Resolve issue causing exclude files from being part of release (137627bfa)
Updated Dependencies
  • Updated testing-tools to v1.119.263

v1.138.46

Compare Source

Bug Fixes
  • package-constants: Resolve issue with incorrect package prefix (24eb88022)
Updated Dependencies
  • Updated testing-tools to v1.119.262

v1.138.45

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' dependencies (c5d409dab)
Updated Dependencies
  • Updated testing-tools to v1.119.261

v1.138.44

Compare Source

Miscellaneous
  • monorepo: Added back the missing bin property from package.json files (338c62167)
Updated Dependencies
  • Updated testing-tools to v1.119.260

v1.138.43

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' README.md files (85e8622c2)
  • workspace-tools: Ensure exec command is run via package manager (7e2a93628)
Updated Dependencies
  • Updated testing-tools to v1.119.259

v1.138.42

Compare Source

Miscellaneous
  • workspace-tools: Ensure exec command is run via package manager (7e2a93628)
Updated Dependencies
  • Updated testing-tools to v1.119.258

v1.138.41

Compare Source

Bug Fixes
  • workspace-tools: Resolve issue importing pnpm-tools and bun-tools in release executor (86856d0bd)
Updated Dependencies
  • Updated testing-tools to v1.119.257

v1.138.38

Compare Source

Miscellaneous
  • git-tools: Added nested bun and pnpm modules for lefthook (1a543f7f5)
Updated Dependencies
  • Updated testing-tools to v1.119.254

v1.138.36

Compare Source

Miscellaneous
  • bun-tools: Display full error details during update (f1c4902a7)
Updated Dependencies
  • Updated testing-tools to v1.119.252

v1.138.35

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.251

v1.138.29

Compare Source

Miscellaneous
  • monorepo: Update workspace's lockfiles (cf18a1819)
  • workspace-tools: Rename prod profile to release for consistency (7c676ed98)
Updated Dependencies
  • Updated testing-tools to v1.119.245

v1.138.28

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' README.md files (07018210f)
Updated Dependencies
  • Updated testing-tools to v1.119.244

v1.138.27

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' dependencies (e3ad71111)
Updated Dependencies
  • Updated testing-tools to v1.119.243

v1.138.26

Compare Source

Bug Fixes
  • monorepo: Set NX_PREFER_NODE_STRIP_TYPES to false to resolve release issue (6d8d78727)
Updated Dependencies
  • Updated testing-tools to v1.119.242

v1.138.23

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' dependencies (8cfa3011d)
Updated Dependencies
  • Updated testing-tools to v1.119.239

v1.138.22

Compare Source

Miscellaneous
  • monorepo: Disable treefmt to prevent build issues (0d2e21f3f)
Updated Dependencies
  • Updated testing-tools to v1.119.238

v1.138.21

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.237

v1.138.20

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' dependencies (94184a932)
  • monorepo: Update workspace packages' dependencies (5580e18dc)
Updated Dependencies
  • Updated testing-tools to v1.119.236

v1.138.19

Compare Source

Miscellaneous
  • monorepo: Update repository packages' dependencies (6f81fb5b5)
Updated Dependencies
  • Updated testing-tools to v1.119.235

v1.138.18

Compare Source

Bug Fixes
  • workspace-tools: Resolve issue applying the cargo project name parameter (f927214be)
Updated Dependencies
  • Updated testing-tools to v1.119.234

v1.138.17

Compare Source

Miscellaneous
  • monorepo: Upgrade workspace packages' dependencies (fcc009e9d)
Updated Dependencies
  • Updated testing-tools to v1.119.233

v1.138.16

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.232

v1.138.15

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' dependencies (5b4faf445)
Features
  • npm-tools: Updated getVersion function to allow retries and timeout options (c1ebc0184)
Updated Dependencies
  • Updated testing-tools to v1.119.231

v1.138.14

Compare Source

Bug Fixes
  • pnpm-tools: Resolve issue with replace statement when formatting semver (f9e233720)
Updated Dependencies
  • Updated testing-tools to v1.119.230

v1.138.13

Compare Source

Miscellaneous
  • monorepo: Update workspace packages' dependencies (ab5da025e)
Updated Dependencies
  • Updated testing-tools to v1.119.229

v1.138.12

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.228

v1.138.11

Compare Source

Miscellaneous
  • monorepo: Regenerate workspace packages' README.md files (1090c1b70)
Updated Dependencies
  • Updated testing-tools to v1.119.227

v1.138.10

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.226

v1.138.9

Compare Source

Bug Fixes
  • eslint: Remove unneeded tsdoc dependency for eslint config (7ccbee070)
Updated Dependencies
  • Updated testing-tools to v1.119.225

v1.138.8

Compare Source

Bug Fixes
  • eslint: Resolve issue with eslint importing patched dependency directly (864f5d538)
Updated Dependencies
  • Updated testing-tools to v1.119.224

v1.138.7

Compare Source

Updated Dependencies
  • Updated testing-tools to v1.119.286
storm-software/storm-ops (@​storm-software/config-tools)

v1.190.134

Compare Source

Updated Dependencies
  • Updated config to v1.138.70
  • Updated testing-tools to v1.119.286

v1.190.133

Compare Source

Updated Dependencies
  • Updated config to v1.138.69
  • Updated testing-tools to v1.119.285

v1.190.132

Compare Source

Updated Dependencies
  • Updated config to v1.138.68
  • Updated testing-tools to v1.119.284

v1.190.131

Compare Source

Updated Dependencies
  • Updated config to v1.138.67
  • Updated testing-tools to v1.119.283

v1.190.130

Compare Source

Updated Dependencies
  • Updated config to v1.138.66
  • Updated testing-tools to v1.119.282

v1.190.129

Compare Source

Miscellaneous
  • bun-tools: Update storm-bun to include improved error logging (97d65d1d3)

v1.190.128

Compare Source

Updated Dependencies
  • Updated config to v1.138.65
  • Updated testing-tools to v1.119.281

v1.190.127

Compare Source

Miscellaneous
  • monorepo: Update workspace package dependencies (23b021d2c)
Updated Dependencies
  • Updated config to v1.138.64
  • Updated testing-tools to v1.119.280

v1.190.126

Compare Source

Bug Fixes
  • git-tools: Added prettier-plugin-sh dependency to package (618da22c4)
Updated Dependencies
  • Updated config to **

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 2am and before 3am"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from sullivanpj as a code owner February 16, 2025 07:45
@renovate
renovate Bot enabled auto-merge February 16, 2025 07:45
@renovate

renovate Bot commented Feb 16, 2025

Copy link
Copy Markdown
Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 3 times, most recently from d1e2ab4 to 0b76cc3 Compare February 22, 2025 19:39
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 3 times, most recently from 03f3ad5 to 43c8793 Compare March 1, 2025 15:37
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 5 times, most recently from 3d24061 to 36d09c7 Compare March 11, 2025 03:52
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 3 times, most recently from 8dca39a to 5965934 Compare March 18, 2025 23:45
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 4 times, most recently from cc1aa0a to fb3a963 Compare March 27, 2025 00:00
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 4 times, most recently from 845b5c9 to b31d96a Compare April 5, 2025 03:43
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 4 times, most recently from 1a354c5 to 273baee Compare April 12, 2025 15:29
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 2 times, most recently from 2e83ce0 to 044bdd8 Compare August 17, 2025 16:00
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch from 044bdd8 to 4eb3275 Compare August 24, 2025 03:14
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch from 4eb3275 to 7c1a10b Compare September 1, 2025 02:35
Comment thread .github/workflows/gitguardian.yml Fixed
@renovate
renovate Bot force-pushed the renovate/auto-merge-non-major-dependencies branch 5 times, most recently from 0e7d0b8 to 21237f7 Compare September 7, 2025 03:38
@socket-security

socket-security Bot commented Oct 20, 2025

Copy link
Copy Markdown

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

Comment thread .github/workflows/gitguardian.yml Fixed
Comment thread .github/workflows/gitguardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
uses: styfle/cancel-workflow-action@0.13.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action or reusable workflow Medium

Unpinned 3rd party Action 'CodeQL Scan' step
Uses Step
uses 'styfle/cancel-workflow-action' with ref '0.13.1', not a pinned commit hash
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
@renovate

renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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: pnpm-lock.yaml
[ERR_PNPM_UNSUPPORTED_ENGINE] Unsupported environment (bad pnpm and/or Node.js version)

Your Node version is incompatible with "/tmp/renovate/repos/github/storm-software/monorepo-template".

Expected version: >=26.8.1
Got: 26.3.0

This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.

Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed
Comment thread .github/workflows/git-guardian.yml Fixed

- name: GitGuardian scan
uses: GitGuardian/ggshield/actions/secret@v1.39.0
uses: GitGuardian/ggshield/actions/secret@v1.54.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action or reusable workflow Medium

Unpinned 3rd party Action 'GitGuardian Scan' step
Uses Step
uses 'GitGuardian/ggshield/actions/secret' with ref 'v1.54.0', not a pinned commit hash
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