chore(deps): update dev-dependencies #2281

Merged
konrad merged 1 commits from renovate/dev-dependencies into main 2024-04-19 06:58:54 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.6.0 -> 7.7.0
@typescript-eslint/parser (source) devDependencies minor 7.6.0 -> 7.7.0
caniuse-lite devDependencies patch 1.0.30001608 -> 1.0.30001611
cypress (source) devDependencies minor 13.7.2 -> 13.8.0
electron devDependencies patch 29.3.0 -> 29.3.1
eslint-plugin-vue (source) devDependencies minor 9.24.1 -> 9.25.0
postcss-preset-env (source) devDependencies patch 9.5.4 -> 9.5.6
rollup (source) devDependencies patch 4.14.1 -> 4.14.3
sass devDependencies minor 1.74.1 -> 1.75.0
vite (source) devDependencies patch 5.2.8 -> 5.2.9
vitest (source) devDependencies minor 1.4.0 -> 1.5.0
vue-tsc (source) devDependencies patch 2.0.12 -> 2.0.13

Release Notes

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg

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

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

v7.7.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/caniuse-lite (caniuse-lite)

v1.0.30001611

Compare Source

v1.0.30001610

Compare Source

v1.0.30001609

Compare Source

cypress-io/cypress (cypress)

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

electron/electron (electron)

v29.3.1: electron v29.3.1

Compare Source

Release Notes for v29.3.1

Fixes

  • Fixed an issue on Windows where silent printing resulted in comically tiny renderer output. #​41836 (Also in 28, 30)
  • Fixed missing <__assertion_handler> header when compiling with libc++. #​41845 (Also in 30)

Other Changes

  • Security: backported fix for CVE-2024-3515.
    • Security: backported fix for CVE-2024-3516.
    • Security: backported fix for CVE-2024-3157. #​41854
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.25.0

Compare Source

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0

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

v9.5.6

Compare Source

April 18, 2024

v9.5.5

Compare Source

April 11, 2024

rollup/rollup (rollup)

v4.14.3

Compare Source

2024-04-15

Bug Fixes
  • Support Alpine Linux and other MUSL builds on ARM (#​5471)
Pull Requests

v4.14.2

Compare Source

2024-04-12

Bug Fixes
  • Do not create invalid code when reexporting both a namespace and the default export from that namespace (#​5466)
  • Ensure ppc64 platform is properly detected (#​5460)
Pull Requests
sass/dart-sass (sass)

v1.75.0

Compare Source

  • Fix a bug in which stylesheet canonicalization could be cached incorrectly
    when custom importers or the Node.js package importer made decisions based on
    the URL of the containing stylesheet.
JS API
  • Allow importer to be passed without url in StringOptionsWithImporter.
vitejs/vite (vite)

v5.2.9

Compare Source

vitest-dev/vitest (vitest)

v1.5.0

Compare Source

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

v2.0.13

Compare Source

Performance
  • tsc: re-introduce global types removal check (#​4245)
Other Changes
  • Upgrade Volar from v2.2.0-alpha.7 to v2.2.0-alpha.8 for a vue-tsc performance issue fixes (#​4238)

Configuration

📅 Schedule: Branch creation - "before 4am" (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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.6.0` -> `7.7.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.6.0/7.7.0) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.6.0` -> `7.7.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.6.0/7.7.0) | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | devDependencies | patch | [`1.0.30001608` -> `1.0.30001611`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001608/1.0.30001611) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | minor | [`13.7.2` -> `13.8.0`](https://renovatebot.com/diffs/npm/cypress/13.7.2/13.8.0) | | [electron](https://github.com/electron/electron) | devDependencies | patch | [`29.3.0` -> `29.3.1`](https://renovatebot.com/diffs/npm/electron/29.3.0/29.3.1) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | minor | [`9.24.1` -> `9.25.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.24.1/9.25.0) | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#readme) ([source](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env)) | devDependencies | patch | [`9.5.4` -> `9.5.6`](https://renovatebot.com/diffs/npm/postcss-preset-env/9.5.4/9.5.6) | | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | patch | [`4.14.1` -> `4.14.3`](https://renovatebot.com/diffs/npm/rollup/4.14.1/4.14.3) | | [sass](https://github.com/sass/dart-sass) | devDependencies | minor | [`1.74.1` -> `1.75.0`](https://renovatebot.com/diffs/npm/sass/1.74.1/1.75.0) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.2.8` -> `5.2.9`](https://renovatebot.com/diffs/npm/vite/5.2.8/5.2.9) | | [vitest](https://github.com/vitest-dev/vitest) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | devDependencies | minor | [`1.4.0` -> `1.5.0`](https://renovatebot.com/diffs/npm/vitest/1.4.0/1.5.0) | | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | devDependencies | patch | [`2.0.12` -> `2.0.13`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.12/2.0.13) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v7.7.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#770-2024-04-15) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.6.0...v7.7.0) ##### 🚀 Features - **eslint-plugin:** replace `no-new-symbol` with `no-new-native-nonconstructor` ##### ❤️ Thank You - Dave - Josh Goldberg ✨ 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> ### [`v7.7.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#770-2024-04-15) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.6.0...v7.7.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/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001611`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001610...1.0.30001611) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001610...1.0.30001611) ### [`v1.0.30001610`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001609...1.0.30001610) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001609...1.0.30001610) ### [`v1.0.30001609`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001608...1.0.30001609) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001608...1.0.30001609) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.8.0`](https://github.com/cypress-io/cypress/releases/tag/v13.8.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.7.3...v13.8.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0 ### [`v13.7.3`](https://github.com/cypress-io/cypress/releases/tag/v13.7.3) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.7.2...v13.7.3) Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3 </details> <details> <summary>electron/electron (electron)</summary> ### [`v29.3.1`](https://github.com/electron/electron/releases/tag/v29.3.1): electron v29.3.1 [Compare Source](https://github.com/electron/electron/compare/v29.3.0...v29.3.1) ### Release Notes for v29.3.1 #### Fixes - Fixed an issue on Windows where silent printing resulted in comically tiny renderer output. [#&#8203;41836](https://github.com/electron/electron/pull/41836) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/41837), [30](https://github.com/electron/electron/pull/41838))</span> - Fixed missing `<__assertion_handler>` header when compiling with libc++. [#&#8203;41845](https://github.com/electron/electron/pull/41845) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/41846))</span> #### Other Changes - Security: backported fix for CVE-2024-3515. - Security: backported fix for CVE-2024-3516. - Security: backported fix for CVE-2024-3157. [#&#8203;41854](https://github.com/electron/electron/pull/41854) </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v9.25.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.25.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0) #### ✨ Enhancements - [#&#8203;2441](https://github.com/vuejs/eslint-plugin-vue/issues/2441) Added support for Pinia methods to [`vue/no-unused-properties`](https://eslint.vuejs.org/rules/no-unused-properties.html) rule. #### 🐛 Bug Fixes - [#&#8203;2438](https://github.com/vuejs/eslint-plugin-vue/issues/2438) Improved [`vue/no-use-computed-property-like-method`](https://eslint.vuejs.org/rules/no-use-computed-property-like-method.html) rule to understand logical expressions. - [#&#8203;2435](https://github.com/vuejs/eslint-plugin-vue/issues/2435) Fixed false negatives for props in template in [`vue/no-unused-properties`](https://eslint.vuejs.org/rules/no-unused-properties.html) rule. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.24.1...v9.25.0 </details> <details> <summary>csstools/postcss-plugins (postcss-preset-env)</summary> ### [`v9.5.6`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#956) [Compare Source](https://github.com/csstools/postcss-plugins/compare/a8a682637542454e6ffe7b855e6abd178c70832e...4ff57056859f764f8ccc805fa9829a19dd542c5c) *April 18, 2024* - Updated [`css-blank-pseudo`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo/CHANGELOG.md#602) (patch) ### [`v9.5.5`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#955) [Compare Source](https://github.com/csstools/postcss-plugins/compare/d46bfb6fcfdaaeb779905a70a4a86a6888987413...a8a682637542454e6ffe7b855e6abd178c70832e) *April 11, 2024* - Updated [`postcss-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.7`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#1337) (patch) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.14.3`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4143) [Compare Source](https://github.com/rollup/rollup/compare/v4.14.2...v4.14.3) *2024-04-15* ##### Bug Fixes - Support Alpine Linux and other MUSL builds on ARM ([#&#8203;5471](https://github.com/rollup/rollup/issues/5471)) ##### Pull Requests - [#&#8203;5471](https://github.com/rollup/rollup/pull/5471): Add linux arm musl build ([@&#8203;sapphi-red](https://github.com/sapphi-red)) ### [`v4.14.2`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4142) [Compare Source](https://github.com/rollup/rollup/compare/v4.14.1...v4.14.2) *2024-04-12* ##### Bug Fixes - Do not create invalid code when reexporting both a namespace and the default export from that namespace ([#&#8203;5466](https://github.com/rollup/rollup/issues/5466)) - Ensure ppc64 platform is properly detected ([#&#8203;5460](https://github.com/rollup/rollup/issues/5460)) ##### Pull Requests - [#&#8203;5456](https://github.com/rollup/rollup/pull/5456): Add high-level architecture documentation ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5460](https://github.com/rollup/rollup/pull/5460): Fix ppc64le target ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5463](https://github.com/rollup/rollup/pull/5463): chore: tweak the comment about files should not be edited ([@&#8203;TrickyPi](https://github.com/TrickyPi)) - [#&#8203;5466](https://github.com/rollup/rollup/pull/5466): Ensure reexported namespaces do not prevent creation of default export helpers ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5468](https://github.com/rollup/rollup/pull/5468): chore(deps): update dependency eslint-plugin-unicorn to v52 ([@&#8203;renovate](https://github.com/renovate)\[bot], [@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5469](https://github.com/rollup/rollup/pull/5469): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5470](https://github.com/rollup/rollup/pull/5470): chore(deps): lock file maintenance ([@&#8203;renovate](https://github.com/renovate)\[bot]) </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.75.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1750) [Compare Source](https://github.com/sass/dart-sass/compare/1.74.1...1.75.0) - Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet. ##### JS API - Allow `importer` to be passed without `url` in `StringOptionsWithImporter`. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.2.9`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small529-2024-04-15-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.8...v5.2.9) - fix: `fsp.rm` removing files does not take effect ([#&#8203;16032](https://github.com/vitejs/vite/issues/16032)) ([b05c405](https://github.com/vitejs/vite/commit/b05c405)), closes [#&#8203;16032](https://github.com/vitejs/vite/issues/16032) - fix: fix accumulated stacks in error overlay ([#&#8203;16393](https://github.com/vitejs/vite/issues/16393)) ([102c2fd](https://github.com/vitejs/vite/commit/102c2fd)), closes [#&#8203;16393](https://github.com/vitejs/vite/issues/16393) - fix(deps): update all non-major dependencies ([#&#8203;16376](https://github.com/vitejs/vite/issues/16376)) ([58a2938](https://github.com/vitejs/vite/commit/58a2938)), closes [#&#8203;16376](https://github.com/vitejs/vite/issues/16376) - chore: update region comment ([#&#8203;16380](https://github.com/vitejs/vite/issues/16380)) ([77562c3](https://github.com/vitejs/vite/commit/77562c3)), closes [#&#8203;16380](https://github.com/vitejs/vite/issues/16380) - perf: reduce size of injected \__vite\_\_mapDeps code ([#&#8203;16184](https://github.com/vitejs/vite/issues/16184)) ([c0ec6be](https://github.com/vitejs/vite/commit/c0ec6be)), closes [#&#8203;16184](https://github.com/vitejs/vite/issues/16184) - perf(css): only replace empty chunk if imported ([#&#8203;16349](https://github.com/vitejs/vite/issues/16349)) ([e2658ad](https://github.com/vitejs/vite/commit/e2658ad)), closes [#&#8203;16349](https://github.com/vitejs/vite/issues/16349) </details> <details> <summary>vitest-dev/vitest (vitest)</summary> ### [`v1.5.0`](https://github.com/vitest-dev/vitest/releases/tag/v1.5.0) [Compare Source](https://github.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0) #####    🚀 Features - Add configuration for diff truncation  -  by [@&#8203;willieho](https://github.com/willieho) in https://github.com/vitest-dev/vitest/issues/5073 and https://github.com/vitest-dev/vitest/issues/5333 [<samp>(6797b)</samp>](https://github.com/vitest-dev/vitest/commit/6797b041) - Remove unrelated noise from diff for toMatchObject()  -  by [@&#8203;geersch](https://github.com/geersch) in https://github.com/vitest-dev/vitest/issues/5364 [<samp>(99276)</samp>](https://github.com/vitest-dev/vitest/commit/99276399) - Allow custom host for --inspect and --inspect-brk  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5509 [<samp>(61572)</samp>](https://github.com/vitest-dev/vitest/commit/6157282c) - **coverage**: V8 to ignore empty lines, comments, types  -  by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/5457 [<samp>(10b89)</samp>](https://github.com/vitest-dev/vitest/commit/10b89713) #####    🐞 Bug Fixes - `describe` calls not taking generic type parameters  -  by [@&#8203;aryaemami59](https://github.com/aryaemami59) in https://github.com/vitest-dev/vitest/issues/5415 [<samp>(16bac)</samp>](https://github.com/vitest-dev/vitest/commit/16bacfab) - Prevent hang when `process` is mocked  -  by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) in https://github.com/vitest-dev/vitest/issues/5430 [<samp>(0ec4d)</samp>](https://github.com/vitest-dev/vitest/commit/0ec4d0e0) - Don't check for "node:internal/console/" in console interceptor in case the environment is not Node.js  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) [<samp>(87d36)</samp>](https://github.com/vitest-dev/vitest/commit/87d36a7a) - The value received by toMatch should be a string  -  by [@&#8203;btea](https://github.com/btea) in https://github.com/vitest-dev/vitest/issues/5428 [<samp>(67485)</samp>](https://github.com/vitest-dev/vitest/commit/674851ca) - Increase stack trace limit for location, don't hardcode suite position  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5518 [<samp>(04b23)</samp>](https://github.com/vitest-dev/vitest/commit/04b234d1) - **benchmark**: - Run benchmark suites sequentially  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5444 [<samp>(1f548)</samp>](https://github.com/vitest-dev/vitest/commit/1f548340) - Fix benchmark summary of single bench suite  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5489 [<samp>(db981)</samp>](https://github.com/vitest-dev/vitest/commit/db98145f) - Table reporter for non TTY output  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5484 [<samp>(bea23)</samp>](https://github.com/vitest-dev/vitest/commit/bea234b1) - **expect**: - Fix `toHaveBeenNthCalledWith` error message when not called  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5420 [<samp>(e5253)</samp>](https://github.com/vitest-dev/vitest/commit/e5253de4) - **types**: - Pass correct type for suite factory  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5437 [<samp>(26718)</samp>](https://github.com/vitest-dev/vitest/commit/26718eb5) - **utils**: - Fix object diff with getter only property  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5466 [<samp>(366d9)</samp>](https://github.com/vitest-dev/vitest/commit/366d97c3) - **vite-node**: - Fix `isValidNodeImport` to check `"type": "module"` first  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5416 [<samp>(6fb15)</samp>](https://github.com/vitest-dev/vitest/commit/6fb15280) - **vitest**: - Correctly send console events when state changes  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) [<samp>(3463f)</samp>](https://github.com/vitest-dev/vitest/commit/3463f9bb) - Initiate FakeTimers on demand  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5450 [<samp>(e4e93)</samp>](https://github.com/vitest-dev/vitest/commit/e4e939ba) - Check unhighlighted code for code frame line limit  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in https://github.com/vitest-dev/vitest/issues/5465 [<samp>(6ae7e)</samp>](https://github.com/vitest-dev/vitest/commit/6ae7eaa2) - Correctly filter by parent folder  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5408 [<samp>(91b06)</samp>](https://github.com/vitest-dev/vitest/commit/91b06cce) - Close inspector immediately if run is canceled  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5519 [<samp>(b8006)</samp>](https://github.com/vitest-dev/vitest/commit/b80062d7) - **workspace**: - Set CWD to config directory, allow overriding local .env  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in https://github.com/vitest-dev/vitest/issues/5476 [<samp>(d4003)</samp>](https://github.com/vitest-dev/vitest/commit/d4003882) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v1.4.0...v1.5.0) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v2.0.13`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2013-2024412) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.0.12...v2.0.13) ##### Performance - **tsc:** re-introduce global types removal check ([#&#8203;4245](https://github.com/vuejs/language-tools/issues/4245)) ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.7` to `v2.2.0-alpha.8` for a vue-tsc performance issue fixes ([#&#8203;4238](https://github.com/vuejs/language-tools/issues/4238)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (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://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-04-19 00:08:06 +00:00
renovate added 1 commit 2024-04-19 00:08:44 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details
b4c12273af
chore(deps): update dev-dependencies
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the frontend changes of this PR on a preview environment under this URL: https://2281-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.

This preview does not contain any changes made to the api, only the frontend.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the frontend changes of this PR on a preview environment under this URL: https://2281-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/. This preview does not contain any changes made to the api, only the frontend. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit b4c12273af into main 2024-04-19 06:58:54 +00:00
konrad deleted branch renovate/dev-dependencies 2024-04-19 06:58:54 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#2281
No description provided.