chore(deps): update dev-dependencies #2195

Merged
konrad merged 1 commits from renovate/dev-dependencies into main 2024-03-12 08:55:30 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies patch 20.11.25 -> 20.11.26
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.1.1 -> 7.2.0
@typescript-eslint/parser (source) devDependencies minor 7.1.1 -> 7.2.0
eslint-plugin-vue (source) devDependencies minor 9.22.0 -> 9.23.0
happy-dom devDependencies patch 13.7.3 -> 13.7.8
rollup (source) devDependencies minor 4.12.1 -> 4.13.0
vite (source) devDependencies patch 5.1.5 -> 5.1.6

Release Notes

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.23.0

Compare Source

Enhancements

  • #​2422 Added support Vue APIs from auto imports.
  • #​2423 Added side effects suggestions to vue/order-in-components rule.

🐛 Bug Fixes

  • #​2410 Fixed false positives for non-kebab-case variable in vue/v-bind-style rule.
  • #​2416 Fixed false positives for extra comma in vue/v-for-delimiter-style rule.

⚙️ Updates

  • #​2417 Removed unnecessary second filter to perf improvement.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0

capricorn86/happy-dom (happy-dom)

v13.7.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to constructing custom elements using the new keyword (e.g. new CustomElement()) - By @​capricorn86 in task #​1258

v13.7.7

Compare Source

👷‍♂️ Patch fixes

v13.7.6

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to cloning a Response twice causing ReadableStream to be locked - By @​capricorn86 in task #​1294

v13.7.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem related to HTMLOptionElement.value returning text content instead of empty string (when value attribute is empty string) - By @​t-wataru in task #​1138

v13.7.4

Compare Source

👷‍♂️ Patch fixes
  • Add support for sending in testEnvironmentOptions in @happy-dom/jest-environment - By @​Codex- in task #​1287
rollup/rollup (rollup)

v4.13.0

Compare Source

2024-03-12

Features
  • Ensure that the location of parse errors and other logs is encoded in the error message as well (#​5424)
Pull Requests
vitejs/vite (vite)

v5.1.6

Compare Source


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.11.25` -> `20.11.26`](https://renovatebot.com/diffs/npm/@types%2fnode/20.11.25/20.11.26) | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`7.1.1` -> `7.2.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.1.1/7.2.0) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`7.1.1` -> `7.2.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.1.1/7.2.0) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | minor | [`9.22.0` -> `9.23.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.22.0/9.23.0) | | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | patch | [`13.7.3` -> `13.7.8`](https://renovatebot.com/diffs/npm/happy-dom/13.7.3/13.7.8) | | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | minor | [`4.12.1` -> `4.13.0`](https://renovatebot.com/diffs/npm/rollup/4.12.1/4.13.0) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.1.5` -> `5.1.6`](https://renovatebot.com/diffs/npm/vite/5.1.5/5.1.6) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v7.2.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#720-2024-03-11) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.1.1...v7.2.0) ##### 🚀 Features - support TS 5.4 - **eslint-plugin:** \[prefer-string-starts-ends-with] add allowSingleElementEquality option ##### 🩹 Fixes - **eslint-plugin:** expose \*-type-checked-only configs for extension - **eslint-plugin:** \[member-ordering] report alphabetical sorting for all groups instead of just the first failing group - **eslint-plugin:** \[no-var-requires, no-require-imports] support template literal - **eslint-plugin:** \[no-useless-template-literals] detect TemplateLiteral - **eslint-plugin:** \[no-unnecessary-condition] handle union array and tuple type - **eslint-plugin:** \[prefer-find] support ternary branches in prefer-find ##### ❤️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan 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.2.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#720-2024-03-11) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.1.1...v7.2.0) ##### 🚀 Features - support TS 5.4 ##### ❤️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan 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>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v9.23.0`](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.23.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0) #### ✨ Enhancements - [#&#8203;2422](https://github.com/vuejs/eslint-plugin-vue/issues/2422) Added support Vue APIs from auto imports. - [#&#8203;2423](https://github.com/vuejs/eslint-plugin-vue/issues/2423) Added side effects suggestions to `vue/order-in-components` rule. #### 🐛 Bug Fixes - [#&#8203;2410](https://github.com/vuejs/eslint-plugin-vue/issues/2410) Fixed false positives for non-kebab-case variable in `vue/v-bind-style` rule. - [#&#8203;2416](https://github.com/vuejs/eslint-plugin-vue/issues/2416) Fixed false positives for extra comma in `vue/v-for-delimiter-style` rule. #### ⚙️ Updates - [#&#8203;2417](https://github.com/vuejs/eslint-plugin-vue/issues/2417) Removed unnecessary second filter to perf improvement. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v9.22.0...v9.23.0 </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v13.7.8`](https://github.com/capricorn86/happy-dom/releases/tag/v13.7.8) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.7.7...v13.7.8) ##### :construction_worker_man: Patch fixes - Fixes problem related to constructing custom elements using the new keyword (e.g. `new CustomElement()`) - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1258](https://github.com/capricorn86/happy-dom/issues/1258) ### [`v13.7.7`](https://github.com/capricorn86/happy-dom/releases/tag/v13.7.7) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.7.6...v13.7.7) ##### :construction_worker_man: Patch fixes - Adds missing setter for the `HTMLImageElement.loading` property - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1218](https://github.com/capricorn86/happy-dom/issues/1218) - Adds validation for values of the `HTMLImageElement.loading` property according to spec - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1218](https://github.com/capricorn86/happy-dom/issues/1218) ### [`v13.7.6`](https://github.com/capricorn86/happy-dom/releases/tag/v13.7.6) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.7.5...v13.7.6) ##### :construction_worker_man: Patch fixes - Fixes problem related to cloning a Response twice causing `ReadableStream` to be locked - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1294](https://github.com/capricorn86/happy-dom/issues/1294) ### [`v13.7.5`](https://github.com/capricorn86/happy-dom/releases/tag/v13.7.5) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.7.4...v13.7.5) ##### :construction_worker_man: Patch fixes - Fixes problem related to `HTMLOptionElement.value` returning text content instead of empty string (when value attribute is empty string) - By **[@&#8203;t-wataru](https://github.com/t-wataru)** in task [#&#8203;1138](https://github.com/capricorn86/happy-dom/issues/1138) ### [`v13.7.4`](https://github.com/capricorn86/happy-dom/releases/tag/v13.7.4) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.7.3...v13.7.4) ##### :construction_worker_man: Patch fixes - Add support for sending in `testEnvironmentOptions` in `@happy-dom/jest-environment` - By **[@&#8203;Codex-](https://github.com/Codex-)** in task [#&#8203;1287](https://github.com/capricorn86/happy-dom/issues/1287) </details> <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.13.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4130) [Compare Source](https://github.com/rollup/rollup/compare/v4.12.1...v4.13.0) *2024-03-12* ##### Features - Ensure that the location of parse errors and other logs is encoded in the error message as well ([#&#8203;5424](https://github.com/rollup/rollup/issues/5424)) ##### Pull Requests - [#&#8203;5417](https://github.com/rollup/rollup/pull/5417): chore(deps): lock file maintenance minor/patch updates ( [@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5418](https://github.com/rollup/rollup/pull/5418): chore(deps): lock file maintenance ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5419](https://github.com/rollup/rollup/pull/5419): chore: fix typo ([@&#8203;OnlyWick](https://github.com/OnlyWick)) - [#&#8203;5424](https://github.com/rollup/rollup/pull/5424): Add locations to logs, warnings and error messages ( [@&#8203;lukastaegert](https://github.com/lukastaegert)) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.1.6`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small516-2024-03-11-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.5...v5.1.6) - chore(deps): update all non-major dependencies ([#&#8203;16131](https://github.com/vitejs/vite/issues/16131)) ([a862ecb](https://github.com/vitejs/vite/commit/a862ecb)), closes [#&#8203;16131](https://github.com/vitejs/vite/issues/16131) - fix: check for publicDir before checking if it is a parent directory ([#&#8203;16046](https://github.com/vitejs/vite/issues/16046)) ([b6fb323](https://github.com/vitejs/vite/commit/b6fb323)), closes [#&#8203;16046](https://github.com/vitejs/vite/issues/16046) - fix: escape single quote when relative base is used ([#&#8203;16060](https://github.com/vitejs/vite/issues/16060)) ([8f74ce4](https://github.com/vitejs/vite/commit/8f74ce4)), closes [#&#8203;16060](https://github.com/vitejs/vite/issues/16060) - fix: handle function property extension in namespace import ([#&#8203;16113](https://github.com/vitejs/vite/issues/16113)) ([f699194](https://github.com/vitejs/vite/commit/f699194)), closes [#&#8203;16113](https://github.com/vitejs/vite/issues/16113) - fix: server middleware mode resolve ([#&#8203;16122](https://github.com/vitejs/vite/issues/16122)) ([8403546](https://github.com/vitejs/vite/commit/8403546)), closes [#&#8203;16122](https://github.com/vitejs/vite/issues/16122) - fix(esbuild): update tsconfck to fix bug that could cause a deadlock ([#&#8203;16124](https://github.com/vitejs/vite/issues/16124)) ([fd9de04](https://github.com/vitejs/vite/commit/fd9de04)), closes [#&#8203;16124](https://github.com/vitejs/vite/issues/16124) - fix(worker): hide "The emitted file overwrites" warning if the content is same ([#&#8203;16094](https://github.com/vitejs/vite/issues/16094)) ([60dfa9e](https://github.com/vitejs/vite/commit/60dfa9e)), closes [#&#8203;16094](https://github.com/vitejs/vite/issues/16094) - fix(worker): throw error when circular worker import is detected and support self referencing worker ([eef9da1](https://github.com/vitejs/vite/commit/eef9da1)), closes [#&#8203;16103](https://github.com/vitejs/vite/issues/16103) - style(utils): remove null check ([#&#8203;16112](https://github.com/vitejs/vite/issues/16112)) ([0d2df52](https://github.com/vitejs/vite/commit/0d2df52)), closes [#&#8203;16112](https://github.com/vitejs/vite/issues/16112) - refactor(runtime): share more code between runtime and main bundle ([#&#8203;16063](https://github.com/vitejs/vite/issues/16063)) ([93be84e](https://github.com/vitejs/vite/commit/93be84e)), closes [#&#8203;16063](https://github.com/vitejs/vite/issues/16063) </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-03-12 00:07:09 +00:00
renovate added 1 commit 2024-03-12 00:07:11 +00:00
continuous-integration/drone/pr Build is passing Details
045bb4ec2b
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://2195-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://2195-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 045bb4ec2b to f3b67154cc 2024-03-12 01:07:36 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from f3b67154cc to da53c8e7ef 2024-03-12 06:07:34 +00:00 Compare
konrad merged commit da53c8e7ef into main 2024-03-12 08:55:30 +00:00
konrad deleted branch renovate/dev-dependencies 2024-03-12 08:55:31 +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#2195
No description provided.