Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.7.1 -> 1.7.2 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.12.8 age adoption passing confidence
vitest (source) 1.5.2 -> 1.5.3 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.7.2

Compare Source

Analyzer
Bug fixes
  • Import sorting now ignores side effect imports (#​817).

    A side effect import consists now in its own group.
    This ensures that side effect imports are not reordered.

    Here is an example of how imports are now sorted:

      import "z"
    - import { D } from "d";
      import { C } from "c";
    + import { D } from "d";
      import "y"
      import "x"
    - import { B } from "b";
      import { A } from "a";
    + import { B } from "b";
      import "w"

    Contributed by @​Conaclos

  • Import sorting now adds spaces where needed (#​1665)
    Contributed by @​Conaclos

CLI
Bug fixes
  • biome migrate eslint now handles cyclic references.

    Some plugins and configurations export objects with cyclic references.
    This causes biome migrate eslint to fail or ignore them.
    These edge cases are now handled correctly.

    Contributed by @​Conaclos

Formatter
Bug fixes
  • Correctly handle placement of comments inside named import clauses. #​2566. Contributed by @​ah-yu
Linter
New features
Bug fixes
  • noDuplicateJsonKeys no longer crashes when a JSON file contains an unterminated string (#​2357).
    Contributed by @​Conaclos

  • noRedeclare now reports redeclarations of parameters in a functions body (#​2394).

    The rule was unable to detect redeclarations of a parameter or type parameter in the function body.
    The following two redeclarations are now reported:

    function f<T>(a) {
      type T = number; // redeclaration
      const a = 0; // redeclaration
    }

    Contributed by @​Conaclos

  • noRedeclare no longer reports overloads in object types (#​2608).

    The rule no longer report redeclarations in the following code:

    type Overloads = {
      ({ a }: { a: number }): number,
      ({ a }: { a: string }): string,
    };

    Contributed by @​Conaclos

  • noRedeclare now merge default function export declarations and types (#​2372).

    The following code is no longer reported as a redeclaration:

    interface Foo {}
    export default function Foo() {}

    Contributed by @​Conaclos

  • noUndeclaredVariables no longer reports variable-only and type-only exports (#​2637).
    Contributed by @​Conaclos

  • [noUnusedVariables] no longer crash Biome when encountering a malformed conditional type (#​1695).
    Contributed by @​Conaclos

  • useConst now ignores a variable that is read before its assignment.

    Previously, the rule reported the following example:

    let x;
    x; // read
    x = 0; // write

    It is now correctly ignored.

    Contributed by @​Conaclos

  • useShorthandFunctionType now suggests correct code fixes when parentheses are required (#​2595).

    Previously, the rule didn't add parentheses when they were needed.
    It now adds parentheses when the function signature is inside an array, a union, or an intersection.

    - type Union = { (): number } | string;
    + type Union = (() => number) | string;

    Contributed by @​Conaclos

  • useTemplate now correctly escapes strings (#​2580).

    Previously, the rule didn't correctly escape characters preceded by an escaped character.

    Contributed by @​Conaclos

  • noMisplacedAssertion now allow these matchers

    • expect.any()
    • expect.anything()
    • expect.closeTo
    • expect.arrayContaining
    • expect.objectContaining
    • expect.stringContaining
    • expect.stringMatching
    • expect.extend
    • expect.addEqualityTesters
    • expect.addSnapshotSerializer

    Contributed by @​fujiyamaorange

Parser
Bug fixes
  • The language parsers no longer panic on unterminated strings followed by a newline and a space (#​2606, #​2410).

    The following example is now parsed without making Biome panics:

    "
     "
    

    Contributed by @​Conaclos

vitest-dev/vitest (vitest)

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ccbc769 to 8666dbe Compare April 3, 2023 21:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 509c645 to 835bca6 Compare April 13, 2023 21:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a67968a to 95a60a1 Compare April 23, 2023 07:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 45bdb27 to 8fb9317 Compare May 1, 2023 19:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4cc20ed to 3eccc98 Compare May 8, 2023 21:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a7411be to 281bb31 Compare May 22, 2023 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e7cf7c0 to e17608e Compare June 1, 2023 22:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b519a96 to 0a63478 Compare April 15, 2024 20:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6d17184 to 1558331 Compare April 25, 2024 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7340e8b to 8345128 Compare April 29, 2024 11:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update pnpm to v8.15.7 Apr 29, 2024
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.7 chore(deps): update pnpm to v8.15.7 - autoclosed Apr 29, 2024
@renovate renovate bot closed this Apr 29, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch April 29, 2024 11:33
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.7 - autoclosed chore(deps): update pnpm to v8.15.7 Apr 29, 2024
@renovate renovate bot reopened this Apr 29, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch April 29, 2024 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8345128 to 1b799ca Compare April 29, 2024 11:35
@renovate renovate bot changed the base branch from next to main April 29, 2024 11:35
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.7 chore(deps): update pnpm to v8.15.7 - autoclosed Apr 29, 2024
@renovate renovate bot closed this Apr 29, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch April 29, 2024 11:38
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.7 - autoclosed chore(deps): update pnpm to v8.15.7 Apr 30, 2024
@renovate renovate bot reopened this Apr 30, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch April 30, 2024 11:44
@renovate renovate bot changed the title chore(deps): update pnpm to v8.15.7 chore(deps): update dependency vitest to v1.5.3 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b799ca to 92bfe11 Compare April 30, 2024 11:44
@renovate renovate bot changed the title chore(deps): update dependency vitest to v1.5.3 chore(deps): update all non-major dependencies Apr 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92bfe11 to 31356fc Compare April 30, 2024 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 31356fc to 7f386dd Compare May 1, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants