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

Bump @biomejs/backend-jsonrpc from 1.8.4-nightly.a579bf7 to 1.8.4-nightly.bd1d0c6 #179

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @biomejs/backend-jsonrpc from 1.8.4-nightly.a579bf7 to 1.8.4-nightly.bd1d0c6.

Release notes

Sourced from @​biomejs/backend-jsonrpc's releases.

CLI v1.8.4-nightly.bd1d0c6

Analyzer

Enhancements

CLI

New features

  • Add --graphql-linter-enabled option, to control whether the linter should be enabled or not for GraphQL files. Contributed by @​ematipico
  • The option --max-diagnostics now accept a none value, which lifts the limit of diagnostics shown. Contributed by @​ematipico

Enhancements

  • When a --reporter is provided, and it's different from the default one, the value provided by via --max-diagnostics is ignored and the limit is lifted. Contributed by @​ematipico

  • biome init now generates a new config file with more options set. This change intends to improve discoverability of the options and to set the more commonly used options to their default values. Contributed by Conaclos

Bug fixes

  • biome lint --write now takes --only and --skip into account (#3470). Contributed by Conaclos

Configuration

  • Add support for loading configuration from .editorconfig files (#1724). Contributed by @​dyc3 Configuration supplied in .editorconfig will be overridden by the configuration in biome.json. Support is disabled by default and can be enabled by adding the following to your formatter configuration in biome.json:
    {
      "formatter": {
        "useEditorconfig": true
      }
    }

Formatter

Enhancements

  • Add parentheses for nullcoalescing in ternaries.

    This change aligns on Prettier 3.3.3. This adds clarity to operator precedence.

    - foo ? bar ?? foo : baz;

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
@github-actions github-actions bot requested a review from NikolaRHristov August 5, 2024 19:03
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@biomejs/[email protected] None +8 17.8 kB dominionl

🚮 Removed packages: npm/@biomejs/[email protected]

View full report↗︎

Bumps [@biomejs/backend-jsonrpc](https://github.com/biomejs/biome/tree/HEAD/npm/backend-jsonrpc) from 1.8.4-nightly.a579bf7 to 1.8.4-nightly.bd1d0c6.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.8.4-nightly.bd1d0c6/npm/backend-jsonrpc)

---
updated-dependencies:
- dependency-name: "@biomejs/backend-jsonrpc"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/biomejs/backend-jsonrpc-1.8.4-nightly.bd1d0c6 branch from 7cd7b6d to 538068d Compare August 5, 2024 19:05
@github-actions github-actions bot merged commit 714e313 into Current Aug 5, 2024
7 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/biomejs/backend-jsonrpc-1.8.4-nightly.bd1d0c6 branch August 5, 2024 19:05
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