Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

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: rsuite/rsuite@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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.3` | `2.1.5` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.2` | `4.15.4` |
| [rsuite](https://github.com/rsuite/rsuite) | `5.70.0` | `5.70.1` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.19.2` | `0.19.3` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.243` | `2.2.246` |
| [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) | `0.5.8` | `0.5.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.4` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.0` | `7.35.2` |
| [msw](https://github.com/mswjs/msw) | `2.4.1` | `2.4.3` |



Updates `@headlessui/react` from 2.1.3 to 2.1.5
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.5/packages/@headlessui-react)

Updates `astro` from 4.15.2 to 4.15.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.15.4/packages/astro)

Updates `rsuite` from 5.70.0 to 5.70.1
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.70.0...v5.70.1)

Updates `unplugin-icons` from 0.19.2 to 0.19.3
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.19.2...v0.19.3)

Updates `@iconify/json` from 2.2.243 to 2.2.246
- [Commits](iconify/icon-sets@2.2.243...2.2.246)

Updates `@tailwindcss/forms` from 0.5.8 to 0.5.9
- [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-forms@v0.5.8...v0.5.9)

Updates `@types/node` from 22.5.2 to 22.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-react` from 7.35.0 to 7.35.2
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.35.0...v7.35.2)

Updates `msw` from 2.4.1 to 2.4.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.1...v2.4.3)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: unplugin-icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@tailwindcss/forms"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2024
@corneliusroemer
Copy link
Contributor

@dependabot ignore msw [< 2.4.5, > 2.4.1]

@corneliusroemer
Copy link
Contributor

@dependabot ignore msw @headlessui/react patch version

@corneliusroemer
Copy link
Contributor

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2024

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

@corneliusroemer
Copy link
Contributor

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2024

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

@corneliusroemer
Copy link
Contributor

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

@corneliusroemer
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 10, 2024

Superseded by #2759.

@dependabot dependabot bot closed this Sep 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/patch-975a2d97c7 branch September 10, 2024 13:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant