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 17 updates #529

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

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

Package From To
@equinor/eds-core-react 0.33.1 0.35.1
@equinor/eds-icons 0.19.3 0.21.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.7
react-oauth2-code-pkce 1.15.2 1.16.0
styled-components 6.1.1 6.1.8
@biomejs/biome 1.3.3 1.5.3
@testing-library/jest-dom 6.1.4 6.4.1
@testing-library/react 14.1.2 14.2.0
@testing-library/user-event 14.5.1 14.5.2
@types/jest 29.5.10 29.5.12
@types/node 20.10.1 20.11.16
@types/react 18.2.39 18.2.51
@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.21.0

Release notes

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

eds-core-react@0.21.0

[0.21.0] - 2022-09-08

Fixed

Added

Changed

eds-icons@0.21.0

[0.21.0] - 2024-01-26

Added

  • jacket
  • monopile

eds-core-react@0.20.4

[0.20.4] - 2022-06-24

Added

Fixed

eds-core-react@0.20.3

Added

... (truncated)

Changelog

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

[0.21.0] - 2024-01-26

Added

  • jacket
  • monopile

[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.7

Release notes

Sourced from axios's releases.

Release v1.6.7

Release notes:

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.7 (2024-01-25)

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

... (truncated)

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.8

Release notes

Sourced from styled-components's releases.

v6.1.8

Revert adding peerDependencies from v6.1.7; apparently some package managers have differing behaviors around peerDependenciesMeta[package].optional which is causing issues. Will revisit at a later date if possible.

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.7...v6.1.8

v6.1.7

What's Changed

  • chore: add all missing peer dependency statements by @​quantizor in styled-components/styled-components#4243

    NOTE: this change may cause some installed dependency duplication until this NPM bug is addressed but yarn and pnpm have correct behavior. Bun also has a similar bug.

    Overall these changes ensure that styled-components is specifying a known working version of all utilized libraries, while instructing the client package manager that higher semver-compliant versions are permissible and should work, assuming the relevant libraries are compliant in practice.

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

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

... (truncated)

Commits
  • 22e8b7f chore: bump version
  • f122b18 Revert "chore: add all missing peer dependency statements (#4243)"
  • af1300b chore: bump version
  • 20eb8ef chore: add all missing peer dependency statements (#4243)
  • 6fac99e chore: bump version
  • 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
  • Additional commits viewable in compare view


Updates @biomejs/biome from 1.3.3 to 1.5.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.5.3

LSP

Bug fixes

  • Fix #1584. Ensure the LSP only registers the formatter once. Contributed by @​nhedger

  • Fix #1589. Fix invalid formatting of own line comments when they were at the end of an import/export list. Contributed by @​spanishpear

Configuration

Bug fixes

  • Override correctly the recommended preset (#1349).

    Previously, if unspecified, Biome turned on the recommended preset in overrides. This resulted in reporting diagnostics with a severity level set to off. This in turn caused Biome to fail.

    Now Biome won't switch on the recommended preset in overrides unless told to do so.

    Contributed by @​Conaclos

  • Don't format ignored files that are well-known JSONC files when files.ignoreUnknown is enabled (#1607).

    Previously, Biome always formatted files that are known to be JSONC files (e.g. .eslintrc) when files.ignoreUnknown was enabled.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Fix #1178, where the line ending option wasn't correctly applied. Contributed by @​ematipico
  • Fix #1571. Fix invalid formatting of nested multiline comments. Contributed by @​ah-yu

Linter

Bug fixes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.5.3 (2024-01-22)

LSP

Bug fixes

  • Fix #1584. Ensure the LSP only registers the formatter once. Contributed by @​nhedger

  • Fix #1589. Fix invalid formatting of own line comments when they were at the end of an import/export list. Contributed by @​spanishpear

Configuration

Bug fixes

  • Override correctly the recommended preset (#1349).

    Previously, if unspecified, Biome turned on the recommended preset in overrides. This resulted in reporting diagnostics with a severity level set to off. This in turn caused Biome to fail.

    Now Biome won't switch on the recommended preset in overrides unless told to do so.

    Contributed by @​Conaclos

  • Don't format ignored files that are well-known JSONC files when files.ignoreUnknown is enabled (#1607).

    Previously, Biome always formatted files that are known to be JSONC files (e.g. .eslintrc) when files.ignoreUnknown was enabled.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Fix #1178, where the line ending option wasn't correctly applied. Contributed by @​ematipico
  • Fix #1571. Fix invalid formatting of nested multiline comments. Contributed by @​ah-yu

Linter

Bug fixes

... (truncated)

Commits
dependabot[bot] commented 7 months ago

Looks like these dependencies are up-to-date now, so this is no longer needed.