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 15 updates #556

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@equinor/eds-core-react 0.36.0 0.39.0
@microsoft/applicationinsights-react-js 17.0.3 17.2.0
@microsoft/applicationinsights-web 3.0.8 3.2.1
axios 1.6.7 1.7.2
react 18.2.0 18.3.1
@types/react 18.2.55 18.3.3
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.19 18.3.0
react-is 18.2.0 18.3.1
react-oauth2-code-pkce 1.16.1 1.20.0
styled-components 6.1.8 6.1.11
@biomejs/biome 1.5.3 1.7.3
@testing-library/jest-dom 6.4.2 6.4.5
@types/node 20.11.17 20.13.0
typescript 5.3.3 5.4.5

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

Release notes

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

eds-core-react@0.39.0

[0.39.0] - 2024-05-27

Fixed

Added

Changed

eds-core-react@0.38.0

[0.38.0] - 2024-05-14

Added

Changed

Fixed

  • 🐛 Autocomplete "Select all" toggle causing crashes under certain circumstances with controlled Autocomplete by @​mhwaage in equinor/design-system#3428
  • 🐛 Autocomplete when toggling "Select all" or clicking the "clear" button, disabled items are now left unchanged. The "x/y selected" text in the input has changed "y" from "total non-disabled items length" to "all items length" by @​oddvernes in equinor/design-system#3429
  • 🐛 Autocomplete: dragging scrollbar and then switching to using up/down arrow navigation should now work as expected by @​oddvernes in equinor/design-system#3441

Notes

Due to the introduction of the native popover attribute, downstream unit tests involving eds Autocomplete may fail due to Jest/jsDom not having added support for the popover api yet. The easy solution to this is to add the following lines to your jest.setup.ts or alternatively within the test itself:

HTMLElement.prototype.showPopover = jest.fn()
HTMLElement.prototype.hidePopover = jest.fn()

eds-core-react@0.37.0

[0.37.0] - 2024-04-24

Added

... (truncated)

Changelog

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

[0.39.0] - 2024-05-27

Fixed

Added

Changed

[0.38.0] - 2024-05-14

Added

Changed

Fixed

  • 🐛 Autocomplete "Select all" toggle causing crashes under certain circumstances with controlled Autocomplete by @​mhwaage in equinor/design-system#3428
  • 🐛 Autocomplete when toggling "Select all" or clicking the "clear" button, disabled items are now left unchanged. The "x/y selected" text in the input has changed "y" from "total non-disabled items length" to "all items length" by @​oddvernes in equinor/design-system#3429
  • 🐛 Autocomplete: dragging scrollbar and then switching to using up/down arrow navigation should now work as expected by @​oddvernes in equinor/design-system#3441

Notes

Due to the introduction of the native popover attribute, downstream unit tests involving eds Autocomplete may fail due to Jest/jsDom not having added support for the popover api yet. The easy solution to this is to add the following lines to your jest.setup.ts or alternatively within the test itself: HTMLElement.prototype.showPopover = jest.fn() HTMLElement.prototype.hidePopover = jest.fn()

[0.37.0] - 2024-04-24

Added

  • ✨ New components: Datepicker and DateRangePicker by @​yusijs in equinor/design-system#3387
  • ➕ New dependencies
    • react-aria
    • @react-aria/utils
    • @react-stately/calendar
    • @react-stately/datepicker
    • @react-types/shared

... (truncated)

Commits
  • f87d4b0 🔖 Release eds-core-react@0.39.0 (#3463)
  • 64e9a3c 📌 Bump required styled-components version to 5.1 (#3459)
  • 13336b4 feat(autocomplete): Possible solution for object-checking (#3455)
  • af36ebd 💄 Autocomplete: explicit transparent ::backdrop
  • 238a428 fix: Fix localization test (#3452)
  • 5a5aa68 fix: Datetime-input is formatted with / instead of : (#3450)
  • 9190f32 🔖Release eds-core-react@0.38.0 (#3443)
  • 916bbb6 🐛Autocomplete: fix kb-navigation after scrolling (#3441)
  • 37c6dec ⬆️ Styled-components@6.1.11 (#3431)
  • 83a78c7 🐛 Autocomplete select all: consider disabled items (#3429)
  • Additional commits viewable in compare view


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

Release notes

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

17.2.0

What's Changed

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

17.1.2

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.1.1...17.1.2

What's Changed

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.1.1...17.1.2

17.1.1

What's Changed

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.1.0...17.1.1

17.1.0

What's Changed

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.0.4...17.1.0

17.0.5

What's Changed

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.1.2...17.0.5

17.0.4

Changelog

  • #76 [npm fix] remove sample project from rush
  • #75 Update Application Insights to ^3.0.8
  • #77 Update @​microsoft/rush to ^5.113.4
  • #78 Bump postcss from 8.4.29 to 8.4.35

What's Changed

... (truncated)

Changelog

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

17.2.0 (May 6th, 2024)

Changelog

  • #97 [pre-release] update application insight to 3.2.0

17.1.2 (Mar 21st, 2024)

Changelog

  • #87 [pre-release] update application insight to 3.1.2 and remove node 14 from build

17.1.1 (Mar 13rd, 2024)

Changelog

  • #84 [pre-release] update application insight to 3.1.1

17.1.0 (Feb 15th, 2024)

Changelog

  • #75 Update Application Insights to ^3.1.0

17.0.4 (Feb 12th, 2024)

Changelog

  • #76 [npm fix] remove sample project from rush
  • #75 Update Application Insights to ^3.0.8
  • #77 Update @​microsoft/rush to ^5.113.4
  • #78 Bump postcss from 8.4.29 to 8.4.35
Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​microsoft/applicationinsights-react-js since your current version.


Updates @microsoft/applicationinsights-web from 3.0.8 to 3.2.1

Release notes

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

3.2.1

Changelog

#2333 [Main][Task]27749889: Change AISKU Sync Mode to Receive #2335 [Main][Task]27681441: Fix async tests for MsAzure Migration #2338 [Main][Task]27923018: Post Channel getOfflineSupport should set correct headers and url based on payload data #2342 [Main][Task]27923018: 1ds post getOffline support url fix

What's Changed

Full Changelog: https://github.com/microsoft/ApplicationInsights-JS/compare/3.2.0...3.2.1

3.2.0

CfgSync Plugin and Throttle Manager are turned on by default.

Changelog

#2317 Turn on Ikey depreciation message with sampling rate 0.0001% #2300 Add all CfgSync plugin exports to AISKU and change the default CfgSync plugin url endpoint #2325 Change default CfgSync values to turn on the ikey deprecation message #2324 Add a max retry count for Sender #2321 Set default request headers content-type for 1ds to x-json-stream only #2331 Reset the version number for DataCacheHelper #2332 Change nonOverrideCfgs to be added only during initialization #2294 Implement Osplugin, extracting windows 11 info and put into telemetry

What's Changed

Full Changelog: https://github.com/microsoft/ApplicationInsights-JS/compare/3.1.2...3.2.0

3.1.2

!! Critical Bug fix for Memoery Leak !! #2311

... (truncated)

Changelog

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

3.2.1 (May 9th, 2024)

Changelog

  • #2333 [Main][Task]27749889: Change AISKU Sync Mode to Receive
  • #2335 [Main][Task]27681441: Fix async tests for MsAzure Migration
  • #2338 [Main][Task]27923018: Post Channel getOfflineSupport should set correct headers and url based on payload data
  • #2342 [Main][Task]27923018: 1ds post getOffline support url fix

3.2.0 (Apr 23rd, 2024)

!! CfgSync plugin is turned on. Throttling Ikey depreciation message is enabled with sampling rate 0.0001% [##2317](microsoft/ApplicationInsights-JS#2317)

!! Sender has breaking changes. The key used for session storage is changed and items stored in the storage now contain retry counts. [##2324](microsoft/ApplicationInsights-JS#2324)

Changelog

  • #2371 [Main][Task]27365739 Turn on Ikey depreciation message with sampling rate 0.0001%
  • #2319 [Main] Fix config release script overwrite flag and cache time
  • #2321 [Main] Default request headers content-type for 1ds should be x-json-stream only ing
  • #2324 [Main][Task]27079894 Add a max retry count for Sender
  • #2325 [Main][Task]25716927: Change default CfgSync values to turn on the ikey deprecation message
  • #2331 [Main] Resetting the DataCacheHelper version number back to current version (from 3.0.5)
  • #2332 [Main][Task]27742145: Change nonOverrideCfgs to be added only during initialization
  • #2333 [Main][Task]27749889: Change AISKU Sync Mode to Receive

3.1.2 (Mar 21st, 2024)

!! Critical Bug fix for Memoery Leak !! #2311

It also contains a packaging fix for webpack #2307 (caused by #2306](microsoft/ApplicationInsights-JS#2306) ) and

Changelog

  • #2307 ApplicationInsights-JS latest version 3.1.1 giving TypeError: Cannot read properties of undefined (reading 'getCrypto')
  • #2306 [BUG] Circular dependencies
  • #2311 [BUG] Excessive memory usage for SPA where unload hooks keep accumulating
  • #2299 [Main][Task]27156360: Add json config cdn details to tool folder
  • #2308 [Main][Task]27221819: Remove node 14 (from ci.yml)

3.1.1 (Mar 12th, 2024)

Changelog

  • #2296 [BUG] remove 403 as a “retriable” error code
  • #2276 Update api-docs (typedoc) with the current 3.1.0 release details

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​microsoft/applicationinsights-web since your current version.


Updates axios from 1.6.7 to 1.7.2

Release notes

Sourced from axios's releases.

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

... (truncated)

Commits
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • Additional commits viewable in compare view


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.55 to 18.3.3

Commits


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.19 to 18.3.0

Commits


Updates react-is from 18.2.0 to 18.3.1

Release notes

Sourced from react-is's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key
dependabot[bot] commented 4 months ago

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