chore(deps): update dev-dependencies #3927

Merged
konrad merged 1 commits from renovate/dev-dependencies into main 2024-01-30 09:28:29 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 6.19.1 -> 6.20.0
@typescript-eslint/parser (source) devDependencies minor 6.19.1 -> 6.20.0
happy-dom devDependencies patch 13.3.1 -> 13.3.5

Release Notes

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

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

v6.20.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.

capricorn86/happy-dom (happy-dom)

v13.3.5

Compare Source

🎨 Features
👷‍♂️ Patch fixes
  • Fixes problem with calculating next version by updating the package "happy-conventional-commit" - By @​capricorn86 in task #​1244

v13.3.4

Compare Source

👷‍♂️ Patch fixes

v13.3.3

Compare Source

👷‍♂️ Patch fixes

v13.3.2

Compare Source

👷‍♂️ Patch fixes

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://github.com/typescript-eslint/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`6.19.1` -> `6.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.19.1/6.20.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 | [`6.19.1` -> `6.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.19.1/6.20.0) | | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | patch | [`13.3.1` -> `13.3.5`](https://renovatebot.com/diffs/npm/happy-dom/13.3.1/13.3.5) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v6.20.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6200-2024-01-29) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.19.1...v6.20.0) ##### 🚀 Features - **eslint-plugin:** \[member-ordering] allow easy reuse of the default ordering ##### 🩹 Fixes - **eslint-plugin:** \[no-useless-template-literals] incorrect bigint autofix result - **eslint-plugin:** \[prefer-nullish-coalescing] treat any/unknown as non-nullable - **eslint-plugin:** \[no-useless-template-literals] report Infinity & NaN - **eslint-plugin:** \[prefer-readonly] disable checking accessors ##### ❤️ Thank You - Alex Parloti - auvred - James Browning - StyleShit - 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> ### [`v6.20.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6200-2024-01-29) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.19.1...v6.20.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>capricorn86/happy-dom (happy-dom)</summary> ### [`v13.3.5`](https://github.com/capricorn86/happy-dom/releases/tag/v13.3.5) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.4...v13.3.5) ##### :art: Features - Support for passing pseudo-selectors as argument of `:not` in query selectors - By **[@&#8203;gdorsi](https://github.com/gdorsi)** in task [#&#8203;1191](https://github.com/capricorn86/happy-dom/issues/1191) - Add support for `TouchEvent` and `Touch` - By **[@&#8203;visualjerk](https://github.com/visualjerk)** in task [#&#8203;1186](https://github.com/capricorn86/happy-dom/issues/1186) ##### :construction_worker_man: Patch fixes - Fixes problem with calculating next version by updating the package "happy-conventional-commit" - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1244](https://github.com/capricorn86/happy-dom/issues/1244) ### [`v13.3.4`](https://github.com/capricorn86/happy-dom/releases/tag/v13.3.4) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.3...v13.3.4) ##### :construction_worker_man: Patch fixes - Fixes automatic release notes in the Github Workflow - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1241](https://github.com/capricorn86/happy-dom/issues/1241) ### [`v13.3.3`](https://github.com/capricorn86/happy-dom/releases/tag/v13.3.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.2...v13.3.3) ##### :construction_worker_man: Patch fixes - Updates documentation. ([#&#8203;1240](https://github.com/capricorn86/happy-dom/issues/1240)) ### [`v13.3.2`](https://github.com/capricorn86/happy-dom/releases/tag/v13.3.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.1...v13.3.2) ##### :construction_worker_man: Patch fixes - Use [Conventional Commits](https://www.conventionalcommits.org/en/) as pattern when developing with Happy DOM. ([#&#8203;975](https://github.com/capricorn86/happy-dom/issues/975)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-01-30 00:19:49 +00:00
renovate added 1 commit 2024-01-30 00:19:51 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
bd18524f36
chore(deps): update dev-dependencies
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://3927-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 somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://3927-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 somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit bd18524f36 into main 2024-01-30 09:28:29 +00:00
konrad deleted branch renovate/dev-dependencies 2024-01-30 09:28:30 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.