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 across 1 directory with 12 updates #575

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

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

Package From To
@equinor/eds-core-react 0.39.0 0.41.3
@microsoft/applicationinsights-react-js 17.2.0 17.3.1
@microsoft/applicationinsights-web 3.2.1 3.3.1
axios 1.7.2 1.7.7
react-oauth2-code-pkce 1.20.0 1.20.2
styled-components 6.1.11 6.1.13
@biomejs/biome 1.8.0 1.8.3
@testing-library/dom 10.1.0 10.4.0
@testing-library/jest-dom 6.4.5 6.5.0
@testing-library/react 16.0.0 16.0.1
@types/react 18.3.3 18.3.5
typescript 5.4.5 5.5.4

Updates @equinor/eds-core-react from 0.39.0 to 0.41.3

Release notes

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

eds-core-react@0.41.3

[0.41.3] - 2024-08-28

Changed

Fixed

eds-core-react@0.41.2

[0.41.2] - 2024-08-26

Changed

New Contributors

eds-core-react@0.41.1

[0.41.1] - 2024-08-20

Changed

Fixed

eds-core-react@0.41.0

[0.41.0] - 2024-08-14

Fixed

Changed

... (truncated)

Changelog

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

[0.41.3] - 2024-08-28

Changed

Fixed

[0.41.2] - 2024-08-26

Changed

[0.41.1] - 2024-08-20

Changed

Fixed

[0.41.0] - 2024-08-14

Fixed

Changed

[0.40.1] - 2024-07-10

Fixed

... (truncated)

Commits
  • 4caa1ed 🔖 Release eds-core-react@0.41.3, eds-data-grid-react@0.6.2 (#3605)
  • c084f0c 🔥 Autocomplete: remove disablePortal prop (#3603)
  • e4084bd Bugfix/deselect multiple does not work with complex items (#3600)
  • 3847778 ✨Popover: implement native [popover] (#3601)
  • 74d571f 🔖 Release eds-core-react@0.41.2 (#3595)
  • 071aa3d Add possibility to navigate year picker in calendar (#3571)
  • ca2d8f2 🔖Release eds-core-react@0.41.1 (#3593)
  • 9b3148a 🐛Snackbar: fix setTimeout running every render (#3591)
  • b374b12 🧑‍💻Button.Toggle: allow wrapped Button as child (#3590)
  • 1d71e1a 🔖Release eds-core-react@0.41.0 (#3588)
  • Additional commits viewable in compare view


Updates @microsoft/applicationinsights-react-js from 17.2.0 to 17.3.1

Release notes

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

17.3.1

What's Changed

  • #104 Add an Example for Using startTrackPage and stopTrackPage to Measure Duration in an SPA
  • #106 Fix ITelemetryItem tags initialisation in sample
  • #108 [Pre-Release] Update Application Insights dependencies to v3.3.1

Potential breaking change (from @​microsoft/applicationInsights-web v3.3.1)

This release contains a potential break change due to the new configuration expCfg under IConfiguration

New Contributors

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.3.0...17.3.1

17.3.0

Changelog

  • #101 [Pre-Release] Update Application Insights dependencies to v3.3.0
    • Adds support to internally defer initialization completion of the SDK while waiting for the connectionString, instrumentationKey or endpointURL to be resolved via a Promise.
    • During this period the SDK will not send any telemetry, and it will be internally batched if the promise(s) never resolve then the telemetry will be dropped.
  • #102 Bump braces from 3.0.2 to 3.0.3 in /sample/applicationinsights-react-sample
  • #99 Update README.md
  • #93 Bump express from 4.18.2 to 4.19.2 in /sample/applicationinsights-react-sample
  • #71 Update Sample ApplicationInsightsService.tsx

Potential breaking change (from @​microsoft/applicationInsights-web v3.3.0)

This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.2.0...17.3.0

Changelog

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

17.3.1 (Aug 20th, 2024)

Changelog

  • #104 Add an Example for Using startTrackPage and stopTrackPage to Measure Duration in an SPA
  • #106 Fix ITelemetryItem tags initialisation in sample
  • #108 [Pre-Release] Update Application Insights dependencies to v3.3.1

Potential breaking change (from @​microsoft/applicationInsights-web v3.3.1)

This release contains a potential break change due to the new configuration expCfg under IConfiguration

17.3.0 (July 2nd, 2024)

Changelog

  • #101 [Pre-Release] Update Application Insights dependencies to v3.3.0
    • Adds support to internally defer initialization completion of the SDK while waiting for the connectionString, instrumentationKey or endpointURL to be resolved via a Promise.
    • During this period the SDK will not send any telemetry, and it will be internally batched if the promise(s) never resolve then the telemetry will be dropped.
  • #102 Bump braces from 3.0.2 to 3.0.3 in /sample/applicationinsights-react-sample
  • #99 Update README.md
  • #93 Bump express from 4.18.2 to 4.19.2 in /sample/applicationinsights-react-sample
  • #71 Update Sample ApplicationInsightsService.tsx

Potential breaking change (from @​microsoft/applicationInsights-web v3.3.0)

This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.

Commits
  • 90029ca release (#110)
  • 83afdec pre-release (#108)
  • fa7a838 Fix ITelemetryItem tags initialisation in sample (#106)
  • bd85877 Add an Example for Using startTrackPage and stopTrackPage to Measure Duration...
  • 8a90f7c [Release] Increase version to 17.3.0 (#103)
  • 180c09e Update Sample ApplicationInsightsService.tsx (#71)
  • 56ed4f1 Bump braces in /sample/applicationinsights-react-sample (#102)
  • fc66de9 Bump express in /sample/applicationinsights-react-sample (#93)
  • 0cdd37b [Pre-Release] Update Application Insights dependencies to v3.3.0 (#101)
  • 40cedac Update README.md (#99)
  • See full diff in compare view


Updates @microsoft/applicationinsights-web from 3.2.1 to 3.3.1

Release notes

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

3.3.1

Changelog

#2379 [Main][Task]28644993: Update Online Sender Status Code Check with Offline Mode #2380 [Main][Task]28751664: Fix Offline Circular Dependency #2386 [Main][Task]28846327: Fix Offline Default Max in Storage Time to 7 Days

  • Note: Offline plugin (@microsoft/applicationinsights-offlinechannel-js) default inStorageMaxTime is set to 604800000ms (around 7days), it was 10080000ms (around 2.8 hours)

#2387 [Main][Task]27760339: Typedoc is not including ILoadedPlugin #2381 [Main] [CDN Publishing] Cleanup AzureRM scripts from AI and 1DS #2377 Fix Nightly Size Tests #2389 [main] fix AI Basic Sku by exporting proxy function #2373 add withCredentials config #2388 [main] enhance exception telemetry with optional script Information

  • !! New config expCfg is available to provide more details of exception telemetry. See more details here

What's Changed

Full Changelog: https://github.com/microsoft/ApplicationInsights-JS/compare/3.3.0...3.3.1

3.3.0

Potential breaking change

This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.

Changelog

#2371 Bump @​microsoft/rush from 5.97.1 to 5.129.6 #2340 [Main][Task]27939476: Initialization with iKey and endpoint to be promises !! potential breaking changes. IConfiguration support Promise types for the connectionString, instrumentationKey and endpointURL #2366 [Sdk Loader] Increase version to 1.2.0 #2367 [main] update the way to generate ajax perforamance mark prefix

What's Changed

... (truncated)

Changelog

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

3.3.1 (Aug 7th, 2024)

Changelog

  • #2379 [Main][Task]28644993: Update Online Sender Status Code Check with Offline Mode
  • #2380 [Main][Task]28751664: Fix Offline Circular Dependency
  • #2386 [Main][Task]28846327: Fix Offline Default Max in Storage Time to 7 Days
  • #2387 [Main][Task]27760339: Typedoc is not including ILoadedPlugin
  • #2381 [Main] [CDN Publishing] Cleanup AzureRM scripts from AI and 1DS
  • #2377 Fix Nightly Size Tests
  • #2389 [main] fix AI Basic Sku by exporting proxy function
  • #2373 add withCredentials config
  • #2388 [main] enhance exception telemetry with optional script Information
    • !! New config expCfg is available to provide more details of exception telemetry. See more details here

Web snippet additional update to 1.2.1 (July 10th, 2024)

This release includes fix for dependency problem in version 1.2.0, check #2369 for more detail.

Changelog

  • #2374 [main][snippet] remove the snippet dependency on web package

Web snippet additional update to 1.2.0 (June 21st, 2024)

This release includes support for multiple snippet loading. Snippets with different names (passed in by the user via configuration; check [##2355](microsoft/ApplicationInsights-JS#2355) and README for more details) can now run simultaneously.

Additionally, users can pass in a customized configuration with getSdkLoaderScript to get a ready-to-use snippet.

Users can also enable Integrity Check and minimize snippet loading time by setting sri to true.

Changelog

  • #2365 [main][snippet] prepare new snippet release, add support for more config
  • #2360 [main] set script attribut to avoid race condition when multiple sdks are inited #2355
  • #2339 [main] create snippet mini loader

3.3.0 (July 1st, 2024)

Potential breaking change

This release contains a potential break change due to enhancing the definition of the IConfiguration to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different.

Changelog

  • #2371 Bump @​microsoft/rush from 5.97.1 to 5.129.6
  • #2340 [Main][Task]27939476: Initialization with iKey and endpoint to be promises

!! potential breaking changes. IConfiguration support Promise types for the connectionString, instrumentationKey and endpointURL

... (truncated)

Commits
  • 54ea6d7 Change @​microsoft/rush from 5.131.0 to 5.130.3 (#2394)
  • 505d8f6 increase rush version (#2393)
  • 3ab2b04 [Main] [Release] Increase version to 3.3.1 (#2392)
  • 9a1204c add more doc for exception telemetry (#2390)
  • 0f3b608 [main] fix AI Basic Sku by exporting proxy function #2384 (#2389)
  • f39a815 [main] enhance exception telemetry with optional script Information (#2388)
  • 68fd1c9 export iloadedplugin from web (#2387)
  • 1890d61 update offline default max in storage time (#2386)
  • 5929dcc [Main][Task]27176994: Update the Config Used for Type Docs with iKey and Beta...
  • 35bfe80 [Main] [CDN Publishing] Cleanup AzureRM scripts from AI and 1DS (#2381)
  • Additional commits viewable in compare view


Updates axios from 1.7.2 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view


Updates react-oauth2-code-pkce from 1.20.0 to 1.20.2

Commits
  • bb1b713 chore: bump version
  • 9bfa6ab fix: only set/overwrite id_token if a value is returned by auth provider
  • cbab257 chore: upgrade biome pre-commit hook to 0.4.0, and biome version in hook to...
  • 5b319a7 chore: add all callbacks to authConfig
  • 2e6de59 chore: add js-typedocs to authConfig
  • 77e8c9a bump version
  • cf092ae fix: update expiring token interval on refreshInProgress change
  • See full diff in compare view


Updates styled-components from 6.1.11 to 6.1.13

Release notes

Sourced from styled-components's releases.

v6.1.13

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.12...v6.1.13

v6.1.12

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.1.11...v6.1.12

Commits


Updates @biomejs/biome from 1.8.0 to 1.8.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.8.3

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is po... _Description has been truncated_