Skip to content

Bump @biomejs/js-api from 1.0.0 to 2.0.3 #249

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps @biomejs/js-api from 1.0.0 to 2.0.3.

Release notes

Sourced from @​biomejs/js-api's releases.

JavaScript APIs v2.0.3

2.0.3

Patch Changes

  • #6785 085e3c7 Thanks @​siketyan! - Fixed #6722: Missing dist/ files are now included in the @biomejs/js-api package. The previous release haven't fixed the issue properly.

What's Changed

Full Changelog: https://github.com/biomejs/biome/compare/@​biomejs/biome@​2.1.1...@​biomejs/js-api@​2.0.3

JavaScript APIs v2.0.2

2.0.2

[!WARNING] Due to a CI problem, this version is broken and not includes necessary files in the package.

Patch Changes

  • #6780 563f3d5 Thanks @​siketyan! - Fixed #6722: Missing dist/ files are now included in the @biomejs/js-api package. The previous release haven't fixed the issue properly.

  • Updated dependencies []:

    • @​biomejs/wasm-web@​2.1.1
    • @​biomejs/wasm-bundler@​2.1.1
    • @​biomejs/wasm-nodejs@​2.1.1

What's Changed

Full Changelog: https://github.com/biomejs/biome/compare/@​biomejs/js-api@​2.0.1...@​biomejs/js-api@​2.0.2

JavaScript APIs v2.0.1

2.0.1

[!WARNING] Due to a CI problem, this version is broken and not includes necessary files in the package.

Patch Changes

... (truncated)

Changelog

Sourced from @​biomejs/js-api's changelog.

2.0.3

Patch Changes

  • #6785 085e3c7 Thanks @​siketyan! - Fixed #6722: Missing dist/ files are now included in the @biomejs/js-api package. The previous release haven't fixed the issue properly.

2.0.2

Patch Changes

  • #6780 563f3d5 Thanks @​siketyan! - Fixed #6722: Missing dist/ files are now included in the @biomejs/js-api package. The previous release haven't fixed the issue properly.

  • Updated dependencies []:

    • @​biomejs/wasm-web@​2.1.1
    • @​biomejs/wasm-bundler@​2.1.1
    • @​biomejs/wasm-nodejs@​2.1.1

2.0.1

Patch Changes

2.0.0

Minor Changes

  • #6535 d8c08e1 Thanks @​regseb! - Biome's JavaScript Bindings now have specific subpath exports for the three packages:

    • import { Biome } from "@biomejs/js-api/bundler";
    • import { Biome } from "@biomejs/js-api/nodejs";
    • import { Biome } from "@biomejs/js-api/web";

    These new subpath exports load only TypeScript declarations, whereas the default export loads declarations for all three packages. This was a problem if you checked your code with tsc.

    • Old usage with default export (no subpath):

      import { Biome, Distribution } from "@biomejs/js-api";
      const biome = await Biome.create({ distribution: Distribution.NODE });

    • New usage with a specific subpath export:

      import { Biome } from "@biomejs/js-api/nodejs";
      const biome = new Biome();

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/js-api](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/js-api) from 1.0.0 to 2.0.3.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/js-api/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/js-api@2.0.3/packages/@biomejs/js-api)

---
updated-dependencies:
- dependency-name: "@biomejs/js-api"
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jul 8, 2025
@github-actions github-actions bot merged commit 20aeb2a into Current Jul 8, 2025
10 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/biomejs/js-api-2.0.3 branch July 8, 2025 18:17
@github-actions github-actions bot requested a review from NikolaRHristov July 8, 2025 18:17
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
Development

Successfully merging this pull request may close these issues.

1 participant