Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) 2.27.10 -> 2.29.7 age confidence
@tsconfig/strictest (source) 2.0.5 -> 2.0.7 age confidence
@vitest/coverage-v8 (source) 2.1.5 -> 4.0.8 age confidence
@vitest/ui (source) 2.1.5 -> 4.0.8 age confidence
typedoc (source) 0.26.11 -> 0.28.14 age confidence
typescript (source) 5.6.3 -> 5.9.3 age confidence
vite (source) 5.4.11 -> 7.2.2 age confidence
vite-tsconfig-paths 5.1.3 -> 5.1.4 age confidence
vitest (source) 2.1.5 -> 4.0.8 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes

v2.29.5

Compare Source

Patch Changes

v2.29.4

Compare Source

Patch Changes

v2.29.3

Compare Source

Patch Changes

v2.29.2

Compare Source

Patch Changes

v2.29.1

Compare Source

Patch Changes

v2.29.0

Compare Source

Minor Changes

v2.28.1

Compare Source

Patch Changes

v2.28.0

Compare Source

Minor Changes
Patch Changes

v2.27.12

Compare Source

Patch Changes

v2.27.11

Compare Source

Patch Changes
tsconfig/bases (@​tsconfig/strictest)

v2.0.7

Compare Source

v2.0.6

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.4

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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
Copy link
Contributor Author

renovate bot commented Nov 25, 2024

⚠️ 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.
(node:977) ExperimentalWarning: CommonJS module /opt/containerbase/tools/npm/11.6.2/23.3.0/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /opt/containerbase/tools/npm/11.6.2/23.3.0/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @sveltejs/[email protected]
npm error Found: [email protected]
npm error node_modules/vite
npm error   dev vite@"7.2.2" from the root project
npm error   vite@"^6.0.0 || ^7.0.0" from [email protected]
npm error   node_modules/vitest
npm error     dev vitest@"4.0.8" from the root project
npm error     peer vitest@"4.0.8" from @vitest/[email protected]
npm error     node_modules/@vitest/coverage-v8
npm error       dev @vitest/coverage-v8@"4.0.8" from the root project
npm error     1 more (@vitest/ui)
npm error   1 more (vite-tsconfig-paths)
npm error
npm error Could not resolve dependency:
npm error peer vite@"^5.0.3" from @sveltejs/[email protected]
npm error node_modules/@sveltejs/kit
npm error   peer @sveltejs/kit@"^2.0.0" from @sveltejs/[email protected]
npm error   node_modules/@sveltejs/adapter-static
npm error     dev @sveltejs/adapter-static@"3.0.1" from documentation-website@undefined
npm error     website
npm error       documentation-website@undefined
npm error       node_modules/documentation-website
npm error   dev @sveltejs/kit@"2.5.9" from documentation-website@undefined
npm error   website
npm error     documentation-website@undefined
npm error     node_modules/documentation-website
npm error       workspace website from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/vite
npm error   peer vite@"^5.0.3" from @sveltejs/[email protected]
npm error   node_modules/@sveltejs/kit
npm error     peer @sveltejs/kit@"^2.0.0" from @sveltejs/[email protected]
npm error     node_modules/@sveltejs/adapter-static
npm error       dev @sveltejs/adapter-static@"3.0.1" from documentation-website@undefined
npm error       website
npm error         documentation-website@undefined
npm error         node_modules/documentation-website
npm error     dev @sveltejs/kit@"2.5.9" from documentation-website@undefined
npm error     website
npm error       documentation-website@undefined
npm error       node_modules/documentation-website
npm error         workspace website from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error 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/2025-11-10T20_46_16_382Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-11-10T20_46_16_382Z-debug-0.log

@changeset-bot
Copy link

changeset-bot bot commented Nov 25, 2024

⚠️ No Changeset found

Latest commit: b215fde

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

@netlify
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for moderndash failed.

Name Link
🔨 Latest commit b215fde
🔍 Latest deploy log https://app.netlify.com/projects/moderndash/deploys/690e0ab8e66b1d000851f4f7

@renovate renovate bot force-pushed the renovate/moderndash-repo branch from 3c10de3 to 64ed4e2 Compare November 26, 2024 15:21
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5.7.2 chore(deps): update moderndash repo dependencies Nov 26, 2024
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 7 times, most recently from de778b3 to cde8823 Compare December 2, 2024 16:00
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 4 times, most recently from 898491d to 1559294 Compare December 9, 2024 03:07
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 4 times, most recently from 44a6803 to f7e97ce Compare December 20, 2024 13:27
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 2 times, most recently from bbbaee2 to 02885e6 Compare December 26, 2024 05:20
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 2 times, most recently from 3aa412d to 2e56f59 Compare January 8, 2025 22:58
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 5 times, most recently from 3404749 to 36359bc Compare January 20, 2025 20:58
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 2 times, most recently from 0002f96 to 6d5f749 Compare August 25, 2025 05:55
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 2 times, most recently from a8b434a to 888df8d Compare September 8, 2025 10:10
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 2 times, most recently from 1b8cc94 to d0dbcdf Compare September 15, 2025 01:26
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 3 times, most recently from 0eff711 to 6c854dd Compare September 23, 2025 06:05
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 3 times, most recently from 183cb7b to 90e2023 Compare October 3, 2025 01:58
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 2 times, most recently from 1c7edd6 to 0a51d62 Compare October 14, 2025 14:31
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 5 times, most recently from c1a1fc9 to 787efb6 Compare October 24, 2025 16:45
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 4 times, most recently from 46ae64d to 8430e3d Compare October 31, 2025 17:36
@renovate renovate bot force-pushed the renovate/moderndash-repo branch 5 times, most recently from fae7292 to da161b4 Compare November 7, 2025 11:51
@renovate renovate bot force-pushed the renovate/moderndash-repo branch from da161b4 to b215fde Compare November 7, 2025 15:05
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