Skip to content

Bump @biomejs/biome from 2.4.14 to 2.4.15#232

Merged
tomusdrw merged 1 commit into
mainfrom
dependabot/npm_and_yarn/biomejs/biome-2.4.15
May 11, 2026
Merged

Bump @biomejs/biome from 2.4.14 to 2.4.15#232
tomusdrw merged 1 commit into
mainfrom
dependabot/npm_and_yarn/biomejs/biome-2.4.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps @biomejs/biome from 2.4.14 to 2.4.15.

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.15

2.4.15

Patch Changes

  • #9394 ba3480e Thanks @​dyc3! - Added the nursery rule useTestHooksInOrder in the test domain. The rule enforces that Jest/Vitest lifecycle hooks (beforeAll, beforeEach, afterEach, afterAll) are declared in the order they execute, making test setup and teardown easier to reason about.

  • #10254 e0a54cc Thanks @​dyc3! - Added a new nursery rule useVueNextTickPromise, which enforces Promise syntax when using Vue nextTick.

    For example, the following snippet triggers the rule:

    import { nextTick } from "vue";
    nextTick(() => {
    updateDom();
    });

  • #10219 64aee45 Thanks @​dyc3! - Added a new nursery rule noVueVOnNumberValues, that disallows deprecated number modifiers on Vue v-on directives.

    For example, the following snippet triggers the rule:

    <input @keyup.13="submit" />
  • #10195 7b8d4e1 Thanks @​dyc3! - Added the new nursery rule useVueValidVFor, which validates Vue v-for directives and reports invalid aliases, missing component keys, and keys that do not use iteration variables.

  • #10238 1110256 Thanks @​dyc3! - Added the recommended nursery rule noVueImportCompilerMacros, which disallows importing Vue compiler macros such as defineProps from vue because they are automatically available.

  • #10201 1a08f89 Thanks @​realknove! - Fixed #10193: style/useReadonlyClassProperties no longer reports class properties as readonly-able when they are assigned inside arrow callbacks nested in class property initializers.

  • #9574 3bd2b6a Thanks @​Conaclos! - Fixed #9530. The diagnostics of organizeImports are now more detailed and more precise. They are also better at localizing where the issue is.

  • #10205 a704a6c Thanks @​Conaclos! - Fixed #10185. `organizeImports now errors when it encounters an unknown predefined group.

    The following configuration is now reported as invalid because :INEXISTENT: is an unknown predefined group.

    {
      "assist": {
        "actions": {
          "source": {
            "organizeImports": { "options": { "groups": [":INEXISTENT:"] } }
          }
        }
      }
    }

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.15

Patch Changes

  • #9394 ba3480e Thanks @​dyc3! - Added the nursery rule useTestHooksInOrder in the test domain. The rule enforces that Jest/Vitest lifecycle hooks (beforeAll, beforeEach, afterEach, afterAll) are declared in the order they execute, making test setup and teardown easier to reason about.

  • #10254 e0a54cc Thanks @​dyc3! - Added a new nursery rule useVueNextTickPromise, which enforces Promise syntax when using Vue nextTick.

    For example, the following snippet triggers the rule:

    import { nextTick } from "vue";
    nextTick(() => {
    updateDom();
    });

  • #10219 64aee45 Thanks @​dyc3! - Added a new nursery rule noVueVOnNumberValues, that disallows deprecated number modifiers on Vue v-on directives.

    For example, the following snippet triggers the rule:

    <input @keyup.13="submit" />
  • #10195 7b8d4e1 Thanks @​dyc3! - Added the new nursery rule useVueValidVFor, which validates Vue v-for directives and reports invalid aliases, missing component keys, and keys that do not use iteration variables.

  • #10238 1110256 Thanks @​dyc3! - Added the recommended nursery rule noVueImportCompilerMacros, which disallows importing Vue compiler macros such as defineProps from vue because they are automatically available.

  • #10201 1a08f89 Thanks @​realknove! - Fixed #10193: style/useReadonlyClassProperties no longer reports class properties as readonly-able when they are assigned inside arrow callbacks nested in class property initializers.

  • #9574 3bd2b6a Thanks @​Conaclos! - Fixed #9530. The diagnostics of organizeImports are now more detailed and more precise. They are also better at localizing where the issue is.

  • #10205 a704a6c Thanks @​Conaclos! - Fixed #10185. `organizeImports now errors when it encounters an unknown predefined group.

    The following configuration is now reported as invalid because :INEXISTENT: is an unknown predefined group.

    {
      "assist": {
        "actions": {
          "source": {
            "organizeImports": { "options": { "groups": [":INEXISTENT:"] } }
          }
        }
      }
    }

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.14 to 2.4.15.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.15/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
@github-actions
Copy link
Copy Markdown

Benchmark Results

✅ No significant changes

Metric Baseline Current Change
fib(10k) 8.4ms 7.8ms -6.5%
fib(100k) 76.9ms 74.4ms -3.2%
fib(1M) 768.3ms 741.6ms -3.5%
fib(10M) 7680.9ms 7434.6ms -3.2%
Trace total 5509.6ms 5414.9ms -94.6ms (-1.7%)
All traces
Trace Baseline Current Change
trace-006 90.4ms 86.3ms -4.5%
trace-033 69.6ms 67.5ms -3.0%
trace-001 110.4ms 107.5ms -2.6%
trace-025 164.8ms 161.1ms -2.3%
trace-038 152.1ms 148.7ms -2.3%
trace-023 156.4ms 152.9ms -2.2%
trace-024 113.8ms 111.3ms -2.2%
trace-028 122.6ms 119.9ms -2.2%
trace-027 102.5ms 100.2ms -2.2%
trace-051 142.8ms 139.7ms -2.2%
trace-041 165.6ms 162.1ms -2.1%
trace-002 37.0ms 36.2ms -2.1%
trace-053 143.7ms 140.7ms -2.1%
trace-022 134.1ms 131.4ms -2.0%
trace-045 52.1ms 51.1ms -2.0%
trace-061 74.1ms 72.7ms -1.9%
trace-010 125.6ms 123.2ms -1.9%
trace-039 188.7ms 185.1ms -1.9%
trace-032 82.5ms 81.0ms -1.9%
trace-042 53.2ms 52.2ms -1.9%
trace-035 86.1ms 84.5ms -1.8%
trace-008 101.0ms 99.1ms -1.8%
trace-030 123.5ms 121.3ms -1.8%
trace-031 170.4ms 167.3ms -1.8%
trace-026 66.3ms 65.1ms -1.8%
trace-063 78.0ms 76.6ms -1.8%
trace-017 188.0ms 184.7ms -1.8%
trace-052 63.2ms 62.1ms -1.7%
trace-020 89.5ms 88.0ms -1.7%
trace-009 27.0ms 26.6ms -1.7%
trace-055 194.3ms 191.0ms -1.7%
trace-059 174.0ms 171.1ms -1.7%
trace-016 41.2ms 40.6ms -1.6%
trace-047 114.2ms 112.3ms -1.6%
trace-021 77.7ms 76.5ms -1.6%
trace-050 80.7ms 79.5ms -1.5%
trace-014 98.7ms 97.2ms -1.5%
trace-034 40.8ms 40.1ms -1.5%
trace-048 103.4ms 101.9ms -1.5%
trace-005 57.1ms 56.2ms -1.5%
trace-015 75.2ms 74.2ms -1.3%
trace-037 45.4ms 44.8ms -1.2%
trace-054 113.8ms 112.4ms -1.2%
trace-011 108.7ms 107.4ms -1.2%
trace-036 62.2ms 61.5ms -1.2%
trace-043 47.4ms 46.8ms -1.1%
trace-062 35.0ms 34.6ms -1.1%
trace-012 27.3ms 27.1ms -0.9%
trace-003 239.4ms 237.1ms -0.9%
trace-049 34.3ms 34.0ms -0.9%
trace-007 36.6ms 36.9ms +0.8%
trace-060 27.7ms 27.5ms -0.8%
trace-018 49.0ms 48.6ms -0.8%
trace-044 26.5ms 26.3ms -0.8%
trace-013 33.1ms 32.8ms -0.7%
trace-019 51.2ms 50.9ms -0.7%
trace-004 46.8ms 46.6ms -0.3%
trace-040 28.7ms 28.8ms +0.3%
trace-058 29.0ms 29.0ms +0.3%
trace-057 40.0ms 39.8ms -0.3%
trace-029 30.2ms 30.2ms -0.2%
trace-056 43.3ms 43.3ms +0.2%
trace-046 21.6ms 21.6ms -0.1%

@tomusdrw tomusdrw merged commit 3e651ba into main May 11, 2026
3 checks passed
@tomusdrw tomusdrw deleted the dependabot/npm_and_yarn/biomejs/biome-2.4.15 branch May 11, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant