Skip to content

chore(deps): update dependency typescript to v7 - #177

Open
renovate[bot] wants to merge 4 commits into
mainfrom
renovate/typescript-7.x
Open

chore(deps): update dependency typescript to v7#177
renovate[bot] wants to merge 4 commits into
mainfrom
renovate/typescript-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^6.0.3^7.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from a team as a code owner July 11, 2026 18:36
@renovate

renovate Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor 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: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @swc-node/register@1.12.1
npm error Found: typescript@7.0.2
npm error node_modules/typescript
npm error   dev typescript@"^7.0.2" from the root project
npm error   peerOptional typescript@"^5.0.0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0" from @expo/require-utils@57.0.4
npm error   node_modules/@expo/require-utils
npm error     @expo/require-utils@"^57.0.4" from @expo/cli@57.0.10
npm error     node_modules/@expo/cli
npm error       @expo/cli@"^57.0.10" from expo@57.0.8
npm error       node_modules/expo
npm error         expo@"57.0.8" from the root project
npm error         11 more (@expo/cli, @expo/dom-webview, @expo/log-box, ...)
npm error     @expo/require-utils@"^57.0.4" from @expo/config@57.0.6
npm error     node_modules/@expo/config
npm error       @expo/config@"~57.0.6" from @expo/cli@57.0.10
npm error       node_modules/@expo/cli
npm error         @expo/cli@"^57.0.10" from expo@57.0.8
npm error         node_modules/expo
npm error       4 more (@expo/local-build-cache-provider, ...)
npm error     4 more (@expo/config-plugins, @expo/image-utils, ...)
npm error   4 more (prettier-plugin-organize-imports, ts-api-utils, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">= 4.3 < 7" from @swc-node/register@1.12.1
npm error node_modules/@swc-node/register
npm error   dev @swc-node/register@"^1.12.1" from the root project
npm error
npm error Conflicting peer dependency: typescript@6.0.3
npm error node_modules/typescript
npm error   peer typescript@">= 4.3 < 7" from @swc-node/register@1.12.1
npm error   node_modules/@swc-node/register
npm error     dev @swc-node/register@"^1.12.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-08-05T13_30_26_215Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-08-05T13_30_26_215Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 9 times, most recently from d90e1a0 to a35e697 Compare July 19, 2026 15:52
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 4 times, most recently from c3c3dae to ca0b4cf Compare July 27, 2026 15:38
@jonmattgray jonmattgray added the triaged This issue or PR has been triaged label Jul 27, 2026
@jonmattgray

Copy link
Copy Markdown
Contributor

@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch 2 times, most recently from 718aa11 to 527b638 Compare August 5, 2026 12:46
@renovate
renovate Bot force-pushed the renovate/typescript-7.x branch from 527b638 to 1742be4 Compare August 5, 2026 13:30
@renovate

renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 95.13%
🟰 ±0%
1446 / 1520
🔵 Statements 95.13%
🟰 ±0%
1446 / 1520
🔵 Functions 98.66%
🟰 ±0%
74 / 75
🔵 Branches 79.28%
🟰 ±0%
134 / 169
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Unchanged Files
src/env.ts 95.45% 20% 100% 95.45% 6-8, 110, 112, 116
src/error.ts 83.52% 76.47% 100% 83.52% 57-61, 77-85
src/ioc.ts 100% 100% 100% 100%
src/logger.ts 92.68% 75% 75% 92.68% 27-29
src/server.ts 93.22% 100% 100% 93.22% 37-38, 41-42
src/version.ts 100% 100% 100% 100%
src/controllers/files/index.ts 97.61% 54.54% 100% 97.61% 53-54
src/controllers/health/index.ts 100% 66.66% 100% 100%
src/lib/db/index.ts 100% 85.71% 100% 100%
src/lib/db/types.ts 100% 100% 100% 100%
src/lib/db/util.ts 93.1% 75% 100% 93.1% 15-16
src/routes/routes.ts 97.18% 37.5% 100% 97.18% 88-89, 131-132
src/services/cloudagent/did.ts 100% 95.23% 100% 100%
src/services/cloudagent/index.ts 95.62% 92.15% 100% 95.62% 201, 205-209, 234, 239-243
src/services/cloudagent/types.ts 100% 100% 100% 100%
src/services/encryption/aesGcm.ts 100% 100% 100% 100%
src/services/encryption/config.ts 100% 100% 100% 100%
src/services/encryption/ecdh.ts 100% 100% 100% 100%
src/services/encryption/index.ts 100% 100% 100% 100%
src/storageClass/index.ts 76.31% 52.94% 100% 76.31% 19-20, 22-30, 32-35, 57-58, 68-69, 85-87, 91-93, 95-96
Generated in workflow #930 for commit 888af26 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies npm triaged This issue or PR has been triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants