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 16 updates #527

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps the front-end group in /web with 16 updates:

Package From To
@equinor/eds-core-react 0.33.1 0.35.1
@equinor/eds-icons 0.19.3 0.20.0
@microsoft/applicationinsights-react-js 17.0.2 17.0.3
@microsoft/applicationinsights-web 3.0.5 3.0.7
axios 1.6.2 1.6.3
react-oauth2-code-pkce 1.15.2 1.16.0
styled-components 6.1.1 6.1.6
@biomejs/biome 1.3.3 1.4.1
@testing-library/jest-dom 6.1.4 6.1.6
@testing-library/user-event 14.5.1 14.5.2
@types/jest 29.5.10 29.5.11
@types/node 20.10.1 20.10.6
@types/react 18.2.39 18.2.46
@types/react-dom 18.2.17 18.2.18
@types/styled-components 5.1.32 5.1.34
typescript 5.3.2 5.3.3

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

Release notes

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

eds-core-react@0.35.1

[0.35.1] - 2023-12-21

Fixed

  • 🐛 Typography: Bug affecting users of styled-components v6 where line-clamping would be applied to all Typography elements on the page if the lines prop was set on one of them by @​oddvernes in equinor/design-system#3193

eds-core-react@0.35.0

[0.35.0] - 2023-12-13

Added

Fixed

Changed

  • 🧑‍💻 SideSheet: open prop type changed to required, conditionally render title and close button to reflect the optional types of title and onClose props by @​oddvernes in equinor/design-system#3161

Full Changelog: https://github.com/equinor/design-system/compare/eds-core-react@0.34.0...eds-core-react@0.35.0

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.35.1] - 2023-12-21

Fixed

  • 🐛 Typography: Bug affecting users of styled-components v6 where line-clamping would be applied to all Typography elements on the page if the lines prop was set on one of them by @​oddvernes in equinor/design-system#3193

[0.35.0] - 2023-12-13

Added

Fixed

Changed

  • 🧑‍💻 SideSheet: open prop type changed to required, conditionally render title and close button to reflect the optional types of title and onClose props by @​oddvernes in equinor/design-system#3161

[0.34.0] - 2023-11-17

Added

Changed

Fixed

Commits
  • 3611a39 🔖 Release eds-core-react@0.35.1
  • de11397 🐛 Typography: Fix line clamp bug for styled v6 (#3193)
  • cdffccf 🔖Release eds-core-react@0.35.0, eds-icons@0.20.0, eds-data-grid-react@0.2.0 (...
  • 70fb086 🏷️ Fix typescript not resolving jest properly (#3182)
  • c517a39 ✨ Icon: add support for multiple paths (#3177)
  • c08fefe 🐛Autocomplete: Firefox scrollbar clipping issue (#3179)
  • f786992 ⬆️ Update prettier 3.0.3->3.1.0 (#3181)
  • e0bfa3e 🐛Slider: Fix label visibility for styled-components v5 (#3173)
  • 1904d9f 🧑‍💻SideSheet: open required, conditional render header, title, button (#3161)
  • c77f133 🔖 Release eds-core-react@0.34.0 (#3149)
  • Additional commits viewable in compare view


Updates @equinor/eds-icons from 0.19.3 to 0.20.0

Release notes

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

eds-core-react@0.20.0

Added

  • New component! 🎉 Autocomplete has been moved from our labs to core! (#2201)
    • This is a new component based on feedback from MultiSelect & SingleSelect aimed resolving their shortcomings, complexity and improve further development

Changed

  • Improved Progress legibility (#2182)
  • Improved Slider legibility (#2173)
  • Card is now less opinonated making it easier to use inside flex/grid containers (#2273)
  • Upgraded dev dependencies, fixed missing types in Slider & removed Menu.Item memo as it was not working as intended (#2183)

Deprecated

  • MultiSelect has been deprecated in favour of <Autocomplete multiple />. (#1537)
  • SingleSelect has been deprecated in favour of <Autocomplete />. (#1537)

Fixed

  • Table.Cell height should now be correct in Table.Head (#2197)
  • Tabs should no longer throw error if onChange is not defined (#2196)
  • Popover should now have correct typings for onClose (#2264)
  • Search should no longer display blue background on Chrome when autocomplete is defined (#2160)

eds-icons@0.20.0

[0.20.0] - 2023-12-13

Changed

Changelog

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

[0.20.0] - 2023-12-13

Changed

Commits


Updates @microsoft/applicationinsights-react-js from 17.0.2 to 17.0.3

Release notes

Sourced from @​microsoft/applicationinsights-react-js's releases.

17.0.3 (Dec 15th, 2023)

Changelog

  • #65 [pre-release] udpate application insight dependency, get ready for release

What's Changed

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.0.2...17.0.3

Changelog

Sourced from @​microsoft/applicationinsights-react-js's changelog.

17.0.3 (Nov 3rd, 2023)

Changelog

  • #65 [pre-release] udpate application insight dependency, get ready for release
Commits
  • f47e4f2 [Release] Increase version to 17.0.3 (#66)
  • 2537dc2 [pre-release] udpate application insight dependency, get ready for release (#65)
  • efe2398 Add Issue state reporting script (#61)
  • See full diff in compare view


Updates @microsoft/applicationinsights-web from 3.0.5 to 3.0.7

Release notes

Sourced from @​microsoft/applicationinsights-web's releases.

3.0.7

This release is a hotfix for issue #2216, which is simular to the issue fixed in 3.0.6 but for the fetch (with the keep-alive flag).

Changelog

  • #2216 [release-3.0] Cherrypick (main): fix fetchkeepalive
  • #2221 [release-3.0] Cherrypick (main): Fixup the ci.yml to address internal hash changes between different node versions

What's Changed

Full Changelog: https://github.com/microsoft/ApplicationInsights-JS/compare/3.0.6...3.0.7

3.0.6

This release fixes an issue with the sendBeacon usage during page unload, where the SDK was not correctly splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects the sendBeacon usage during page unload, it does not affect the fetch usage during page unload.

Changelog

  • #2195 [BUG] Beacon sender causes flood of thousands of requests on page unload
  • #2201 [BUG] applicationinsights.azure.com/v2/track making hundreds of thousands of requests when third party cookies are disabled
  • #2205 [BUG] Duplicate customEvent entries
  • #2204 [BUG] Beacon sender reports error for success when diagnostics are enabled

What's Changed

Full Changelog: https://github.com/microsoft/ApplicationInsights-JS/compare/3.0.5...3.0.6

Changelog

Sourced from @​microsoft/applicationinsights-web's changelog.

3.0.7 (Dec 14th, 2023)

Changelog

This release is a hotfix for issue #2216, which is simular to the issue fixed in 3.0.6 but for the fetch (with the keep-alive flag).

Changelog

  • #2216 [release-3.0] Cherrypick (main): fix fetchkeepalive
  • #2221 [release-3.0] Cherrypick (main): Fixup the ci.yml to address internal hash changes between different node versions

3.0.6 (Dec 7th, 2023)

This release fixes an issue with the sendBeacon usage during page unload, where the SDK was not correctly splitting the payload into multiple requests when the payload size exceeded the maximum allowed size for a single request. This issue was introduced in the 3.0.4 release and only affects the sendBeacon usage during page unload, it does not affect the fetch usage during page unload.

Changelog

  • #2195 [BUG] Beacon sender causes flood of thousands of requests on page unload
  • #2201 [BUG] applicationinsights.azure.com/v2/track making hundreds of thousands of requests when third party cookies are disabled
  • #2205 [BUG] Duplicate customEvent entries
  • #2204 [BUG] Beacon sender reports error for success when diagnostics are enabled
Commits
  • ac9c516 [release-3.0][Release] Increase version to 3.0.7 (#2224)
  • 40a49b5 [release-3.0] Cherrypick: fix fetchkeepalive (#2216) (#2223)
  • 83f15dd [release-3.0] Fixup the ci.yml to address internal hash changes between diffe...
  • 200884c Fixup v3.0.6 release notes (#2213)
  • a564e42 [Release-3.0][Release] Increase version to 3.0.6 (#2211)
  • f471839 [Main][Task]26079397: Add disableBeaconSplit sender config and fix potential ...
  • See full diff in compare view


Updates axios from 1.6.2 to 1.6.3

Release notes

Sourced from axios's releases.

Release v1.6.3

Release notes:

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.3 (2023-12-26)

Bug Fixes

  • Regular Expression Denial of Service (ReDoS) (#6132) (5e7ad38)

Contributors to this release

Commits


Updates react-oauth2-code-pkce from 1.15.2 to 1.16.0

Commits
  • 026acdc chore: bump version
  • 8e59e00 feat: option to opt-out of sending scope with refresh request
  • b5d7fcd test: missing required config value
  • e02085e refactor: make storageKeyPrefix required internaly
  • 098c92b chore: bump version
  • 84baba8 fix: The token request should not include the scope parameter (#130)
  • fd2cb43 CI: rename test steps
  • d7ed844 CI: run tests on fork PR's
  • a23e708 feat: allow expire times as strings
  • See full diff in compare view


Updates styled-components from 6.1.1 to 6.1.6

Release notes

Sourced from styled-components's releases.

v6.1.6

What's Changed

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.5...v6.1.6

v6.1.5

What's Changed

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.4...v6.1.5

v6.1.4

What's Changed

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.3...v6.1.4

v6.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.2...v6.1.3

v6.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.1...v6.1.2

Commits
  • 29e0445 chore(ci): bump codeql action versions
  • 6299db9 chore(ci): just enable hardened mode for one job
  • f9f0168 fix: bump stylis to 4.3.1 to resolve issue with leaking nested selectors
  • 3cccfe4 test: add failing test for #4224
  • db467d9 chore: v6.1.5
  • b6fe70d fix: further constrain self-referencing to match v5 behavior (#4244)
  • a7674ba chore: remove old lockfile
  • a7ed139 chore: v6.1.4
  • ef9097d chore: fix type signature in test
  • c4388c2 chore: fix react types
  • Additional commits viewable in compare view


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

Bug fixes

  • 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

  • Add useForOf rule. The rule recommends a for-of loop when the loop index is only used to read from an array that is being iterated. Contributed by @​victor-teles

Enhancement

  • Address #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.6

Release notes

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

v6.1.6

6.1.6 (2023-12-27)

Bug Fixes

  • Upgrade @​adobe/css-tools to v4.3.2 (#553) (b64b953)

v6.1.5

6.1.5 (2023-11-30)

Bug Fixes

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


Updates @testing-library/user-event from 14.5.1 to 14.5.2

Release notes

Sourced from @​testing-library/user-event's releases.

v14.5.2

14.5.2 (2023-12-29)

Bug Fixes

  • remove interop and deep DTL imports (6a3c896)
Commits
  • d036279 chore: upgrade node in codesandbox
  • 910fee5 chore: set tsconfig baseUrl
  • fa8d867 revert: swap release script
  • c4b4629 chore: upgrade testing environment
  • 6a3c896 fix: remove interop and deep DTL imports
  • See full diff in compare view


Updates @types/jest from 29.5.10 to 29.5.11

Commits


Updates @types/node from 20.10.1 to 20.10.6

Commits


Updates @types/react from 18.2.39 to 18.2.46

Commits


Updates @types/react-dom from 18.2.17 to 18.2.18

Commits


Updates @types/styled-components from 5.1.32 to 5.1.34

Commits


Updates typescript from 5.3.2 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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 5 months ago

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