Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(dev-deps): bump the all-non-major-dependencies group in /e2e/release/sample with 4 updates #1334

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps the all-non-major-dependencies group in /e2e/release/sample with 4 updates: rsuite, @types/node, @types/react and vite.

Updates rsuite from 5.69.0 to 5.70.0

Release notes

Sourced from rsuite's releases.

v5.70.0

Features

  • Table: add support for maxHeight prop (#498) (1d3598d)

Bug Fixes

Other Changes

New Contributors

Full Changelog: rsuite/rsuite@v5.69.0...v5.70.0

Changelog

Sourced from rsuite's changelog.

5.70.0 (2024-08-24)

Bug Fixes

  • Cascader,MultiCascader: fix locale property can't override global config (#3928) (31abca8)
  • MultiCascadeTree,MultiCascader: fix parent node is not in a mixed state when searching (#3931) (5ec0be5)
  • Table: fix border style when rowSpan is used (#3940) (9677303)
  • TreePicker,MultiCascader: fix not focusing on the search box when typing characters (#3930) (4f3b8e3)
  • use useLayoutEffect instead of useEffect in useEventCallback (#3921) (6396b3e)
Commits
  • d0fc2ce build: bump 5.70.0
  • 57cf769 docs(Table): refactoring table example page (#3939)
  • 9677303 fix(Table): fix border style when rowSpan is used (#3940)
  • 31abca8 fix(Cascader,MultiCascader): fix locale property can't override global conf...
  • 4f3b8e3 fix(TreePicker,MultiCascader): fix not focusing on the search box when typing...
  • 8575a2d docs(TagPicker): add missing renderMenu property (#3929)
  • 5ec0be5 fix(MultiCascadeTree,MultiCascader): fix parent node is not in a mixed state ...
  • bf01cdb test(InputPicker, List): removing the getDOMNode and using render (#3933)
  • 243aae9 test(Avatar): fix unstable test cases (#3937)
  • e0ec703 build(deps): bump rsuite-table from 5.18.3 to 5.19.0 (#3936)
  • Additional commits viewable in compare view

Updates @types/node from 22.4.0 to 22.5.0

Commits

Updates @types/react from 18.3.3 to 18.3.4

Commits

Updates vite from 5.4.1 to 5.4.2

Changelog

Sourced from vite's changelog.

5.4.2 (2024-08-20)

Commits

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 all-non-major-dependencies group in /e2e/release/sample with 4 updates: [rsuite](https://github.com/rsuite/rsuite), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


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

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

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

Updates `vite` from 5.4.1 to 5.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite)

---
updated-dependencies:
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-non-major-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@ivangabriele ivangabriele merged commit 7899982 into main Aug 26, 2024
19 checks passed
@ivangabriele ivangabriele deleted the dependabot/npm_and_yarn/e2e/release/sample/all-non-major-dependencies-92f2476164 branch August 26, 2024 02:58
@ivangabriele
Copy link
Member

🎉 This PR is included in version 21.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant