chore(deps): update dev-dependencies #2338

Merged
konrad merged 1 commits from renovate/dev-dependencies into main 2024-05-09 07:03:03 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies patch 20.12.10 -> 20.12.11
caniuse-lite devDependencies patch 1.0.30001616 -> 1.0.30001617
cypress (source) devDependencies minor 13.8.1 -> 13.9.0
electron devDependencies patch 29.3.2 -> 29.3.3
eslint-plugin-vue (source) devDependencies minor 9.25.0 -> 9.26.0

Release Notes

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001617

Compare Source

cypress-io/cypress (cypress)

v13.9.0

Compare Source

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

electron/electron (electron)

v29.3.3: electron v29.3.3

Compare Source

Release Notes for v29.3.3

Fixes

  • Fixed an issue where fs.createWriteStream could write out of order. #​42047
  • Fixed blurry thumbnails from desktop capturer on macOS. #​42049
  • Fixed crash after upgrade on Linux. #​42065 (Also in 30, 31)

Other Changes

  • Backported fix for 3307568. #​42069
  • Backported fix for 3392667. #​42097
  • Security: backported fix for 3350038.
  • Security: backported fix for CVE-2024-3914. #​41984
  • Security: backported fix for CVE-2024-4558. #​42090
  • a11y] avoid clearing/resetting focus on an already focused element. [#&#8203;42057](https://github.com/electron/electron/pull/42057) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/42071))</span>
    
    
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.26.0

Compare Source

Enhancements

  • #​2457 Improved some rules to understand MathML elements.

🐛 Bug Fixes

  • #​2456 Fixed vue/require-default-prop rule to ignore the spread and continue checking.
  • #​2427 Fixed vue/require-typed-ref rule to ignore <script> in .vue that do not have lang="ts".

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


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 | |---|---|---|---| | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.12.10` -> `20.12.11`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.10/20.12.11) | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | devDependencies | patch | [`1.0.30001616` -> `1.0.30001617`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001616/1.0.30001617) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | minor | [`13.8.1` -> `13.9.0`](https://renovatebot.com/diffs/npm/cypress/13.8.1/13.9.0) | | [electron](https://github.com/electron/electron) | devDependencies | patch | [`29.3.2` -> `29.3.3`](https://renovatebot.com/diffs/npm/electron/29.3.2/29.3.3) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | minor | [`9.25.0` -> `9.26.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.25.0/9.26.0) | --- ### Release Notes <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001617`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001616...1.0.30001617) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001616...1.0.30001617) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.9.0`](https://github.com/cypress-io/cypress/releases/tag/v13.9.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.8.1...v13.9.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0 </details> <details> <summary>electron/electron (electron)</summary> ### [`v29.3.3`](https://github.com/electron/electron/releases/tag/v29.3.3): electron v29.3.3 [Compare Source](https://github.com/electron/electron/compare/v29.3.2...v29.3.3) ### Release Notes for v29.3.3 #### Fixes - Fixed an issue where `fs.createWriteStream` could write out of order. [#&#8203;42047](https://github.com/electron/electron/pull/42047) - Fixed blurry thumbnails from desktop capturer on macOS. [#&#8203;42049](https://github.com/electron/electron/pull/42049) - Fixed crash after upgrade on Linux. [#&#8203;42065](https://github.com/electron/electron/pull/42065) <span style="font-size:small;">(Also in [30](https://github.com/electron/electron/pull/42064), [31](https://github.com/electron/electron/pull/42062))</span> #### Other Changes - Backported fix for [`3307568`](https://github.com/electron/electron/commit/330756841). [#&#8203;42069](https://github.com/electron/electron/pull/42069) - Backported fix for [`3392667`](https://github.com/electron/electron/commit/339266700). [#&#8203;42097](https://github.com/electron/electron/pull/42097) - Security: backported fix for [`3350038`](https://github.com/electron/electron/commit/335003891). - Security: backported fix for [`3335087`](https://github.com/electron/electron/commit/333508731). [#&#8203;42007](https://github.com/electron/electron/pull/42007) - Security: backported fix for CVE-2024-3914. [#&#8203;41984](https://github.com/electron/electron/pull/41984) - Security: backported fix for CVE-2024-4558. [#&#8203;42090](https://github.com/electron/electron/pull/42090) - \[a11y] avoid clearing/resetting focus on an already focused element. [#&#8203;42057](https://github.com/electron/electron/pull/42057) <span style="font-size:small;">(Also in [28](https://github.com/electron/electron/pull/42071))</span> </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v9.26.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.26.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.25.0...v9.26.0) #### ✨ Enhancements - [#&#8203;2457](https://github.com/vuejs/eslint-plugin-vue/issues/2457) Improved some rules to understand MathML elements. #### 🐛 Bug Fixes - [#&#8203;2456](https://github.com/vuejs/eslint-plugin-vue/issues/2456) Fixed `vue/require-default-prop` rule to ignore the spread and continue checking. - [#&#8203;2427](https://github.com/vuejs/eslint-plugin-vue/issues/2427) Fixed `vue/require-typed-ref` rule to ignore `<script>` in `.vue` that do not have `lang="ts"`. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.25.0...v9.26.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate added the
dependencies
label 2024-05-09 00:06:21 +00:00
renovate added 1 commit 2024-05-09 00:06:23 +00:00
chore(deps): update dev-dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
29f808e040
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://2338-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://2338-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.
renovate force-pushed renovate/dev-dependencies from 29f808e040 to 45138dcb65 2024-05-09 03:06:16 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 45138dcb65 to b93e237899 2024-05-09 06:06:34 +00:00 Compare
konrad merged commit b93e237899 into main 2024-05-09 07:03:03 +00:00
konrad deleted branch renovate/dev-dependencies 2024-05-09 07:03:04 +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#2338
No description provided.