Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps the npm_dependencies group with 6 updates:

Package From To
@tanstack/react-query 5.81.5 5.83.0
@types/node 24.0.10 24.0.13
@typescript-eslint/eslint-plugin 8.35.1 8.36.0
@typescript-eslint/parser 8.35.1 8.36.0
vanilla-framework 4.25.0 4.26.0
prettier-plugin-tailwindcss 0.6.13 0.6.14

Updates @tanstack/react-query from 5.81.5 to 5.83.0

Release notes

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

v5.83.0

Version 5.83.0 - 7/11/25, 5:00 PM

Changes

Feat

  • core: QueryObserver returns isEnabled flag (#9408) (23c8908) by Dominik Dorfmeister

Test

  • solid-query/suspense: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#9407) (0569891) by @​sukvvon
  • svelte-query/createMutation: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (#9382) (d6930fd) by @​sukvvon
  • svelte-query/createQueries: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#9383) (ab7fd72) by @​sukvvon
  • svelte-query/createQuery: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (#9384) (2212fff) by @​sukvvon
  • svelte-query/useIsFetching: switch to fake timers, add "expect", "vi.waitFor", and replace "findByText" with "getByText" (#9386) (06cb8eb) by @​sukvvon
  • solid-query/useIsMutating: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#9404) (9ecfbf7) by @​sukvvon
  • solid-query/useMutationState: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#9405) (89f9483) by @​sukvvon
  • solid-query/useQueries: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#9406) (daad8e3) by @​sukvvon
  • svelte-query/createInfiniteQuery: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#9381) (b32904c) by @​sukvvon
  • solid-query/useIsFetching: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#9403) (e2bcbe8) by @​sukvvon
  • solid-query/transition: remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#9402) (eb1cab7) by @​sukvvon
  • solid-query/QueryClientProvider: remove "vi.waitFor", and add "advanceTimersByTimeAsync", "expect" (#9401) (93978d3) by @​sukvvon
  • svelte-query/useMutationState: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#9388) (32467aa) by @​sukvvon
  • svelte-query/useIsMutating: switch to fake timers, add "expect", "vi.waitFor", and replace "findByText" with "getByText" (#9387) (c597f76) by @​sukvvon
  • solid-query/useIsFetching: switch to fake timers, replace "waitFor" with "vi.waitFor" and "findByText" with "getByText" (#9377) (bce4d7e) by @​sukvvon
  • svelte-query/QueryClientProvider: switch to fake timers, replace "waitFor" with "vi.waitFor", and add "expect" (#9385) (c0fd94e) by @​sukvvon
  • solid-query/useQueries: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9380) (f7c83c2) by @​sukvvon
  • solid-query/suspense: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9375) (d1c8cff) by @​sukvvon
  • solid-query/useMutationState: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9379) (94f2150) by @​sukvvon
  • solid-query/useIsMutating: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9378) (509064a) by @​sukvvon
  • solid-query/transition: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9376) (27d82a7) by @​sukvvon
  • solid-query/useInfiniteQuery: switch to fake timers, and replace "waitFor" with "vi.waitFor" (#9391) (a0aeac0) by @​sukvvon
  • solid-query/QueryClientProvider: switch to fake timers and replace "waitFor" with "vi.waitFor" (#9374) (c66af8a) by @​sukvvon
  • vue-query/vueQueryPlugin: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#9372) (8c79719) by @​sukvvon
  • vue-query/useIsMutating: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#9373) (47f7e86) by @​sukvvon
  • vue-query/useIsFetching: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#9370) (367a96e) by @​sukvvon
  • vue-query/useQueries: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#9369) (fc0b23e) by @​sukvvon
  • vue-query/queryClient: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#9371) (79893c8) by @​sukvvon
  • vue-query/useInfiniteQuery: switch to fake timers and replace "sleep" with "advanceTimersByTimeAsync" (#9368) (fc2a95c) by @​sukvvon
  • react-query/usePrefetchQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9355) (c9daf2c) by @​sukvvon
  • react-query/useQueries: remove "waitFor" and add "advanceTimersByTimeAsync" (#9367) (fd7c655) by @​sukvvon
  • react-query/useInfiniteQuery: remove "vi.waitFor" and add "advanceTimersByTimeAsync" (#9366) (f6085d0) by @​sukvvon
  • react-query/useMutation: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (#9352) (c680879) by @​sukvvon
  • react-query/mutationOptions: switch to fake timers, remove "vi.waitFor", and add "advanceTimersByTimeAsync" (#9397) (5765378) by @​sukvvon
  • react-query/suspense: remove "vi.waitFor" and add "advanceTimersByTime" (#9350) (f580f08) by @​sukvvon
  • react-query/useQuery: remove "vi.waitFor", add "advanceTimersByTimeAsync" and replace "findByText" with "getByText" (#9363) (eaf768b) by @​sukvvon
  • react-query/useSuspenseQueries: remove "waitFor" and add "advanceTimersByTimeAsync" (#9356) (a0a0812) by @​sukvvon

Packages

... (truncated)

Commits
  • 390424b release: v5.83.0
  • 23c8908 feat(core): QueryObserver returns isEnabled flag (#9408)
  • c9daf2c test(react-query/usePrefetchQuery): remove 'vi.waitFor' and add 'advanceTimer...
  • fd7c655 test(react-query/useQueries): remove 'waitFor' and add 'advanceTimersByTimeAs...
  • f6085d0 test(react-query/useInfiniteQuery): remove 'vi.waitFor' and add 'advanceTimer...
  • c680879 test(react-query/useMutation): remove 'vi.waitFor', add 'advanceTimersByTimeA...
  • 5765378 test(react-query/mutationOptions): switch to fake timers, remove 'vi.waitFor'...
  • f580f08 test(react-query/suspense): remove 'vi.waitFor' and add 'advanceTimersByTime'...
  • eaf768b test(react-query/useQuery): remove 'vi.waitFor', add 'advanceTimersByTimeAsyn...
  • a0a0812 test(react-query/useSuspenseQueries): remove 'waitFor' and add 'advanceTimers...
  • Additional commits viewable in compare view

Updates @types/node from 24.0.10 to 24.0.13

Commits

Updates @typescript-eslint/eslint-plugin from 8.35.1 to 8.36.0

Release notes

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

v8.36.0

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.36.0 (2025-07-07)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 84b7a2e chore(release): publish 8.36.0
  • d1388fc fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...
  • 4a60d3e docs(eslint-plugin): [only-throw-error] document options (#11348)
  • 1ca81c1 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.35.1 to 8.36.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.36.0

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.36.0 (2025-07-07)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vanilla-framework from 4.25.0 to 4.26.0

Release notes

Sourced from vanilla-framework's releases.

v4.26.0

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.26.0

🚀 Features

🐛 Bug Fixes

  • Truncate badges with long text, make the smallest badge a perfect circle by @​jmuzina (#5569)

Full Changelog: canonical/vanilla-framework@v4.25.0...v4.26.0

Changelog

Sourced from vanilla-framework's changelog.

  • version: 4.26.0 features:
    • component: Icons url: /docs/patterns/icons#recently-added-icons-new status: New notes: We've added the new p-icon--history icon.
    • component: Text Spotlight Pattern url: /docs/patterns/text-spotlight status: New notes: We've introduced a new Text Spotlight section pattern.
    • component: CTA Section Pattern url: /docs/patterns/cta-section status: New notes: We've introduced a new CTA section pattern.
    • component: Tiered list url: /docs/patterns/tiered-list status: Updated notes: We've removed the horizontal rule above the first tiered list item.
  • version: 4.25.0 features:
    • component: CTA Block url: /docs/patterns/cta-block status: Updated notes: We've updated the CTA block to be borderless by default. A new has-border class can be used to add a border back, but this will be deprecated in the next major version.
    • component: Chip url: /docs/patterns/chip status: Updated notes: We've added a read-only variant to the chip pattern. This subsumes the semantic status indication behavior of the status label pattern, which is being deprecated. We've also added badged and icon variants of the chip pattern.
    • component: Status label url: /docs/patterns/status-labels status: Deprecated notes: The status label pattern is deprecated in favor of the new read-only chip variant. It will be removed in the next major version.
  • version: 4.24.0 features:
    • component: Equal heights url: /docs/patterns/equal-heights status: New notes: We've introduced the new equal heights pattern.
  • version: 4.23.0 features:
    • component: Pricing block url: /docs/patterns/pricing-block status: New notes: We've introduced the new pricing block jinja pattern.
    • component: Linked logo section url: /docs/patterns/linked-logo-section status: New notes: We've introduced a new pattern for linked logo sections
  • version: 4.22.0 features:

... (truncated)

Commits
  • 91ad818 feat(Text Spotlight)[WD-22567]: Implement Text Spotlight section pattern (#5572)
  • 86b6030 feat(CTA Section): [WD-22558] Implement CTA section pattern (#5565)
  • 794b32f feat(vf_tiered-list): Remove hr above first tiered list item across all varie...
  • 5ccc63c feat(Icons): add history icon (#5570)
  • a72ebf8 fix(Badge): Truncate badges with long text, make the smallest badge a perfect...
  • See full diff in compare view

Updates prettier-plugin-tailwindcss from 0.6.13 to 0.6.14

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.14

  • Add support for OXC + Hermes Prettier plugins (#376, #380)
  • Sort template literals in Angular expressions (#377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#381)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.14] - 2025-07-09

  • Add support for OXC + Hermes Prettier plugins (#376, #380)
  • Sort template literals in Angular expressions (#377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#381)
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 npm_dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.81.5` | `5.83.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.10` | `24.0.13` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.35.1` | `8.36.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.35.1` | `8.36.0` |
| [vanilla-framework](https://github.com/canonical/vanilla-framework) | `4.25.0` | `4.26.0` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.13` | `0.6.14` |


Updates `@tanstack/react-query` from 5.81.5 to 5.83.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.83.0/packages/react-query)

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

Updates `@typescript-eslint/eslint-plugin` from 8.35.1 to 8.36.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.36.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.35.1 to 8.36.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.36.0/packages/parser)

Updates `vanilla-framework` from 4.25.0 to 4.26.0
- [Release notes](https://github.com/canonical/vanilla-framework/releases)
- [Changelog](https://github.com/canonical/vanilla-framework/blob/main/releases.yml)
- [Commits](canonical/vanilla-framework@v4.25.0...v4.26.0)

Updates `prettier-plugin-tailwindcss` from 0.6.13 to 0.6.14
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.13...v0.6.14)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: "@types/node"
  dependency-version: 24.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: vanilla-framework
  dependency-version: 4.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
...

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 Jul 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 14, 2025 12:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 14, 2025
@github-actions github-actions bot enabled auto-merge (squash) July 14, 2025 12:47
@github-actions github-actions bot merged commit 7fd924e into main Jul 14, 2025
18 of 19 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm_dependencies-f8160e55f7 branch July 14, 2025 12:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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