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

deps: bump the safe-dependencies group in /src/ClientApp with 16 updates #369

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 Feb 1, 2025

Bumps the safe-dependencies group in /src/ClientApp with 16 updates:

Package From To
@tanstack/react-query 5.62.11 5.66.0
@ugrc/dart-board 5.0.20 5.0.21
@ugrc/layer-selector 6.2.11 6.2.12
react-router 7.1.1 7.1.5
@storybook/addon-actions 8.4.7 8.5.2
@storybook/addon-essentials 8.4.7 8.5.2
@storybook/addon-links 8.4.7 8.5.2
@storybook/react 8.4.7 8.5.2
@storybook/react-vite 8.4.7 8.5.2
eslint-plugin-prettier 5.2.1 5.2.3
eslint-plugin-react 7.37.3 7.37.4
fetch-mock 12.2.0 12.2.1
happy-dom 16.3.0 16.8.1
prettier-plugin-packagejson 2.5.6 2.5.8
storybook 8.4.7 8.5.2
vite 6.0.7 6.0.11

Updates @tanstack/react-query from 5.62.11 to 5.66.0

Release notes

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

v5.66.0

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat

  • core: add client to queryFunctionContext (#8599) (f86eb7e) by Dominik Dorfmeister

Docs

  • Add OpenAPI Qraft React to the list of community projects (#8588) (a507400) by Alex Batalov

Packages

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

v5.65.1

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

Packages

  • @​tanstack/react-query@​5.65.1
  • @​tanstack/react-query-devtools@​5.65.1
  • @​tanstack/react-query-persist-client@​5.65.1

... (truncated)

Commits

Updates @ugrc/dart-board from 5.0.20 to 5.0.21

Release notes

Sourced from @​ugrc/dart-board's releases.

dart-board: v5.0.21

5.0.21 (2025-01-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​ugrc/utilities bumped from ^2.4.3 to ^3.0.0
Commits
  • 54a374a chore: release main
  • b69fd13 ci: consolidate on conventions
  • a95d5ea ci: use app token to allow actions to trigger
  • a2a7d1e ci: correct syntax
  • 8e4ca18 fix(monorepo): add missing package
  • e11974f docs: document the new theme color
  • aecd7f9 ci: rename to convention
  • 65fb2df chore(uds): correct typescript errors
  • 855ca75 style(header): update css to prioritize space for children nodes
  • 6d4c007 style(spinner): change to size-full
  • Additional commits viewable in compare view

Updates @ugrc/layer-selector from 6.2.11 to 6.2.12

Release notes

Sourced from @​ugrc/layer-selector's releases.

layer-selector: v6.2.12

6.2.12 (2025-01-08)

Bug Fixes

  • layer-selector: remove use of deprecated defaultProps (5f69f4e)
Commits
  • 87eb119 chore: release main
  • 5f69f4e fix(layer-selector): remove use of deprecated defaultProps
  • acbdb3b deps: Q3 dependency upgrades and related fixes
  • 6815e2e refactor(geocode): remove outdated dartboard name
  • 60b9722 chore: release main
  • df03c1f fix(textfield): allow input props to be passed through
  • 8115095 chore: release main
  • 496431e fix(footer): upgrade deprecated type
  • 829dda9 chore: release main
  • 7ffd79e deps(monorepo): audit fix
  • Additional commits viewable in compare view

Updates react-router from 7.1.1 to 7.1.5

Release notes

Sourced from react-router's releases.

v.7.1.5

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v715

v7.1.4

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v714

v7.1.3

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713

v7.1.2

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v712

Changelog

Sourced from react-router's changelog.

7.1.5

Patch Changes

  • Fix regression introduced in 7.1.4 via #12800 that caused issues navigating to hash routes inside splat routes for applications using Lazy Route Discovery (patchRoutesOnNavigation) (#12927)

7.1.4

Patch Changes

  • Internal reorg to clean up some duplicated route module types (#12799)
  • Properly handle status codes that cannot have a body in single fetch responses (204, etc.) (#12760)
  • Stop erroring on resource routes that return raw strings/objects and instead serialize them as text/plain or application/json responses (#12848)
    • This only applies when accessed as a resource route without the .data extension
    • When accessed from a Single Fetch .data request, they will still be encoded via turbo-stream
  • Optimize Lazy Route Discovery path discovery to favor a single querySelectorAll call at the body level instead of many calls at the sub-tree level (#12731)
  • Properly bubble headers as errorHeaders when throwing a data() result (#12846)
    • Avoid duplication of Set-Cookie headers could be duplicated if also returned from headers
  • Optimize route matching by skipping redundant matchRoutes calls when possible (#12800)

7.1.3

No changes

7.1.2

Patch Changes

  • Fix issue with fetcher data cleanup in the data layer on fetcher unmount (#12681)

  • Do not rely on symbol for filtering out redirect responses from loader data (#12694)

    Previously, some projects were getting type checking errors like:

    error TS4058: Return type of exported function has or is using name 'redirectSymbol' from external module "node_modules/..." but cannot be named.

    Now that symbols are not used for the redirect response type, these errors should no longer be present.

Commits

Updates @storybook/addon-actions from 8.4.7 to 8.5.2

Release notes

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

v8.5.2

8.5.2

v8.5.1

8.5.1

v8.5.0

8.5.0

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI
  • ⚛️ React 19 support
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.5.2

8.5.1

8.5.0

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements

... (truncated)

Commits
  • 7dac855 Bump version from "8.5.1" to "8.5.2" [skip ci]
  • 600af05 Bump version from "8.5.0" to "8.5.1" [skip ci]
  • 9277067 Bump version from "8.5.0-beta.11" to "8.5.0" [skip ci]
  • d8fe93a Bump version from "8.5.0-beta.10" to "8.5.0-beta.11" [skip ci]
  • 426586d Bump version from "8.5.0-beta.9" to "8.5.0-beta.10" [skip ci]
  • b607dbe Bump version from "8.5.0-beta.8" to "8.5.0-beta.9" [skip ci]
  • 3b979ee Bump version from "8.5.0-beta.7" to "8.5.0-beta.8" [skip ci]
  • 2b9f1cf Bump version from "8.5.0-beta.6" to "8.5.0-beta.7" [skip ci]
  • 91f53fd Bump version from "8.5.0-beta.5" to "8.5.0-beta.6" [skip ci]
  • ef9ee27 Bump version from "8.5.0-beta.4" to "8.5.0-beta.5" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-essentials from 8.4.7 to 8.5.2

Release notes

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

v8.5.2

8.5.2

v8.5.1

8.5.1

v8.5.0

8.5.0

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI
  • ⚛️ React 19 support
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.5.2

8.5.1

8.5.0

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements

... (truncated)

Commits
  • 7dac855 Bump version from "8.5.1" to "8.5.2" [skip ci]
  • 600af05 Bump version from "8.5.0" to "8.5.1" [skip ci]
  • 9277067 Bump version from "8.5.0-beta.11" to "8.5.0" [skip ci]
  • d8fe93a Bump version from "8.5.0-beta.10" to "8.5.0-beta.11" [skip ci]
  • 426586d Bump version from "8.5.0-beta.9" to "8.5.0-beta.10" [skip ci]
  • b607dbe Bump version from "8.5.0-beta.8" to "8.5.0-beta.9" [skip ci]
  • 3b979ee Bump version from "8.5.0-beta.7" to "8.5.0-beta.8" [skip ci]
  • 2b9f1cf Bump version from "8.5.0-beta.6" to "8.5.0-beta.7" [skip ci]
  • 91f53fd Bump version from "8.5.0-beta.5" to "8.5.0-beta.6" [skip ci]
  • ef9ee27 Bump version from "8.5.0-beta.4" to "8.5.0-beta.5" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-links from 8.4.7 to 8.5.2

Release notes

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

v8.5.2

8.5.2

v8.5.1

8.5.1

v8.5.0

8.5.0

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI
  • ⚛️ React 19 support
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.5.2

8.5.1

8.5.0

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements
  • Addon A11y: Add conditional rendering for a11y violation number in Testing Module - #30073, thanks @​valentinpalkovic!
  • Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - #30005, thanks @​valentinpalkovic!
  • Addon A11y: Adjust default behaviour when using with experimental-addon-test - #30162, thanks @​valentinpalkovic!
  • Addon A11y: Change default element selector - #30253, thanks @​valentinpalkovic!
  • Addon A11y: Create a11y test provider and revamp a11y addon - Description has been truncated

Bumps the safe-dependencies group in /src/ClientApp with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.11` | `5.66.0` |
| [@ugrc/dart-board](https://github.com/agrc/kitchen-sink) | `5.0.20` | `5.0.21` |
| [@ugrc/layer-selector](https://github.com/agrc/kitchen-sink) | `6.2.11` | `6.2.12` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.1` | `7.1.5` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.4.7` | `8.5.2` |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.4.7` | `8.5.2` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.4.7` | `8.5.2` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.4.7` | `8.5.2` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.4.7` | `8.5.2` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.3` | `7.37.4` |
| [fetch-mock](https://github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock) | `12.2.0` | `12.2.1` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `16.3.0` | `16.8.1` |
| [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) | `2.5.6` | `2.5.8` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.4.7` | `8.5.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.7` | `6.0.11` |


Updates `@tanstack/react-query` from 5.62.11 to 5.66.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.0/packages/react-query)

Updates `@ugrc/dart-board` from 5.0.20 to 5.0.21
- [Release notes](https://github.com/agrc/kitchen-sink/releases)
- [Changelog](https://github.com/agrc/kitchen-sink/blob/main/release-please-config.json)
- [Commits](agrc/kitchen-sink@dart-board-v5.0.20...dart-board-v5.0.21)

Updates `@ugrc/layer-selector` from 6.2.11 to 6.2.12
- [Release notes](https://github.com/agrc/kitchen-sink/releases)
- [Changelog](https://github.com/agrc/kitchen-sink/blob/main/release-please-config.json)
- [Commits](agrc/kitchen-sink@layer-selector-v6.2.11...layer-selector-v6.2.12)

Updates `react-router` from 7.1.1 to 7.1.5
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `@storybook/addon-actions` from 8.4.7 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/addons/actions)

Updates `@storybook/addon-essentials` from 8.4.7 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/addons/essentials)

Updates `@storybook/addon-links` from 8.4.7 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/addons/links)

Updates `@storybook/react` from 8.4.7 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/renderers/react)

Updates `@storybook/react-vite` from 8.4.7 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/frameworks/react-vite)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

Updates `eslint-plugin-react` from 7.37.3 to 7.37.4
- [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.37.3...v7.37.4)

Updates `fetch-mock` from 12.2.0 to 12.2.1
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Changelog](https://github.com/wheresrhys/fetch-mock/blob/main/packages/fetch-mock/CHANGELOG.md)
- [Commits](https://github.com/wheresrhys/fetch-mock/commits/fetch-mock-v12.2.1/packages/fetch-mock)

Updates `happy-dom` from 16.3.0 to 16.8.1
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v16.3.0...v16.8.1)

Updates `prettier-plugin-packagejson` from 2.5.6 to 2.5.8
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.6...v2.5.8)

Updates `storybook` from 8.4.7 to 8.5.2
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.2/code/lib/cli)

Updates `vite` from 6.0.7 to 6.0.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@ugrc/dart-board"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: "@ugrc/layer-selector"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-actions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: fetch-mock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: prettier-plugin-packagejson
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: safe-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: safe-dependencies
...

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 Feb 1, 2025
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