chore(deps): update dev-dependencies #3726

Merged
konrad merged 2 commits from renovate/dev-dependencies into main 2023-08-29 11:59:10 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies patch 18.17.11 -> 18.17.12
@types/sortablejs (source) devDependencies patch 1.15.1 -> 1.15.2
@typescript-eslint/eslint-plugin devDependencies minor 6.4.1 -> 6.5.0
@typescript-eslint/parser devDependencies minor 6.4.1 -> 6.5.0
@vitejs/plugin-vue (source) devDependencies patch 4.3.3 -> 4.3.4
happy-dom devDependencies patch 10.11.0 -> 10.11.1
postcss-preset-env (source) devDependencies patch 9.1.1 -> 9.1.2

Release Notes

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

v6.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#​6885) (23ac499)

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

6.4.1 (2023-08-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#​7466) (b52658f), closes #​7293

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

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

v6.5.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

6.4.1 (2023-08-21)

Note: Version bump only for package @​typescript-eslint/parser

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

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v4.3.4

Compare Source

capricorn86/happy-dom (happy-dom)

v10.11.1

Compare Source

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

v9.1.2

Compare Source

August 28, 2023


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)) | devDependencies | patch | [`18.17.11` -> `18.17.12`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.11/18.17.12) | | [@types/sortablejs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sortablejs) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`1.15.1` -> `1.15.2`](https://renovatebot.com/diffs/npm/@types%2fsortablejs/1.15.1/1.15.2) | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`6.4.1` -> `6.5.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.4.1/6.5.0) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`6.4.1` -> `6.5.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.4.1/6.5.0) | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue#readme) ([source](https://github.com/vitejs/vite-plugin-vue)) | devDependencies | patch | [`4.3.3` -> `4.3.4`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-vue/4.3.3/4.3.4) | | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | patch | [`10.11.0` -> `10.11.1`](https://renovatebot.com/diffs/npm/happy-dom/10.11.0/10.11.1) | | [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#readme) ([source](https://github.com/csstools/postcss-plugins)) | devDependencies | patch | [`9.1.1` -> `9.1.2`](https://renovatebot.com/diffs/npm/postcss-preset-env/9.1.1/9.1.2) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v6.5.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#650-2023-08-28) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) ##### Bug Fixes - **eslint-plugin:** \[consistent-type-assertions] wrap object return value with parentheses ([#&#8203;6885](https://github.com/typescript-eslint/typescript-eslint/issues/6885)) ([23ac499](https://github.com/typescript-eslint/typescript-eslint/commit/23ac49944e4f4067f89123fddd4a80c629270b4c)) 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. #### [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21) ##### Bug Fixes - **eslint-plugin:** \[no-unnecessary-condition] false positives with branded types ([#&#8203;7466](https://github.com/typescript-eslint/typescript-eslint/issues/7466)) ([b52658f](https://github.com/typescript-eslint/typescript-eslint/commit/b52658fbb6f5cf2085c94926872e6d39efaa3b01)), closes [#&#8203;7293](https://github.com/typescript-eslint/typescript-eslint/issues/7293) 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.5.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#650-2023-08-28) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) 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. #### [6.4.1](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) 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>vitejs/vite-plugin-vue (@&#8203;vitejs/plugin-vue)</summary> ### [`v4.3.4`](https://github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#small434-2023-08-28-small) [Compare Source](https://github.com/vitejs/vite-plugin-vue/compare/75bec031a64623b32db8f10bf6153e385e5f3dde...1ae5daa9c82606c538c74ab65979d6581a3827f6) - chore(deps): update typescript-eslint monorepo to v6 (major) ([#&#8203;210](https://github.com/vitejs/vite-plugin-vue/issues/210)) ([fb07b5b](https://github.com/vitejs/vite-plugin-vue/commit/fb07b5b)), closes [#&#8203;210](https://github.com/vitejs/vite-plugin-vue/issues/210) - feat(plugin-vue): expose options in `api` ([#&#8203;177](https://github.com/vitejs/vite-plugin-vue/issues/177)) ([269121e](https://github.com/vitejs/vite-plugin-vue/commit/269121e)), closes [#&#8203;177](https://github.com/vitejs/vite-plugin-vue/issues/177) </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v10.11.1`](https://github.com/capricorn86/happy-dom/compare/v10.11.0...v10.11.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v10.11.0...v10.11.1) </details> <details> <summary>csstools/postcss-plugins (postcss-preset-env)</summary> ### [`v9.1.2`](https://github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#912) [Compare Source](https://github.com/csstools/postcss-plugins/compare/629061de48e629b473c3dcc6a4e846e042d18dc8...9d0f1d7a2fdc672485c2af1ed4fa8139f1358ded) *August 28, 2023* - Updated [`cssdb`](https://github.com/csstools/cssdb) to [`7.7.1`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#771-august-20-2023) (patch) - Updated [`@csstools/postcss-text-decoration-shorthand`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand) to [`3.0.1`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand/CHANGELOG.md#301) (patch) - Updated [`@csstools/postcss-color-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#202) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#402) (patch) - Updated [`@csstools/postcss-hwb-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-oklab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#302) (patch) - Updated [`@csstools/postcss-relative-color-syntax`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#202) (patch) - Updated [`postcss-lab-function`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#602) (patch) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi42NS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-08-28 01:07:54 +00:00
renovate force-pushed renovate/dev-dependencies from 240a4069d1 to d228891721 2023-08-28 01:07:56 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from d228891721 to bb87668a20 2023-08-28 12:08:02 +00:00 Compare
renovate changed title from chore(deps): update dependency @types/node to v18.17.12 to chore(deps): update dev-dependencies 2023-08-28 12:08:03 +00:00
renovate force-pushed renovate/dev-dependencies from bb87668a20 to 82cd9b5233 2023-08-28 13:07:48 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 82cd9b5233 to ae977e549f 2023-08-28 17:07:42 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from ae977e549f to 33278f5577 2023-08-28 18:07:42 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 33278f5577 to d9795314cf 2023-08-29 08:07:14 +00:00 Compare
konrad force-pushed renovate/dev-dependencies from d9795314cf to 6a4f3444a3 2023-08-29 11:27:55 +00:00 Compare
konrad scheduled this pull request to auto merge when all checks succeed 2023-08-29 11:28:18 +00:00
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://3726-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://3726-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 49261a6fcc into main 2023-08-29 11:59:10 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.