[PR #1316] [MERGED] chore(deps): update dev-dependencies #3345

Closed
opened 2026-03-22 14:41:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1316
Author: @renovate[bot]
Created: 8/20/2025
Status: Merged
Merged: 9/15/2025
Merged by: @kolaente

Base: mainHead: renovate/dev-dependencies


📝 Commits (2)

  • bc75ace chore(deps): update dev-dependencies
  • 4aef353 fix: tsconfig root dir

📊 Changes

5 files changed (+868 additions, -738 deletions)

View changed files

📝 desktop/package.json (+1 -1)
📝 desktop/pnpm-lock.yaml (+13 -13)
📝 frontend/eslint.config.js (+5 -1)
📝 frontend/package.json (+15 -15)
📝 frontend/pnpm-lock.yaml (+834 -708)

📄 Description

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 22.17.2 -> 22.18.3 age confidence
@typescript-eslint/eslint-plugin (source) 8.40.0 -> 8.43.0 age confidence
@typescript-eslint/parser (source) 8.40.0 -> 8.43.0 age confidence
browserslist 4.25.3 -> 4.26.0 age confidence
caniuse-lite 1.0.30001735 -> 1.0.30001741 age confidence
electron 37.3.1 -> 37.5.0 age confidence
eslint (source) 9.33.0 -> 9.35.0 age confidence
postcss-preset-env (source) 10.2.4 -> 10.3.1 age confidence
rollup (source) 4.46.3 -> 4.50.2 age confidence
sass-embedded 1.90.0 -> 1.92.1 age confidence
start-server-and-test 2.0.13 -> 2.1.0 age confidence
stylelint (source) 16.23.1 -> 16.24.0 age confidence
vite-plugin-pwa 1.0.2 -> 1.0.3 age confidence
vite-plugin-vue-devtools (source) 8.0.0 -> 8.0.2 age confidence
vue-tsc (source) 3.0.5 -> 3.0.7 age confidence
wait-on 8.0.4 -> 8.0.5 age confidence

Release Notes

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

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

v8.43.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.

v8.42.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.

v8.41.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.26.0

Compare Source

v4.25.4

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001741

Compare Source

v1.0.30001740

Compare Source

v1.0.30001739

Compare Source

v1.0.30001737

Compare Source

v1.0.30001736

Compare Source

electron/electron (electron)

v37.5.0: electron v37.5.0

Compare Source

Release Notes for v37.5.0

Features

  • Added fileBacked and purgeable fields to process.getSystemMemoryInfo() for macOS. #​48143 (Also in 38)

Fixes

  • Fixed an issue where dialog.showMessageDialog showed a window incorrectly centered to monitor instead of parent window when passed. #​48213 (Also in 36, 38)
  • Fixed an issue where a file-only picker incorrectly allowed some directories. #​48230 (Also in 36, 38)
  • Fixed an issue where dragging sometimes didn't work after the contextmenu event was emitted. #​48226 (Also in 36, 38)

Other Changes

v37.4.0: electron v37.4.0

Compare Source

Release Notes for v37.4.0

Features

  • Added tray.{get|set}AutosaveName to enable macOS tray icons to maintain position across launches. #​48076 (Also in 36, 38)

Fixes

  • Fixed an issue where net.isOnline() always returned true in utilityProcesses. #​48152 (Also in 36, 38)
  • Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. #​48156 (Also in 36, 38)
  • Fixed an issue where the accent color would be accidentally inverted when set to match the system color. #​48107 (Also in 36, 38)

Other Changes

  • Updated Chromium to 138.0.7204.243. #​48119
eslint/eslint (eslint)

v9.35.0

Compare Source

v9.34.0

Compare Source

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

v10.3.1

Compare Source

August 27, 2025

v10.3.0

Compare Source

August 22, 2025

rollup/rollup (rollup)

v4.50.2

Compare Source

2025-09-15

Bug Fixes
  • Resolve an issue where unused destructured array pattern declarations would conflict with included variables (#​6100)
Pull Requests

v4.50.1

Compare Source

2025-09-07

Bug Fixes
  • Resolve a situation where a destructuring default value was removed (#​6090)
Pull Requests

v4.50.0

Compare Source

2025-08-31

Features
  • Support openharmony-arm64 platform (#​6081)
Bug Fixes
  • Fix loading of extensionless imports in config files (#​6084)
Pull Requests

v4.49.0

Compare Source

2025-08-27

Features
  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#​6038)
Pull Requests

v4.48.1

Compare Source

2025-08-25

Bug Fixes
  • Correctly ignore white-space in JSX strings around line-breaks (#​6051)
Pull Requests

v4.48.0

Compare Source

2025-08-23

Features
  • If configured, also keep unparseable import attributes of external dynamic imports in the output(#​6071)
Bug Fixes
  • Ensure variables referenced in non-removed import attributes are included (#​6071)
Pull Requests

v4.47.1

Compare Source

2025-08-21

Bug Fixes
  • Revert build process changes to investigate issues (#​6077)
Pull Requests

v4.47.0

Compare Source

2025-08-21

Features
  • Aggressively reduce WASM build size (#​6053)
Bug Fixes
  • Fix illegal instruction error on Android ARM platforms (#​6072)
  • Allow to pass explicit undefined for optional fields in Rollup types (#​6061)
Pull Requests

v4.46.4

Compare Source

2025-08-20

Bug Fixes
  • Do not omit synthetic namespaces when only accessed via in operator (#​6052)
Pull Requests
sass/embedded-host-node (sass-embedded)

v1.92.1

Compare Source

  • Fix a bug where variable definitions from one imported, forwarded module
    would not be passed as implicit configuration to a later imported, forwarded
    module.

v1.92.0

Compare Source

  • Breaking change: Emit declarations, childless at-rules, and comments in
    the order they appear in the source even when they're interleaved with nested
    rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the
    plain CSS function. This means that @function definitions with the name
    type will produce errors, while function calls will be parsed as special
    function strings.

  • Configuring private variables using @use ... with, @forward ... with, and
    meta.load-css(..., $with: ...) is now deprecated. Private variables were
    always intended to be fully encapsulated within the module that defines them,
    and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and
    @use rules could fail to apply correctly.

Command-Line Interface
  • In --watch mode, delete the source map when the associated source file is
    deleted.

v1.91.0

Compare Source

  • Potentially breaking change: meta.inspect() (as well as other systems
    that use it such as @debug and certain error messages) now emits numbers
    with as high precision as is available instead of rounding to the nearest
    1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
    meta.inspect(), which is to provide full information about the structure of
    a Sass value.

  • Passing a rest argument ($arg...) before a positional or named argument when
    calling a function or mixin is now deprecated. This was always outside the
    specified syntax, but it was historically treated the same as passing the rest
    argument at the end of the argument list whether or not that matched the
    visual order of the arguments.

bahmutov/start-server-and-test (start-server-and-test)

v2.1.0

Compare Source

Features
stylelint/stylelint (stylelint)

v16.24.0

Compare Source

It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v1.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/devtools (vite-plugin-vue-devtools)

v8.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.0.1

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v3.0.7

Compare Source

Bug Fixes
  • fix(vscode): show welcome page only when opening a Vue file
  • fix(language-core): generate slot parameters in the same way as interpolation (#​5618) - Thanks to @​KazariEX!
  • fix(language-core): do not generate variables for builtin directives - Thanks to @​KazariEX!
Other Changes
  • docs(vscode): add descriptions for premium feature configurations (#​5612) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): explicitly request parameters (#​5623)
  • chore(lint): enable @typescript-eslint/no-unnecessary-condition (#​5630)
  • refactor(language-server): reimplement Reactivity Visualization in typescript plugin (#​5632)
  • refactor(language-server): parsing interpolations in extension client (#​5633)
  • refactor(vscode): reimplement Focus Mode base on folding ranges (#​5634)
  • chore(vscode): disable Focus Mode by default (#​5578)
  • refactor(vscode): set delay of reactivity visualization updates to 250ms - Thanks to @​KazariEX!

v3.0.6

Compare Source

Bug Fixes
  • fix(language-core): wrap :class expression with parens - Thanks to @​KazariEX!
  • fix(vscode): revert Vue 2 versions in target option (#​5583) - Thanks to @​gxres042!
  • fix(language-service): skip document highlight from tsserver within element tags (#​5584) - Thanks to @​KazariEX!
  • fix(component-meta): re-export vue-component-type-helpers to lib/helpers (#​5600)
  • fix(language-core): remove the non-strict configFileName default value (#​5606)
  • fix(language-core): don't look for input files during evaluation of vueCompilerOptions (#​5598)
  • fix(vscode): Improved reliability of handling extension activation contention (#​5588)
  • chore: update volar to 2.4.23
    • Support js/ts.hover.maximumLength and typescript.experimental.expandableHover (#​5577)
Other Changes
  • feat(lint): update tsslint config (#​5602)
  • refactor(language-core): generate setup returns on demand - Thanks to @​KazariEX!
  • chore(language-service): remove exclude config suggestion from global types error message (#​5579) - Thanks to @​Ciallo-Chiaki
  • chore(vscode): update extension display name "Vue.js" (#​5582)
  • chore: update vue-component-type-helpers to current version (#​5589) - Thanks to @​kingyue737!
jeffbski/wait-on (wait-on)

v8.0.5

Compare Source

Update minor deps including axios@​1.12.1 and joi@​18


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/1316 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/20/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/dev-dependencies` --- ### 📝 Commits (2) - [`bc75ace`](https://github.com/go-vikunja/vikunja/commit/bc75acea4694776b084e34ba5f1e7649c7751fc7) chore(deps): update dev-dependencies - [`4aef353`](https://github.com/go-vikunja/vikunja/commit/4aef353af9f72fe7cc9f25a1349b2626d7d7308a) fix: tsconfig root dir ### 📊 Changes **5 files changed** (+868 additions, -738 deletions) <details> <summary>View changed files</summary> 📝 `desktop/package.json` (+1 -1) 📝 `desktop/pnpm-lock.yaml` (+13 -13) 📝 `frontend/eslint.config.js` (+5 -1) 📝 `frontend/package.json` (+15 -15) 📝 `frontend/pnpm-lock.yaml` (+834 -708) </details> ### 📄 Description Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). 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.2` -> `22.18.3`](https://renovatebot.com/diffs/npm/@types%2fnode/22.17.2/22.18.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.18.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.17.2/22.18.3?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.40.0` -> `8.43.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.40.0/8.43.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.40.0/8.43.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.40.0` -> `8.43.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.40.0/8.43.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.40.0/8.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [browserslist](https://redirect.github.com/browserslist/browserslist) | [`4.25.3` -> `4.26.0`](https://renovatebot.com/diffs/npm/browserslist/4.25.3/4.26.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/browserslist/4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/browserslist/4.25.3/4.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [caniuse-lite](https://redirect.github.com/browserslist/caniuse-lite) | [`1.0.30001735` -> `1.0.30001741`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001735/1.0.30001741) | [![age](https://developer.mend.io/api/mc/badges/age/npm/caniuse-lite/1.0.30001741?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/caniuse-lite/1.0.30001735/1.0.30001741?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [electron](https://redirect.github.com/electron/electron) | [`37.3.1` -> `37.5.0`](https://renovatebot.com/diffs/npm/electron/37.3.1/37.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/37.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/37.3.1/37.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`9.33.0` -> `9.35.0`](https://renovatebot.com/diffs/npm/eslint/9.33.0/9.35.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.33.0/9.35.0?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.2.4` -> `10.3.1`](https://renovatebot.com/diffs/npm/postcss-preset-env/10.2.4/10.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-preset-env/10.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss-preset-env/10.2.4/10.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`4.46.3` -> `4.50.2`](https://renovatebot.com/diffs/npm/rollup/4.46.3/4.50.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.50.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.46.3/4.50.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sass-embedded](https://redirect.github.com/sass/embedded-host-node) | [`1.90.0` -> `1.92.1`](https://renovatebot.com/diffs/npm/sass-embedded/1.90.0/1.92.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass-embedded/1.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass-embedded/1.90.0/1.92.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [start-server-and-test](https://redirect.github.com/bahmutov/start-server-and-test) | [`2.0.13` -> `2.1.0`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.13/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/start-server-and-test/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/start-server-and-test/2.0.13/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [stylelint](https://stylelint.io) ([source](https://redirect.github.com/stylelint/stylelint)) | [`16.23.1` -> `16.24.0`](https://renovatebot.com/diffs/npm/stylelint/16.23.1/16.24.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.23.1/16.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite-plugin-pwa](https://redirect.github.com/vite-pwa/vite-plugin-pwa) | [`1.0.2` -> `1.0.3`](https://renovatebot.com/diffs/npm/vite-plugin-pwa/1.0.2/1.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-pwa/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-pwa/1.0.2/1.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite-plugin-vue-devtools](https://redirect.github.com/vuejs/devtools) ([source](https://redirect.github.com/vuejs/devtools/tree/HEAD/packages/vite)) | [`8.0.0` -> `8.0.2`](https://renovatebot.com/diffs/npm/vite-plugin-vue-devtools/8.0.0/8.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-vue-devtools/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-vue-devtools/8.0.0/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-tsc](https://redirect.github.com/vuejs/language-tools) ([source](https://redirect.github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`3.0.5` -> `3.0.7`](https://renovatebot.com/diffs/npm/vue-tsc/3.0.5/3.0.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/3.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/3.0.5/3.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [wait-on](https://redirect.github.com/jeffbski/wait-on) | [`8.0.4` -> `8.0.5`](https://renovatebot.com/diffs/npm/wait-on/8.0.4/8.0.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/wait-on/8.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wait-on/8.0.4/8.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.43.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8430-2025-09-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.42.0...v8.43.0) ##### 🚀 Features - **typescript-estree:** disallow empty type parameter/argument lists ([#&#8203;11563](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11563)) ##### 🩹 Fixes - **eslint-plugin:** \[prefer-return-this-type] don't report an error when returning a union type that includes a classType ([#&#8203;11432](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11432)) - **eslint-plugin:** \[no-deprecated] should report deprecated exports and reexports ([#&#8203;11359](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11359)) - **eslint-plugin:** \[no-floating-promises] allowForKnownSafeCalls now supports function names ([#&#8203;11423](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11423), [#&#8203;11430](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11430)) - **eslint-plugin:** \[consistent-type-exports] fix declaration shadowing ([#&#8203;11457](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11457)) - **eslint-plugin:** \[no-unnecessary-type-conversion] only report \~\~ on integer literal types ([#&#8203;11517](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11517)) - **scope-manager:** exclude Program from DefinitionBase node types ([#&#8203;11469](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11469)) - **eslint-plugin:** \[no-non-null-assertion] do not suggest optional chain on LHS of assignment ([#&#8203;11489](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11489)) - **type-utils:** add union type support to TypeOrValueSpecifier ([#&#8203;11526](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11526)) ##### ❤️ Thank You - Dima [@&#8203;dbarabashh](https://redirect.github.com/dbarabashh) - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://redirect.github.com/kirkwaiblinger) - mdm317 - tao - Victor Genaev [@&#8203;mainframev](https://redirect.github.com/mainframev) - Yukihiro Hasegawa [@&#8203;y-hsgw](https://redirect.github.com/y-hsgw) - 민감자(Minji Kim) [@&#8203;mouse0429](https://redirect.github.com/mouse0429) - 송재욱 You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.42.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8420-2025-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.41.0...v8.42.0) ##### 🩹 Fixes - **deps:** update eslint monorepo to v9.33.0 ([#&#8203;11482](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11482)) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.41.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8410-2025-08-25) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.40.0...v8.41.0) ##### 🩹 Fixes - **deps:** update dependency prettier to v3.6.2 ([#&#8203;11496](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11496)) 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.43.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8430-2025-09-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.42.0...v8.43.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://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.42.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8420-2025-09-02) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.41.0...v8.42.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://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.41.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8410-2025-08-25) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.40.0...v8.41.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.26.0`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4260) [Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.25.4...4.26.0) - Added Baseline queries (by [@&#8203;tonypconway](https://redirect.github.com/tonypconway)). ### [`v4.25.4`](https://redirect.github.com/browserslist/browserslist/blob/HEAD/CHANGELOG.md#4254) [Compare Source](https://redirect.github.com/browserslist/browserslist/compare/4.25.3...4.25.4) - Fixed Windows support for custom stats (by [@&#8203;torgeilo](https://redirect.github.com/torgeilo)). </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001741`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001740...1.0.30001741) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001740...1.0.30001741) ### [`v1.0.30001740`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001739...1.0.30001740) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001739...1.0.30001740) ### [`v1.0.30001739`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001737...1.0.30001739) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001737...1.0.30001739) ### [`v1.0.30001737`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001736...1.0.30001737) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001736...1.0.30001737) ### [`v1.0.30001736`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001735...1.0.30001736) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001735...1.0.30001736) </details> <details> <summary>electron/electron (electron)</summary> ### [`v37.5.0`](https://redirect.github.com/electron/electron/releases/tag/v37.5.0): electron v37.5.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.4.0...v37.5.0) ### Release Notes for v37.5.0 #### Features - Added `fileBacked` and `purgeable` fields to `process.getSystemMemoryInfo()` for macOS. [#&#8203;48143](https://redirect.github.com/electron/electron/pull/48143) <span style="font-size:small;">(Also in [38](https://redirect.github.com/electron/electron/pull/48146))</span> #### Fixes - Fixed an issue where `dialog.showMessageDialog` showed a window incorrectly centered to monitor instead of parent window when passed. [#&#8203;48213](https://redirect.github.com/electron/electron/pull/48213) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48214), [38](https://redirect.github.com/electron/electron/pull/48215))</span> - Fixed an issue where a file-only picker incorrectly allowed some directories. [#&#8203;48230](https://redirect.github.com/electron/electron/pull/48230) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48229), [38](https://redirect.github.com/electron/electron/pull/48231))</span> - Fixed an issue where dragging sometimes didn't work after the `contextmenu` event was emitted. [#&#8203;48226](https://redirect.github.com/electron/electron/pull/48226) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48225), [38](https://redirect.github.com/electron/electron/pull/48224))</span> #### Other Changes - Updated Chromium to 138.0.7204.251. [#&#8203;48184](https://redirect.github.com/electron/electron/pull/48184) - Updated Node.js to v22.19.0. [#&#8203;48220](https://redirect.github.com/electron/electron/pull/48220) ### [`v37.4.0`](https://redirect.github.com/electron/electron/releases/tag/v37.4.0): electron v37.4.0 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.3.1...v37.4.0) ### Release Notes for v37.4.0 #### Features - Added `tray.{get|set}AutosaveName` to enable macOS tray icons to maintain position across launches. [#&#8203;48076](https://redirect.github.com/electron/electron/pull/48076) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48078), [38](https://redirect.github.com/electron/electron/pull/48077))</span> #### Fixes - Fixed an issue where `net.isOnline()` always returned `true` in utilityProcesses. [#&#8203;48152](https://redirect.github.com/electron/electron/pull/48152) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48153), [38](https://redirect.github.com/electron/electron/pull/48151))</span> - Fixed an issue where snapped corner state wasn't properly restored after minimizing and then restoring. [#&#8203;48156](https://redirect.github.com/electron/electron/pull/48156) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48155), [38](https://redirect.github.com/electron/electron/pull/48157))</span> - Fixed an issue where the accent color would be accidentally inverted when set to match the system color. [#&#8203;48107](https://redirect.github.com/electron/electron/pull/48107) <span style="font-size:small;">(Also in [36](https://redirect.github.com/electron/electron/pull/48109), [38](https://redirect.github.com/electron/electron/pull/48108))</span> #### Other Changes - Updated Chromium to 138.0.7204.243. [#&#8203;48119](https://redirect.github.com/electron/electron/pull/48119) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.35.0`](https://redirect.github.com/eslint/eslint/compare/v9.34.0...8401101d1e3e3e4e1edc2a9e59cafc9956bf2610) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.34.0...v9.35.0) ### [`v9.34.0`](https://redirect.github.com/eslint/eslint/compare/v9.33.0...b8875f67a7bc99824f19147f4a669be7e98f3eee) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.33.0...v9.34.0) </details> <details> <summary>csstools/postcss-plugins (postcss-preset-env)</summary> ### [`v10.3.1`](https://redirect.github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#1031) [Compare Source](https://redirect.github.com/csstools/postcss-plugins/compare/066b9047731f3b0dcf85d7745711a2bc781f9960...ea8fff6113b61efc2d1efb0ce36de289f7c49330) *August 27, 2025* - Updated [`css-has-pseudo`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`7.0.3`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#703) (patch) ### [`v10.3.0`](https://redirect.github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#1030) [Compare Source](https://redirect.github.com/csstools/postcss-plugins/compare/78abf2b5049238083dbc6528bd32f2b3a9d024d4...066b9047731f3b0dcf85d7745711a2bc781f9960) *August 22, 2025* - Added `@csstools/postcss-alpha-function` [Check the plugin README](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-alpha-function#readme) for usage details. - Added `@csstools/postcss-color-function-display-p3-linear` [Check the plugin README](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function-display-p3-linear#readme) for usage details. - Updated [`@csstools/css-color-parser`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`3.1.0`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#310) (minor) - Updated [`@csstools/postcss-color-function`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`4.0.11`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#4011) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`3.0.11`](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#3011) (patch) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.50.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4502) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.50.1...v4.50.2) *2025-09-15* ##### Bug Fixes - Resolve an issue where unused destructured array pattern declarations would conflict with included variables ([#&#8203;6100](https://redirect.github.com/rollup/rollup/issues/6100)) ##### Pull Requests - [#&#8203;6100](https://redirect.github.com/rollup/rollup/pull/6100): Tree-shake un-included elements in array pattern ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) - [#&#8203;6102](https://redirect.github.com/rollup/rollup/pull/6102): chore(deps): update actions/setup-node action to v5 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6103](https://redirect.github.com/rollup/rollup/pull/6103): chore(deps): update dependency eslint-plugin-unicorn to v61 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6104](https://redirect.github.com/rollup/rollup/pull/6104): fix(deps): update swc monorepo (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6105](https://redirect.github.com/rollup/rollup/pull/6105): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6107](https://redirect.github.com/rollup/rollup/pull/6107): Improve CI stability ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.50.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4501) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.50.0...v4.50.1) *2025-09-07* ##### Bug Fixes - Resolve a situation where a destructuring default value was removed ([#&#8203;6090](https://redirect.github.com/rollup/rollup/issues/6090)) ##### Pull Requests - [#&#8203;6088](https://redirect.github.com/rollup/rollup/pull/6088): feat(www): shorter repl shareables ([@&#8203;cyyynthia](https://redirect.github.com/cyyynthia), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6090](https://redirect.github.com/rollup/rollup/pull/6090): Call includeNode for self or children nodes in includeDestructuredIfNecessary ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) - [#&#8203;6091](https://redirect.github.com/rollup/rollup/pull/6091): fix(deps): update rust crate swc\_compiler\_base to v33 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6092](https://redirect.github.com/rollup/rollup/pull/6092): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6094](https://redirect.github.com/rollup/rollup/pull/6094): perf: replace startsWith with strict equality ([@&#8203;btea](https://redirect.github.com/btea)) ### [`v4.50.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4500) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.49.0...v4.50.0) *2025-08-31* ##### Features - Support openharmony-arm64 platform ([#&#8203;6081](https://redirect.github.com/rollup/rollup/issues/6081)) ##### Bug Fixes - Fix loading of extensionless imports in config files ([#&#8203;6084](https://redirect.github.com/rollup/rollup/issues/6084)) ##### Pull Requests - [#&#8203;6081](https://redirect.github.com/rollup/rollup/pull/6081): Add support for openharmony-arm64 platform ([@&#8203;hqzing](https://redirect.github.com/hqzing), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6084](https://redirect.github.com/rollup/rollup/pull/6084): Return null to defer to the default resolution behavior ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) ### [`v4.49.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4490) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.48.1...v4.49.0) *2025-08-27* ##### Features - Allow config plugins to resolve imports first before deciding whether to treat them as external ([#&#8203;6038](https://redirect.github.com/rollup/rollup/issues/6038)) ##### Pull Requests - [#&#8203;6038](https://redirect.github.com/rollup/rollup/pull/6038): feat: Run external check in `cli/run/loadConfigFile.ts` as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly ([@&#8203;stazz](https://redirect.github.com/stazz), [@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) - [#&#8203;6082](https://redirect.github.com/rollup/rollup/pull/6082): Improve build pipeline performance ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.48.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4481) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.48.0...v4.48.1) *2025-08-25* ##### Bug Fixes - Correctly ignore white-space in JSX strings around line-breaks ([#&#8203;6051](https://redirect.github.com/rollup/rollup/issues/6051)) ##### Pull Requests - [#&#8203;6051](https://redirect.github.com/rollup/rollup/pull/6051): fix: handle whitespace according to JSX common practice ([@&#8203;cyyynthia](https://redirect.github.com/cyyynthia)) - [#&#8203;6078](https://redirect.github.com/rollup/rollup/pull/6078): build: optimize pipeline take two ([@&#8203;cyyynthia](https://redirect.github.com/cyyynthia)) ### [`v4.48.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4480) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.47.1...v4.48.0) *2025-08-23* ##### Features - If configured, also keep unparseable import attributes of external dynamic imports in the output([#&#8203;6071](https://redirect.github.com/rollup/rollup/issues/6071)) ##### Bug Fixes - Ensure variables referenced in non-removed import attributes are included ([#&#8203;6071](https://redirect.github.com/rollup/rollup/issues/6071)) ##### Pull Requests - [#&#8203;6071](https://redirect.github.com/rollup/rollup/pull/6071): Keep attributes for external dynamic imports ([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi)) - [#&#8203;6079](https://redirect.github.com/rollup/rollup/pull/6079): fix(deps): update swc monorepo (major) ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) - [#&#8203;6080](https://redirect.github.com/rollup/rollup/pull/6080): fix(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.47.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4471) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.47.0...v4.47.1) *2025-08-21* ##### Bug Fixes - Revert build process changes to investigate issues ([#&#8203;6077](https://redirect.github.com/rollup/rollup/issues/6077)) ##### Pull Requests - [#&#8203;6077](https://redirect.github.com/rollup/rollup/pull/6077): Revert "build: aggressively optimize wasm build, improve pipeline ([#&#8203;6053](https://redirect.github.com/rollup/rollup/issues/6053))" ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.47.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4470) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.46.4...v4.47.0) *2025-08-21* ##### Features - Aggressively reduce WASM build size ([#&#8203;6053](https://redirect.github.com/rollup/rollup/issues/6053)) ##### Bug Fixes - Fix illegal instruction error on Android ARM platforms ([#&#8203;6072](https://redirect.github.com/rollup/rollup/issues/6072)) - Allow to pass explicit `undefined` for optional fields in Rollup types ([#&#8203;6061](https://redirect.github.com/rollup/rollup/issues/6061)) ##### Pull Requests - [#&#8203;6053](https://redirect.github.com/rollup/rollup/pull/6053): build: aggressively optimize wasm build, improve pipeline ([@&#8203;cyyynthia](https://redirect.github.com/cyyynthia)) - [#&#8203;6061](https://redirect.github.com/rollup/rollup/pull/6061): fix(types): add support for exactOptionalPropertyTypes ([@&#8203;remcohaszing](https://redirect.github.com/remcohaszing), [@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) - [#&#8203;6072](https://redirect.github.com/rollup/rollup/pull/6072): build(rust): mimalloc-safe/no\_opt\_arch on aarch64 ([@&#8203;cyyynthia](https://redirect.github.com/cyyynthia)) ### [`v4.46.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4464) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.46.3...v4.46.4) *2025-08-20* ##### Bug Fixes - Do not omit synthetic namespaces when only accessed via `in` operator ([#&#8203;6052](https://redirect.github.com/rollup/rollup/issues/6052)) ##### Pull Requests - [#&#8203;6052](https://redirect.github.com/rollup/rollup/pull/6052): fix: don't optimize `in` with `syntheticNamedExports` ([@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa)) - [#&#8203;6074](https://redirect.github.com/rollup/rollup/pull/6074): Update transitive dependency to fix audit ([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert)) </details> <details> <summary>sass/embedded-host-node (sass-embedded)</summary> ### [`v1.92.1`](https://redirect.github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1921) [Compare Source](https://redirect.github.com/sass/embedded-host-node/compare/1.92.0...1.92.1) - Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module. ### [`v1.92.0`](https://redirect.github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1920) [Compare Source](https://redirect.github.com/sass/embedded-host-node/compare/1.91.0...1.92.0) - **Breaking change:** Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the `mixed-decls` deprecation. - **Breaking change:** The function name `type()` is now fully reserved for the plain CSS function. This means that `@function` definitions with the name `type` will produce errors, while function calls will be parsed as special function strings. - Configuring private variables using `@use ... with`, `@forward ... with`, and `meta.load-css(..., $with: ...)` is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation. - Fix a bug where `@extend` rules loaded through a mixture of `@import` and `@use` rules could fail to apply correctly. ##### Command-Line Interface - In `--watch` mode, delete the source map when the associated source file is deleted. ### [`v1.91.0`](https://redirect.github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1910) [Compare Source](https://redirect.github.com/sass/embedded-host-node/compare/1.90.0...1.91.0) - **Potentially breaking change:** `meta.inspect()` (as well as other systems that use it such as `@debug` and certain error messages) now emits numbers with as high precision as is available instead of rounding to the nearest 1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of `meta.inspect()`, which is to provide full information about the structure of a Sass value. - Passing a rest argument (`$arg...`) before a positional or named argument when calling a function or mixin is now deprecated. This was always outside the specified syntax, but it was historically treated the same as passing the rest argument at the end of the argument list whether or not that matched the visual order of the arguments. </details> <details> <summary>bahmutov/start-server-and-test (start-server-and-test)</summary> ### [`v2.1.0`](https://redirect.github.com/bahmutov/start-server-and-test/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/bahmutov/start-server-and-test/compare/v2.0.13...v2.1.0) ##### Features - support axios proxy ([#&#8203;402](https://redirect.github.com/bahmutov/start-server-and-test/issues/402)) ([b399fec](https://redirect.github.com/bahmutov/start-server-and-test/commit/b399fec583bbbe55f0bac6bd7433a9047e4eaec4)) </details> <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v16.24.0`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16240---2025-09-07) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.23.1...16.24.0) It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs. - Added: `rule-nesting-at-rule-required-list` rule ([#&#8203;8680](https://redirect.github.com/stylelint/stylelint/pull/8680)) ([@&#8203;sw1tch3roo](https://redirect.github.com/sw1tch3roo)). - Added: `ignoreAtRules: []` to `nesting-selector-no-missing-scoping-root` ([#&#8203;8743](https://redirect.github.com/stylelint/stylelint/pull/8743)) ([@&#8203;karlhorky](https://redirect.github.com/karlhorky)). - Fixed: `function-no-unknown` false positives for `contrast-color()` and `sibling-*()` ([#&#8203;8729](https://redirect.github.com/stylelint/stylelint/pull/8729)) ([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)). - Fixed: `selector-pseudo-class-no-unknown` false positives for `:heading` ([#&#8203;8749](https://redirect.github.com/stylelint/stylelint/pull/8749)) ([@&#8203;Mouvedia](https://redirect.github.com/Mouvedia)). </details> <details> <summary>vite-pwa/vite-plugin-pwa (vite-plugin-pwa)</summary> ### [`v1.0.3`](https://redirect.github.com/vite-pwa/vite-plugin-pwa/releases/tag/v1.0.3) [Compare Source](https://redirect.github.com/vite-pwa/vite-plugin-pwa/compare/v1.0.2...v1.0.3) #####    🐞 Bug Fixes - Add origin to scope\_extensions to comply with the spec and get rid of warning  -  by [@&#8203;CodingDive](https://redirect.github.com/CodingDive) in [#&#8203;880](https://redirect.github.com/vite-pwa/vite-plugin-pwa/issues/880) [<samp>(aa078)</samp>](https://redirect.github.com/vite-pwa/vite-plugin-pwa/commit/aa07862) #####    🏎 Performance - Add hook filters  -  by [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red) in [#&#8203;877](https://redirect.github.com/vite-pwa/vite-plugin-pwa/issues/877) [<samp>(db4ec)</samp>](https://redirect.github.com/vite-pwa/vite-plugin-pwa/commit/db4ecdb) #####     [View changes on GitHub](https://redirect.github.com/vite-pwa/vite-plugin-pwa/compare/v1.0.2...v1.0.3) </details> <details> <summary>vuejs/devtools (vite-plugin-vue-devtools)</summary> ### [`v8.0.2`](https://redirect.github.com/vuejs/devtools/releases/tag/v8.0.2) [Compare Source](https://redirect.github.com/vuejs/devtools/compare/v8.0.1...v8.0.2) #####    🐞 Bug Fixes - Remove vulnerable unmaintained ip package  -  by [@&#8203;segevfiner](https://redirect.github.com/segevfiner) and [@&#8203;webfansplz](https://redirect.github.com/webfansplz) in [#&#8203;830](https://redirect.github.com/vuejs/devtools/issues/830) [<samp>(f64d3)</samp>](https://redirect.github.com/vuejs/devtools/commit/f64d346d) #####     [View changes on GitHub](https://redirect.github.com/vuejs/devtools/compare/v8.0.1...v8.0.2) ### [`v8.0.1`](https://redirect.github.com/vuejs/devtools/releases/tag/v8.0.1) [Compare Source](https://redirect.github.com/vuejs/devtools/compare/v8.0.0...v8.0.1) #####    🚀 Features - Support for keyboard on component tab  -  by [@&#8203;mauryapari](https://redirect.github.com/mauryapari) in [#&#8203;877](https://redirect.github.com/vuejs/devtools/issues/877) [<samp>(34f99)</samp>](https://redirect.github.com/vuejs/devtools/commit/34f99667) #####     [View changes on GitHub](https://redirect.github.com/vuejs/devtools/compare/v8.0.0...v8.0.1) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.0.7`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#307-2025-09-12) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.0.6...v3.0.7) ##### Bug Fixes - fix(vscode): show welcome page only when opening a Vue file - fix(language-core): generate slot parameters in the same way as interpolation ([#&#8203;5618](https://redirect.github.com/vuejs/language-tools/issues/5618)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(language-core): do not generate variables for builtin directives - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! ##### Other Changes - docs(vscode): add descriptions for premium feature configurations ([#&#8203;5612](https://redirect.github.com/vuejs/language-tools/issues/5612)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - refactor(typescript-plugin): explicitly request parameters ([#&#8203;5623](https://redirect.github.com/vuejs/language-tools/issues/5623)) - chore(lint): enable `@typescript-eslint/no-unnecessary-condition` ([#&#8203;5630](https://redirect.github.com/vuejs/language-tools/issues/5630)) - refactor(language-server): reimplement Reactivity Visualization in typescript plugin ([#&#8203;5632](https://redirect.github.com/vuejs/language-tools/issues/5632)) - refactor(language-server): parsing interpolations in extension client ([#&#8203;5633](https://redirect.github.com/vuejs/language-tools/issues/5633)) - refactor(vscode): reimplement Focus Mode base on folding ranges ([#&#8203;5634](https://redirect.github.com/vuejs/language-tools/issues/5634)) - chore(vscode): disable Focus Mode by default ([#&#8203;5578](https://redirect.github.com/vuejs/language-tools/issues/5578)) - refactor(vscode): set delay of reactivity visualization updates to 250ms - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! ### [`v3.0.6`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#306-2025-08-20) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.0.5...v3.0.6) ##### Bug Fixes - fix(language-core): wrap `:class` expression with parens - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(vscode): revert Vue 2 versions in `target` option ([#&#8203;5583](https://redirect.github.com/vuejs/language-tools/issues/5583)) - Thanks to [@&#8203;gxres042](https://redirect.github.com/gxres042)! - fix(language-service): skip document highlight from tsserver within element tags ([#&#8203;5584](https://redirect.github.com/vuejs/language-tools/issues/5584)) - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - fix(component-meta): re-export `vue-component-type-helpers` to `lib/helpers` ([#&#8203;5600](https://redirect.github.com/vuejs/language-tools/issues/5600)) - fix(language-core): remove the non-strict `configFileName` default value ([#&#8203;5606](https://redirect.github.com/vuejs/language-tools/issues/5606)) - fix(language-core): don't look for input files during evaluation of vueCompilerOptions ([#&#8203;5598](https://redirect.github.com/vuejs/language-tools/issues/5598)) - fix(vscode): Improved reliability of handling extension activation contention ([#&#8203;5588](https://redirect.github.com/vuejs/language-tools/issues/5588)) - chore: update volar to 2.4.23 - Support `js/ts.hover.maximumLength` and `typescript.experimental.expandableHover` ([#&#8203;5577](https://redirect.github.com/vuejs/language-tools/issues/5577)) ##### Other Changes - feat(lint): update tsslint config ([#&#8203;5602](https://redirect.github.com/vuejs/language-tools/issues/5602)) - refactor(language-core): generate setup returns on demand - Thanks to [@&#8203;KazariEX](https://redirect.github.com/KazariEX)! - chore(language-service): remove `exclude` config suggestion from global types error message ([#&#8203;5579](https://redirect.github.com/vuejs/language-tools/issues/5579)) - Thanks to [@&#8203;Ciallo-Chiaki](https://redirect.github.com/Ciallo-Chiaki) - chore(vscode): update extension display name "Vue.js" ([#&#8203;5582](https://redirect.github.com/vuejs/language-tools/issues/5582)) - chore: update `vue-component-type-helpers` to current version ([#&#8203;5589](https://redirect.github.com/vuejs/language-tools/issues/5589)) - Thanks to [@&#8203;kingyue737](https://redirect.github.com/kingyue737)! </details> <details> <summary>jeffbski/wait-on (wait-on)</summary> ### [`v8.0.5`](https://redirect.github.com/jeffbski/wait-on/releases/tag/v8.0.5) [Compare Source](https://redirect.github.com/jeffbski/wait-on/compare/v8.0.4...v8.0.5) Update minor deps including axios\@&#8203;1.12.1 and joi\@&#8203;18 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --- <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 2026-03-22 14:41:37 -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#3345