Skip to content

Bump the npm-packages group with 6 updates#84

Merged
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-819705d898
Apr 7, 2025
Merged

Bump the npm-packages group with 6 updates#84
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/npm-packages-819705d898

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the npm-packages group with 6 updates:

Package From To
@tanstack/react-query 5.71.5 5.71.10
@tanstack/react-query-devtools 5.71.5 5.71.10
eslint-plugin-react 7.37.4 7.37.5
fork-ts-checker-webpack-plugin 9.0.3 9.1.0
less 4.2.2 4.3.0
typescript 5.8.2 5.8.3

Updates @tanstack/react-query from 5.71.5 to 5.71.10

Release notes

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

v5.71.10

Version 5.71.10 - 4/4/25, 12:44 PM

Changes

Refactor

  • query-core: remove double negative (#8952) (d2768d3) by novice0840

Docs

  • fix contributing link (#8954) (9556576) by marcelas5

Packages

  • @​tanstack/query-core@​5.71.10
  • @​tanstack/query-broadcast-client-experimental@​5.71.10
  • @​tanstack/query-persist-client-core@​5.71.10
  • @​tanstack/query-sync-storage-persister@​5.71.10
  • @​tanstack/react-query@​5.71.10
  • @​tanstack/react-query-devtools@​5.71.10
  • @​tanstack/react-query-persist-client@​5.71.10
  • @​tanstack/react-query-next-experimental@​5.71.10
  • @​tanstack/solid-query@​5.71.10
  • @​tanstack/solid-query-devtools@​5.71.10
  • @​tanstack/solid-query-persist-client@​5.71.10
  • @​tanstack/svelte-query@​5.71.10
  • @​tanstack/svelte-query-devtools@​5.71.10
  • @​tanstack/svelte-query-persist-client@​5.71.10
  • @​tanstack/vue-query@​5.71.10
  • @​tanstack/vue-query-devtools@​5.71.10
  • @​tanstack/angular-query-experimental@​5.71.10
  • @​tanstack/query-async-storage-persister@​5.71.10
  • @​tanstack/angular-query-devtools-experimental@​5.71.10

v5.71.9

Version 5.71.9 - 4/3/25, 9:57 PM

Changes

Fix

  • solid-query: deprecate create in favor of use, and add full docs (#8950) (d040eaa) by Birk Skyum

Packages

  • @​tanstack/solid-query@​5.71.9
  • @​tanstack/solid-query-persist-client@​5.71.9
  • @​tanstack/solid-query-devtools@​5.71.9

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.71.5 to 5.71.10

Release notes

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

v5.71.10

Version 5.71.10 - 4/4/25, 12:44 PM

Changes

Refactor

  • query-core: remove double negative (#8952) (d2768d3) by novice0840

Docs

  • fix contributing link (#8954) (9556576) by marcelas5

Packages

  • @​tanstack/query-core@​5.71.10
  • @​tanstack/query-broadcast-client-experimental@​5.71.10
  • @​tanstack/query-persist-client-core@​5.71.10
  • @​tanstack/query-sync-storage-persister@​5.71.10
  • @​tanstack/react-query@​5.71.10
  • @​tanstack/react-query-devtools@​5.71.10
  • @​tanstack/react-query-persist-client@​5.71.10
  • @​tanstack/react-query-next-experimental@​5.71.10
  • @​tanstack/solid-query@​5.71.10
  • @​tanstack/solid-query-devtools@​5.71.10
  • @​tanstack/solid-query-persist-client@​5.71.10
  • @​tanstack/svelte-query@​5.71.10
  • @​tanstack/svelte-query-devtools@​5.71.10
  • @​tanstack/svelte-query-persist-client@​5.71.10
  • @​tanstack/vue-query@​5.71.10
  • @​tanstack/vue-query-devtools@​5.71.10
  • @​tanstack/angular-query-experimental@​5.71.10
  • @​tanstack/query-async-storage-persister@​5.71.10
  • @​tanstack/angular-query-devtools-experimental@​5.71.10

v5.71.9

Version 5.71.9 - 4/3/25, 9:57 PM

Changes

Fix

  • solid-query: deprecate create in favor of use, and add full docs (#8950) (d040eaa) by Birk Skyum

Packages

  • @​tanstack/solid-query@​5.71.9
  • @​tanstack/solid-query-persist-client@​5.71.9
  • @​tanstack/solid-query-devtools@​5.71.9

... (truncated)

Commits

Updates eslint-plugin-react from 7.37.4 to 7.37.5

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.5

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3651: jsx-eslint/eslint-plugin-react#3651 #3909: jsx-eslint/eslint-plugin-react#3909 #3910: jsx-eslint/eslint-plugin-react#3910 #3912: jsx-eslint/eslint-plugin-react#3912 #3914: jsx-eslint/eslint-plugin-react#3914 [button-has-type]: docs/rules/button-has-type.md [jsx-no-constructed-context-values]: docs/rules/jsx-no-constructed-context-values.md [no-unknown-property]: docs/rules/no-unknown-property.md [prop-types]: docs/rules/prop-types.md

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.5 - 2025.04.03

Fixed

  • [no-unknown-property]: allow shadow root attrs on \<template> (#3912[] @​ljharb)
  • [prop-types]: support ComponentPropsWithRef from a namespace import (#3651[] @​corydeppen)
  • [jsx-no-constructed-context-values]: detect constructed context values in React 19 <Context> usage (#3910[] @​TildaDares)
  • [no-unknown-property]: allow transform-origin on rect (#3914[] @​ljharb)

Changed

#3914: jsx-eslint/eslint-plugin-react#3914 #3912: jsx-eslint/eslint-plugin-react#3912 #3910: jsx-eslint/eslint-plugin-react#3910 #3909: jsx-eslint/eslint-plugin-react#3909 #3651: jsx-eslint/eslint-plugin-react#3651

Commits
  • 2c98b83 Update CHANGELOG and bump version
  • 2f64dea [Fix] no-unknown-property: allow transform-origin on rect
  • 2428618 [Fix] jsx-no-constructed-context-values: detect constructed context values ...
  • 60b7316 [Tests] prop-types: use proper spacing/semis, button type
  • 90a00b9 [Fix] prop-types: support ComponentPropsWithRef from a namespace import
  • 3fd9b92 [Fix] no-unknown-property: allow shadow root attrs on \<template>
  • addad46 [Deps] update object.entries
  • 98a31f8 [Dev Deps] update @babel/core, @babel/eslint-parser
  • 7eb6ca9 [Docs] button-has-type: clean up phrasing
  • See full diff in compare view

Updates fork-ts-checker-webpack-plugin from 9.0.3 to 9.1.0

Release notes

Sourced from fork-ts-checker-webpack-plugin's releases.

v9.1.0

9.1.0 (2025-04-03)

Features

  • clarify message "No typescript errors found." (#808) (9f70a3d)
Commits

Updates less from 4.2.2 to 4.3.0

Changelog

Sourced from less's changelog.

v4.3.0 (2025-04-04)

Commits

Updates typescript from 5.8.2 to 5.8.3

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-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.71.5` | `5.71.10` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.71.5` | `5.71.10` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) | `9.0.3` | `9.1.0` |
| [less](https://github.com/less/less.js) | `4.2.2` | `4.3.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` |


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

Updates `@tanstack/react-query-devtools` from 5.71.5 to 5.71.10
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.71.10/packages/react-query-devtools)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [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.37.4...v7.37.5)

Updates `fork-ts-checker-webpack-plugin` from 9.0.3 to 9.1.0
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases)
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/fork-ts-checker-webpack-plugin@v9.0.3...v9.1.0)

Updates `less` from 4.2.2 to 4.3.0
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/less/less.js/commits)

Updates `typescript` from 5.8.2 to 5.8.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.71.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.71.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: fork-ts-checker-webpack-plugin
  dependency-version: 9.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: less
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: typescript
  dependency-version: 5.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Apr 7, 2025
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) April 7, 2025 06:46
@MTSOnGithub MTSOnGithub merged commit d6bef43 into develop Apr 7, 2025
4 checks passed
@MTSOnGithub MTSOnGithub deleted the dependabot/npm_and_yarn/npm-packages-819705d898 branch April 7, 2025 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant