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

build(deps): bump the node-dependencies group with 16 updates #163

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2024

Bumps the node-dependencies group with 16 updates:

Package From To
@icons-pack/react-simple-icons 9.3.0 9.4.0
@tanstack/react-query 5.24.8 5.27.5
@tanstack/react-query-devtools 5.24.8 5.27.8
immer 10.0.3 10.0.4
react-router-dom 6.22.2 6.22.3
yup 1.3.3 1.4.0
@types/node 20.11.24 20.11.26
@types/react 18.2.61 18.2.65
@types/react-dom 18.2.19 18.2.21
typescript 5.3.3 5.4.2
vite 5.1.4 5.1.6
mermaid 10.8.0 10.9.0
@typescript-eslint/eslint-plugin 7.1.0 7.2.0
@typescript-eslint/parser 7.1.0 7.2.0
@storybook/addon-onboarding 1.0.11 8.0.0
@storybook/test-runner 0.16.0 0.17.0

Updates @icons-pack/react-simple-icons from 9.3.0 to 9.4.0

Commits

Updates @tanstack/react-query from 5.24.8 to 5.27.5

Release notes

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

v5.27.5

Version 5.27.5 - 3/12/2024, 9:27 AM

Changes

Fix

  • core: resumed mutations should not be interrupted by refetches (#7085) (61f5507c) by Dominik Dorfmeister

Packages

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

v5.27.4

Version 5.27.4 - 3/12/2024, 8:56 AM

Changes

Refactor

  • core: remove reference to internal promise field (#7086) (549862e3) by Dominik Dorfmeister

Packages

  • @​tanstack/query-core@​5.27.4
  • @​tanstack/query-broadcast-client-experimental@​5.27.4
  • @​tanstack/query-persist-client-core@​5.27.4
  • @​tanstack/query-sync-storage-persister@​5.27.4
  • @​tanstack/react-query@​5.27.4
  • @​tanstack/react-query-devtools@​5.27.4
  • @​tanstack/react-query-persist-client@​5.27.4
  • @​tanstack/react-query-next-experimental@​5.27.4

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.24.8 to 5.27.8

Release notes

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

v5.27.8

Version 5.27.8 - 3/12/2024, 5:30 PM

Changes

Fix

  • query-devtools: Preserve offline status after minimize (#7096) (93674fe5) by @​ardeora

Packages

  • @​tanstack/query-devtools@​5.27.8
  • @​tanstack/react-query-devtools@​5.27.8
  • @​tanstack/solid-query-devtools@​5.27.8
  • @​tanstack/svelte-query-devtools@​5.27.8
  • @​tanstack/vue-query-devtools@​5.27.8
  • @​tanstack/angular-query-devtools-experimental@​5.27.8

v5.27.7

Version 5.27.7 - 3/12/2024, 2:57 PM

Changes

Fix

  • eslint-plugin-query: query key with nullish coalescing operator (#7092) (da3c4de1) by Eliya Cohen

Packages

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

v5.27.6

Version 5.27.6 - 3/12/2024, 2:18 PM

Changes

Fix

  • query-devtools: Apply styles to explorer component in Shadow DOM (#7090) (74fbe643) by Michelle Johnson

Docs

  • Update docs/config.json (#7087) (bf92176c) by Lachlan Collins

Packages

  • @​tanstack/query-devtools@​5.27.6
  • @​tanstack/react-query-devtools@​5.27.6
  • @​tanstack/solid-query-devtools@​5.27.6
  • @​tanstack/svelte-query-devtools@​5.27.6

... (truncated)

Commits

Updates immer from 10.0.3 to 10.0.4

Release notes

Sourced from immer's releases.

v10.0.4

10.0.4 (2024-03-09)

Bug Fixes

Commits
  • 8949a3e fix: Fix handling of Symbol and non-enumerable properties in finalization / f...
  • 44363f7 chore: remove dependency on spec.ts to fix build issue (#1104)
  • 8fd0481 chore(deps): bump postcss from 8.4.20 to 8.4.31 in /website (#1076)
  • 8f35846 chore(deps): bump semver from 5.7.1 to 5.7.2 (#1055)
  • 1c82d1e chore(deps): bump semver from 5.7.1 to 5.7.2 in /website (#1054)
  • a92242b chore: Update question.md. Fixes #1089
  • See full diff in compare view

Updates react-router-dom from 6.22.2 to 6.22.3

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.22.3

Patch Changes

Commits

Updates yup from 1.3.3 to 1.4.0

Changelog

Sourced from yup's changelog.

1.4.0 (2024-03-06)

Bug Fixes

  • add optional message to nonNullable schema methods (#2119) (9e1df49)

Features

Commits

Updates @types/node from 20.11.24 to 20.11.26

Commits

Updates @types/react from 18.2.61 to 18.2.65

Commits

Updates @types/react-dom from 18.2.19 to 18.2.21

Commits

Updates typescript from 5.3.3 to 5.4.2

Release notes

Sourced from typescript's releases.

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • 42bb138 Bump version to 5.4.2 and LKG
  • 992c705 Add release pipeline to release-5.4 (#57513)
  • db6b2a9 Bump version to 5.4.1-rc and LKG
  • bd4f51c Update LKG
  • 8a1f79d Merge remote-tracking branch 'origin/main' into release-5.4
  • d04e348 Improve apparent type of mapped types (#57122)
  • 86a1663 Update package-lock.json
  • feb57c2 Instantiate earlier inferred constraints in conditional types (#57362)
  • 91e67ff fix(57392): using is not suggested as a keyword (#57394)
  • 29c0024 Avoid creating rest elements with errorType when any is spread (#57116)
  • Additional commits viewable in compare view

Updates vite from 5.1.4 to 5.1.6

Changelog

Sourced from vite's changelog.

5.1.6 (2024-03-11)

  • chore(deps): update all non-major dependencies (#16131) (a862ecb), closes #16131
  • fix: check for publicDir before checking if it is a parent directory (#16046) (b6fb323), closes #16046
  • fix: escape single quote when relative base is used (#16060) (8f74ce4), closes #16060
  • fix: handle function property extension in namespace import (#16113) (f699194), closes #16113
  • fix: server middleware mode resolve (#16122) (8403546), closes #16122
  • fix(esbuild): update tsconfck to fix bug that could cause a deadlock (#16124) (fd9de04), closes #16124
  • fix(worker): hide "The emitted file overwrites" warning if the content is same (#16094) (60dfa9e), closes #16094
  • fix(worker): throw error when circular worker import is detected and support self referencing worker (eef9da1), closes #16103
  • style(utils): remove null check (#16112) (0d2df52), closes #16112
  • refactor(runtime): share more code between runtime and main bundle (#16063) (93be84e), closes #16063

5.1.5 (2024-03-04)

Commits
  • 6f7466e release: v5.1.6
  • a862ecb chore(deps): update all non-major dependencies (#16131)
  • 8403546 fix: server middleware mode resolve (#16122)
  • b6fb323 fix: check for publicDir before checking if it is a parent directory (#16046)
  • fd9de04 fix(esbuild): update tsconfck to fix bug that could cause a deadlock (#16124)
  • f699194 fix: handle function property extension in namespace import (#16113)
  • 0d2df52 style(utils): remove null check (#16112)
  • eef9da1 fix(worker): throw error when circular worker import is detected and support ...
  • 60dfa9e fix(worker): hide "The emitted file overwrites" warning if the content is sam...
  • 93be84e refactor(runtime): share more code between runtime and main bundle (#16063)
  • Additional commits viewable in compare view

Updates mermaid from 10.8.0 to 10.9.0

Release notes

Sourced from mermaid's releases.

v10.9.0

Release Notes

We now have Katex support!

image Demo

🚀 Features

🧰 Maintenance

📚 Documentation

🎉 Thanks to all contributors helping with this release! 🎉

Commits

Updates @typescript-eslint/eslint-plugin from 7.1.0 to 7.2.0

Release notes

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

v7.2.0

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4 (#8630)
  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option (#8374)

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension (#8600)
  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (#8263)
  • eslint-plugin: [no-var-requires, no-require-imports] support template literal (#8408)
  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral (#8575)
  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type (#8592)
  • eslint-plugin: [prefer-find] support ternary branches in prefer-find (#8421)
  • typescript-eslint: set sourceType: "module" in base shared config (#8622)
  • typescript-eslint: export ConfigWithExtends type (#8621)

❤️ Thank You

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

v7.1.1

7.1.1 (2024-03-04)

🩹 Fixes

  • typescript-eslint: apply ignores to all extended configs passed to config helper function (#8567)

❤️ Thank You

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

Changelog

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

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You

  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

7.1.1 (2024-03-04)

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.

Commits
  • 95cf139 chore(release): publish 7.2.0
  • c0e3267 fix(eslint-plugin): [prefer-find] support ternary branches in prefer-find (#8...
  • 25e6518 fix(eslint-plugin): [no-unnecessary-condition] handle union array and tuple t...
  • ef0e5cc fix(eslint-plugin): [no-useless-template-literals] detect TemplateLiteral (#8...
  • 5292399 fix(eslint-plugin): [no-var-requires, no-require-imports] support template li...
  • c06ce1a fix(eslint-plugin): [member-ordering] report alphabetical sorting for all gro...
  • 32d8a8f feat(eslint-plugin): [prefer-string-starts-ends-with] add allowSingleElementE...
  • 4c8b06d fix(eslint-plugin): expose *-type-checked-only configs for extension (#8600)
  • 49d79a6 docs: alphabetize consistent-type-imports options for consistent type imports...
  • 21375f6 chore: enable no-non-null-assertion internally, excluding tests (#8019)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.1.0 to 7.2.0

Release notes

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

v7.2.0

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4 (#8630)
  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option (#8374)

🩹 Fixes

  • eslint-plugin: expose *-type-checked-only configs for extension (#8600)
  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group (#8263)
  • eslint-plugin: [no-var-requires, no-require-imports] support template literal (#8408)
  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral (#8575)
  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type (#8592)
  • eslint-plugin: [prefer-find] support ternary branches in prefer-find (#8421)
  • typescript-eslint: set sourceType: "module" in base shared config (#8622)
  • typescript-eslint: export ConfigWithExtends type (#8621)

❤️ Thank You

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

v7.1.1

7.1.1 (2024-03-04)

🩹 Fixes

  • typescript-eslint: apply ignores to all extended configs passed to config helper function (#8567)

❤️ Thank You

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

Changelog

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

7.2.0 (2024-03-11)

🚀 Features

  • support TS 5.4

❤️ Thank You

  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

7.1.1 (2024-03-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.

Commits

Updates @storybook/addon-onboarding from 1.0.11 to 8.0.0

Release notes

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

v8.0.0

8.0.0

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

v8.0.0-rc.5

8.0.0-rc.5

  • CLI: Automigration fix version detection of upgrading related packages - #26410, thanks @​ndelangen!

v8.0.0-rc.4

8.0.0-rc.4

v8.0.0-rc.3

8.0.0-rc.3

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by shilman, a new releaser for @​storybook/addon-onboarding since your current version.


Updates @storybook/test-runner from 0.16.0 to 0.17.0

Release notes

Sourced from @​storybook/test-runner's releases.

v0.17.0

🚀 Enhancement

🐛 Bug Fix

Bumps the node-dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@icons-pack/react-simple-icons](https://github.com/icons-pack/react-simple-icons/tree/HEAD/react-simple-icons) | `9.3.0` | `9.4.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.24.8` | `5.27.5` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.24.8` | `5.27.8` |
| [immer](https://github.com/immerjs/immer) | `10.0.3` | `10.0.4` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.22.2` | `6.22.3` |
| [yup](https://github.com/jquense/yup) | `1.3.3` | `1.4.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.24` | `20.11.26` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.61` | `18.2.65` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.19` | `18.2.21` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.4` | `5.1.6` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `10.8.0` | `10.9.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.0` | `7.2.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.0` | `7.2.0` |
| [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) | `1.0.11` | `8.0.0` |
| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.16.0` | `0.17.0` |


Updates `@icons-pack/react-simple-icons` from 9.3.0 to 9.4.0
- [Release notes](https://github.com/icons-pack/react-simple-icons/releases)
- [Commits](https://github.com/icons-pack/react-simple-icons/commits/v9.4.0/react-simple-icons)

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

Updates `@tanstack/react-query-devtools` from 5.24.8 to 5.27.8
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.27.8/packages/react-query-devtools)

Updates `immer` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v10.0.3...v10.0.4)

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

Updates `yup` from 1.3.3 to 1.4.0
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v1.3.3...v1.4.0)

Updates `@types/node` from 20.11.24 to 20.11.26
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.61 to 18.2.65
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.19 to 18.2.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `typescript` from 5.3.3 to 5.4.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.2)

Updates `vite` from 5.1.4 to 5.1.6
- [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/v5.1.6/packages/vite)

Updates `mermaid` from 10.8.0 to 10.9.0
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](mermaid-js/mermaid@v10.8.0...v10.9.0)

Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.2.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/v7.2.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.1.0 to 7.2.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/v7.2.0/packages/parser)

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

Updates `@storybook/test-runner` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.17.0/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: "@icons-pack/react-simple-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-dependencies
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-dependencies
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
- dependency-name: "@storybook/addon-onboarding"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: node-dependencies
- dependency-name: "@storybook/test-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: node-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2024

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

@dependabot dependabot bot closed this Mar 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/node-dependencies-d4aeb6fea8 branch March 14, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants