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

chore(deps): bump the minor-and-patch group with 5 updates #17

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2024

Bumps the minor-and-patch group with 5 updates:

Package From To
@primevue/themes 4.1.0 4.1.1
primevue 4.1.0 4.1.1
@types/node 22.7.5 22.7.7
tailwindcss 3.4.13 3.4.14
vite 5.4.8 5.4.9

Updates @primevue/themes from 4.1.0 to 4.1.1

Release notes

Sourced from @​primevue/themes's releases.

PrimeVue 4.1.1

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.1.0...4.1.1

Changelog

Sourced from @​primevue/themes's changelog.

4.1.1 (2024-10-16)

Full Changelog

Fixed bugs:

  • Wrong token binding on inputtext #6590
  • Table sort icon not aligned properly #6588
  • Improve nested overlays in mobile #6587
  • MegaMenu ignores token #6585
  • AutoComplete is using token from the deprecated InputChips #6584
  • Disabled ToggleSwitch in dark mode is same as non-disabled #6583
  • Slider track border radius token not applied #6582
  • Tree filter too close, visual bug#6581
  • Invalid CSS in DataTable and TreeTable #6580
  • MegaMenu: mobile visual defects #6578
  • Typo in splitter.js (autocomplete err) #6570
  • CascadeSelect: focus defect on mouse enter #6538
  • Typescript support is non-existent in All components #6152
  • DataTable - button click in a cell propagates to row-click #6472
  • No intellisense for props, slots etc. with v4 #5903
Commits

Updates primevue from 4.1.0 to 4.1.1

Release notes

Sourced from primevue's releases.

PrimeVue 4.1.1

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.1.0...4.1.1

Changelog

Sourced from primevue's changelog.

4.1.1 (2024-10-16)

Full Changelog

Fixed bugs:

  • Wrong token binding on inputtext #6590
  • Table sort icon not aligned properly #6588
  • Improve nested overlays in mobile #6587
  • MegaMenu ignores token #6585
  • AutoComplete is using token from the deprecated InputChips #6584
  • Disabled ToggleSwitch in dark mode is same as non-disabled #6583
  • Slider track border radius token not applied #6582
  • Tree filter too close, visual bug#6581
  • Invalid CSS in DataTable and TreeTable #6580
  • MegaMenu: mobile visual defects #6578
  • Typo in splitter.js (autocomplete err) #6570
  • CascadeSelect: focus defect on mouse enter #6538
  • Typescript support is non-existent in All components #6152
  • DataTable - button click in a cell propagates to row-click #6472
  • No intellisense for props, slots etc. with v4 #5903
Commits

Updates @types/node from 22.7.5 to 22.7.7

Commits

Updates tailwindcss from 3.4.13 to 3.4.14

Release notes

Sourced from tailwindcss's releases.

v3.4.14

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Changelog

Sourced from tailwindcss's changelog.

[3.4.14] - 2024-10-15

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Commits

Updates vite from 5.4.8 to 5.4.9

Release notes

Sourced from vite's releases.

v5.4.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.9 (2024-10-14)

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 minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@primevue/themes](https://github.com/primefaces/primevue/tree/HEAD/packages/themes) | `4.1.0` | `4.1.1` |
| [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) | `4.1.0` | `4.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.7.7` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.14` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.9` |


Updates `@primevue/themes` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primefaces/primevue/commits/4.1.1/packages/themes)

Updates `primevue` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primefaces/primevue/commits/4.1.1/packages/primevue)

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

Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.13...v3.4.14)

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

---
updated-dependencies:
- dependency-name: "@primevue/themes"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: primevue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-69ab2583b2 branch October 21, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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.

0 participants