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 8 updates #566

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

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

Package From To
@equinor/eds-core-react 0.39.0 0.40.0
@microsoft/applicationinsights-web 3.2.1 3.2.2
react-oauth2-code-pkce 1.20.0 1.20.1
@biomejs/biome 1.8.0 1.8.3
@testing-library/dom 10.1.0 10.2.0
@testing-library/jest-dom 6.4.5 6.4.6
@types/node 20.14.2 20.14.9
typescript 5.4.5 5.5.2

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

Release notes

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

eds-core-react@0.40.0

[0.40.0] - 2024-06-21

Fixed

Added

Changelog

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

[0.40.0] - 2024-06-21

Fixed

Added

Commits
  • 60bd3b4 🔖 Release eds-core-react@0.40.0 (#3540)
  • 9edf978 🐛 export DatePickerProps type (#3538)
  • 619edfb ✨Date/Daterange: hideClearButton prop (#3537)
  • a4c180b 🐛 Autocomplete: handle case all items disabled (#3534)
  • ea6cc27 🚸Autocomplete: return focus to input on clear (#3531)
  • f5c08b2 💄datePicker: use correct token for text color (#3520)
  • 06c3166 🧑‍💻 Datepicker type: allow standard html attributes (#3509)
  • baf7e51 🐛 Autocomplete: revert 3408 type change + readonly (#3515)
  • 69463eb 🔧🔥 Remove 'engines' field from package.json (#3511)
  • 92604e8 📝 Autocomplete: testing vscode minimap labels
  • Additional commits viewable in compare view


Updates @microsoft/applicationinsights-web from 3.2.1 to 3.2.2

Release notes

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

3.2.2

Changelog

#2356 [Main][Task]27488189: Modify offline support enums for isolated mode #2357 [Main][Task]28050373: Expose Offline Support SendNextBatch function #2358 [Main][Task]27080650: Initialization Should Handle Offline Support Dependency #2362 [Main]Publishing: Add support for Az Modules instead of AzureRM Modules #2360 set script attribut to avoid race condition when multiple sdks are inited

What's Changed

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

Changelog

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

3.2.2 (June 11th, 2024)

Changelog

  • #2356 [Main][Task]27488189: Modify offline support enums for isolated mode
  • #2357 [Main][Task]28050373: Expose Offline Support SendNextBatch function
  • #2358 [Main][Task]27080650: Initialization Should Handle Offline Support Dependency
  • #2362 [Main]Publishing: Add support for Az Modules instead of AzureRM Modules
  • #2360 set script attribut to avoid race condition when multiple sdks are inited
Commits
  • ec0d273 [Main] [Release] Increase version to 3.2.2 (#2363)
  • 65a6e61 local test pass (#2360)
  • 46ce907 [Main][Task]27080650: Initialization Should Handle Offline Support Dependency...
  • 04e33d6 Publishing: Add support for Az Modules instead of AzureRM Modules (#2362)
  • 07a6eaa [Main][Task] 28050373: Expose Offline Support SendNextBatch function (#2357)
  • 767790b add enum (#2356)
  • See full diff in compare view


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

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 possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.8.3 (2024-06-27)

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

Enhancements

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 possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

... (truncated)

Commits


Updates @testing-library/dom from 10.1.0 to 10.2.0

Release notes

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

v10.2.0

10.2.0 (2024-06-24)

Features

  • Support anonymous custom elements when pretty printing DOM (#1319) (0a8ad65)
Commits


Updates @testing-library/jest-dom from 6.4.5 to 6.4.6

Release notes

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

v6.4.6

6.4.6 (2024-06-10)

Bug Fixes

Commits


Updates @types/node from 20.14.2 to 20.14.9

Commits


Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view


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