GenSpectrum / dashboards

3 stars 0 forks source link

chore(website): bump the minorandpatch group across 1 directory with 14 updates #311

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the minorandpatch group with 14 updates in the /website directory:

Package From To
@auth/core 0.32.0 0.37.4
@tanstack/react-query 5.59.19 5.60.5
astro 4.16.9 4.16.13
auth-astro 4.1.2 4.1.3
uuid 11.0.2 11.0.3
winston 3.16.0 3.17.0
@genspectrum/dashboard-components 0.8.1 0.8.2
@tanstack/eslint-plugin-query 5.59.7 5.60.1
@typescript-eslint/eslint-plugin 8.13.0 8.15.0
@typescript-eslint/parser 8.13.0 8.15.0
eslint-plugin-astro 1.3.0 1.3.1
msw 2.6.0 2.6.5
tailwindcss 3.4.14 3.4.15
vitest 2.1.4 2.1.5

Updates @auth/core from 0.32.0 to 0.37.4

Release notes

Sourced from @​auth/core's releases.

@​auth/core@​0.37.4

Bugfixes

  • core: vendor cookie until it has an ESM build (#12248) (a150f1e8)
  • core: filter unnecessary param before passing to session callback (c650d0cc)

Other

  • fix import
  • Revert "fix(core): filter unnecessary param before passing to session callback"

@​auth/core@​0.37.3

Bugfixes

  • core: carry-over request params for custom verifyRequest page (#12166) (d6d8d4f1)
  • core: use correct import for the cookie package (#12177) (39250e32)
  • providers: update TikTok provider configuration with custom Fetch (#12168) (2e78fa2c)
  • providers: Ease authorization and scope override for Discord provider (#12173) (39b7d9a4)
  • providers: dropbox authorization params should contain token_access_type (#12161) (8034cfe7)

Other

  • deps: bump dependencies (b3e4369c)
  • docs: enhance api reference with styles for providers (#11961) (a88c7a31)
  • fix lint
  • fix(ts) mark account as optional in callbacks (#12017)

@​auth/core@​0.37.2

Bugfixes

  • core: adds 'none' token endpoint auth method for oauth and oidc (#12066) (be6d1690)
  • providers: conform Apple (#12068) (2810f6b1)
Commits
  • 846c9f3 chore(release): bump package version(s) [skip ci]
  • 1c37d92 test: fix import
  • a150f1e fix(core): vendor cookie until it has an ESM build (#12248)
  • 4b01b46 Revert "fix(core): filter unnecessary param before passing to session callback"
  • c650d0c fix(core): filter unnecessary param before passing to session callback
  • a1cf406 chore(deps): bump cookie from 0.6.0 to 1.0.1 (#12178)
  • 06e2c9c docs: handle nullable Session
  • d6e68e4 chore(release): bump package version(s) [skip ci]
  • 7f5382b chore: fix lint
  • d6d8d4f fix(core): carry-over request params for custom verifyRequest page (#12166)
  • Additional commits viewable in compare view


Updates @tanstack/react-query from 5.59.19 to 5.60.5

Release notes

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

v5.60.5

Version 5.60.5 - 11/15/24, 6:06 PM

Changes

Fix

  • useQueries: make sure we don"t lose property tracking (#8295) (4a2e838) by Dominik Dorfmeister

Docs

  • angular-query: type narrowing (#8297) (0df2883) by Arnoud
  • angular-query: add TypeScript documentation (#8296) (118b152) by Arnoud

Packages

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

v5.60.4

Version 5.60.4 - 11/15/24, 3:43 PM

Changes

Refactor

Packages

  • @​tanstack/query-async-storage-persister@​5.60.4
  • @​tanstack/query-sync-storage-persister@​5.60.4
  • @​tanstack/react-query@​5.60.4

... (truncated)

Commits
  • 3fc2fce release: v5.60.5
  • 4a2e838 fix(useQueries): make sure we don't lose property tracking (#8295)
  • 8786495 release: v5.60.4
  • 6c2a055 refactor(*): unify & use noop (#8294)
  • 7615661 release: v5.60.2
  • c9fcd2f test(react-query): useInfinitePrefetchQuery -> usePrefetchInfiniteQuery (#8265)
  • 8d1f542 test(react-query): add test case for useSuspenseQueries accept skipToken as q...
  • ebd4c2b test(react-query): add test case for useSuspenseInfiniteQuery accept skipToke...
  • e802711 test(react-query): add test case for useSuspenseQuery accept skipToken as que...
  • c2b435d test(react-query): add test case for infiniteQueryOptions (#8268)
  • Additional commits viewable in compare view


Updates astro from 4.16.9 to 4.16.13

Release notes

Sourced from astro's releases.

astro@4.16.13

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

astro@4.16.12

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

astro@4.16.11

Patch Changes

  • #12305 f5f7109 Thanks @​florian-lefebvre! - Fixes a case where the error overlay would not escape the message

  • #12402 823e73b Thanks @​ematipico! - Fixes a case where Astro allowed to call an action without using Astro.callAction. This is now invalid, and Astro will show a proper error.

    ---
    import { actions } from "astro:actions";
    

    -const result = actions.getUser({ userId: 123 }); +const result = Astro.callAction(actions.getUser, { userId: 123 });

  • #12401 9cca108 Thanks @​bholmesdev! - Fixes unexpected 200 status in dev server logs for action errors and redirects.

astro@4.16.10

Patch Changes

  • #12311 bf2723e Thanks @​dinesh-58! - Adds checked to the list of boolean attributes.

  • #12363 222f718 Thanks @​Fryuni! - Fixes code generated by astro add command when adding a version of an integration other than the default latest.

  • #12368 493fe43 Thanks @​bluwy! - Improves error logs when executing commands

  • #12355 c4726d7 Thanks @​apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.

Changelog

Sourced from astro's changelog.

4.16.13

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

4.16.12

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

4.16.11

Patch Changes

  • #12305 f5f7109 Thanks @​florian-lefebvre! - Fixes a case where the error overlay would not escape the message

  • #12402 823e73b Thanks @​ematipico! - Fixes a case where Astro allowed to call an action without using Astro.callAction. This is now invalid, and Astro will show a proper error.

    ---
    import { actions } from "astro:actions";
    

    -const result = actions.getUser({ userId: 123 }); +const result = Astro.callAction(actions.getUser, { userId: 123 });

  • #12401 9cca108 Thanks @​bholmesdev! - Fixes unexpected 200 status in dev server logs for action errors and redirects.

4.16.10

Patch Changes

  • #12311 bf2723e Thanks @​dinesh-58! - Adds checked to the list of boolean attributes.

  • #12363 222f718 Thanks @​Fryuni! - Fixes code generated by astro add command when adding a version of an integration other than the default latest.

  • #12368 493fe43 Thanks @​bluwy! - Improves error logs when executing commands

  • #12355 c4726d7 Thanks @​apatel369! - Improves error reporting for invalid frontmatter in MDX files during the astro build command. The error message now includes the file path where the frontmatter parsing failed.

Commits


Updates auth-astro from 4.1.2 to 4.1.3

Commits


Updates uuid from 11.0.2 to 11.0.3

Release notes

Sourced from uuid's releases.

v11.0.3

11.0.3 (2024-11-04)

Bug Fixes

Changelog

Sourced from uuid's changelog.

11.0.3 (2024-11-04)

Bug Fixes

Commits


Updates winston from 3.16.0 to 3.17.0

Release notes

Sourced from winston's releases.

v3.17.0

  • Try winston-transport 4.9.0 3e87128
  • Revert "Try bumping winston-transport to 4.8.0" 69625fc
  • Revert "Try bumping winston-transport to 4.8.0" 876ef7a
  • Try bumping winston-transport to 4.8.0 7ef2c1d
  • Try bumping winston-transport to 4.8.0 fe4b64e
  • Bump logform c9fd9a4
  • Revert "Update logform and winston-transport" 14fef0f
  • Merge branch 'master' of github.com:winstonjs/winston 545b683
  • Update logform and winston-transport cceb265
  • Bump mocha from 10.7.3 to 10.8.2 (#2523) bb529b6
  • Bump async from 3.2.5 to 3.2.6 (#2516) ae847ab

https://github.com/winstonjs/winston/compare/v3.16.0...v3.17.0

Commits
  • 1b9cef8 3.17.0
  • 3e87128 Try winston-transport 4.9.0
  • 69625fc Revert "Try bumping winston-transport to 4.8.0"
  • 876ef7a Revert "Try bumping winston-transport to 4.8.0"
  • 7ef2c1d Try bumping winston-transport to 4.8.0
  • fe4b64e Try bumping winston-transport to 4.8.0
  • c9fd9a4 Bump logform
  • 14fef0f Revert "Update logform and winston-transport"
  • 545b683 Merge branch 'master' of github.com:winstonjs/winston
  • cceb265 Update logform and winston-transport
  • Additional commits viewable in compare view


Updates @genspectrum/dashboard-components from 0.8.1 to 0.8.2

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

Release notes

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

v5.60.1

Version 5.60.1 - 11/8/24, 10:06 AM

Changes

Fix

  • eslint-plugin-query: add Suspense query hooks to no-rest-destructuring rule (#8260) (2f6c028) by Gyumong

Packages

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

v5.60.0

Version 5.60.0 - 11/7/24, 3:32 PM

Changes

Feat

  • angular-query: add withDevtools and injectDevtoolsPanel (2459701) by Arnoud

Packages

  • @​tanstack/angular-query-devtools-experimental@​5.60.0
  • @​tanstack/angular-query-experimental@​5.60.0

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

... (truncated)

Commits
  • 8ae5aed release: v5.60.1
  • 2f6c028 fix(eslint-plugin-query): add Suspense query hooks to no-rest-destructuring r...
  • 5ce9959 release: v5.59.20
  • 848df62 fix: don't ship test files
  • See full diff in compare view


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

Release notes

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

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: added related-getter-setter-pairs rule (#10192)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • utils: add new optional language field to FlatConfig.Config type (#10326)

🩹 Fixes

  • add missing peer dependencies (#9744)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: report deprecations used in default export (#10330)
  • utils: add defaultOptions to meta in rule (#10339)

❤️ Thank You

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

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)

... (truncated)

Changelog

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

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#10192)

🩹 Fixes

  • utils: add defaultOptions to meta in rule (#10339)
  • eslint-plugin: report deprecations used in default export (#10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)

❤️ Thank You

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

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)

🩹 Fixes

  • scope-manager: fix asserted increments not being marked as write references (#10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)

❤️ Thank You

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

Commits
  • 2444351 chore(release): publish 8.15.0
  • 6c27d08 chore: bump eslint dependencies (#10354)
  • f5e23e2 fix(utils): add defaultOptions to meta in rule (#10339)
  • 12ce800 docs(eslint-plugin): [no-confusing-void-expression] add a default value for `...
  • ab83198 fix(eslint-plugin): report deprecations used in default export (#10330)
  • 66234d0 fix(eslint-plugin): [explicit-module-boundary-types] and [explicit-function-r...
  • 013c5cc fix(eslint-plugin): [await-thenable, return-await] don't flag awaiting uncons...
  • a7746fb feat(eslint-plugin): [prefer-nullish-coalescing] fix detection of `ignoreCond...
  • 57d343b docs: [no-deprecated] awkward wording about TypeScript visualizing deprecated...
  • 9ebdff4 feat(eslint-plugin): new rule no-unsafe-type-assertion (#10051)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 8.13.0 to 8.15.0

Release notes

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

v8.15.0

8.15.0 (2024-11-18)

🚀 Features

  • eslint-plugin: added related-getter-setter-pairs rule (#10192)
  • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
  • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
  • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
  • utils: add new optional language field to FlatConfig.Config type (#10326)

🩹 Fixes

  • add missing peer dependencies (#9744)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
  • eslint-plugin: report deprecations used in default export (#10330)
  • utils: add defaultOptions to meta in rule (#10339)

❤️ Thank You

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

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)

... (truncated)

Changelog

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

8.15.0 (2024-11-18)

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.14.0 (2024-11-11)

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 eslint-plugin-astro from 1.3.0 to 1.3.1

Release notes

Sourced from eslint-plugin-astro's releases.

v1.3.1

Patch Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

1.3.1

Patch Changes

Commits
  • 37a77ef chore: release eslint-plugin-astro (#446)
  • 1133962 fix: preserve whitespace between attributes in sort-attributes rule (#445)
  • 6ffa048 fix(deps): update dependency eslint-compat-utils to ^0.6.0 (#443)
  • db90a41 chore: add doc-renderer for generating & updating detailed rule docs (#442)
  • ae7c6a4 chore(deps): update dependency postcss-nested to v7 (#441)
  • 6579f49 chore(deps): update dependency @​types/node to v22 (#440)
  • b525f44 fix(deps): update dependency postcss-selector-parser to v7 (#435)
  • 5db7673 chore(deps): update coverallsapp/github-action action to v2.3.4 (#436)
  • 8d9e0a2 chore: move 'utils/rules.ts' to 'rules/index.ts' (#439)
  • fd8bc14 chore: remove redundant assignments & use "createRequire" (#437)
  • Additional commits viewable in compare view


Updates msw from 2.6.0 to 2.6.5

Release notes

Sourced from msw's releases.

v2.6.5 (2024-11-16)

Bug Fixes

  • support non-configurable responses (#2360) (5bf3e3bf5f9a6d32c79410c11abd539ec4c2ddc5) @​kettanaito

v2.6.4 (2024-11-10)

Bug Fixes

  • prevent infinite loop when bypassing sendBeacon() requests (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @​kettanaito
  • remove the internal bypass request header before performing the request as-is in Node.js (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @​kettanaito

v2.6.3 (2024-11-10)

Bug Fixes

  • handleRequest: remove transformResponse option (#2351) (74c4a3a89970bbfc498c812790daef13766dea72) @​kettanaito

v2.6.2 (2024-11-07)

Bug Fixes

  • update @bundled-es-modules/cookie to 2.0.1 (#2312) (c134352e8206b91740247f4f196767ab8a8eb921) @​kettanaito

v2.6.1 (2024-11-06)

Bug Fixes

  • prevent instanceof handler check failures between different MSW versions (#2349) (28d26bd7fa585d76f9ca69a67dfa70a234450ed9) @​kettanaito
Commits


Updates tailwindcss from 3.4.14 to 3.4.15

Release notes

Sourced from tailwindcss's releases.

v3.4.15

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
Changelog

Sourced from tailwindcss's changelog.

[3.4.15] - 2024-11-14

  • Bump versions for security vulnerabilities (#14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#15003)
<... _Description has been truncated_
dependabot[bot] commented 1 week ago

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