loculus-project / loculus

An open-source software package to power microbial genomic databases
https://loculus.org
GNU Affero General Public License v3.0
36 stars 2 forks source link

chore(deps): bump the patch group across 1 directory with 9 updates #2756

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the patch group with 9 updates in the /website directory:

Package From To
@headlessui/react 2.1.3 2.1.5
astro 4.15.2 4.15.4
rsuite 5.70.0 5.70.1
unplugin-icons 0.19.2 0.19.3
@iconify/json 2.2.243 2.2.246
@tailwindcss/forms 0.5.8 0.5.9
@types/node 22.5.2 22.5.4
eslint-plugin-react 7.35.0 7.35.2
msw 2.4.1 2.4.3

Updates @headlessui/react from 2.1.3 to 2.1.5

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.1.5

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

@​headlessui/react@​v2.1.4

Fixed

  • Fix components not closing properly when using the transition prop (#3448)
Changelog

Sourced from @​headlessui/react's changelog.

[2.1.5] - 2024-09-04

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

[2.1.4] - 2024-09-03

Fixed

  • Fix components not closing properly when using the transition prop (#3448)
Commits
  • cb86665 2.1.5 - @​headlessui/react
  • 971ff6b Fix transition bug on Firefox, triggered by clicking the PopoverButton in r...
  • 75619ee 2.1.4 - @​headlessui/react
  • 071aa0e Fix components not properly closing when using the transition prop (#3448)
  • See full diff in compare view


Updates astro from 4.15.2 to 4.15.4

Release notes

Sourced from astro's releases.

astro@4.15.4

Patch Changes

  • #11879 bd1d4aa Thanks @​matthewp! - Allow passing a cryptography key via ASTRO_KEY

    For Server islands Astro creates a cryptography key in order to hash props for the islands, preventing accidental leakage of secrets.

    If you deploy to an environment with rolling updates then there could be multiple instances of your app with different keys, causing potential key mismatches.

    To fix this you can now pass the ASTRO_KEY environment variable to your build in order to reuse the same key.

    To generate a key use:

    astro create-key
    

    This will print out an environment variable to set like:

    ASTRO_KEY=PIAuyPNn2aKU/bviapEuc/nVzdzZPizKNo3OqF/5PmQ=
    
  • #11935 c58193a Thanks @​Princesseuh! - Fixes astro add not using the proper export point when adding certain adapters

astro@4.15.3

Patch Changes

Changelog

Sourced from astro's changelog.

4.15.4

Patch Changes

  • #11879 bd1d4aa Thanks @​matthewp! - Allow passing a cryptography key via ASTRO_KEY

    For Server islands Astro creates a cryptography key in order to hash props for the islands, preventing accidental leakage of secrets.

    If you deploy to an environment with rolling updates then there could be multiple instances of your app with different keys, causing potential key mismatches.

    To fix this you can now pass the ASTRO_KEY environment variable to your build in order to reuse the same key.

    To generate a key use:

    astro create-key
    

    This will print out an environment variable to set like:

    ASTRO_KEY=PIAuyPNn2aKU/bviapEuc/nVzdzZPizKNo3OqF/5PmQ=
    
  • #11935 c58193a Thanks @​Princesseuh! - Fixes astro add not using the proper export point when adding certain adapters

4.15.3

Patch Changes

Commits


Updates rsuite from 5.70.0 to 5.70.1

Release notes

Sourced from rsuite's releases.

v5.70.1

Bug Fixes

  • Breadcrumb: fix the rendering exception of the child node separator (#3948) (7d54cc9)
  • Calendar: fix the problem of displaying the first week of the year incorrectly (#3951) (a2c6891)

Other Changes

Full Changelog: https://github.com/rsuite/rsuite/compare/v5.70.0...v5.70.1

Changelog

Sourced from rsuite's changelog.

5.70.1 (2024-09-06)

Bug Fixes

  • Breadcrumb: fix the rendering exception of the child node separator (#3948) (7d54cc9)
  • Calendar: fix the problem of displaying the first week of the year incorrectly (#3951) (a2c6891)
Commits
  • 32671cd build: bump 5.70.1
  • 603a55c refactor(Breadcrumb): use a more reasonable DOM structure to improve accessib...
  • a2c6891 fix(Calendar): fix the problem of displaying the first week of the year incor...
  • de0f964 test(Button): refactor using fireEvent instead of Simulate (#3952)
  • 3c0a53f test(Calendar): refactor using fireEvent instead of Simulate (#3953)
  • 57318f8 test(CheckboxGroup): refactor using fireEvent instead of Simulate (#3954)
  • 7d54cc9 fix(Breadcrumb): fix the rendering exception of the child node separator (#3948)
  • f05a424 test(Modal): refactor test cases using testStandardProps (#3942)
  • 0936d8c build(docs): bump rsuite 5.70.0
  • See full diff in compare view


Updates unplugin-icons from 0.19.2 to 0.19.3

Release notes

Sourced from unplugin-icons's releases.

v0.19.3

No significant changes

    View changes on GitHub
Commits


Updates @iconify/json from 2.2.243 to 2.2.246

Commits
  • 1afc154 Update 6 icon sets
  • 22f9cb2 Update 4 icon sets: Custom Brand Icons, Material Line Icons, Material Symbols...
  • 6bb9ef2 Update 4 icon sets: Custom Brand Icons, Lucide, Myna UI Icons, TDesign Icons
  • See full diff in compare view


Updates @tailwindcss/forms from 0.5.8 to 0.5.9

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.9

Fixed

  • Fallback to static chevron color if theme is using variables (#167)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.9] - 2024-09-05

Fixed

  • Fallback to static chevron color if theme is using variables (#167)
Commits


Updates @types/node from 22.5.2 to 22.5.4

Commits


Updates eslint-plugin-react from 7.35.0 to 7.35.2

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.2

Fixed

#3814: jsx-eslint/eslint-plugin-react#3814 jsx-curly-brace-presence: docs/rules/jsx-curly-brace-presence.md

v7.35.1

Fixed

#3798: jsx-eslint/eslint-plugin-react#3798

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

[7.35.2] - 2024.09.03

Fixed

  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#3814[] @​ljharb)

#3814: jsx-eslint/eslint-plugin-react#3814

7.35.1 - 2024.09.02

Fixed

  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#3798[] @​akulsr0)

#3798: jsx-eslint/eslint-plugin-react#3798

Commits
  • 4c10849 Update CHANGELOG and bump version
  • 45ba6bc [Fix] jsx-curly-brace-presence: avoid autofixing attributes with double quo...
  • e538ee9 [Tests] jsx-curly-brace-presence: clean up formatting
  • 5fc0f87 Update CHANGELOG and bump version
  • a2306e7 [Tests] use npm audit instead of aud
  • d9c7ef1 [Dev Deps] update @babel/core, @babel/eslint-parser, aud
  • 10eb235 [Fix] jsx-curly-brace-presence: do not trigger on strings containing a quot...
  • 0170dbe [Refactor] add astUtil.isCallExpression predicate
  • 3b6bacc [Refactor] general cleanup
  • 8dc0215 [Refactor] hoist functions to module level
  • Additional commits viewable in compare view


Updates msw from 2.4.1 to 2.4.3

Release notes

Sourced from msw's releases.

v2.4.3 (2024-09-07)

Bug Fixes

  • revert "graphql" as optional peer dependency (#2267) (7cd39e787aa9766eef914bce3d65daec1ce16635) @​kettanaito

v2.4.2 (2024-09-04)

Bug Fixes

Commits


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | @headlessui/react | [>= 2.1.6.a, < 2.1.7] | | msw | [>= 2.4.4.a, < 2.4.5] |

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
corneliusroemer commented 1 month ago

@dependabot ignore msw [< 2.4.5, > 2.4.1]

corneliusroemer commented 1 month ago

@dependabot ignore msw @headlessui/react patch version

corneliusroemer commented 1 month ago

https://github.com/dependabot ignore msw patch version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.4.3 of msw again, unless you unignore it.

corneliusroemer commented 1 month ago

https://github.com/dependabot ignore @headlessui/react patch version

dependabot[bot] commented 1 month ago

OK, I won't notify you about version 2.1.5 of @headlessui/react again, unless you unignore it.

corneliusroemer commented 1 month ago

https://github.com/dependabot ignore msw 2.4.2

corneliusroemer commented 1 month ago

@dependabot recreate

dependabot[bot] commented 1 month ago

Superseded by #2759.