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.bd1d0c6 to 1.8.4-nightly.d079e53 #181

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from @​biomejs/wasm-nodejs's releases.

CLI v1.8.4-nightly.d079e53

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

    • Add a new reporter --reporter=gitlab, that emits diagnostics for using the GitLab Code Quality report.

      [
        {
          "description": "Use === instead of ==. == is only allowed when comparing against `null`",
          "check_name": "lint/suspicious/noDoubleEquals",
          "fingerprint": "6143155163249580709",
          "severity": "critical",
          "location": {
            "path": "main.ts",
            "lines": {
              "begin": 4
            }
          }
        }
      ]

      Contributed by @​NiclasvanEyk

  • Add new options to the lsp-proxy and start commands:

    • --log-path: a directory where to store the daemon logs. The commands also accepts the environment variable BIOME_LOG_PATH.
    • --log-prefix-name: a prefix that's added to the file name of the logs. It defaults to server.log. The commands also accepts the environment variable BIOME_LOG_PREFIX_NAME.

    @​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.

... (truncated)

Commits
  • d079e53 chore(deps): update actions/upload-artifact action to v4.3.6 (#3637)
  • 2b39048 chore(deps): update rust crate serde_json to 1.0.125 (#3639)
  • 4feee9c fix(noCommentText): don't report URIs (#3688)
  • 7fce9af fix(noUselessEscapeInRegex): don't report unescaped range sep at the end of a...
  • 2ed2cb9 feat(css_semantic): store global declared css variables (#3666)
  • 11956d0 fix(noUselessCatch): fix code action panics (#3684)
  • 47987e8 fix(deps): update rust crates (#3679)
  • d7cc6a0 chore: update biome_js_analyze/lint/complexity/use_optional_chain to use js t...
  • 3446093 feat(lsp): deprecate biome.rename in favor of biome.experimental.rename (...
  • 056fc7f chore(deps): update rust crate tokio to 1.39.3 (#3678)
  • 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.bd1d0c6 to 1.8.4-nightly.d079e53.
- [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.bd1d0c6...cli/v1.8.4-nightly.d079e53)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 21, 2024
@github-actions github-actions bot merged commit 2f3f718 into Current Aug 21, 2024
10 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/biomejs/wasm-nodejs-1.8.4-nightly.d079e53 branch August 21, 2024 18:44
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