biomejs / biome

A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
https://biomejs.dev
Apache License 2.0
15.33k stars 475 forks source link

🐛 `schema.json` not found for v1.9.1 #3903

Closed oev-chrisbennett closed 1 month ago

oev-chrisbennett commented 1 month ago

Environment information

CLI:
  Version:                      1.9.1
  Color support:                true

Platform:
  CPU Architecture:             aarch64
  OS:                           macos

Environment:
  BIOME_LOG_PATH:               unset
  BIOME_LOG_PREFIX_NAME:        unset
  BIOME_CONFIG_PATH:            unset
  NO_COLOR:                     unset
  TERM:                         "xterm-256color"
  JS_RUNTIME_VERSION:           "v20.12.2"
  JS_RUNTIME_NAME:              "node"
  NODE_PACKAGE_MANAGER:         "bun/1.1.27"

Biome Configuration:
  Status:                       Loaded successfully
  Formatter disabled:           false
  Linter disabled:              false
  Organize imports disabled:    falseu
  VCS disabled:                 true

Workspace:
  Open Documents:               0

What happened?

Schema file defined in the $schema part of biome.json is not available for v1.9.1 (page 404s).

Expected result

JSON Schema should be returned (example https://biomejs.dev/schemas/1.8.3/schema.json)

Code of Conduct

nhedger commented 1 month ago

Ah, thanks, forgot about that one. Will be up in a minute

nhedger commented 1 month ago

Fixed in https://github.com/biomejs/website/commit/ba2ae65289f21ec1a88906dad3fa071aaa4e4d57. Deploy is in progress.