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

Bump the minor-and-patch group with 7 updates #358

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@tanstack/react-query 5.59.15 5.59.16
axe-core 4.10.1 4.10.2
cypress 13.15.0 13.15.1
eslint-plugin-react 7.37.1 7.37.2
sass 1.80.3 1.80.4
typescript-eslint 8.10.0 8.11.0
vite 5.4.9 5.4.10

Updates @tanstack/react-query from 5.59.15 to 5.59.16

Release notes

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

v5.59.16

Version 5.59.16 - 10/23/24, 12:53 PM

Changes

Fix

  • react-query: make sure promises are always finalized (#8211) (df49fbd) by Dominik Dorfmeister

Chore

  • query-core: define queryCache notify method"s return type (#8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#8208) (d3e2a8a) by @​manudeli

Docs

  • Update disabling-queries.md (#8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#8190) (1980a11) by Ariel-Moroshko

Packages

  • @​tanstack/query-core@​5.59.16
  • @​tanstack/react-query@​5.59.16
  • @​tanstack/query-broadcast-client-experimental@​5.59.16
  • @​tanstack/query-persist-client-core@​5.59.16
  • @​tanstack/query-sync-storage-persister@​5.59.16
  • @​tanstack/react-query-devtools@​5.59.16
  • @​tanstack/react-query-persist-client@​5.59.16
  • @​tanstack/react-query-next-experimental@​5.59.16
  • @​tanstack/solid-query@​5.59.16
  • @​tanstack/solid-query-devtools@​5.59.16
  • @​tanstack/solid-query-persist-client@​5.59.16
  • @​tanstack/svelte-query@​5.59.16
  • @​tanstack/svelte-query-devtools@​5.59.16
  • @​tanstack/svelte-query-persist-client@​5.59.16
  • @​tanstack/vue-query@​5.59.16
  • @​tanstack/vue-query-devtools@​5.59.16
  • @​tanstack/angular-query-experimental@​5.59.16
  • @​tanstack/query-async-storage-persister@​5.59.16
  • @​tanstack/angular-query-devtools-experimental@​5.59.16
Commits
  • 820bb81 release: v5.59.16
  • df49fbd fix(react-query): make sure promises are always finalized (#8211)
  • d3e2a8a chore(react-query): remove unnecessary test file (test/suspense.tsx, susp...
  • See full diff in compare view

Updates axe-core from 4.10.1 to 4.10.2

Release notes

Sourced from axe-core's releases.

Release 4.10.2

This release prevents axe from sometimes crashing when a page changes in the middle of a test.

Bug Fixes

  • get-ancestry: don't error when there is no parent (#4617) (6c07102)
Changelog

Sourced from axe-core's changelog.

4.10.2 (2024-10-21)

Bug Fixes

  • get-ancestry: don't error when there is no parent (#4617) (6c07102)
Commits

Updates cypress from 13.15.0 to 13.15.1

Release notes

Sourced from cypress's releases.

v13.15.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

Commits
  • 199b1cd chore: release 13.15.1 (#30454)
  • c8439b2 chore: disable nx caching and add web extension docs (#30449)
  • cfed01b chore: attempt to not cache electron build (#30446)
  • 63937b6 chore: enable nx cache invalidation via the circle version file (#30444)
  • b335e4b chore: Update Chrome (stable) to 130.0.6723.69 (#30442)
  • eed699e chore: update lerna to 8.1.8 from 6.6.2 (#30436)
  • 0e28a81 chore: fix windows job due to ipv6 issues (#30437)
  • 4ba72c9 fix: ensure that requests to the same resource will be properly intercepted e...
  • aafac6a chore: add graphql schema update and wrap process.kill to swallow esrch error...
  • e0177ff chore: Update Chrome (beta) to 131.0.6778.3 (#30416)
  • Additional commits viewable in compare view

Updates eslint-plugin-react from 7.37.1 to 7.37.2

Release notes

Sourced from eslint-plugin-react's releases.

v7.37.2

Fixed

  • [destructuring-assignment]: fix false negative when using typeof props.a (#3835[] @​golopot)

Changed

  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#3835[] @​golopot)

#3835: jsx-eslint/eslint-plugin-react#3835 [destructuring-assignment]: docs/rules/destructuring-assignment.md

Changelog

Sourced from eslint-plugin-react's changelog.

7.37.2 - 2024.10.22

Fixed

  • [destructuring-assignment]: fix false negative when using typeof props.a (#3835[] @​golopot)

Changed

  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#3835[] @​golopot)

#3835: jsx-eslint/eslint-plugin-react#3835

Commits
  • 256cf74 Update CHANGELOG and bump version
  • 33db656 [Deps] update es-iterator-helpers
  • 5696f99 [Dev Deps] update @babel/core, @babel/eslint-parser, `@babel/plugin-synta...
  • 5c23573 [Dev Deps] update @babel/core, @​babel/eslint-parser, @​babel/plugin-syntax...
  • c47fa56 [types] [Fix] ensure the index types are generated
  • 63aceff [Fix] destructuring-assignment: fix false negative when using typeof props.a
  • 96d46d5 [Refactor] destructuring-assignment: use getParentStatelessComponent
  • See full diff in compare view

Updates sass from 1.80.3 to 1.80.4

Release notes

Sourced from sass's releases.

Dart Sass 1.80.4

To install Sass 1.80.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.80.4

  • No user-visible changes.
Commits

Updates typescript-eslint from 8.10.0 to 8.11.0

Release notes

Sourced from typescript-eslint's releases.

v8.11.0

8.11.0 (2024-10-21)

🚀 Features

  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#10138)
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#10149)

🩹 Fixes

  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#10135)
  • rule-tester: allow custom filename outside directory (#10147)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.11.0 (2024-10-21)

This was a version bump only for typescript-eslint 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 vite from 5.4.9 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412
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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.59.15` | `5.59.16` |
| [axe-core](https://github.com/dequelabs/axe-core) | `4.10.1` | `4.10.2` |
| [cypress](https://github.com/cypress-io/cypress) | `13.15.0` | `13.15.1` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` |
| [sass](https://github.com/sass/dart-sass) | `1.80.3` | `1.80.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.10.0` | `8.11.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.9` | `5.4.10` |


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

Updates `axe-core` from 4.10.1 to 4.10.2
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/v4.10.2/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.10.1...v4.10.2)

Updates `cypress` from 13.15.0 to 13.15.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.15.0...v13.15.1)

Updates `eslint-plugin-react` from 7.37.1 to 7.37.2
- [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.1...v7.37.2)

Updates `sass` from 1.80.3 to 1.80.4
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.3...1.80.4)

Updates `typescript-eslint` from 8.10.0 to 8.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: axe-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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] <support@github.com>
@jbouder jbouder merged commit 58341b2 into main Oct 28, 2024
5 checks passed
@jbouder jbouder deleted the dependabot/npm_and_yarn/minor-and-patch-f8a5ec0aa7 branch October 28, 2024 14:05
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