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(pnpm): bump the minor-updates group with 4 updates #83

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-updates group with 4 updates: @tanstack/eslint-plugin-query, @types/react, tailwindcss and vite.

Updates @tanstack/eslint-plugin-query from 5.56.1 to 5.57.1

Release notes

Sourced from @​tanstack/eslint-plugin-query's releases.

v5.57.1

Version 5.57.1 - 9/21/24, 9:15 AM

Changes

Fix

  • eslint-plugin-query: relax property order rule to ignore relative order of getPreviousPageParam and getNextPageParam (#8074) (1793e06) by Manuel Schiller

Packages

  • @​tanstack/eslint-plugin-query@​5.57.1

v5.57.0

Version 5.57.0 - 9/20/24, 7:50 PM

Changes

Feat

  • eslint-plugin-query: add rule to ensure property order of infinite query functions (#8072) (f8d65fb) by Manuel Schiller

Docs

  • add missing closing tag to Solid docs (#8068) (ca9e3c4) by Stephen Brown-Bourne

Packages

  • @​tanstack/eslint-plugin-query@​5.57.0

v5.56.2

Version 5.56.2 - 9/12/24, 6:05 PM

Changes

Fix

  • core: make sure infiniteQuery always fetches the first page (#8051) (7624785) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.56.2
  • @​tanstack/query-broadcast-client-experimental@​5.56.2
  • @​tanstack/query-persist-client-core@​5.56.2
  • @​tanstack/query-sync-storage-persister@​5.56.2
  • @​tanstack/react-query@​5.56.2
  • @​tanstack/react-query-devtools@​5.56.2
  • @​tanstack/react-query-persist-client@​5.56.2
  • @​tanstack/react-query-next-experimental@​5.56.2
  • @​tanstack/solid-query@​5.56.2

... (truncated)

Commits
  • 034eb52 release: v5.57.1
  • 1793e06 fix(eslint-plugin-query): relax property order rule to ignore relative order ...
  • 1d851dd release: v5.57.0
  • f8d65fb feat(eslint-plugin-query): add rule to ensure property order of infinite quer...
  • See full diff in compare view

Updates @types/react from 18.3.6 to 18.3.8

Commits

Updates tailwindcss from 3.4.11 to 3.4.12

Release notes

Sourced from tailwindcss's releases.

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
Changelog

Sourced from tailwindcss's changelog.

[3.4.12] - 2024-09-17

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)
Commits

Updates vite from 5.4.5 to 5.4.7

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

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-updates group with 4 updates: [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [tailwindcss](https://github.com/tailwindlabs/tailwindcss) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@tanstack/eslint-plugin-query` from 5.56.1 to 5.57.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.57.1/packages/eslint-plugin-query)

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

Updates `tailwindcss` from 3.4.11 to 3.4.12
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.11...v3.4.12)

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

---
updated-dependencies:
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Owner

@CostasAK CostasAK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@CostasAK CostasAK merged commit cb13ac9 into main Sep 23, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-updates-81fd57be02 branch September 23, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: low type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant