namesakefyi / namesake

Web app to aid with the legal name and gender marker change process in the U.S.
Other
4 stars 2 forks source link

chore(deps): bump the patch-minor group with 24 updates #123

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the patch-minor group with 24 updates:

Package From To
@auth/core 0.31.0 0.36.0
@tanstack/react-router 1.58.15 1.62.1
convex-helpers 0.1.58 0.1.59
react-aria 3.34.3 3.35.0
react-aria-components 1.3.3 1.4.0
storybook 8.3.4 8.3.5
@babel/preset-react 7.24.7 7.25.7
@biomejs/biome 1.9.2 1.9.3
@changesets/cli 2.27.8 2.27.9
@storybook/addon-themes 8.3.4 8.3.5
@storybook/manager-api 8.3.4 8.3.5
@storybook/react 8.3.4 8.3.5
@storybook/react-vite 8.3.4 8.3.5
@storybook/test 8.3.4 8.3.5
@tanstack/router-devtools 1.58.15 1.62.1
@tanstack/router-plugin 1.58.12 1.62.0
@types/react 18.3.10 18.3.11
@vitest/coverage-v8 2.1.1 2.1.2
@vitest/ui 2.1.1 2.1.2
convex-test 0.0.31 0.0.32
globals 15.9.0 15.10.0
tailwind-merge 2.5.2 2.5.3
tailwindcss-react-aria-components 1.1.5 1.1.6
vitest 2.1.1 2.1.2

Updates @auth/core from 0.31.0 to 0.36.0

Release notes

Sourced from @​auth/core's releases.

@​auth/core@​0.36.0

Features

  • oauth: expose custom fetch (#11975) (fedff047)

Bugfixes

  • correctly set isNewUser during account linking & user creation

Other

  • core: upgrade deps (917cb2c9)
  • stricter isDate (#11953)

@​auth/core@​0.35.3

Bugfixes

  • providers: convert Salesforce to OIDC (#11918) (f6b7228b)
  • proxy: improve redirect proxy logic (#11517) (cce637c8)
Commits
  • d1759ff chore(release): bump package version(s) [skip ci]
  • 74d2346 docs: Update corporate-proxy.mdx
  • fedff04 feat(oauth): expose custom fetch (#11975)
  • 917cb2c chore(core): upgrade deps
  • 69063dc chore(deps): bump express from 4.19.2 to 4.20.0 (#11973)
  • 700162c chore(deps-dev): bump vite from 5.0.13 to 5.1.8 (#11972)
  • f5e45c0 chore: remove unnecesary code and dependencies (#11969)
  • 8c00815 docs: clicking outside search results should hide hits (#11925)
  • e9a4d47 Merge branch 'main' of github.com:nextauthjs/next-auth
  • f1680c9 fix: correctly set isNewUser during account linking & user creation
  • Additional commits viewable in compare view


Updates @tanstack/react-router from 1.58.15 to 1.62.1

Release notes

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

v1.62.1

Version 1.62.1 - 10/6/24, 7:00 AM

Changes

Fix

  • react-router: reset invalid status of route after loader ran again (#2483) (0f1b17c) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.62.1
  • @​tanstack/react-router-with-query@​1.62.1
  • @​tanstack/router-zod-adapter@​1.62.1
  • @​tanstack/router-valibot-adapter@​1.62.1
  • @​tanstack/router-arktype-adapter@​1.62.1
  • @​tanstack/router-devtools@​1.62.1
  • @​tanstack/start@​1.62.1
  • @​tanstack/create-router@​1.62.1

v1.62.0

Version 1.62.0 - 10/5/24, 2:07 PM

Changes

Feat

  • add default setting for ssr in router (#2477) (d6af29e) by Manuel Schiller

Chore

  • update deps (#2475) (69f02b3) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.62.0
  • @​tanstack/router-plugin@​1.62.0
  • @​tanstack/create-router@​1.62.0
  • @​tanstack/eslint-plugin-router@​1.62.0
  • @​tanstack/react-router-with-query@​1.62.0
  • @​tanstack/router-zod-adapter@​1.62.0
  • @​tanstack/router-valibot-adapter@​1.62.0
  • @​tanstack/router-arktype-adapter@​1.62.0
  • @​tanstack/router-devtools@​1.62.0
  • @​tanstack/router-vite-plugin@​1.62.0
  • @​tanstack/start@​1.62.0

v1.61.1

Version 1.61.1 - 10/5/24, 12:32 AM

... (truncated)

Commits


Updates convex-helpers from 0.1.58 to 0.1.59

Commits
Maintainer changes

This version was pushed to npm by ldanilek, a new releaser for convex-helpers since your current version.


Updates react-aria from 3.34.3 to 3.35.0

Release notes

Sourced from react-aria's releases.

May 1, 2024 Release

We have a huge release today! Its a GA bonanza 🎊 – Submenu, unavailable menu items, DropZone and FileTrigger components are now in GA. Check our blog post on the intricacies of the submenu interactions and how we handled them.

In addition, we have added a suite of new color components including ColorPicker, ColorArea, ColorField, ColorSlider, ColorSwatch, ColorSwatchPicker, ColorWheel, currently in beta. These enable you to build fully customizable color pickers, including accessible color descriptions for screen reader support.

The first alpha of TreeView has also been released. This was a highly requested component and includes support for expanding, collapsing, multi-selection, keyboard navigation, and interactive children. Documentation will follow soon, check out our React Spectrum storybook and React Aria Components storybook source code for examples.

We have also improved our integration with client side routers, accepting options to control router-specific behaviors such as scrolling, replacing instead of pushing to the history, base path, etc. For convenience, all collection items in React Aria Components (e.g. MenuItem) now also support isDisabled and onAction props directly, rather than needing to be defined on the root collection.

Last but not least, we want to acknowledge all the wonderful contributors who have dedicated their time to improve our libraries. A special thanks to @​ryo-manba and @​sookmax, who are responsible for multiple bug fixes to Switch, IME support, ListBox, ComboBox, as well as adding new features such as additional state attributes, hover events, and language support. Thank you!! 😍

Full release notes: https://react-spectrum.adobe.com/releases/2024-05-01.html

Commits


Updates react-aria-components from 1.3.3 to 1.4.0

Commits


Updates storybook from 8.3.4 to 8.3.5

Release notes

Sourced from storybook's releases.

v8.3.5

8.3.5

Changelog

Sourced from storybook's changelog.

8.3.5

Commits


Updates @babel/preset-react from 7.24.7 to 7.25.7

Release notes

Sourced from @​babel/preset-react's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

:bug: Bug Fix

:nail_care: Polish

:house: Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

:running_woman: Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/preset-react's changelog.

v7.25.7 (2024-10-02)

:bug: Bug Fix

:nail_care: Polish

:house: Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

:running_woman: Performance

v7.25.6 (2024-08-29)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits


Updates @biomejs/biome from 1.9.2 to 1.9.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.3

CLI

New features

  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes

  • Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration

Bug fixes

  • Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico

Editors

  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }
    

    Contributed by @​ematipico

  • Fixed #4076, where a media query wasn't correctly formatted:

    .class {
    

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.3 (2024-10-01)

CLI

New features

  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes

  • Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration

Bug fixes

  • Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico

Editors

  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }
    

    Contributed by @​ematipico

  • Fixed #4076, where a media query wasn't correctly formatted:

... (truncated)

Commits


Updates @changesets/cli from 2.27.8 to 2.27.9

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.9

Patch Changes

Commits


Updates @storybook/addon-themes from 8.3.4 to 8.3.5

Release notes

Sourced from @​storybook/addon-themes's releases.

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/addon-themes's changelog.

8.3.5

Commits


Updates @storybook/manager-api from 8.3.4 to 8.3.5

Release notes

Sourced from @​storybook/manager-api's releases.

v8.3.5

8.3.5

Commits


Updates @storybook/react from 8.3.4 to 8.3.5

Release notes

Sourced from @​storybook/react's releases.

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/react's changelog.

8.3.5

Commits


Updates @storybook/react-vite from 8.3.4 to 8.3.5

Release notes

Sourced from @​storybook/react-vite's releases.

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/react-vite's changelog.

8.3.5

Commits


Updates @storybook/test from 8.3.4 to 8.3.5

Release notes

Sourced from @​storybook/test's releases.

v8.3.5

8.3.5

Changelog

Sourced from @​storybook/test's changelog.

8.3.5

Commits


Updates @tanstack/router-devtools from 1.58.15 to 1.62.1

Release notes

Sourced from @​tanstack/router-devtools's releases.

v1.62.1

Version 1.62.1 - 10/6/24, 7:00 AM

Changes

Fix

  • react-router: reset invalid status of route after loader ran again (#2483) (0f1b17c) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.62.1
  • @​tanstack/react-router-with-query@​1.62.1
  • @​tanstack/router-zod-adapter@​1.62.1
  • @​tanstack/router-valibot-adapter@​1.62.1
  • @​tanstack/router-arktype-adapter@​1.62.1
  • @​tanstack/router-devtools@​1.62.1
  • @​tanstack/start@​1.62.1
  • @​tanstack/create-router@​1.62.1

v1.62.0

Version 1.62.0 - 10/5/24, 2:07 PM

Changes

Feat

  • add default setting for ssr in router (#2477) (d6af29e) by Manuel Schiller

Chore

  • update deps (#2475) (69f02b3) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.62.0
  • @​tanstack/router-plugin@​1.62.0
  • @​tanstack/create-router@​1.62.0
  • @​tanstack/eslint-plugin-router@​1.62.0
  • @​tanstack/react-router-with-query@​1.62.0
  • @​tanstack/router-zod-adapter@​1.62.0
  • @​tanstack/router-valibot-adapter@​1.62.0
  • @​tanstack/router-arktype-adapter@​1.62.0
  • @​tanstack/router-devtools@​1.62.0
  • @​tanstack/router-vite-plugin@​1.62.0
  • @​tanstack/start@​1.62.0

v1.61.1

Version 1.61.1 - 10/5/24, 12:32 AM

... (truncated)

Commits


Updates @tanstack/router-plugin from 1.58.12 to 1.62.0

Release notes

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

v1.62.0

Version 1.62.0 - 10/5/24, 2:07 PM

Changes

Feat

  • add default setting for ssr in router (#2477) (d6af29e) by Manuel Schiller

Chore

  • update deps (#2475) (69f02b3) by Manuel Schiller

Packages

  • @​tanstack/react-router@​1.62.0
  • @​tanstack/router-plugin@​1.62.0
  • @​tanstack/create-router@​1.62.0
  • @​tanstack/eslint-plugin-router@​1.62.0
  • @​tanstack/react-router-with-query@​1.62.0
  • @​tanstack/router-zod-adapter@​1.62.0
  • @​tanstack/router-valibot-adapter@​1.62.0
  • @​tanstack/router-arktype-adapter@​1.62.0
  • @​tanstack/router-devtools@​1.62.0
  • @​tanstack/router-vite-plugin@​1.62.0
  • @​tanstack/start@​1.62.0

v1.61.1

Version 1.61.1 - 10/5/24, 12:32 AM

Changes

Fix

  • start: use client base config value to get client vite manifest path (#2437) (b3a4df3) by @​rehos
  • history: correctly handle history state in createMemoryHistory (#2442) (fa92a0e) by Matthias Schwarz

Packages

  • @​tanstack/history@​1.61.1
  • @​tanstack/start@​1.61.1
  • @​tanstack/react-router@​1.61.1
  • @​tanstack/react-router-with-query@​1.61.1
  • @​tanstack/router-zod-adapter@​1.61.1
  • @​tanstack/router-valibot-adapter@​1.61.1
  • @​tanstack/router-arktype-adapter@​1.61.1
  • @​tanstack/router-devtools@​1.61.1
  • @​tanstack/create-router@​1.61.1

v1.61.0

cloudflare-workers-and-pages[bot] commented 4 weeks ago

Deploying namesake with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9386bed
Status:🚫  Build failed.

View logs

changeset-bot[bot] commented 4 weeks ago

⚠️ No Changeset found

Latest commit: 9386bed3b1db1983d0a05de7b78ece1fa1ecd561

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

dependabot[bot] commented 3 weeks ago

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