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 minor group across 1 directory with 16 updates #3187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

Bumps the minor group with 16 updates in the /website directory:

Package From To
@headlessui/react 2.1.10 2.2.0
neverthrow 8.0.0 8.1.1
rsuite 5.70.1 5.74.1
unplugin-icons 0.19.3 0.20.1
winston 3.14.2 3.16.0
@tanstack/eslint-plugin-query 5.53.0 5.59.20
@testing-library/jest-dom 6.5.0 6.6.3
@types/node 22.5.4 22.9.0
@typescript-eslint/eslint-plugin 8.5.0 8.13.0
@typescript-eslint/parser 8.5.0 8.13.0
eslint-plugin-astro 1.2.3 1.3.0
eslint-plugin-import 2.29.1 2.31.0
eslint-plugin-react 7.35.2 7.37.2
msw 2.5.2 2.6.0
sass 1.78.0 1.80.6
vitest 2.0.5 2.1.4

Updates @headlessui/react from 2.1.10 to 2.2.0

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.0

Added

  • Add React 19 support (#3543)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.0] - 2024-10-25

Added

  • Add React 19 support (#3543)
Commits

Updates neverthrow from 8.0.0 to 8.1.1

Release notes

Sourced from neverthrow's releases.

v8.1.1

Patch Changes

v8.1.0

Minor Changes

Changelog

Sourced from neverthrow's changelog.

8.1.1

Patch Changes

8.1.0

Minor Changes

Commits
  • 46f8814 Merge pull request #601 from supermacro/changeset-release/master
  • a2d97ec Version Packages
  • 5bdd0fd Merge pull request #600 from supermacro/update-docs-about-safeTry
  • 3aee20a Create tough-rice-eat.md
  • c7dfa1b docs: update docs about safeTry
  • 351d4fc Merge pull request #596 from supermacro/changeset-release/master
  • 7cf4ccf Version Packages
  • cfcaf3d Merge pull request #597 from supermacro/migrated-to-vitest
  • b6feaff bye bye babel
  • 86832fe Merge pull request #589 from dmmulroy/dmmulroy/symbol-iterator
  • Additional commits viewable in compare view

Updates rsuite from 5.70.1 to 5.74.1

Release notes

Sourced from rsuite's releases.

v5.74.0

Features

Bug Fixes

Other Changes

Full Changelog: rsuite/rsuite@v5.73.1...v5.74.0

v5.73.1

Bug fixes

Other changes

Full Changelog: rsuite/rsuite@v5.73.0...v5.73.1

v5.73.0

Features

Bug Fixes

Other changes

... (truncated)

Changelog

Sourced from rsuite's changelog.

5.74.1 (2024-11-01)

Bug Fixes

  • CustomProvider: fix CustomContext is undefined after Babel compiles commonjs module (#4032) (beec3e1)

5.74.0 (2024-11-01)

Bug Fixes

  • Form: add missing event object to onSubmit callback (#4026) (1a80d3f)

Features

  • CustomProvider: support setting the default value of the component props globally (#4012) (b845907)

5.73.1 (2024-10-25)

Bug Fixes

  • Calendar: fix not triggering the onToggleTimeDropdown event when collapsing the time panel (#4009) (9e2d69e)
  • CheckTree: fix focus lost when search keyword matches selected item (#4017) (119fed2)
  • Modal: the style of Modal is messy when it's rendered inside of a Drawer (#4016) (922ab04)

Features

  • FormErrorMessage: support display react element (#4013) (50f22fc)

5.73.0 (2024-10-18)

Bug Fixes

  • bump @​rsuite/icons 1.2.0 and replace deprecated icons (#4002) (2a287c1)
  • Calendar: fix the week not aligning in the cell (#3994) (14ae7a4)
  • examples/custom-multiple-themes/package.json to reduce vulnerabilities (#3962) (16bc650)

Features

... (truncated)

Commits
  • 9e1f5b0 build: bump 5.74.1
  • beec3e1 fix(CustomProvider): fix CustomContext is undefined after Babel compiles comm...
  • 56eaaf5 build(docs): bump rsuite 5.74.0
  • 7aba4a4 build: bump 5.74.0
  • b845907 feat(CustomProvider): support setting the default value of the component prop...
  • cad85ee test(Timeline, Toaster, Tooltip): Removing the getDOMNode and using render (#...
  • 263c9f1 docs(icons): fix the style problem of the icon preview page (#4030)
  • f0732b9 docs: add Modal Integrations (#4029)
  • 8b73d4a test(Sidebar, Sidenav): refactor using render instead of getDOMNode (#4028)
  • 1a80d3f fix(Form): add missing event object to onSubmit callback (#4026)
  • Additional commits viewable in compare view

Updates unplugin-icons from 0.19.3 to 0.20.1

Release notes

Sourced from unplugin-icons's releases.

v0.20.1

   🚀 Features

    View changes on GitHub

v0.20.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 68acffe chore: release v0.20.1
  • dda1ad0 feat: support rspack (#388)
  • 0e0e3f4 feat(vue3 compiler): use setup instead data (options api can be disabled)...
  • a704572 chore: fix Next example configuration file (#387)
  • ae8926e chore: release v0.20.0
  • 68b08d3 chore: update pnpm to 9.12.3
  • 996c78c feat!: add Svelte5 specific types (#381)
  • e7263fa chore: update pnpm to 9.12.2
  • 17a59ea fix: svelte import requires svelte as peer dep (#382)
  • See full diff in compare view

Updates winston from 3.14.2 to 3.16.0

Release notes

Sourced from winston's releases.

v3.16.0

  • Feature - optionally include Error.cause property (#2447) 201b6f1

winstonjs/winston@v3.15.0...v3.16.0

v3.15.0

Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein.

  • remove logcallback (#2513) 3a54777
  • chore(docs): Update README.md w/ usage comments (#2507) f110f61
  • Bump nyc from 15.1.0 to 17.1.0 (#2511) f5dde86
  • Bump @​babel/cli from 7.24.7 to 7.25.6 (#2512) d1b8dc6
  • Bump @​babel/preset-env from 7.24.8 to 7.25.4 (#2506) 564161a
  • Bump mocha from 10.7.0 to 10.7.3 (#2500) eb7e315
  • Unified Handler Tests (#2020) 22aab6d

winstonjs/winston@v3.14.2...v3.15.0

Commits

Updates @tanstack/eslint-plugin-query from 5.53.0 to 5.59.20

Release notes

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

v5.59.20

Version 5.59.20 - 11/6/24, 2:13 PM

Changes

Fix

  • don"t ship test files (848df62) by Dominik Dorfmeister

Test

  • react-query: type test usePrefetchInfiniteQuery correctly (#8223) (06e315c) by @​manudeli

Docs

  • devtools: fix typo (#8248) (aa92acc) by Artur Abdullin

Packages

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

v5.59.19

Version 5.59.19 - 11/3/24, 2:17 PM

Changes

Fix

  • query-devtools: handle null properties for __previousQueryOptions (#8240) (9c93dc0) by Kae

... (truncated)

Commits
  • 5ce9959 release: v5.59.20
  • 848df62 fix: don't ship test files
  • eb341fc release: v5.59.7
  • 81e443c fix(eslint-plugin-query): ignore all non-identifier properties in rule `infin...
  • 6c13d01 release: v5.59.4
  • 85a525a chore(eslint-plugin-query): expect-expect warning for `expectArrayEqualIgno...
  • 78b086b chore: no-shadow lint warning in insertAtPositions() (#8142)
  • eb2f9d3 fix(eslint-plugin-query): handle callable params within exaustive-deps rule (...
  • 332c526 release: v5.59.2
  • c232a6f fix(eslint-plugin-query): handle nullish coalescing operator in exhaustive-de...
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 6.5.0 to 6.6.3

Release notes

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

v6.6.3

6.6.3 (2024-10-31)

Bug Fixes

  • add vitest import when extending vitest matchers (#646) (5ba0156)

v6.6.2

6.6.2 (2024-10-17)

Bug Fixes

  • remove recursive type reference in vitest types (#636) (4468378)

v6.6.1

6.6.1 (2024-10-16)

Bug Fixes

  • fix lodash import in to-have-selection.js (#642) (ced792e)

v6.6.0

6.6.0 (2024-10-16)

Features

Commits
  • 5ba0156 fix: add vitest import when extending vitest matchers (#646)
  • 4468378 fix: remove recursive type reference in vitest types (#636)
  • abba961 docs: add billyjanitsch as a contributor for bug (#644)
  • 9490615 docs: add G-Rath as a contributor for code (#643)
  • ced792e fix: fix lodash import in to-have-selection.js (#642)
  • 9b14804 feat: implement toHaveSelection (#637)
  • f5b0e94 docs: add diegohaz as a contributor for ideas (#640)
  • 68e927e docs: add pwolaq as a contributor for code, and test (#639)
  • 04005db docs: add silviuaavram as a contributor for code, and test (#638)
  • 4723de3 docs: add mibcadet as a contributor for doc (#628)
  • Additional commits viewable in compare view

Updates @types/node from 22.5.4 to 22.9.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.5.0 to 8.13.0

Release notes

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

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

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

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

... (truncated)

Changelog

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

8.13.0 (2024-11-04)

🚀 Features

  • eslint-plugin: [only-throw-error] add allow option (#10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)

❤️ Thank You

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

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

8.12.1 (2024-10-28)

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.

8.12.0 (2024-10-28)

🚀 Features

  • eslint-plugin: [no-base-to-string] handle String() (#10005)

... (truncated)

Commits
  • ac1f632 chore(release): publish 8.13.0
  • f83a591 fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...
  • 3b97b55 chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)
  • c1fe3ea feat(eslint-plugin): [only-throw-error] add allow option (#10221)
  • d90cc59 chore: update eslint version internally to latest (#10244)
  • 5bd4c0a fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens...
  • d9e5da1 fix(eslint-plugin): [no-deprecated] report when exported class implements/ext...
  • 1e633c7 fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid...
  • 05ed7e6 docs: fix prefer-nullish-coalescing.mdx
  • be3a224 feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.5.0 to 8.13.0

Release notes

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

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

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

v8.12.2

8.12.2 (2024-10-29)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

❤️ Thank You

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

v8.12.1

8.12.1 (2024-10-28)

... (truncated)

Changelog

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

8.13.0 (2024-11-04)

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.

8.12.2 (2024-10-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.

8.12.1 (2024-10-28)

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.

8.12.0 (2024-10-28)

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.

8.11.0 (2024-10-21)

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.

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

❤️ Thank You

  • Josh Goldberg ✨

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

8.9.0 (2024-10-14)

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.

8.8.1 (2024-10-07)

... (truncated)

Commits
  • ac1f632 chore(release): publish 8.13.0
  • 4af866a chore(release): publish 8.12.2
  • 1edec1d chore(release): publish 8.12.1
  • 3413a2d chore(release): publish 8.12.0
  • 79c27a8 chore(release): publish 8.11.0
  • 8d35958 chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)
  • 7effdea chore(release): publish 8.10.0
  • f9c49e3 feat: support TypeScript 5.6 (#9972)
  • 4666ed4 chore(release): publish 8.9.0
  • f898248 chore(release): publish 8.8.1
  • Additional commits viewable in compare view

Updates eslint-plugin-astro from 1.2.3 to 1.3.0

Release notes

Sourced from eslint-plugin-astro's releases.

v1.3.0

Minor Changes

v1.2.4

Patch Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

1.3.0

Minor Changes

1.2.4

Patch Changes

Commits
  • 11116dc chore: release eslint-plugin-astro (#426)
  • 9e75e82 chore: fix eslint config
  • 9b7f2fa chore(deps): update coverallsapp/github-action action to v2.3.1 (#425)
  • 3ea1347 chore: update typescript
  • 2ddd90a chore(deps): update dependency @​types/estree to v1.0.6 (#420)
  • 9209686 chore(deps): update dependency monaco-editor to ^0.52.0 (#421)
  • f822d40 chore(deps): update dependency esbuild to ^0.24.0 (#422)
  • feedb09 chore(deps): update dependency expect-type to v1 (#424)
  • 890d6b5 fix: some ci errors (#427)
  • d8d0c73 feat: add sort-attributes rule (#423)
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.29.1 to 2.31.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.31.0

Added

Bumps the minor group with 16 updates in the /website directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.10` | `2.2.0` |
| [neverthrow](https://github.com/supermacro/neverthrow) | `8.0.0` | `8.1.1` |
| [rsuite](https://github.com/rsuite/rsuite) | `5.70.1` | `5.74.1` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.19.3` | `0.20.1` |
| [winston](https://github.com/winstonjs/winston) | `3.14.2` | `3.16.0` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.53.0` | `5.59.20` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.5.0` | `6.6.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.4` | `22.9.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.5.0` | `8.13.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.5.0` | `8.13.0` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.2.3` | `1.3.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.35.2` | `7.37.2` |
| [msw](https://github.com/mswjs/msw) | `2.5.2` | `2.6.0` |
| [sass](https://github.com/sass/dart-sass) | `1.78.0` | `1.80.6` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.4` |



Updates `@headlessui/react` from 2.1.10 to 2.2.0
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

Updates `neverthrow` from 8.0.0 to 8.1.1
- [Release notes](https://github.com/supermacro/neverthrow/releases)
- [Changelog](https://github.com/supermacro/neverthrow/blob/master/CHANGELOG.md)
- [Commits](supermacro/neverthrow@v8.0.0...v8.1.1)

Updates `rsuite` from 5.70.1 to 5.74.1
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.70.1...v5.74.1)

Updates `unplugin-icons` from 0.19.3 to 0.20.1
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.19.3...v0.20.1)

Updates `winston` from 3.14.2 to 3.16.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.14.2...v3.16.0)

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

Updates `@testing-library/jest-dom` from 6.5.0 to 6.6.3
- [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.5.0...v6.6.3)

Updates `@types/node` from 22.5.4 to 22.9.0
- [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.5.0 to 8.13.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.13.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.5.0 to 8.13.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.13.0/packages/parser)

Updates `eslint-plugin-astro` from 1.2.3 to 1.3.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v1.2.3...v1.3.0)

Updates `eslint-plugin-import` from 2.29.1 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0)

Updates `eslint-plugin-react` from 7.35.2 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.35.2...v7.37.2)

Updates `msw` from 2.5.2 to 2.6.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.5.2...v2.6.0)

Updates `sass` from 1.78.0 to 1.80.6
- [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.78.0...1.80.6)

Updates `vitest` from 2.0.5 to 2.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: neverthrow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: unplugin-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

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 Nov 6, 2024
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.

0 participants