stellar / stellar-disbursement-platform-frontend

Stellar Disbursement Platform Frontend
Apache License 2.0
18 stars 12 forks source link

chore(deps): bump the minor-and-patch group with 11 updates #196

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 3 days ago

Bumps the minor-and-patch group with 11 updates:

Package From To
@reduxjs/toolkit 2.3.0 2.4.0
@tanstack/react-query 5.60.5 5.62.0
@tanstack/react-query-devtools 5.60.5 5.62.0
@types/node 22.9.0 22.10.1
@typescript-eslint/eslint-plugin 8.15.0 8.16.0
@typescript-eslint/parser 8.15.0 8.16.0
eslint 9.15.0 9.16.0
prettier 3.3.3 3.4.1
typescript 5.6.3 5.7.2
@tanstack/eslint-plugin-query 5.60.1 5.61.6
typescript-eslint 8.15.0 8.16.0

Updates @reduxjs/toolkit from 2.3.0 to 2.4.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.4.0

This feature release includes multiple tweaks and fixes to RTK Query functionality, additional exported TS types, and drops support for TS versions earlier than 5.0.

Changelog

RTK Query Improvements

Lazy query hooks can now be reset.

retry.fail now accepts meta as a second argument.

Tag invalidation arrays now ignore nullish values.

We did some small internal refactoring around Maps and default values that shrank bundle size slightly.

Bugfixes

Passing skipToken to a query hook now bails out before running any other logic, which fixes cases where serializeQueryArgs previously threw an error because there were no args to process.

The autoBatchEnhancer now reads window.requestAnimationFrame later, which it to work properly with Jest fake timers.

We fixed cases where the hook result isSuccess flag would briefly flicker to false when switched to a different cache entry that was uninitialized, and would briefly flicker to true when refetching a query that previously errored.

The listener middleware previously had inconsistent logic checks for comparing against existing listener entries (effect + type, vs effect only). It now always checks both effect + type.

Additional TS Types

We now export Typed[Query|Mutation]OnQueryStarted helpers to let you define onQueryStarted callbacks outside of createApi if desired.

We also now export a CreateAsyncThunkFunction type that can be used to type userland wrappers around createAsyncThunk.

TS Support Matrix Updates

We've historically tried to maintain TS backwards compatibility as long as possible, and made occasional updates to our TS support matrix in minor versions over time. As of RTK 2.3.0, we officially supported back through TS 4.7.

As of this release, we're tweaking that support policy to match the policy used by DefinitelyTyped:

Definitely Typed only tests packages on versions of TypeScript that are less than 2 years old image

Given that, we've dropped official support for TS versions earlier than 5.0. (RTK may work with those versions, but we no longer test against them and won't try to fix issues with those versions.)

We'll continue to update our TS support matrix over time based on that 2-year rolling window.

What's Changed

... (truncated)

Commits
  • 3a6ec28 Release 2.4.0
  • fdfc3b7 Merge pull request #4735 from reduxjs/upsert-new
  • 05a8322 add test for fix
  • c65558a Fix listener logic to properly compare combination of effect and predicate/type
  • ee22bef Merge pull request #4732 from reduxjs/bugfix/4240-isSuccess
  • 98d7753 fix wrong import
  • d632dd5 use getOrInsert in RTKQ
  • 3bb8486 Simplify listener/dynamic middleware code
  • 2ad4bb4 Update to new version of upsert proposal
  • 311f31c Keep isSuccess consistent when refetching after an error
  • Additional commits viewable in compare view


Updates @tanstack/react-query from 5.60.5 to 5.62.0

Release notes

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

v5.62.0

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat

  • types: Include optional TError on DataTag (#8361) (0fa1f01) by Nick Lucas

Chore

  • angular-query: update example dev containers to node 22 (#8370) (f245792) by Arnoud

Packages

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

v5.61.6

Version 5.61.6 - 11/28/24, 1:59 PM

Changes

Fix

  • angular-query: improve compatibility with Jest (#8367) (ebcaa55) by Arnoud
  • eslint-plugin-query: handle optional and non-null chaining in exhaustive-deps (#8365) (c402a2b) by Eliya Cohen

Packages

  • @​tanstack/eslint-plugin-query@​5.61.6
  • @​tanstack/angular-query-devtools-experimental@​5.61.6
  • @​tanstack/angular-query-experimental@​5.61.6

... (truncated)

Commits


Updates @tanstack/react-query-devtools from 5.60.5 to 5.62.0

Release notes

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

v5.62.0

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat

  • types: Include optional TError on DataTag (#8361) (0fa1f01) by Nick Lucas

Chore

  • angular-query: update example dev containers to node 22 (#8370) (f245792) by Arnoud

Packages

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

v5.61.6

Version 5.61.6 - 11/28/24, 1:59 PM

Changes

Fix

  • angular-query: improve compatibility with Jest (#8367) (ebcaa55) by Arnoud
  • eslint-plugin-query: handle optional and non-null chaining in exhaustive-deps (#8365) (c402a2b) by Eliya Cohen

Packages

  • @​tanstack/eslint-plugin-query@​5.61.6
  • @​tanstack/angular-query-devtools-experimental@​5.61.6
  • @​tanstack/angular-query-experimental@​5.61.6

... (truncated)

Commits


Updates @types/node from 22.9.0 to 22.10.1

Commits


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

Release notes

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

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

🩹 Fixes

  • typescript-estree: update conditions for unsupported version warning (#10385)

❤️ Thank You

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

Changelog

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

8.16.0 (2024-11-25)

🚀 Features

  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)

❤️ Thank You

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

Commits
  • f74a8fa chore(release): publish 8.16.0
  • 2e2433b feat(eslint-plugin): [no-base-to-string] check Array.prototype.join (#10287)
  • 88e4c66 docs(eslint-plugin): add missing > in array-type.mdx (#10371)
  • 71243db chore: correct lint errors in CI (#10370)
  • cdbc669 feat(eslint-plugin): [max-params] add function overload and function type sup...
  • cac88ca chore: set no-else-return allowIfElse to false (#10325)
  • See full diff in compare view


Updates @typescript-eslint/parser from 8.15.0 to 8.16.0

Release notes

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

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

🩹 Fixes

  • typescript-estree: update conditions for unsupported version warning (#10385)

❤️ Thank You

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

Changelog

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

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)

❤️ Thank You

  • Josh Goldberg ✨

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

Commits


Updates eslint from 9.15.0 to 9.16.0

Release notes

Sourced from eslint's releases.

v9.16.0

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#19148) (Milos Djermanovic)

Chores

  • feb703b chore: upgrade to @eslint/js@9.16.0 (#19195) (Francesco Trotta)
  • df9bf95 chore: package.json update for @​eslint/js release (Jenkins)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184) (Tanuj Kanti)
  • 3afb8a1 chore: update dependency @​eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)
  • 1f77c53 chore: add repository.directory property to package.json (#19165) (루밀LuMir)
  • d460594 chore: update dependency @​arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])
  • 45cd4ea refactor: update default options in rules (#19136) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.16.0 - November 29, 2024

  • feb703b chore: upgrade to @eslint/js@9.16.0 (#19195) (Francesco Trotta)
  • df9bf95 chore: package.json update for @​eslint/js release (Jenkins)
  • 9eefc8f docs: fix typos in use-isnan (#19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183) (Tanuj Kanti)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184) (Tanuj Kanti)
  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#19162) (Milos Djermanovic)
  • 0c6b842 docs: fix typos in migration-guide.md (#19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#19179) (루밀LuMir)
  • 3afb8a1 chore: update dependency @​eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)
  • 1f77c53 chore: add repository.directory property to package.json (#19165) (루밀LuMir)
  • d460594 chore: update dependency @​arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])
  • 45cd4ea refactor: update default options in rules (#19136) (Milos Djermanovic)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#19148) (Milos Djermanovic)
Commits
  • cbf7db0 9.16.0
  • 715ba8b Build: changelog update for 9.16.0
  • feb703b chore: upgrade to @eslint/js@9.16.0 (#19195)
  • df9bf95 chore: package.json update for @​eslint/js release
  • 9eefc8f docs: fix typos in use-isnan (#19190)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#19189)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#19188)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#19186)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#19183)
  • f831893 chore: add type for ignoreComputedKeys option of sort-keys (#19184)
  • Additional commits viewable in compare view


Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits


Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 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.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view


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

Release notes

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

v5.61.6

Version 5.61.6 - 11/28/24, 1:59 PM

Changes

Fix

  • angular-query: improve compatibility with Jest (#8367) (ebcaa55) by Arnoud
  • eslint-plugin-query: handle optional and non-null chaining in exhaustive-deps (#8365) (c402a2b) by Eliya Cohen

Packages

  • @​tanstack/eslint-plugin-query@​5.61.6
  • @​tanstack/angular-query-devtools-experimental@​5.61.6
  • @​tanstack/angular-query-experimental@​5.61.6

v5.61.5

Version 5.61.5 - 11/27/24, 8:09 AM

Changes

Fix

  • types: Add types for QueryFilters which flow down to Query<> and QueryKey/DataTag types (#8332) (422c879) by Nick Lucas

Ci

  • disable max report age in codecov (#8354) (d28de3c) by Leonardo Montini

Packages

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

... (truncated)

Commits
  • c361be4 release: v5.61.6
  • c402a2b fix(eslint-plugin-query): handle optional and non-null chaining in exhaustive...
  • efdd204 release: v5.61.4
  • ef0b7b2 chore: typescript 5.7 (#8327)
  • 68dee7e release: v5.61.3
  • bdafc84 fix(eslint-plugin): fix no-unstable-deps with ts-eslint >=8.10.0 (#8340)
  • 9972595 chore(deps): more manual package updates (#8339)
  • 3888f23 release: v5.61.2
  • 80a49ff fix(eslint-plugin-query): improve external reference relevance (#8334)
  • See full diff in compare view


Updates typescript-eslint from 8.15.0 to 8.16.0

Release notes

Sourced from typescript-eslint's releases.

v8.16.0

8.16.0 (2024-11-25)

🚀 Features

  • support TypeScript 5.7 (#10372)
  • eslint-plugin: [max-params] add function overload and function type support (#10312)
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

🩹 Fixes

  • typescript-estree: update conditions for unsupported version warning (#10385)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.16.0 (2024-11-25)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @marcelosalloum.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
socket-security[bot] commented 3 days ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint/js@9.16.0 None 0 14.9 kB eslintbot, openjsfoundation
npm/@reduxjs/toolkit@2.4.0 environment 0 5.6 MB acemarke
npm/@tanstack/eslint-plugin-query@5.61.6 None 0 252 kB tannerlinsley
npm/@tanstack/query-core@5.62.0 None 0 1.84 MB nksaraf, tannerlinsley
npm/@tanstack/query-devtools@5.61.4 None 0 2.47 MB nksaraf, tannerlinsley
npm/@tanstack/react-query-devtools@5.62.0 None 0 95.4 kB tannerlinsley
npm/@tanstack/react-query@5.62.0 None 0 704 kB nksaraf, tannerlinsley
npm/@types/node@22.10.1 None 0 2.28 MB types
npm/@typescript-eslint/eslint-plugin@8.16.0 None 0 2.76 MB bradzacher, jameshenry
npm/@typescript-eslint/parser@8.16.0 None 0 0 B
npm/@typescript-eslint/scope-manager@8.16.0 None 0 626 kB bradzacher, jameshenry
npm/@typescript-eslint/type-utils@8.16.0 None 0 126 kB bradzacher, jameshenry
npm/@typescript-eslint/types@8.16.0 None 0 174 kB bradzacher, jameshenry
npm/@typescript-eslint/typescript-estree@8.16.0 None 0 593 kB bradzacher, jameshenry
npm/@typescript-eslint/utils@8.16.0 None 0 288 kB bradzacher, jameshenry
npm/@typescript-eslint/visitor-keys@8.16.0 None 0 19.6 kB bradzacher, jameshenry
npm/eslint@9.16.0 None +1 3.35 MB eslintbot
npm/prettier@3.4.1 None 0 7.83 MB prettier-bot
npm/typescript-eslint@8.16.0 None 0 103 kB jameshenry
npm/typescript@5.7.2 None 0 22.7 MB typescript-bot
npm/undici-types@6.20.0 None 0 83.3 kB matteo.collina

🚮 Removed packages: npm/@eslint/js@9.15.0, npm/@reduxjs/toolkit@2.3.0, npm/@tanstack/eslint-plugin-query@5.60.1, npm/@tanstack/query-core@5.60.5, npm/@tanstack/query-devtools@5.59.20, npm/@tanstack/react-query-devtools@5.60.5, npm/@tanstack/react-query@5.60.5, npm/@types/node@22.9.0, npm/@typescript-eslint/eslint-plugin@8.15.0, npm/@typescript-eslint/parser@8.15.0, npm/@typescript-eslint/scope-manager@8.15.0, npm/@typescript-eslint/type-utils@8.15.0, npm/@typescript-eslint/types@8.15.0, npm/@typescript-eslint/typescript-estree@8.15.0, npm/@typescript-eslint/utils@8.15.0, npm/@typescript-eslint/visitor-keys@8.15.0, npm/eslint@9.15.0, npm/prettier@3.3.3, npm/typescript-eslint@8.15.0, npm/typescript@5.6.3, npm/undici-types@6.19.8

View full report↗︎

marcelosalloum commented 2 days ago

@dependabot squash and merge

dependabot[bot] commented 2 days ago

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