Skip to content

Commit 36606e1

Browse files
chore(deps): update all non-major dependencies (minor) (#5193)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | [`6.8.0` -> `6.9.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.8.0/6.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) | [`6.8.0` -> `6.9.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.8.0/6.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.8.0/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [chromatic](https://www.chromatic.com) ([source](https://github.com/chromaui/chromatic-cli)) | [`7.4.0` -> `7.5.4`](https://renovatebot.com/diffs/npm/chromatic/7.4.0/7.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chromatic/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chromatic/7.4.0/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/7.4.0/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | [`2.28.1` -> `2.29.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.28.1/2.29.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-import/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-import/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-import/2.28.1/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-import/2.28.1/2.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v6.9.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#690-2023-10-23) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) ##### Bug Fixes - **eslint-plugin:** \[no-confusing-void-expression] handle unfixable cases ([#&#8203;7674](https://github.com/typescript-eslint/typescript-eslint/issues/7674)) ([7e52f27](https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2)) - **eslint-plugin:** \[no-unsafe-return] allow returning anything if explicitly returning any ([#&#8203;7708](https://github.com/typescript-eslint/typescript-eslint/issues/7708)) ([c6124b2](https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b)) ##### Features - **eslint-plugin:** \[max-params] don't count `this: void` parameter ([#&#8203;7696](https://github.com/typescript-eslint/typescript-eslint/issues/7696)) ([6398d3f](https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0)), closes [#&#8203;7538](https://github.com/typescript-eslint/typescript-eslint/issues/7538) - **eslint-plugin:** \[naming-convention] add support for default and namespace imports ([#&#8203;7269](https://github.com/typescript-eslint/typescript-eslint/issues/7269)) ([bb15aae](https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c)) - **eslint-plugin:** \[no-restricted-imports] support import = require ([#&#8203;7709](https://github.com/typescript-eslint/typescript-eslint/issues/7709)) ([4c8edcf](https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969)) - **eslint-plugin:** \[no-unsafe-enum-comparison] add switch suggestion ([#&#8203;7691](https://github.com/typescript-eslint/typescript-eslint/issues/7691)) ([53d5263](https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58)), closes [#&#8203;7643](https://github.com/typescript-eslint/typescript-eslint/issues/7643) - **eslint-plugin:** \[prefer-readonly] private fields support ([#&#8203;7686](https://github.com/typescript-eslint/typescript-eslint/issues/7686)) ([0e875bf](https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977)) 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.9.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#690-2023-10-23) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.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. </details> <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v7.5.4`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v754-Thu-Oct-26-2023) [Compare Source](https://github.com/chromaui/chromatic-cli/compare/v7.5.3...v7.5.4) ##### 🐛 Bug Fix - Configure auto with `prerelease` setting and update readme [#&#8203;847](https://github.com/chromaui/chromatic-cli/pull/847) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld)) *** ### [`v7.5.3`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v753-Thu-Oct-26-2023) [Compare Source](https://github.com/chromaui/chromatic-cli/compare/v7.5.2...v7.5.3) ##### 🐛 Bug Fix - Fix config for Auto and add `next-release` tag to trigger a `next` release [#&#8203;846](https://github.com/chromaui/chromatic-cli/pull/846) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld)) *** ### [`v7.5.2`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v752-Thu-Oct-26-2023) [Compare Source](https://github.com/chromaui/chromatic-cli/compare/v7.5.1...v7.5.2) ##### 🐛 Bug Fix - Fix `ENOENT` when uploading stats file with `--upload-metadata` [#&#8203;843](https://github.com/chromaui/chromatic-cli/pull/843) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld)) *** ### [`v7.5.1`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v751-Thu-Oct-26-2023) [Compare Source](https://github.com/chromaui/chromatic-cli/compare/v7.5.0...v7.5.1) ##### 🐛 Bug Fix - Fix use of `LoggingRenderer` after bad merge [#&#8203;845](https://github.com/chromaui/chromatic-cli/pull/845) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld)) *** ### [`v7.5.0`](https://github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v750-Tue-Oct-24-2023) [Compare Source](https://github.com/chromaui/chromatic-cli/compare/v7.4.0...v7.5.0) ##### 🚀 Enhancement - Write to log file and add `--upload-metadata` to publish metadata files [#&#8203;836](https://github.com/chromaui/chromatic-cli/pull/836) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) ##### 🐛 Bug Fix - Add workflow to require certain PR labels before merging [#&#8203;841](https://github.com/chromaui/chromatic-cli/pull/841) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) - Fix reading `diagnostics` from undefined [#&#8203;840](https://github.com/chromaui/chromatic-cli/pull/840) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) - Only release 'latest' GitHub Action from `main` branch [#&#8203;837](https://github.com/chromaui/chromatic-cli/pull/837) ([@&#8203;ghengeveld](https://github.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@&#8203;ghengeveld](https://github.com/ghengeveld)) *** </details> <details> <summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary> ### [`v2.29.0`](https://github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2290---2023-10-22) [Compare Source](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0) ##### Added - TypeScript config: add .cts and .mts extensions (\[[#&#8203;2851](https://github.com/import-js/eslint-plugin-import/issues/2851)], thanks \[[@&#8203;Zamiell](https://github.com/Zamiell)]) - \[`newline-after-import`]: new option `exactCount` and docs update (\[[#&#8203;1933](https://github.com/import-js/eslint-plugin-import/issues/1933)], thanks \[[@&#8203;anikethsaha](https://github.com/anikethsaha)] and \[[@&#8203;reosarevok](https://github.com/reosarevok)]) - \[`newline-after-import`]: fix `exactCount` with `considerComments` false positive, when there is a leading comment (\[[#&#8203;2884](https://github.com/import-js/eslint-plugin-import/issues/2884)], thanks \[[@&#8203;kinland](https://github.com/kinland)]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99ae5d6 commit 36606e1

File tree

1 file changed

+403
-89
lines changed

1 file changed

+403
-89
lines changed

0 commit comments

Comments
 (0)