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/wasm-nodejs from 1.8.4-nightly.a579bf7 to 1.8.4-nightly.bd1d0c6 #178

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @biomejs/wasm-nodejs from 1.8.4-nightly.a579bf7 to 1.8.4-nightly.bd1d0c6.

Release notes

Sourced from @​biomejs/wasm-nodejs'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
  • bd1d0c6 feat(grit): implement variable matching (#3575)
  • 221a74f fix(cli): apply offsets for htmlish js file sources (#3494)
  • 75b1ac5 fix(useNamingConvention): don't suggest renaming in global declaration files ...
  • a1f20b8 fix(useNamingConvention): don't suggest empty fixes (#3565)
  • ed7b91a refactor(formatter): improve string normalization (#3564)
  • b9cfc5f chore: config Dockerfile.benchmark in gitattributes (#3516)
  • 3229b32 feat(biome_css_analyze): implement noIrregularWhitespaceCss (#3428)
  • 74397eb fix(js_formatter): normalize keys then check if quotes are needed (#3558)
  • c9ecdac feat(js_parser): support metavariables (#3548)
  • 52175f2 chore(js_formatter): ignore files with only bogus nodes for generating pretti...
  • Additional commits viewable in compare view

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/wasm-nodejs](https://github.com/biomejs/biome) from 1.8.4-nightly.a579bf7 to 1.8.4-nightly.bd1d0c6.
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](biomejs/biome@cli/v1.8.4-nightly.a579bf7...cli/v1.8.4-nightly.bd1d0c6)

---
updated-dependencies:
- dependency-name: "@biomejs/wasm-nodejs"
  dependency-type: direct:production
  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 Aug 5, 2024
@github-actions github-actions bot requested a review from NikolaRHristov August 5, 2024 19:03
@github-actions github-actions bot merged commit 233feb8 into Current Aug 5, 2024
10 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/biomejs/wasm-nodejs-1.8.4-nightly.bd1d0c6 branch August 5, 2024 19:03
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