imranbarbhuiya / eslint-config-mahir

The ultimate ESLint shareable config
MIT License
4 stars 1 forks source link

chore(deps): update all non-major dependencies #127

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.6.3 -> 1.6.4 age adoption passing confidence
eslint-plugin-jsdoc ^48.2.2 -> ^48.2.3 age adoption passing confidence
eslint-plugin-sonarjs ^0.25.0 -> ^0.25.1 age adoption passing confidence
typescript (source) ^5.4.3 -> ^5.4.4 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome) ### [`v1.6.4`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#164-2022-04-03) [Compare Source](https://togithub.com/biomejs/biome/compare/23b5a73ac7ccd4920f13919aaa712b9364020e88...f6fd1ef7130e7bcd1466aa78ae7295fc5fdd5d58) ##### Analyzer ##### Bug fixes - An operator with no spaces around in a binary expression no longer breaks the js analyzer ([#​2243](https://togithub.com/biomejs/biome/issues/2243)). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### CLI ##### Bug fixes - Fix the printed error count ([#​2048](https://togithub.com/biomejs/biome/issues/2048)). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Configuration ##### Bug fixes - Correctly calculate enabled rules in lint rule groups. Now a specific rule belonging to a group can be enabled even if its group-level preset option `recommended` or `all` is `false` ([#​2191](https://togithub.com/biomejs/biome/issues/2191)). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Editors ##### Bug fixes - Fix the unexpected code deletion and repetition when `quickfix.biome` is enabled and some `import`-related rules are applied ([#​2222](https://togithub.com/biomejs/biome/issues/2222), [#​688](https://togithub.com/biomejs/biome/issues/688), [#​1015](https://togithub.com/biomejs/biome/issues/1015)). Contributed by [@​Sec-ant](https://togithub.com/Sec-ant) ##### Linter ##### Bug fixes - Fix [#​2211](https://togithub.com/biomejs/biome/issues/2211). noChildrenProp should work fine when children pass as a prop in a new line. Contributed by [@​fireairforce](https://togithub.com/fireairforce) - Fix [#​2248](https://togithub.com/biomejs/biome/issues/2248). `lint/a11y/useButtonType` should not trigger when button element with spread attribute. Contributed by [@​fireairforce](https://togithub.com/fireairforce) - Fix [#​2216](https://togithub.com/biomejs/biome/issues/2216). `lint/style/useNamingConvention` should not ignore JSX Component name binding. Contributed by [@​fireairforce](https://togithub.com/fireairforce) ##### Enhancements - Add support for object property members in the rule `useSortedClasses`. Contributed by [@​ematipico](https://togithub.com/ematipico) ##### Parser - The parser doesn't throw any error when the frontmatter of `.astro` files contains an illegal return:
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v48.2.3`](https://togithub.com/gajus/eslint-plugin-jsdoc/releases/tag/v48.2.3) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.2...v48.2.3) ##### Bug Fixes - **`valid-types`:** whitelist pratt parser keywords; fixes [#​1221](https://togithub.com/gajus/eslint-plugin-jsdoc/issues/1221) ([ab5624b](https://togithub.com/gajus/eslint-plugin-jsdoc/commit/ab5624be6278836241955b2b336bf3b0803ab33d))
SonarSource/eslint-plugin-sonarjs (eslint-plugin-sonarjs) ### [`v0.25.1`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/0.25.1) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.0...0.25.1) #### What's Changed - Resolve issue [#​456](https://togithub.com/SonarSource/eslint-plugin-sonarjs/issues/456) - [@​typescript-eslint/utils](https://togithub.com/typescript-eslint/utils) dependency is missing by [@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/457](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/457) - Bump the project manifest version to 0.25.1 by [@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/458](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/458) #### New Contributors - [@​ericmorand-sonarsource](https://togithub.com/ericmorand-sonarsource) made their first contribution in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/457](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/457) **Full Changelog**: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.25.0...0.25.1
Microsoft/TypeScript (typescript) ### [`v5.4.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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 if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.