Skip to content

chore(deps): update all non-major dependencies (js/ts)#43

Draft
Copilot wants to merge 3 commits intorenovate/all-minor-patch-js-tsfrom
copilot/sub-pr-34
Draft

chore(deps): update all non-major dependencies (js/ts)#43
Copilot wants to merge 3 commits intorenovate/all-minor-patch-js-tsfrom
copilot/sub-pr-34

Conversation

Copy link

Copilot AI commented Mar 18, 2026

Renovate PRs don't regenerate dist/index.js, causing the ci-build check to fail on every dependency update PR.

Changes

  • renovate.json5: Add postUpgradeTasks to run pnpm install --frozen-lockfile && pnpm run build per branch after updates, committing any changes under dist/**
  • dist/index.js: Rebuilt to fix CI on this PR
  • biome.json: Update $schema to 2.4.6 to match upgraded biome version
  • .husky/pre-commit: Exclude dist/ from biome file list — biome 2.4.x now treats dist/ as a generated directory and exits with error code 1 when passed such paths explicitly, breaking the hook
"postUpgradeTasks": {
  "commands": ["pnpm install --frozen-lockfile", "pnpm run build"],
  "fileFilters": ["dist/**"],
  "executionMode": "branch"
}

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

@changeset-bot
Copy link

changeset-bot bot commented Mar 18, 2026

⚠️ No Changeset found

Latest commit: 905d1f2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@secaccount
Copy link

secaccount commented Mar 18, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

… 2.4.6 compat

Co-authored-by: lavoiesl <1216046+lavoiesl@users.noreply.github.com>
Copilot AI changed the title [WIP] chore(deps): update all non-major dependencies (js/ts) chore(deps): update all non-major dependencies (js/ts) Mar 18, 2026
Copilot AI requested a review from lavoiesl March 18, 2026 13:19
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch-js-ts branch from 7f81ff2 to cee87ff Compare March 20, 2026 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants