equinor / mercury

Mercury calculator - API and Webapp
https://mercury.app.radix.equinor.com
MIT License
1 stars 0 forks source link

chore(deps): bump the front-end group in /web with 3 updates #525

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps the front-end group in /web with 3 updates: @equinor/eds-core-react, @biomejs/biome and @testing-library/jest-dom.

Updates @equinor/eds-core-react from 0.33.1 to 0.34.0

Release notes

Sourced from @​equinor/eds-core-react's releases.

eds-core-react@0.34.0

[0.34.0] - 2023-11-17

Added

Changed

Fixed

Changelog

Sourced from @​equinor/eds-core-react's changelog.

[0.34.0] - 2023-11-17

Added

Changed

Fixed

Commits


Updates @biomejs/biome from 1.3.3 to 1.4.1

Release notes

Sourced from @​biomejs/biome's releases.

VSCode Extension v1.4.1

What's Changed

Full Changelog: https://github.com/biomejs/biome/compare/cli/v1.2.0...lsp/v1.4.1

CLI v1.4.1

Biome scores 96% compatibility with Prettier! Read our announcement on our blog.

Editors

  • Fix #933. Some files are properly ignored in the LSP too. E.g. package.json, tsconfig.json, etc.

Formatter

Bug fixes

  • Fix some accidental line breaks when printing array expressions within arrow functions and other long lines #917. Contributed by @​faultyserver

  • Match Prettier's breaking strategy for ArrowChain layouts #934. Contributed by @​faultyserver

  • Fix double-printing of leading comments in arrow chain expressions #951. Contributed by @​faultyserver

Linter

Bug fixes

  • Fix #910, where the rule noSvgWithoutTitle should skip elements that have aria-hidden attributes. Contributed by @​vasucp1207

Enhancement

  • Implements #924 and #920. noUselessElse now ignores else clauses that follow at least one if statement that doesn't break early. Contributed by @​Conaclos

    For example, the following code is no longer reported by the rule:

    function f(x) {
        if (x < 0) {
          // this `if` doesn't break early.
        } else if (x > 0) {
            return x;
        } else {
            // This `else` block was previously reported as useless.
        }
    }
    

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.4.1 (2023-11-30)

Editors

  • Fix #933. Some files are properly ignored in the LSP too. E.g. package.json, tsconfig.json, etc.

Formatter

Bug fixes

  • Fix some accidental line breaks when printing array expressions within arrow functions and other long lines #917. Contributed by @​faultyserver

  • Match Prettier's breaking strategy for ArrowChain layouts #934. Contributed by @​faultyserver

  • Fix double-printing of leading comments in arrow chain expressions #951. Contributed by @​faultyserver

Linter

Bug fixes

  • Fix #910, where the rule noSvgWithoutTitle should skip elements that have aria-hidden attributes. Contributed by @​vasucp1207

New features

Enhancement

  • Implements #924 and #920. noUselessElse now ignores else clauses that follow at least one if statement that doesn't break early. Contributed by @​Conaclos

    For example, the following code is no longer reported by the rule:

    function f(x) {
        if (x < 0) {
          // this `if` doesn't break early.
        } else if (x > 0) {
            return x;
        } else {
            // This `else` block was previously reported as useless.
        }
    }
    

Bug fixes

... (truncated)

Commits
  • a887513 release: 1.4.1 (#967)
  • c3f6b3c fix(package): add ROME MIT license (#949)
  • 889593e release: 1.4.0 (#820)
  • b8a94e3 docs(README): make more epxlicit the benefits of Biome (#908)
  • 82578da fix(tooling): update the script to bump the nightly version (#874)
  • a3e14da feat(lint/useRegexLiterals): implement the rule (#843)
  • cc60a55 feat: noAriaHiddenOnFocusable rule (#822)
  • cbacc73 chore: add sponsors to readme (#829)
  • d1e6290 challenge(formatter): Implement bracketSameLine option to match Prettier (#...
  • 6f810a5 chore: update sponsor's link to land to their website
  • Additional commits viewable in compare view


Updates @testing-library/jest-dom from 6.1.4 to 6.1.5

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.1.5

6.1.5 (2023-11-30)

Bug Fixes

  • support uppercase custom props in toHaveStyle (#552) (b7b7c6a)
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.