loculus-project / loculus

An open-source software package to power microbial genomic databases
https://loculus.org
GNU Affero General Public License v3.0
37 stars 2 forks source link

chore(deps): bump the minor group across 1 directory with 16 updates #3176

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

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.0
winston 3.14.2 3.16.0
@tanstack/eslint-plugin-query 5.53.0 5.59.7
@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: https://github.com/rsuite/rsuite/compare/v5.73.1...v5.74.0

v5.73.1

Bug fixes

Other changes

Full Changelog: https://github.com/rsuite/rsuite/compare/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.0

Release notes

Sourced from unplugin-icons's releases.

v0.20.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub
Commits


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

https://github.com/winstonjs/winston/compare/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

https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0

Commits


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

Release notes

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

v5.59.7

Version 5.59.7 - 10/9/24, 4:21 PM

Changes

Fix

  • eslint-plugin-query: ignore all non-identifier properties in rule infinite-query-property-order (#8158) (81e443c) by Manuel Schiller

Packages

  • @​tanstack/eslint-plugin-query@​5.59.7

v5.59.6

Version 5.59.6 - 10/9/24, 2:34 PM

Changes

Fix

  • perf: improve long running task performance in query core (#8107) (5499577) by David

Packages

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

v5.59.5

Version 5.59.5 - 10/9/24, 2:00 PM

Changes

Fix

... (truncated)

Commits
  • 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...
  • 495b086 chore(eslint-plugin-query): change naming for text variables (#8135)
  • 8cec02a release: v5.59.1
  • 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

Fixed

Changed

dependabot[bot] commented 2 weeks ago

Superseded by #3187.