chore(deps): update dev-dependencies #3842

Merged
konrad merged 2 commits from renovate/dev-dependencies into main 2023-12-06 12:08:01 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@types/node (source) devDependencies patch 20.10.1 -> 20.10.3
@typescript-eslint/eslint-plugin devDependencies patch 6.13.1 -> 6.13.2
@typescript-eslint/parser devDependencies patch 6.13.1 -> 6.13.2
browserslist devDependencies patch 4.22.1 -> 4.22.2
caniuse-lite devDependencies patch 1.0.30001565 -> 1.0.30001566
cypress (source) devDependencies patch 13.6.0 -> 13.6.1
eslint (source) devDependencies minor 8.54.0 -> 8.55.0
postcss (source) devDependencies patch 8.4.31 -> 8.4.32
rollup-plugin-visualizer devDependencies minor 5.9.3 -> 5.10.0
vite (source) devDependencies patch 4.5.0 -> 4.5.1
vite-plugin-pwa devDependencies patch 0.17.2 -> 0.17.3
vue-tsc devDependencies patch 1.8.24 -> 1.8.25

Release Notes

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

v6.13.2

Compare Source

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

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

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

v6.13.2

Compare Source

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

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

browserslist/browserslist (browserslist)

v4.22.2

Compare Source

browserslist/caniuse-lite (caniuse-lite)

v1.0.30001566

Compare Source

cypress-io/cypress (cypress)

v13.6.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1

eslint/eslint (eslint)

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

postcss/postcss (postcss)

v8.4.32

Compare Source

  • Fixed postcss().process() types (by Andrew Ferreira).
btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v5.10.0

Compare Source

  • Update dependencies
  • Add experimental flamegraph template
  • Make super simple placeholder to test if people stop complaining about input/output inputs
vitejs/vite (vite)

v4.5.1

Compare Source

Please refer to CHANGELOG.md for details.

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.17.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v1.8.25

Compare Source

  • fix(component-type-helpers): correct type inference for FunctionalComponent (#​3766) - thanks @​pinguet62
  • fix(language-core): camelize props for dynamic component (#​3774) - thanks @​so1ve

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 | [`20.10.1` -> `20.10.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.10.1/20.10.3) | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | patch | [`6.13.1` -> `6.13.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.13.1/6.13.2) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | patch | [`6.13.1` -> `6.13.2`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.13.1/6.13.2) | | [browserslist](https://github.com/browserslist/browserslist) | devDependencies | patch | [`4.22.1` -> `4.22.2`](https://renovatebot.com/diffs/npm/browserslist/4.22.1/4.22.2) | | [caniuse-lite](https://github.com/browserslist/caniuse-lite) | devDependencies | patch | [`1.0.30001565` -> `1.0.30001566`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001565/1.0.30001566) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | patch | [`13.6.0` -> `13.6.1`](https://renovatebot.com/diffs/npm/cypress/13.6.0/13.6.1) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`8.54.0` -> `8.55.0`](https://renovatebot.com/diffs/npm/eslint/8.54.0/8.55.0) | | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.4.31` -> `8.4.32`](https://renovatebot.com/diffs/npm/postcss/8.4.31/8.4.32) | | [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | devDependencies | minor | [`5.9.3` -> `5.10.0`](https://renovatebot.com/diffs/npm/rollup-plugin-visualizer/5.9.3/5.10.0) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite)) | devDependencies | patch | [`4.5.0` -> `4.5.1`](https://renovatebot.com/diffs/npm/vite/4.5.0/4.5.1) | | [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | devDependencies | patch | [`0.17.2` -> `0.17.3`](https://renovatebot.com/diffs/npm/vite-plugin-pwa/0.17.2/0.17.3) | | [vue-tsc](https://github.com/vuejs/language-tools) | devDependencies | patch | [`1.8.24` -> `1.8.25`](https://renovatebot.com/diffs/npm/vue-tsc/1.8.24/1.8.25) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v6.13.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6132-2023-12-04) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) **Note:** Version bump only for package [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) 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.13.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6132-2023-12-04) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2) **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>browserslist/browserslist (browserslist)</summary> ### [`v4.22.2`](https://github.com/browserslist/browserslist/compare/4.22.1...80e045442f16c622643ee5ff6b8b765713b75044) [Compare Source](https://github.com/browserslist/browserslist/compare/4.22.1...80e045442f16c622643ee5ff6b8b765713b75044) </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001566`](https://github.com/browserslist/caniuse-lite/compare/1.0.30001565...1.0.30001566) [Compare Source](https://github.com/browserslist/caniuse-lite/compare/1.0.30001565...1.0.30001566) </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.6.1`](https://github.com/cypress-io/cypress/releases/tag/v13.6.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.6.0...v13.6.1) Changelog: https://docs.cypress.io/guides/references/changelog#13-6-1 </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v8.55.0`](https://github.com/eslint/eslint/releases/tag/v8.55.0) [Compare Source](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0) #### Features - [`8c9e6c1`](https://github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01) feat: importNamePattern option in no-restricted-imports ([#&#8203;17721](https://github.com/eslint/eslint/issues/17721)) (Tanuj Kanti) #### Documentation - [`83ece2a`](https://github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5) docs: fix typo `--rules` -> `--rule` ([#&#8203;17806](https://github.com/eslint/eslint/issues/17806)) (OKURA Masafumi) - [`fffca5c`](https://github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd) docs: remove "Open in Playground" buttons for removed rules ([#&#8203;17791](https://github.com/eslint/eslint/issues/17791)) (Francesco Trotta) - [`a6d9442`](https://github.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3) docs: fix correct/incorrect examples of rules ([#&#8203;17789](https://github.com/eslint/eslint/issues/17789)) (Tanuj Kanti) - [`383e999`](https://github.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501) docs: update and fix examples for `no-unused-vars` ([#&#8203;17788](https://github.com/eslint/eslint/issues/17788)) (Tanuj Kanti) - [`5a8efd5`](https://github.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214) docs: add specific stylistic rule for each deprecated rule ([#&#8203;17778](https://github.com/eslint/eslint/issues/17778)) (Etienne) #### Chores - [`eb8950c`](https://github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;8](https://github.com/8).55.0 ([#&#8203;17811](https://github.com/eslint/eslint/issues/17811)) (Milos Djermanovic) - [`93df384`](https://github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`fe4b954`](https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f) chore: upgrade [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc)[@&#8203;2](https://github.com/2).1.4 ([#&#8203;17799](https://github.com/eslint/eslint/issues/17799)) (Milos Djermanovic) - [`bd8911d`](https://github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d) ci: pin Node.js 21.2.0 ([#&#8203;17809](https://github.com/eslint/eslint/issues/17809)) (Milos Djermanovic) - [`b29a16b`](https://github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee) chore: fix several `cli` tests to run in the intended flat config mode ([#&#8203;17797](https://github.com/eslint/eslint/issues/17797)) (Milos Djermanovic) - [`de165c1`](https://github.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804) chore: remove unused config-extends fixtures ([#&#8203;17781](https://github.com/eslint/eslint/issues/17781)) (Milos Djermanovic) - [`d4304b8`](https://github.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc) chore: remove formatting/stylistic rules from new rule templates ([#&#8203;17780](https://github.com/eslint/eslint/issues/17780)) (Francesco Trotta) - [`21024fe`](https://github.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a) chore: check rule examples for syntax errors ([#&#8203;17718](https://github.com/eslint/eslint/issues/17718)) (Francesco Trotta) </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.4.32`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8432) [Compare Source](https://github.com/postcss/postcss/compare/8.4.31...8.4.32) - Fixed `postcss().process()` types (by Andrew Ferreira). </details> <details> <summary>btd/rollup-plugin-visualizer (rollup-plugin-visualizer)</summary> ### [`v5.10.0`](https://github.com/btd/rollup-plugin-visualizer/blob/HEAD/CHANGELOG.md#5100) [Compare Source](https://github.com/btd/rollup-plugin-visualizer/compare/v5.9.3...v5.10.0) - Update dependencies - Add experimental `flamegraph` template - Make super simple placeholder to test if people stop complaining about input/output inputs </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v4.5.1`](https://github.com/vitejs/vite/releases/tag/v4.5.1) [Compare Source](https://github.com/vitejs/vite/compare/v4.5.0...v4.5.1) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md) for details. </details> <details> <summary>vite-pwa/vite-plugin-pwa (vite-plugin-pwa)</summary> ### [`v0.17.3`](https://github.com/vite-pwa/vite-plugin-pwa/releases/tag/v0.17.3) [Compare Source](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.2...v0.17.3) #####    🐞 Bug Fixes - Configure static assets when includeAssets option is true regardless of manifest option  -  by [@&#8203;sgpinkus](https://github.com/sgpinkus) in https://github.com/vite-pwa/vite-plugin-pwa/issues/612 [<samp>(c7e90)</samp>](https://github.com/vite-pwa/vite-plugin-pwa/commit/c7e90a4) #####     [View changes on GitHub](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.2...v0.17.3) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v1.8.25`](https://github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1825-2023126) [Compare Source](https://github.com/vuejs/language-tools/compare/v1.8.24...v1.8.25) - fix(component-type-helpers): correct type inference for FunctionalComponent ([#&#8203;3766](https://github.com/vuejs/language-tools/issues/3766)) - thanks [@&#8203;pinguet62](https://github.com/pinguet62) - fix(language-core): camelize props for dynamic component ([#&#8203;3774](https://github.com/vuejs/language-tools/issues/3774)) - thanks [@&#8203;so1ve](https://github.com/so1ve) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNTAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovate added the
dependencies
label 2023-12-02 00:14:25 +00:00
renovate force-pushed renovate/dev-dependencies from 5748ad4bd4 to 5fb5a5eabf 2023-12-02 00:14:29 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 5fb5a5eabf to 4ee98f33ce 2023-12-02 03:14:05 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 4ee98f33ce to c9cde1d949 2023-12-03 05:14:17 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from c9cde1d949 to 1a2b265ee2 2023-12-03 18:13:50 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 1a2b265ee2 to aba161973d 2023-12-03 20:15:16 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from aba161973d to 881c1e114f 2023-12-03 23:14:56 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 881c1e114f to fb63ca5c74 2023-12-04 10:16:01 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from fb63ca5c74 to 2e769fbd66 2023-12-04 18:14:40 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 2e769fbd66 to 8a5647b9b5 2023-12-04 21:14:52 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 8a5647b9b5 to 8791f5c339 2023-12-05 18:14:38 +00:00 Compare
renovate force-pushed renovate/dev-dependencies from 8791f5c339 to 4bde31195a 2023-12-05 19:14:48 +00:00 Compare
konrad added 1 commit 2023-12-06 11:44:01 +00:00
continuous-integration/drone/pr Build is passing Details
28922f8b15
chore(deps): update lockfile
konrad scheduled this pull request to auto merge when all checks succeed 2023-12-06 11:44:12 +00:00
konrad approved these changes 2023-12-06 11:45:21 +00:00
konrad canceled auto merging this pull request when all checks succeed 2023-12-06 11:45:25 +00:00
konrad scheduled this pull request to auto merge when all checks succeed 2023-12-06 11:45:33 +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://3842-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://3842-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 3b15293b47 into main 2023-12-06 12:08:01 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.