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 19 updates #506

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

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

Package From To
@equinor/eds-core-react 0.32.4 0.33.1
@microsoft/applicationinsights-react-js 17.0.0 17.0.2
@microsoft/applicationinsights-web 3.0.2 3.0.5
axios 1.4.0 1.6.1
react-oauth2-code-pkce 1.14.0 1.15.2
styled-components 6.0.7 6.1.1
@testing-library/jest-dom 6.1.2 6.1.4
@testing-library/react 14.0.0 14.1.0
@testing-library/user-event 14.4.3 14.5.1
@types/jest 29.5.4 29.5.8
@types/node 20.5.9 20.9.0
@types/react 18.2.21 18.2.37
@types/react-dom 18.2.7 18.2.15
@types/styled-components 5.1.26 5.1.30
eslint 8.48.0 8.53.0
eslint-plugin-jsx-a11y 6.7.1 6.8.0
eslint-plugin-prettier 5.0.0 5.0.1
eslint-plugin-react 7.32.2 7.33.2
prettier 3.0.3 3.1.0

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

Release notes

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

eds-core-react@0.33.1

[0.33.1] - 2023-10-20

Fixed

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

eds-core-react@0.33.0

[0.33.0] - 2023-09-26

Added

Changed

Fixed

New Contributors

Changelog

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

[0.33.1] - 2023-10-20

Fixed

[0.33.0] - 2023-09-26

Added

Changed

Fixed

Commits
  • 415ebfc Update changelogs, bump versions (#3118)
  • 158cd01 ⬆️ Update babel & related plugins (#3115)
  • 2ee706d 📝Update button documentation for fullWidth (#3093)
  • d1b768b 🐛 Table.Row: fix Styled v6 false positive warning (#3104)
  • 5dcf2ad 🐛Slider: fix type, allow array val for non-range (#3076)
  • b42752d 🐛Chip: only hover when clickable (error variant) (#3096)
  • 18aef70 🔖Publish eds-core-react@0.33.0, eds-utils@0.8.2, eds-lab-react@0.7.2, eds-dat...
  • cb6d5fc 🐛 Autocomplete fix crash caused by merging refs (#3069)
  • ccaf019 📝Improved documentation on icons (#3068)
  • 42a5139 📸 SideBar: update snapshot
  • Additional commits viewable in compare view


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

Release notes

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

17.0.2 (Oct 13rd, 2023)

Changelog

  • #60 [fix] add ts-utils dependency in package.json

What's Changed

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

17.0.1

Changelog

#32 Fix Type error caused by application-insights #52 Update sample dependency #55 Fix skipFirstRun at useCustomEvent in strict mode

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/applicationinsights-react-js/compare/17.0.0...17.0.1

Changelog

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

17.0.2 (Oct 13rd, 2023)

Changelog

  • #60 [fix] add ts-utils dependency in package.json

17.0.1 (Sep 26th, 2023)

Changelog

  • #32 Fix Type error caused by application-insights
  • #52 Update sample dependency
  • #55 Fix skipFirstRun at useCustomEvent in strict mode
Commits


Updates @microsoft/applicationinsights-web from 3.0.2 to 3.0.5

Release notes

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

3.0.5 (Nov 1st, 2023)

Changelog

  • #2184 [main] deactive send beacon when local storage is available
  • #2185 [main] retrieve reponseText when fetch in HttpManager
  • #2188 [main] generate typedoc
  • #2190 [Main][Task]25648004: Export ISenderConfig from Sender
  • #2191 [Main][Task]25649658: Update AISKU Light to add default baseType and baseData when calling track function

What's Changed

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

3.0.4 (Oct 16th, 2023)

Changelog

  • #2162 [BUG] window is not defined at _getStackFromErrorObj
  • #2163 [BUG] Using App Insights connection string leads to double slash
  • #2164 [BUG] Fetch with empty string as first parameter does not include traceparent and does not successfully save dependency to Application Insights
  • #2180 [BUG] Same timestamp on multiple pageView-events after upgrade to 3.0.3
  • CfgSyncPlugin improvment
    • #2166 [main] correct throttle configdefault setting in aisku
    • #2168 [Main][Task]24499167: add cfgSync plugin doc
    • #2171 [main] test aisku config could correctly merge new config fetch from cdn
    • #2175 [main] Update Service Notifications to not send message twice
    • #2177 [Main]Set CfgSync version to 3.0.3
    • #2160 [Main] Include Config sync in publish group
  • Documentation update
    • #2169 [Main][Task]24499172: add throttle manager doc
    • #2170 [Main][Task]24499174: Add service notification doc
  • Github workflow improvement
    • #2173 Add Issue state reporting script

What's Changed

... (truncated)

Changelog

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

3.0.5 (Nov 1st, 2023)

Changelog

  • #2184 [main] deactive send beacon when local storage is available
  • #2185 [main] retrieve reponseText when fetch in HttpManager
  • #2188 [main] generate typedoc
  • #2190 [Main][Task]25648004: Export ISenderConfig from Sender
  • #2191 [Main][Task]25649658: Update AISKU Light to add default baseType and baseData when calling track function

3.0.4 (Oct 16th, 2023)

Changelog

  • CfgSyncPlugin improvment

    • #2166 [main] correct throttle configdefault setting in aisku
    • #2168 [Main][Task]24499167: add cfgSync plugin doc
    • #2171 [main] test aisku config could correctly merge new config fetch from cdn
    • #2175 [main] Update Service Notifications to not send message twice
  • #2160 [Main] Include Config sync in publish group

  • #2165 [main] use proper URL for tracking when fetch is passed an empty string

  • #2169 [Main][Task]24499172: add throttle manager doc

  • #2170 [Main][Task]24499174: Add service notification doc

  • #2173 Add Issue state reporting script

  • #2174 [main] remove double slash for endPointUrl

  • #2177 [Main]Set CfgSync version to 3.0.3

  • #2178 [main] use helper func to get window

  • #2183 [main] fix startTime timestamp

3.0.3 (Sep 20th, 2023)

Changelog

  • #2157 [Main] Bug New minified bundles are corrupting global scope
  • #2120 Missing traceparent header when running multiple SDK instances
    • #2144 [Main][Part 2] Missing traceparent header when running multiple SDK instances #2120
    • #2141 [Main][Bug] Missing traceparent header when running multiple SDK instances #2120
  • #2149 [BUG] Fetch with empty string as first parameter ignores second parameter when fetch tracking is enabled
    • #2152 [main] allow empty string as first parameter to fetch
  • #2127 [Main] Add automated ability to reset the npm latest tag to a specific build
  • #2106 Consider export IClickAnalyticsConfiguration from the click plugin?
  • #2086 [BUG] Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters
    • #2118 [Main] [BUG] Field 'fileName' on type 'StackFrame' is too long. Expected: 1024 characters #2086
  • #2094 _getVerifiedStorageObject - contentious sessionStorage element
    • #2110 [main] add prefix before storage name when setting it
  • #2137 [Main] Fix: edge case where the navigation entry is not present
  • #2135 Update @​nevware21 base versions
  • #2104 [main] Use the navigation entry timeing for page load event start time
  • #2116 [Main] Fixup setVersion to support automated nightly release

... (truncated)

Commits


Updates axios from 1.4.0 to 1.6.1

Release notes

Sourced from axios's releases.

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Release v1.6.0

Release notes:

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
  • dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
  • types: fix AxiosHeaders types; (#5931) (a1c8ad0)

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

Release v1.5.1

Release notes:

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

1.6.0 (2023-10-26)

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
  • dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
  • types: fix AxiosHeaders types; (#5931) (a1c8ad0)

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Commits
  • f6d2cf9 chore(ci): fix publish action content permission; (#6061)
  • a22f4b9 chore(release): v1.6.1 (#6060)
  • cb8bb2b chore(ci): Publish to NPM with provenance (#5835)
  • 37cbf92 chore(ci): added labeling and notification for published PRs; (#6059)
  • dd465ab fix(formdata): fixed content-type header normalization for non-standard brows...
  • 3dc8369 fix(platform): fixed emulated browser detection in node.js environment; (#6055)
  • f7adacd chore(release): v1.6.0 (#6031)
  • 9917e67 chore(ci): fix release-it arg; (#6032)
  • 96ee232 fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)
  • 7d45ab2 chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabl...
  • Additional commits viewable in compare view


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

Commits
  • 7fb95c8 fix: bad type for 'storageKeyPrefix'
  • f142b91 fix: no logout attempt when not logged in
  • 19458f9 chore: more helpfull error message on bad state
  • 6e7f5ef chore: bump version
  • 09c849e build: ESLint plugin ambiguity
  • 5dd079c fix: fix bug with double prefix for '_token'
  • 6a59f3a fix: disable decoding undefined token
  • f77d5ca Adds support for changing the browser storage key prefixes
  • See full diff in compare view


Updates styled-components from 6.0.7 to 6.1.1

Release notes

Sourced from styled-components's releases.

v6.1.1

What's Changed

New Contributors

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

v6.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.9...v6.1.0

v6.0.9

fix bundling to not hardcode window (should fix some testing use cases that were incorrectly assuming a server environment when JSDOM and similar are in use)

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.8...v6.0.9

v6.0.8

What's Changed

New Contributors

Full Changelog: https://github.com/styled-components/styled-components/compare/v6.0.7...v6.0.8

Commits


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

Release notes

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

v6.1.4

6.1.4 (2023-10-12)

Bug Fixes

  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#532) (44f1eab)

v6.1.3

6.1.3 (2023-09-06)

Bug Fixes

Commits
  • 44f1eab fix: upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#532)
  • 6d65999 chore: add jest/vitest version to bug report template (#526)
  • 5b492ac fix: proper @​jest/globals import (#530)
  • See full diff in compare view


Updates @testing-library/react from 14.0.0 to 14.1.0

Release notes

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

v14.1.0

14.1.0 (2023-11-08)

Features

Commits
  • d80319f feat: add warnings when globals are missing (
    dependabot[bot] commented 9 months ago

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