Skip to content

build: bump the dependencies group with 5 updates#56

Merged
sutne merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-3633b9fa65
Jun 3, 2026
Merged

build: bump the dependencies group with 5 updates#56
sutne merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dependencies-3633b9fa65

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 5 updates:

Package From To
@biomejs/biome 2.4.12 2.4.15
@types/node 25.6.0 25.9.1
@vercel/node 5.7.6 5.8.5
typescript 6.0.2 6.0.3
vercel 51.3.0 54.5.0

Updates @biomejs/biome from 2.4.12 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

Updates @types/node from 25.6.0 to 25.9.1

Commits

Updates @vercel/node from 5.7.6 to 5.8.5

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​5.8.5

Patch Changes

  • ecf5033: Pass service type and framework to node manifest.
  • Updated dependencies [647c1e8]
    • @​vercel/build-utils@​13.26.2
Changelog

Sourced from @​vercel/node's changelog.

5.8.5

Patch Changes

  • ecf5033: Pass service type and framework to node manifest.
  • Updated dependencies [647c1e8]
    • @​vercel/build-utils@​13.26.2

5.8.4

Patch Changes

  • Updated dependencies [fa25cb7]
  • Updated dependencies [972cc84]
    • @​vercel/build-utils@​13.26.1

5.8.3

Patch Changes

  • Updated dependencies [bb61428]
  • Updated dependencies [137e5d1]
    • @​vercel/build-utils@​13.26.0

5.8.2

Patch Changes

  • Updated dependencies [fb0cb8d]
  • Updated dependencies [4fc110b]
    • @​vercel/build-utils@​13.25.0

5.8.1

Patch Changes

  • Updated dependencies [d874af6]
    • @​vercel/build-utils@​13.24.0

5.8.0

Minor Changes

  • 22f77b9: Add project manifest to node builder.

Patch Changes

  • Updated dependencies [22f77b9]
  • Updated dependencies [979d70a]
    • @​vercel/build-utils@​13.23.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vercel/node since your current version.


Updates typescript from 6.0.2 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • See full diff in compare view

Updates vercel from 51.3.0 to 54.5.0

Release notes

Sourced from vercel's releases.

vercel@54.5.0

Minor Changes

  • 6860c32: Add project manifest to rust builder.
  • 2c17a12: Added --open and --view flags to vercel traces get. --open opens the trace in the Vercel Dashboard instead of printing the markdown summary. --view <timeline|tree|gantt> selects the dashboard view and is only valid with --open.

Patch Changes

  • 620bcfa: Add --type, --service, and --search filter flags to vercel connect list.
  • ff2a980: Add a vercel domains check subcommand for registrar availability and extend vercel domains price to support bulk price lookups for multiple domains.
  • Updated dependencies [1318682]
  • Updated dependencies [6860c32]
  • Updated dependencies [e917989]
  • Updated dependencies [baac149]
  • Updated dependencies [ecf5033]
  • Updated dependencies [73dbbe6]
  • Updated dependencies [647c1e8]
  • Updated dependencies [b1f766a]
    • @​vercel/python@​6.43.2
    • @​vercel/rust@​1.3.0
    • @​vercel/backends@​0.8.0
    • @​vercel/go@​3.8.0
    • @​vercel/node@​5.8.5
    • @​vercel/ruby@​2.4.0
    • @​vercel/build-utils@​13.26.2
    • @​vercel/elysia@​0.1.81
    • @​vercel/express@​0.1.91
    • @​vercel/fastify@​0.1.84
    • @​vercel/h3@​0.1.90
    • @​vercel/hono@​0.2.84
    • @​vercel/koa@​0.1.64
    • @​vercel/nestjs@​0.2.85
    • @​vercel/hydrogen@​1.3.7
    • @​vercel/next@​4.17.4
    • @​vercel/redwood@​2.4.13
    • @​vercel/remix-builder@​5.8.2
    • @​vercel/static-build@​2.9.31
Changelog

Sourced from vercel's changelog.

54.5.0

Minor Changes

  • 6860c32: Add project manifest to rust builder.
  • 2c17a12: Added --open and --view flags to vercel traces get. --open opens the trace in the Vercel Dashboard instead of printing the markdown summary. --view <timeline|tree|gantt> selects the dashboard view and is only valid with --open.

Patch Changes

  • 620bcfa: Add --type, --service, and --search filter flags to vercel connect list.
  • ff2a980: Add a vercel domains check subcommand for registrar availability and extend vercel domains price to support bulk price lookups for multiple domains.
  • Updated dependencies [1318682]
  • Updated dependencies [6860c32]
  • Updated dependencies [e917989]
  • Updated dependencies [baac149]
  • Updated dependencies [ecf5033]
  • Updated dependencies [73dbbe6]
  • Updated dependencies [647c1e8]
  • Updated dependencies [b1f766a]
    • @​vercel/python@​6.43.2
    • @​vercel/rust@​1.3.0
    • @​vercel/backends@​0.8.0
    • @​vercel/go@​3.8.0
    • @​vercel/node@​5.8.5
    • @​vercel/ruby@​2.4.0
    • @​vercel/build-utils@​13.26.2
    • @​vercel/elysia@​0.1.81
    • @​vercel/express@​0.1.91
    • @​vercel/fastify@​0.1.84
    • @​vercel/h3@​0.1.90
    • @​vercel/hono@​0.2.84
    • @​vercel/koa@​0.1.64
    • @​vercel/nestjs@​0.2.85
    • @​vercel/hydrogen@​1.3.7
    • @​vercel/next@​4.17.4
    • @​vercel/redwood@​2.4.13
    • @​vercel/remix-builder@​5.8.2
    • @​vercel/static-build@​2.9.31

54.4.1

Patch Changes

  • 8fed091: Suppress metrics query status output when using --format=json.
  • Updated dependencies [c8bce3b]
    • @​vercel/next@​4.17.4

54.4.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vercel since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.12` | `2.4.15` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.9.1` |
| [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) | `5.7.6` | `5.8.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `51.3.0` | `54.5.0` |


Updates `@biomejs/biome` from 2.4.12 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)

Updates `@types/node` from 25.6.0 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vercel/node` from 5.7.6 to 5.8.5
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/node@5.8.5/packages/node)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

Updates `vercel` from 51.3.0 to 54.5.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@54.5.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vercel/node"
  dependency-version: 5.8.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vercel
  dependency-version: 54.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

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 Jun 2, 2026
@dependabot dependabot Bot requested a review from sutne as a code owner June 2, 2026 23:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2026
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
personal-api Ready Ready Preview, Comment Jun 2, 2026 11:50pm

@sutne sutne merged commit d173a12 into main Jun 3, 2026
3 checks passed
@sutne sutne deleted the dependabot/npm_and_yarn/dependencies-3633b9fa65 branch June 3, 2026 15:54
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