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

chore(deps): bump the minorandpatch group in /website with 10 updates #2349

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the minorandpatch group in /website with 10 updates:

Package From To
rsuite 5.67.0 5.68.0
unplugin-icons 0.19.0 0.19.1
@astrojs/check 0.8.2 0.8.3
@iconify/json 2.2.230 2.2.232
@tanstack/eslint-plugin-query 5.51.12 5.51.15
@testing-library/jest-dom 6.4.7 6.4.8
@typescript-eslint/eslint-plugin 7.17.0 7.18.0
@typescript-eslint/parser 7.17.0 7.18.0
msw 2.3.2 2.3.4
tailwindcss 3.4.6 3.4.7

Updates rsuite from 5.67.0 to 5.68.0

Release notes

Sourced from rsuite's releases.

v5.68.0

Features

Bug Fixes

Other Changes

Full Changelog: rsuite/rsuite@v5.67.0...v5.68.0

Changelog

Sourced from rsuite's changelog.

5.68.0 (2024-07-26)

Bug Fixes

  • DateInput,DateRangeInput: fix the date in the text box cannot be copied (#3888) (1d95107)
  • Form: fix proxy function in schema-typed not work in form (#3863) (63c0e3a)
  • Stack: fix the compatibility of spacing in Linux Firefox (#3889) (44ed16f)
  • Whisper: fix Whisper children not support string and other basic types (#3893) (70fb61d)

Features

  • Nav,Tabs: add pills value to the appearance property (#3890) (eae279f)
Commits
  • b4218a6 build: bump 5.68.0
  • c170878 docs: refactor components overview page (#3900)
  • eae279f feat(Nav,Tabs): add pills value to the appearance property (#3890)
  • c91b55d docs(resources): add color page and refactor palette page (#3896)
  • a50f252 docs(Icon): refactor icon resources page (#3894)
  • 3129351 Test: (Navbar, PanelGroup, Popover): Removing the getDOMNode and using render...
  • 70fb61d fix(Whisper): fix Whisper children not support string and other basic types (...
  • 44ed16f fix(Stack): fix the compatibility of spacing in Linux Firefox (#3889)
  • 1d95107 fix(DateInput,DateRangeInput): fix the date in the text box cannot be copied ...
  • 63c0e3a fix(Form): fix proxy function in schema-typed not work in form (#3863)
  • Additional commits viewable in compare view

Updates unplugin-icons from 0.19.0 to 0.19.1

Release notes

Sourced from unplugin-icons's releases.

v0.19.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @astrojs/check from 0.8.2 to 0.8.3

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.8.3

Patch Changes

  • 0a46801: Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags
  • Updated dependencies [0a46801]
  • Updated dependencies [72f61e1]
    • @​astrojs/language-server@​2.12.7
Changelog

Sourced from @​astrojs/check's changelog.

0.8.3

Patch Changes

  • 0a46801: Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags
  • Updated dependencies [0a46801]
  • Updated dependencies [72f61e1]
    • @​astrojs/language-server@​2.12.7
Commits

Updates @iconify/json from 2.2.230 to 2.2.232

Commits

Updates @tanstack/eslint-plugin-query from 5.51.12 to 5.51.15

Release notes

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

v5.51.15

Version 5.51.15 - 7/26/24, 11:47 AM (Manual Release)

Changes

Other

  • (cd68280) by Ryan Kuruppu

Packages

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

v5.51.14

Version 5.51.14 - 7/26/24, 8:47 AM

Changes

Fix

  • query-core: abort fetch loop for infinite queries if getNextPageParam returns null or undefined (#7799) (3ef7887) by Dominik Dorfmeister

Refactor

  • react-query: add error message for skipToken in useSuspenseQueries and useSuspenseInfiniteQuery (#7797) (34a5672) by Lich

Chore

  • Update @tanstack/config to v0.11.0 (#7795) (bd3296b) by Lachlan Collins
  • svelte-query: Tweak provider tests (#7794) (1814f56) by Lachlan Collins

... (truncated)

Commits

Updates @testing-library/jest-dom from 6.4.7 to 6.4.8

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.8

6.4.8 (2024-07-23)

Bug Fixes

  • Drop peerDependencies from package.json (#610) (faf534b)
Commits
  • d02e80b docs: add ddolcimascolo as a contributor for maintenance (#616)
  • faf534b fix: Drop peerDependencies from package.json (#610)
  • 78a2934 docs: add tonyhallett as a contributor for bug (#615)
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0

Release notes

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

v7.18.0

7.18.0 (2024-07-29)

🚀 Features

  • types: update ECMA versions (#9634)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
  • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
  • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

❤️ Thank You

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

Changelog

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

7.18.0 (2024-07-29)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You

  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

Commits
  • 35cf3d2 chore(release): publish 7.18.0
  • 46a5709 docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...
  • 9eec790 fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...
  • 9927a29 docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)
  • fb0ca4c docs: remove unnecessary v8 links (#9611)
  • 3591b78 fix(eslint-plugin): [no-duplicate-type-constituents] shouldn't report on erro...
  • 64b4e43 fix(eslint-plugin): [unbound-method] report on destructuring in function para...
  • bf4abdf fix(eslint-plugin): [no-unnecessary-type-assertion] prevent runtime error whe...
  • 6b92aa5 chore: reorg repo level utils, lint and typecheck repo files (#9618)
  • 1e32db1 chore: enable radix (#9563)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.17.0 to 7.18.0

Release notes

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

v7.18.0

7.18.0 (2024-07-29)

🚀 Features

  • types: update ECMA versions (#9634)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
  • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
  • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

❤️ Thank You

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

Changelog

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

7.18.0 (2024-07-29)

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 msw from 2.3.2 to 2.3.4

Release notes

Sourced from msw's releases.

v2.3.4 (2024-07-23)

Bug Fixes

  • cookieStore: remove left-over console.log (#2217) (00fdbb265dbb5cf0f9f89bd91b546966463535a4) @​Lalem001

v2.3.3 (2024-07-23)

Bug Fixes

Commits

Updates tailwindcss from 3.4.6 to 3.4.7

Release notes

Sourced from tailwindcss's releases.

v3.4.7

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)
Changelog

Sourced from tailwindcss's changelog.

[3.4.7] - 2024-07-25

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)
Commits
  • 9824cb6 Update version in package.json
  • aa6c10f Add missing heading to changelog
  • 245058c Update changelog for v3.4.7
  • 605d8cd Update CHANGELOG.md
  • 680c55c Normalize attribute selector for data-* and aria-* modifiers (#14037)
  • 866860e Print eventual lightning CSS parsing errors when the CSS matcher fail (#14034)
  • bdc87ae Fix class detection in Slim templates with attached attributes and IDs (#14019)
  • See full diff in compare view

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 minorandpatch group in /website with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [rsuite](https://github.com/rsuite/rsuite) | `5.67.0` | `5.68.0` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.19.0` | `0.19.1` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.8.2` | `0.8.3` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.230` | `2.2.232` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.51.12` | `5.51.15` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.7` | `6.4.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.17.0` | `7.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.17.0` | `7.18.0` |
| [msw](https://github.com/mswjs/msw) | `2.3.2` | `2.3.4` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.6` | `3.4.7` |


Updates `rsuite` from 5.67.0 to 5.68.0
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.67.0...v5.68.0)

Updates `unplugin-icons` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.19.0...v0.19.1)

Updates `@astrojs/check` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check)

Updates `@iconify/json` from 2.2.230 to 2.2.232
- [Commits](iconify/icon-sets@2.2.230...2.2.232)

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

Updates `@testing-library/jest-dom` from 6.4.7 to 6.4.8
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.7...v6.4.8)

Updates `@typescript-eslint/eslint-plugin` from 7.17.0 to 7.18.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/v7.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.17.0 to 7.18.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/v7.18.0/packages/parser)

Updates `msw` from 2.3.2 to 2.3.4
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.3.2...v2.3.4)

Updates `tailwindcss` from 3.4.6 to 3.4.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.6...v3.4.7)

---
updated-dependencies:
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: unplugin-icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Jul 29, 2024
@anna-parker
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/minorandpatch-f0738d5dcf branch August 2, 2024 12:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant