[PR #1298] [MERGED] chore(deps): update dev-dependencies #1410

Closed
opened 2025-11-01 21:18:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1298
Author: @renovate[bot]
Created: 8/16/2025
Status: Merged
Merged: 8/18/2025
Merged by: @kolaente

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • 25052ff chore(deps): update dev-dependencies

📊 Changes

2 files changed (+174 additions, -174 deletions)

View changed files

📝 frontend/package.json (+3 -3)
📝 frontend/pnpm-lock.yaml (+171 -171)

📄 Description

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 22.17.1 -> 22.17.2 age confidence
@vue/tsconfig 0.7.0 -> 0.8.1 age confidence
rollup (source) 4.46.2 -> 4.46.3 age confidence

Release Notes

vuejs/tsconfig (@​vue/tsconfig)

v0.8.1

Compare Source

v0.8.0

Compare Source

Breaking Changes

If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: https://github.com/vuejs/tsconfig/compare/v0.7.0...v0.8.0

rollup/rollup (rollup)

v4.46.3

Compare Source

2025-08-18

Bug Fixes
  • Resolve illegal instruction error on arm64 architectures (#​6055)
  • Resolve sourcemap generation performance regression (#​6057)
Pull Requests

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1298 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/16/2025 **Status:** ✅ Merged **Merged:** 8/18/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`25052ff`](https://github.com/go-vikunja/vikunja/commit/25052ff7fea79ff46a3da445bc026256f4c7cf79) chore(deps): update dev-dependencies ### 📊 Changes **2 files changed** (+174 additions, -174 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+3 -3) 📝 `frontend/pnpm-lock.yaml` (+171 -171) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.17.1` -> `22.17.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.1/22.17.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.17.1/22.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vue/tsconfig](https://redirect.github.com/vuejs/tsconfig) | [`0.7.0` -> `0.8.1`](https://renovatebot.com/diffs/npm/@vue%2ftsconfig/0.7.0/0.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2ftsconfig/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2ftsconfig/0.7.0/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.46.2` -> `4.46.3`](https://renovatebot.com/diffs/npm/rollup/4.46.2/4.46.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.46.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.46.2/4.46.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/tsconfig (@&#8203;vue/tsconfig)</summary> ### [`v0.8.1`](https://redirect.github.com/vuejs/tsconfig/compare/v0.8.0...4a223b286dde66b8e70608b09ee2ca3ed41d76d7) [Compare Source](https://redirect.github.com/vuejs/tsconfig/compare/v0.8.0...4a223b286dde66b8e70608b09ee2ca3ed41d76d7) ### [`v0.8.0`](https://redirect.github.com/vuejs/tsconfig/releases/tag/v0.8.0) [Compare Source](https://redirect.github.com/vuejs/tsconfig/compare/v0.7.0...v0.8.0) ##### Breaking Changes - feat: disable `libReplacement` for better performance by [@&#8203;ntnyq](https://redirect.github.com/ntnyq) in [https://github.com/vuejs/tsconfig/pull/35](https://redirect.github.com/vuejs/tsconfig/pull/35) - feat!: enable `noUncheckedIndexedAccess` and `exactOptionalPropertyTypes` by [@&#8203;haoqunjiang](https://redirect.github.com/haoqunjiang) in [https://github.com/vuejs/tsconfig/pull/36](https://redirect.github.com/vuejs/tsconfig/pull/36) *** If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options: - After upgrading to `@vue/tsconfig`, use [`supress-ts-errors`](https://redirect.github.com/kawamataryo/suppress-ts-errors) (`npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue`) to insert `@ts-expect-error` comments in your current codebase. - This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time. **Full Changelog**: https://github.com/vuejs/tsconfig/compare/v0.7.0...v0.8.0 </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.46.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4463) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.46.2...v4.46.3) *2025-08-18* ##### Bug Fixes - Resolve illegal instruction error on arm64 architectures ([#&#8203;6055](https://redirect.github.com/rollup/rollup/issues/6055)) - Resolve sourcemap generation performance regression ([#&#8203;6057](https://redirect.github.com/rollup/rollup/issues/6057)) ##### Pull Requests - [#&#8203;6043](https://redirect.github.com/rollup/rollup/pull/6043): Avoid `generated by` comment diff on Windows ([@&#8203;sapphi-red](https://redirect.github.com/sapphi-red)) - [#&#8203;6048](https://redirect.github.com/rollup/rollup/pull/6048): chore(deps): update dependency cross-env to v10 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6049](https://redirect.github.com/rollup/rollup/pull/6049): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6055](https://redirect.github.com/rollup/rollup/pull/6055): Fix illegal instruction error on arm64 by enabling `no_opt_arch` feature for mimalloc-safe ([@&#8203;sapphi-red](https://redirect.github.com/sapphi-red)) - [#&#8203;6057](https://redirect.github.com/rollup/rollup/pull/6057): fix: tweak the fallback logic for tracing segment ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6062](https://redirect.github.com/rollup/rollup/pull/6062): docs: update Rust toolchain instructions ([@&#8203;situ2001](https://redirect.github.com/situ2001), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6063](https://redirect.github.com/rollup/rollup/pull/6063): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6067](https://redirect.github.com/rollup/rollup/pull/6067): chore(deps): update actions/checkout action to v5 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6068](https://redirect.github.com/rollup/rollup/pull/6068): chore(deps): update actions/download-artifact action to v5 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6069](https://redirect.github.com/rollup/rollup/pull/6069): fix(deps): update rust crate swc\_compiler\_base to v31 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot], [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:18:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1410