chore(deps): update dev-dependencies #2250

Merged
konrad merged 1 commits from renovate/dev-dependencies into main 2024-04-08 07:47:16 +00:00
Member

This PR contains the following updates:

Package Type Update Change
caniuse-lite devDependencies patch 1.0.30001606 -> 1.0.30001607
happy-dom devDependencies minor 14.6.1 -> 14.7.1
rollup (source) devDependencies patch 4.14.0 -> 4.14.1
vue-tsc (source) devDependencies patch 2.0.10 -> 2.0.11

Release Notes

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001607

Compare Source

capricorn86/happy-dom (happy-dom)

v14.7.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for using Node.prototype.cloneNode.call(element), Node.prototype.appendChild.call(element), Node.prototype.removeChild.call(element), Node.prototype.insertBefore.call(element) and Node.prototype.replaceChild.call(element), which Svelte v5 relies on - By @​capricorn86 in task #​1392

v14.7.0

Compare Source

🎨 Features
  • Adds support for constructing Text and Comment using the new operator - By @​capricorn86 in task #​1387
    • E.g. new Text('text') or new Comment('comment')

v14.6.2

Compare Source

👷‍♂️ Patch fixes
rollup/rollup (rollup)

v4.14.1

Compare Source

2024-04-07

Bug Fixes
  • Show better error when running on musl Linux where the musl build is not supported (#​5454)
Pull Requests
vuejs/language-tools (vue-tsc)

v2.0.11

Compare Source

Features
  • vscode: support for enabling/disabling typescript plugin (#​4226)
    • Added typeScriptPluginOnly option for vue.server.hybridMode setting.
    • When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default.
  • vscode: support for vue.format.wrapAttributes setting (#​4212)
  • vscode: add vue.codeActions.askNewComponentName setting (#​4217)
Bug Fixes
  • vscode: Find File References not working when hybrid mode is disabled (#​4221)
  • language-core: type narrowing not working for inline event handlers (#​4209)
  • language-core: @vue-ignore, @vue-expect-error not working for interpolations
  • language-core: improve reliability for @vue-ignore, @vue-expect-error (#​4203)
  • language-core: duplicated items in suggestion list for prop values (#​3922)
  • language-server: vueCompilerOptions not working with hybrid mode (#​4211) (#​3959)
Other Changes

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 | |---|---|---|---| | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | devDependencies | patch | [`1.0.30001606` -> `1.0.30001607`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001606/1.0.30001607) | | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | minor | [`14.6.1` -> `14.7.1`](https://renovatebot.com/diffs/npm/happy-dom/14.6.1/14.7.1) | | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | patch | [`4.14.0` -> `4.14.1`](https://renovatebot.com/diffs/npm/rollup/4.14.0/4.14.1) | | [vue-tsc](https://github.com/vuejs/language-tools) ([source](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | devDependencies | patch | [`2.0.10` -> `2.0.11`](https://renovatebot.com/diffs/npm/vue-tsc/2.0.10/2.0.11) | --- ### Release Notes <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001607`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001606...1.0.30001607) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001606...1.0.30001607) </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v14.7.1`](https://github.com/capricorn86/happy-dom/releases/tag/v14.7.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.7.0...v14.7.1) ##### :construction_worker_man: Patch fixes - Adds support for using `Node.prototype.cloneNode.call(element)`, `Node.prototype.appendChild.call(element)`, `Node.prototype.removeChild.call(element)`, `Node.prototype.insertBefore.call(element)` and `Node.prototype.replaceChild.call(element)`, which Svelte v5 relies on - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1392](https://github.com/capricorn86/happy-dom/issues/1392) ### [`v14.7.0`](https://github.com/capricorn86/happy-dom/releases/tag/v14.7.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.6.2...v14.7.0) ##### :art: Features - Adds support for constructing `Text` and `Comment` using the new operator - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1387](https://github.com/capricorn86/happy-dom/issues/1387) - E.g. `new Text('text')` or `new Comment('comment')` ### [`v14.6.2`](https://github.com/capricorn86/happy-dom/releases/tag/v14.6.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v14.6.1...v14.6.2) ##### :construction_worker_man: Patch fixes - Makes it possible to spy on `Storage.prototype` methods - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1377](https://github.com/capricorn86/happy-dom/issues/1377) - Read more about this in the Wiki under [Use as Test Environment](https://github.com/capricorn86/happy-dom/wiki/Setup-as-Test-Environment#storage) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.14.1`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4141) [Compare Source](https://github.com/rollup/rollup/compare/v4.14.0...v4.14.1) *2024-04-07* ##### Bug Fixes - Show better error when running on musl Linux where the musl build is not supported ([#&#8203;5454](https://github.com/rollup/rollup/issues/5454)) ##### Pull Requests - [#&#8203;5451](https://github.com/rollup/rollup/pull/5451): chore: generate string constants from config ([@&#8203;TrickyPi](https://github.com/TrickyPi)) - [#&#8203;5452](https://github.com/rollup/rollup/pull/5452): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5453](https://github.com/rollup/rollup/pull/5453): chore(deps): lock file maintenance ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5454](https://github.com/rollup/rollup/pull/5454): Improve error message when running on unsupported MUSL Linux ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5455](https://github.com/rollup/rollup/pull/5455): Remove inlining logic in AST (de-)serializer ([@&#8203;lukastaegert](https://github.com/lukastaegert)) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v2.0.11`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2011-202447) [Compare Source](https://github.com/vuejs/language-tools/compare/v2.0.10...v2.0.11) ##### Features - **vscode:** support for enabling/disabling typescript plugin ([#&#8203;4226](https://github.com/vuejs/language-tools/issues/4226)) - Added `typeScriptPluginOnly` option for `vue.server.hybridMode` setting. - When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default. - **vscode:** support for `vue.format.wrapAttributes` setting ([#&#8203;4212](https://github.com/vuejs/language-tools/issues/4212)) - **vscode:** add `vue.codeActions.askNewComponentName` setting ([#&#8203;4217](https://github.com/vuejs/language-tools/issues/4217)) ##### Bug Fixes - **vscode:** `Find File References` not working when hybrid mode is disabled ([#&#8203;4221](https://github.com/vuejs/language-tools/issues/4221)) - **language-core:** type narrowing not working for inline event handlers ([#&#8203;4209](https://github.com/vuejs/language-tools/issues/4209)) - **language-core:** `@vue-ignore`, `@vue-expect-error` not working for interpolations - **language-core:** improve reliability for `@vue-ignore`, `@vue-expect-error` ([#&#8203;4203](https://github.com/vuejs/language-tools/issues/4203)) - **language-core:** duplicated items in suggestion list for prop values ([#&#8203;3922](https://github.com/vuejs/language-tools/issues/3922)) - **language-server:** `vueCompilerOptions` not working with hybrid mode ([#&#8203;4211](https://github.com/vuejs/language-tools/issues/4211)) ([#&#8203;3959](https://github.com/vuejs/language-tools/issues/3959)) ##### Other Changes - Upgrade Volar from `v2.2.0-alpha.5` to `v2.2.0-alpha.6` for a `vue-tsc` bug fixes - [volarjs/volar.js#162](https://github.com/volarjs/volar.js/pull/162) - Thanks [@&#8203;wangshunnn](https://github.com/wangshunnn) - **test:** add test for [#&#8203;4203](https://github.com/vuejs/language-tools/issues/4203) ([#&#8203;4207](https://github.com/vuejs/language-tools/issues/4207)) - Thanks [@&#8203;tinco](https://github.com/tinco) </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-08 00:07:40 +00:00
renovate added 1 commit 2024-04-08 00:08:24 +00:00
continuous-integration/drone/pr Build is passing Details
c2500c1c96
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://2250-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://2250-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 c2500c1c96 to 3e77e3043e 2024-04-08 07:10:53 +00:00 Compare
konrad merged commit 3e77e3043e into main 2024-04-08 07:47:16 +00:00
konrad deleted branch renovate/dev-dependencies 2024-04-08 07:47:17 +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#2250
No description provided.