[PR #838] [MERGED] chore(deps): update dev-dependencies #988

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/838
Author: @renovate[bot]
Created: 5/29/2025
Status: Merged
Merged: 5/29/2025
Merged by: @kolaente

Base: mainHead: renovate/dev-dependencies


📝 Commits (1)

  • 3f9c153 chore(deps): update dev-dependencies

📊 Changes

4 files changed (+815 additions, -650 deletions)

View changed files

📝 desktop/package.json (+1 -1)
📝 desktop/pnpm-lock.yaml (+5 -5)
📝 frontend/package.json (+10 -10)
📝 frontend/pnpm-lock.yaml (+799 -634)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.15.21 -> 22.15.24 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.32.1 -> 8.33.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.32.1 -> 8.33.0 age adoption passing confidence
browserslist 4.24.5 -> 4.25.0 age adoption passing confidence
caniuse-lite 1.0.30001718 -> 1.0.30001720 age adoption passing confidence
electron 36.3.1 -> 36.3.2 age adoption passing confidence
esbuild 0.25.4 -> 0.25.5 age adoption passing confidence
happy-dom 17.4.7 -> 17.5.6 age adoption passing confidence
postcss (source) 8.5.3 -> 8.5.4 age adoption passing confidence
postcss-preset-env (source) 10.1.6 -> 10.2.0 age adoption passing confidence
rollup-plugin-visualizer 6.0.0 -> 6.0.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.33.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.33.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

browserslist/browserslist (browserslist)

v4.25.0

Compare Source

  • Added cover 95% in browserslist-config-mycompany stats query support.
browserslist/caniuse-lite (caniuse-lite)

v1.0.30001720

Compare Source

electron/electron (electron)

v36.3.2

Compare Source

evanw/esbuild (esbuild)

v0.25.5

Compare Source

  • Fix a regression with browser in package.json (#​4187)

    The fix to #​4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#​4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
    
  • Add CSS prefixes for the stretch sizing value (#​4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
    
capricorn86/happy-dom (happy-dom)

v17.5.6

Compare Source

v17.5.5

Compare Source

v17.5.4

Compare Source

👷‍♂️ Patch fixes

v17.5.3

Compare Source

v17.5.2

Compare Source

v17.5.1

Compare Source

👷‍♂️ Patch fixes
  • Existing URL query string should be overwritten on form submit when method is "GET" - By @​rslabbert in task #​1786

v17.5.0

Compare Source

🎨 Features

v17.4.9

Compare Source

v17.4.8

Compare Source

postcss/postcss (postcss)

v8.5.4

Compare Source

csstools/postcss-plugins (postcss-preset-env)

v10.2.0

Compare Source

May 27, 2025

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v6.0.1

Compare Source

  • Rollback dependency package open to version 8 as require(esm) is not ready to be used

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/838 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/29/2025 **Status:** ✅ Merged **Merged:** 5/29/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (1) - [`3f9c153`](https://github.com/go-vikunja/vikunja/commit/3f9c1536b70727caead4eef0cb7eb8f2af551b3d) chore(deps): update dev-dependencies ### 📊 Changes **4 files changed** (+815 additions, -650 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+5 -5) 📝 `frontend/package.json` (+10 -10) 📝 `frontend/pnpm-lock.yaml` (+799 -634) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.15.21` -> `22.15.24`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.21/22.15.24) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.15.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.15.21/22.15.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.15.21/22.15.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.32.1` -> `8.33.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.32.1/8.33.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/8.32.1/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.32.1/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.32.1` -> `8.33.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.32.1/8.33.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/8.32.1/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.32.1/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [browserslist](https://redirect.github.com/browserslist/browserslist) | [`4.24.5` -> `4.25.0`](https://renovatebot.com/diffs/npm/browserslist/4.24.5/4.25.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/browserslist/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/browserslist/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/browserslist/4.24.5/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/browserslist/4.24.5/4.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [caniuse-lite](https://redirect.github.com/browserslist/caniuse-lite) | [`1.0.30001718` -> `1.0.30001720`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001718/1.0.30001720) | [![age](https://developer.mend.io/api/mc/badges/age/npm/caniuse-lite/1.0.30001720?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/caniuse-lite/1.0.30001720?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/caniuse-lite/1.0.30001718/1.0.30001720?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/caniuse-lite/1.0.30001718/1.0.30001720?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [electron](https://redirect.github.com/electron/electron) | [`36.3.1` -> `36.3.2`](https://renovatebot.com/diffs/npm/electron/36.3.1/36.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/36.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron/36.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/electron/36.3.1/36.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/36.3.1/36.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [esbuild](https://redirect.github.com/evanw/esbuild) | [`0.25.4` -> `0.25.5`](https://renovatebot.com/diffs/npm/esbuild/0.25.4/0.25.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/esbuild/0.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/esbuild/0.25.4/0.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/esbuild/0.25.4/0.25.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) | [`17.4.7` -> `17.5.6`](https://renovatebot.com/diffs/npm/happy-dom/17.4.7/17.5.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/17.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/17.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/17.4.7/17.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/17.4.7/17.5.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [postcss](https://postcss.org/) ([source](https://redirect.github.com/postcss/postcss)) | [`8.5.3` -> `8.5.4`](https://renovatebot.com/diffs/npm/postcss/8.5.3/8.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss/8.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss/8.5.3/8.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.5.3/8.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [postcss-preset-env](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#readme) ([source](https://redirect.github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)) | [`10.1.6` -> `10.2.0`](https://renovatebot.com/diffs/npm/postcss-preset-env/10.1.6/10.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-preset-env/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss-preset-env/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss-preset-env/10.1.6/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss-preset-env/10.1.6/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup-plugin-visualizer](https://redirect.github.com/btd/rollup-plugin-visualizer) | [`6.0.0` -> `6.0.1`](https://renovatebot.com/diffs/npm/rollup-plugin-visualizer/6.0.0/6.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup-plugin-visualizer/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup-plugin-visualizer/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup-plugin-visualizer/6.0.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup-plugin-visualizer/6.0.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.33.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8330-2025-05-26) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.32.1...v8.33.0) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.33.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8330-2025-05-26) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.32.1...v8.33.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>browserslist/browserslist (browserslist)</summary> ### [`v4.25.0`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4250) [Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.24.5...4.25.0) - Added `cover 95% in browserslist-config-mycompany stats` query support. </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001720`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001718...1.0.30001720) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001718...1.0.30001720) </details> <details> <summary>electron/electron (electron)</summary> ### [`v36.3.2`](https://redirect.github.com/electron/electron/compare/v36.3.1...v36.3.2) [Compare Source](https://redirect.github.com/electron/electron/compare/v36.3.1...v36.3.2) </details> <details> <summary>evanw/esbuild (esbuild)</summary> ### [`v0.25.5`](https://redirect.github.com/evanw/esbuild/blob/HEAD/CHANGELOG.md#0255) [Compare Source](https://redirect.github.com/evanw/esbuild/compare/v0.25.4...v0.25.5) - Fix a regression with `browser` in `package.json` ([#&#8203;4187](https://redirect.github.com/evanw/esbuild/issues/4187)) The fix to [#&#8203;4144](https://redirect.github.com/evanw/esbuild/issues/4144) in version 0.25.3 introduced a regression that caused `browser` overrides specified in `package.json` to fail to override relative path names that end in a trailing slash. That behavior change affected the `axios@0.30.0` package. This regression has been fixed, and now has test coverage. - Add support for certain keywords as TypeScript tuple labels ([#&#8203;4192](https://redirect.github.com/evanw/esbuild/issues/4192)) Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a `?` modifier. These labels included `function`, `import`, `infer`, `new`, `readonly`, and `typeof`. With this release, these keywords will now be parsed correctly. Here's an example of some affected code: ```ts type Foo = [ value: any, readonly?: boolean, // This is now parsed correctly ] ``` - Add CSS prefixes for the `stretch` sizing value ([#&#8203;4184](https://redirect.github.com/evanw/esbuild/issues/4184)) This release adds support for prefixing CSS declarations such as `div { width: stretch }`. That CSS is now transformed into this depending on what the `--target=` setting includes: ```css div { width: -webkit-fill-available; width: -moz-available; width: stretch; } ``` </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v17.5.6`](https://redirect.github.com/capricorn86/happy-dom/compare/e4f2cb997d400441c76822fef2f286bb75225aea...24912049d7ec70748dc987da1dfbde9fbd5bd848) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.5...v17.5.6) ### [`v17.5.5`](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.4...e4f2cb997d400441c76822fef2f286bb75225aea) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.4...v17.5.5) ### [`v17.5.4`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.5.4) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.3...v17.5.4) ##### :construction_worker_man: Patch fixes - Fixes issue where the body of a `ReadableStream` was locked after being cloned - By **[@&#8203;betterqualityassuranceuser](https://redirect.github.com/betterqualityassuranceuser)** in task [#&#8203;1493](https://redirect.github.com/capricorn86/happy-dom/issues/1493) ### [`v17.5.3`](https://redirect.github.com/capricorn86/happy-dom/compare/b257aa136e3cdf74046f0a2dd8d07b4d44b50436...5e830a15f5d89e9ff91c7ab89d644375ff6d6db8) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.2...v17.5.3) ### [`v17.5.2`](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.1...b257aa136e3cdf74046f0a2dd8d07b4d44b50436) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.1...v17.5.2) ### [`v17.5.1`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.5.1) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.5.0...v17.5.1) ##### :construction_worker_man: Patch fixes - Existing URL query string should be overwritten on form submit when method is "GET" - By **[@&#8203;rslabbert](https://redirect.github.com/rslabbert)** in task [#&#8203;1786](https://redirect.github.com/capricorn86/happy-dom/issues/1786) ### [`v17.5.0`](https://redirect.github.com/capricorn86/happy-dom/releases/tag/v17.5.0) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.9...v17.5.0) ##### :art: Features - Adds support for `XMLHttpRequest.overrideMimeType()` - By **[@&#8203;maxmil](https://redirect.github.com/maxmil)** in task [#&#8203;1782](https://redirect.github.com/capricorn86/happy-dom/issues/1782) ### [`v17.4.9`](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.8...4ec75b75d53a9f436afc737e24f9ff07a4e6ec87) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.8...v17.4.9) ### [`v17.4.8`](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.7...4c93732a803cf0afec85c9b30872872a6e8f3b6a) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v17.4.7...v17.4.8) </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.5.4`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#854) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.5.3...6cb4a6673fb6d8b23eb1ebe66a22b6267ab141de) - Fixed Parcel compatibility issue (by [@&#8203;git-sumitchaudhary](https://redirect.github.com/git-sumitchaudhary)). </details> <details> <summary>csstools/postcss-plugins (postcss-preset-env)</summary> ### [`v10.2.0`](https://redirect.github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#1020) [Compare Source](https://redirect.github.com/csstools/postcss-plugins/compare/fd628335f8c7f5074a416c370177168bf1fc1352...10628fabdf2ed76e52f1b64fb37f7ff9295c24e4) *May 27, 2025* - Added `@csstools/postcss-color-mix-variadic-function-arguments` [Check the plugin README](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-variadic-function-arguments#readme) for usage details. - Updated [`cssdb`](https://redirect.github.com/csstools/cssdb) to [`8.3.0`](https://redirect.github.com/csstools/cssdb/blob/main/CHANGELOG.md#830-may-27-2025) (patch) - Updated [`@csstools/postcss-progressive-custom-properties`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`4.1.0`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#410) (minor) - Updated [`@csstools/css-tokenizer`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.4`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304) (patch) - Updated [`postcss-custom-properties`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`14.0.5`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1405) (patch) </details> <details> <summary>btd/rollup-plugin-visualizer (rollup-plugin-visualizer)</summary> ### [`v6.0.1`](https://redirect.github.com/btd/rollup-plugin-visualizer/blob/HEAD/CHANGELOG.md#601) [Compare Source](https://redirect.github.com/btd/rollup-plugin-visualizer/compare/v6.0.0...v6.0.1) - Rollback dependency package `open` to version 8 as require(esm) is not ready to be used </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <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:08:38 -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#988