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(deps-dev): bump the development group with 4 updates #2836

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps the development group with 4 updates: @tanstack/react-query, vitepress, @typescript-eslint/eslint-plugin and @typescript-eslint/parser.

Updates @tanstack/react-query from 4.33.0 to 4.35.3

Release notes

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

v4.35.3

Version 4.35.3 - 9/13/2023, 6:28 AM

Changes

Fix

Docs

  • Update dependent-queries.md (#5963) (4d859e9a) by Favourite Jome

Packages

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

v4.35.2

Version 4.35.2 - 9/7/2023, 8:08 AM

Changes

Fix

  • vue-query: ensure built-in types are not being unwrapped in queryFn context (#5954) (35a4dd7a) by @​Mini-ghost

Packages

  • @​tanstack/vue-query@​4.35.2

v4.35.0

Version 4.35.0 - 9/7/2023, 8:04 AM

Changes

Feat

Chore

... (truncated)

Commits

Updates vitepress from 1.0.0-rc.10 to 1.0.0-rc.13

Release notes

Sourced from vitepress's releases.

v1.0.0-rc.13

Please refer to CHANGELOG.md for details.

v1.0.0-rc.12

Please refer to CHANGELOG.md for details.

v1.0.0-rc.11

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

1.0.0-rc.13 (2023-09-13)

Bug Fixes

  • theme: allow wrapping feature icons (a1e1267), closes #2923
  • theme: local search enter key with the search result (#2937) (00ef2f1)

Features

  • theme: add search insights boolean to algolia search (#2940) (32aa2a7)

Reverts

  • Revert "feat(theme): use inert to avoid traverse menus and content with keyboard" (#2953) (54891df), closes #2953 #2932

1.0.0-rc.12 (2023-09-10)

Bug Fixes

  • theme: prevent closing local search box on key enter (#2933) (e544b41)
  • theme: use brand color on search highlight (dfc0fbf), closes #2902

Features

  • highlight nav by default when one of the items is matched (#2893) (b1fbece)
  • process md includes before building local search index (#2906) (c6ff5c7)
  • support for customizing the starting line number in a code block (#2917) (c0ce7f7)
  • theme: allow setting target in home features (#2897) (cb49673)
  • theme: use inert to avoid traverse menus and content with keyboard (#2932) (070fc0a)

1.0.0-rc.11 (2023-09-10)

Bug Fixes

  • init: missing mts extension on windows (195ebe9), closes #2886
  • respect attrs on custom containers (8b76167)
  • temp workaround for broken navigation from 404 to home (a18d544), closes #2891
  • theme: dropdown menu partially hidden by the homepage footer when it is too long (#2904) (a60f079)
  • theme: improve contrast of search highlight text (#2887) (20f9770)
  • theme: link hover color inside a custom block (#2876) (39784ca)
  • theme: prevent layout shift in search button key (#2889) (0088434)
  • theme: search button key misplaced on safari (18adc07)
  • types: NavItem can only have either link or items (#2880) (12ef12d)

Features

Commits
  • d1d985e release: v1.0.0-rc.13
  • 32aa2a7 feat(theme): add search insights boolean to algolia search (#2940)
  • 00ef2f1 fix(theme): local search enter key with the search result (#2937)
  • 54891df Revert "feat(theme): use inert to avoid traverse menus and content with keybo...
  • a1e1267 fix(theme): allow wrapping feature icons
  • b277beb release: v1.0.0-rc.12
  • dfc0fbf fix(theme): use brand color on search highlight
  • b1fbece feat: highlight nav by default when one of the items is matched (#2893)
  • cb49673 feat(theme): allow setting target in home features (#2897)
  • e544b41 fix(theme): prevent closing local search box on key enter (#2933)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 6.5.0 to 6.7.0

Release notes

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

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

Changelog

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

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

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

Commits
  • 79ffff0 chore: publish v6.7.0
  • b284370 feat(eslint-plugin): [await-thenable] added suggestion fixer (#7437)
  • 4908905 fix(eslint-plugin): [no-restricted-imports] disallow side effect imports when...
  • a3a3932 chore: publish v6.6.0
  • 7012279 fix(eslint-plugin): [key-spacing] consider properties with parens and comment...
  • 337525b chore(deps): update dependency jest to v29.6.4 (#7575)
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.5.0 to 6.7.0

Release notes

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

v6.7.0

6.7.0 (2023-09-11)

Bug Fixes

  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)

Features

  • eslint-plugin: [await-thenable] added suggestion fixer (#7437) (b284370)

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

v6.6.0

6.6.0 (2023-09-04)

Bug Fixes

  • eslint-plugin: [key-spacing] consider properties with parens and comments (#7525) (7012279)

Features

  • rule-tester: allow to create empty tests (#7467) (654b35d)

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

Changelog

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

6.7.0 (2023-09-11)

Note: Version bump only for package @​typescript-eslint/parser

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

6.6.0 (2023-09-04)

Note: Version bump only for package @​typescript-eslint/parser

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

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 development group with 4 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [vitepress](https://github.com/vuejs/vitepress), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@tanstack/react-query` from 4.33.0 to 4.35.3
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v4.35.3/packages/react-query)

Updates `vitepress` from 1.0.0-rc.10 to 1.0.0-rc.13
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v1.0.0-rc.10...v1.0.0-rc.13)

Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.7.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/v6.7.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.5.0 to 6.7.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/v6.7.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: vitepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

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 Sep 14, 2023
@dirkdev98 dirkdev98 merged commit 9ee0036 into main Sep 14, 2023
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/development-27c942f04b branch September 14, 2023 06:48
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.

1 participant