fix(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
fastify/fastify-autoload (@fastify/autoload)
v5.8.2
What's Changed
- fix: autohooks prefix by @climba03003 in https://github.com/fastify/fastify-autoload/pull/375
Full Changelog: https://github.com/fastify/fastify-autoload/compare/v5.8.1...v5.8.2
v5.8.1
What's Changed
- perf(index): optimize split param by @Fdawgs in https://github.com/fastify/fastify-autoload/pull/337
- chore(package): explicitly declare js module type by @Fdawgs in https://github.com/fastify/fastify-autoload/pull/338
- chore(deps-dev): bump vite from 4.5.0 to 5.0.0 by @dependabot in https://github.com/fastify/fastify-autoload/pull/342
- docs(readme): replace
fastify.iolinks withfastify.devby @Fdawgs in https://github.com/fastify/fastify-autoload/pull/355 - chore(.gitignore): add .tap/ dir by @Fdawgs in https://github.com/fastify/fastify-autoload/pull/361
- Achieve 100% test coverage by @jean-michelet in https://github.com/fastify/fastify-autoload/pull/370
- composedPlugin should have its own prefix context by @jean-michelet in https://github.com/fastify/fastify-autoload/pull/368
- refactor: better support typescript by @climba03003 in https://github.com/fastify/fastify-autoload/pull/372
New Contributors
- @jean-michelet made their first contribution in https://github.com/fastify/fastify-autoload/pull/370
Full Changelog: https://github.com/fastify/fastify-autoload/compare/v5.8.0...v5.8.1
fastify/fastify-sensible (@fastify/sensible)
v5.6.0
What's Changed
- chore(package): explicitly declare js module type by @Fdawgs in https://github.com/fastify/fastify-sensible/pull/149
- Update README.md by @r-a-f-a in https://github.com/fastify/fastify-sensible/pull/150
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in https://github.com/fastify/fastify-sensible/pull/151
- chore(.gitignore): add .tap/ dir by @Fdawgs in https://github.com/fastify/fastify-sensible/pull/153
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in https://github.com/fastify/fastify-sensible/pull/158
- Export HttpError type by @MoSheikh in https://github.com/fastify/fastify-sensible/pull/159
New Contributors
- @r-a-f-a made their first contribution in https://github.com/fastify/fastify-sensible/pull/150
- @MoSheikh made their first contribution in https://github.com/fastify/fastify-sensible/pull/159
Full Changelog: https://github.com/fastify/fastify-sensible/compare/v5.5.0...v5.6.0
sinclairzx81/typebox (@sinclair/typebox)
v0.32.30
v0.32.29
v0.32.28
v0.32.27
v0.32.26
v0.32.25
v0.32.24
v0.32.23
v0.32.22
v0.32.21
v0.32.20
v0.32.19
v0.32.18
v0.32.17
v0.32.16
v0.32.15
v0.32.14
v0.32.13
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
🚀 Features
-
export plugin metadata
-
allow
parserOptions.project: false -
eslint-plugin: add rule prefer-find
🩹 Fixes
-
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
-
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
-
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
-
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
-
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
-
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
askeyword
❤️ Thank You
- auvred
- Brad Zacher
- Kirk Waiblinger
- Pete Gonzalez
- YeonJuan
You can read about our versioning strategy and releases on our website.
v6.20.0
🚀 Features
- eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
-
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
-
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
-
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
-
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
- Alex Parloti
- auvred
- James Browning
- StyleShit
- YeonJuan
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0
🚀 Features
- allow
parserOptions.project: false
❤️ Thank You
- auvred
- Brad Zacher
- Kirk Waiblinger
- Pete Gonzalez
- YeonJuan
You can read about our versioning strategy and releases on our website.
v6.20.0
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.
mcollina/close-with-grace (close-with-grace)
v1.3.0
What's Changed
- Fix old node support by @mcollina in https://github.com/mcollina/close-with-grace/pull/11
- Feat: inject custom logger in options by @bacebu4 in https://github.com/mcollina/close-with-grace/pull/10
New Contributors
- @bacebu4 made their first contribution in https://github.com/mcollina/close-with-grace/pull/10
Full Changelog: https://github.com/mcollina/close-with-grace/compare/v1.2.0...v1.3.0
eslint/eslint (eslint)
v8.57.0
Features
-
1120b9bfeat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) -
dca7d0ffeat: Enableeslint.config.mjsandeslint.config.cjs(#18066) (Nitin Kumar)
Bug Fixes
-
2196d97fix: handle absolute file paths inFlatRuleTester(#18064) (Nitin Kumar) -
69dd1d1fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar) -
9852a31fix: deep merge behavior in flat config (#18065) (Nitin Kumar) -
4c7e9b0fix: allow circular references in config (#18056) (Milos Djermanovic)
Documentation
-
84922d0docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas) -
5b8c363docs: Switch to Ethical Ads (#18117) (Milos Djermanovic) -
77dbfd9docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
Chores
-
1813aecchore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic) -
5c356bbchore: package.json update for @eslint/js release (Jenkins) -
f4a1fe2test: add more tests for ignoring files and directories (#18068) (Nitin Kumar) -
42c0aefci: Enable CI forv8.xbranch (#18047) (Milos Djermanovic)
fastify/fast-json-stringify (fast-json-stringify)
v5.15.1
What's Changed
- fix: escape single quote when building error message for required property by @tomastauer in https://github.com/fastify/fast-json-stringify/pull/716
New Contributors
- @tomastauer made their first contribution in https://github.com/fastify/fast-json-stringify/pull/716
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.15.0...v5.15.1
v5.15.0
What's Changed
- Performance: Cache obj[key] access into by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/707
- perf: avoid unnecessary operation for improve performance by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/698
- perf: removed jsonOutput variable because is useless by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/711
- perf: cache json strings into const by @nigrosimone in https://github.com/fastify/fast-json-stringify/pull/713
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.14.1...v5.15.0
v5.14.1
What's Changed
- Fix allOf with $ref property by @mcollina in https://github.com/fastify/fast-json-stringify/pull/705
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.14.0...v5.14.1
v5.14.0
What's Changed
- perf: fast regex check on string by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/696
- perf: reduce if statement call on
"and\(micro-optimization) by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/695 - perf: reduce if statement for
NaN(micro-optimization) by @cesco69 in https://github.com/fastify/fast-json-stringify/pull/697 - build(deps): bump ajv-formats from 2.1.1 to 3.0.1 by @dependabot in https://github.com/fastify/fast-json-stringify/pull/702
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in https://github.com/fastify/fast-json-stringify/pull/703
New Contributors
- @cesco69 made their first contribution in https://github.com/fastify/fast-json-stringify/pull/696
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.13.0...v5.14.0
v5.13.0
What's Changed
- chore(.gitignore): add .tap/ dir by @Fdawgs in https://github.com/fastify/fast-json-stringify/pull/678
- Fix coercion types by @tmcw in https://github.com/fastify/fast-json-stringify/pull/683
- feat: unsafe string format by @nigrosimone in https://github.com/fastify/fast-json-stringify/pull/686
- chore: performance improvement on asStringSmall by @nigrosimone in https://github.com/fastify/fast-json-stringify/pull/688
- fix: make asString monomorphic and trigger V8 optimization by @nigrosimone in https://github.com/fastify/fast-json-stringify/pull/689
- chore(perf): only use the regular expression for shorter input by @nigrosimone in https://github.com/fastify/fast-json-stringify/pull/691
New Contributors
- @tmcw made their first contribution in https://github.com/fastify/fast-json-stringify/pull/683
- @nigrosimone made their first contribution in https://github.com/fastify/fast-json-stringify/pull/686
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.12.0...v5.13.0
v5.12.0
What's Changed
- fix: merged schemas caching by @ivan-tymoshenko in https://github.com/fastify/fast-json-stringify/pull/677
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.11.1...v5.12.0
v5.11.1
Reverts all changes introduced in v5.11.1.
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.11.0...v5.11.1
v5.11.0
What's Changed
- build(deps-dev): bump tsd from 0.29.0 to 0.30.3 by @dependabot in https://github.com/fastify/fast-json-stringify/pull/672
- fix: update internal schema merging by @ivan-tymoshenko in https://github.com/fastify/fast-json-stringify/pull/665
- perf: optimize required props serialization by @ivan-tymoshenko in https://github.com/fastify/fast-json-stringify/pull/675
Full Changelog: https://github.com/fastify/fast-json-stringify/compare/v5.10.0...v5.11.0
fastify/fastify (fastify)
v4.27.0
v4.26.2
What's Changed
- fix: typo in module exports by @lirantal in https://github.com/fastify/fastify/pull/5316
- docs(ts): Fix links by @rozzilla in https://github.com/fastify/fastify/pull/5308
- fix: cb is not a function at fallbackErrorHandler by @Uzlopak in https://github.com/fastify/fastify/pull/5317
- feat: add a Firebase Functions step by step guide by @lirantal in https://github.com/fastify/fastify/pull/5318
- types: fix test failure by @gurgunday in https://github.com/fastify/fastify/pull/5330
- perf: use FifoMap to check contentType by @gurgunday in https://github.com/fastify/fastify/pull/5331
- docs(ecosystem): adds fastify-override to plugins list by @matthyk in https://github.com/fastify/fastify/pull/5336
- types: Export preClose hook types by @matthyk in https://github.com/fastify/fastify/pull/5335
- fix: database migration doc missing db connection code by @nuhman in https://github.com/fastify/fastify/pull/5339
- chore: Bump pnpm/action-setup from 2 to 3 by @dependabot in https://github.com/fastify/fastify/pull/5341
- chore: Bump xt0rted/markdownlint-problem-matcher from 2.0.0 to 3.0.0 by @dependabot in https://github.com/fastify/fastify/pull/5342
New Contributors
- @nuhman made their first contribution in https://github.com/fastify/fastify/pull/5339
Full Changelog: https://github.com/fastify/fastify/compare/v4.26.1...v4.26.2
v4.26.1
What's Changed
- docs(ecosystem): adds fastify-hana to the community plugins list by @yoav0gal in https://github.com/fastify/fastify/pull/5289
- docs: fix misattributed property parent in deprecation warning: request.elapsedTime by @mscottnelson in https://github.com/fastify/fastify/pull/5299
- chore: Bump lycheeverse/lychee-action from 1.8.0 to 1.9.3 by @dependabot in https://github.com/fastify/fastify/pull/5300
- chore: Bump actions/dependency-review-action from 3 to 4 by @dependabot in https://github.com/fastify/fastify/pull/5301
- chore(.gitignore): add .tap/ dir by @Fdawgs in https://github.com/fastify/fastify/pull/5303
- fix: amend error codes for latest avvio v8.3.0 by @mcollina in https://github.com/fastify/fastify/pull/5309
- fix(types): Request route options url add undefined by @rozzilla in https://github.com/fastify/fastify/pull/5307
- chore: add docs for tracing warnings by @jsumners in https://github.com/fastify/fastify/pull/5310
New Contributors
- @mscottnelson made their first contribution in https://github.com/fastify/fastify/pull/5299
Full Changelog: https://github.com/fastify/fastify/compare/v4.26.0...v4.26.1
v4.26.0
What's Changed
- docs(ecosystem): add missing plugins to core list by @Fdawgs in https://github.com/fastify/fastify/pull/5234
- ci: CITGM github workflow by @Uzlopak in https://github.com/fastify/fastify/pull/5233
- chore: bump find-may-way to v8.0.0 by @mcollina in https://github.com/fastify/fastify/pull/5236
- fix: setValidatorCompiler with addSchema by @derammo in https://github.com/fastify/fastify/pull/5188
- feat(routes): expose findRoute and param validator by @sf3ris in https://github.com/fastify/fastify/pull/5230
- feat: add use semicolon delimter config, default = true by @dancastillo in https://github.com/fastify/fastify/pull/5239
- chore: add autocannon and concurrently as dev dependencies by @Uzlopak in https://github.com/fastify/fastify/pull/5240
- fix: return the correct serializer function when no content-type is defined by @DouglasdeMoura in https://github.com/fastify/fastify/pull/5229
- Sync next by @Uzlopak in https://github.com/fastify/fastify/pull/5238
- docs: add open-collective by @Eomm in https://github.com/fastify/fastify/pull/5216
- chore: Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/fastify/fastify/pull/5249
- chore: Bump actions/labeler from 4 to 5 by @dependabot in https://github.com/fastify/fastify/pull/5248
- docs(ecosystem): update fastify-rabbitmq // add fastify-hl7 to ecosystem.md by @Bugs5382 in https://github.com/fastify/fastify/pull/5245
- chore: update actions/labeler@5 by @climba03003 in https://github.com/fastify/fastify/pull/5254
- fix: restrict findRoute exposed property by @climba03003 in https://github.com/fastify/fastify/pull/5253
- fix(test): flaky on-listen hook test by @Uzlopak in https://github.com/fastify/fastify/pull/5256
- fix: remove unused promise warning in setNotFoundHandler with preHandler by @mcollina in https://github.com/fastify/fastify/pull/5258
- fix: Always call resource.emitDestroy() by @mcollina in https://github.com/fastify/fastify/pull/5228
- docs: Add missing punctuation in Ecosystem by @matthyk in https://github.com/fastify/fastify/pull/5261
- docs: remove word repetition on Decorators docs by @rlawisch in https://github.com/fastify/fastify/pull/5260
- chore(types): Remove unused type imports by @codershiba in https://github.com/fastify/fastify/pull/5264
- chore(license): Update licensing year by @codershiba in https://github.com/fastify/fastify/pull/5266
- chore(docs): Add clarification about
fastify.setErrorHandler()by @codershiba in https://github.com/fastify/fastify/pull/5265 - refactor: deprecate
Reply#getResponseTime()in favour ofReply#elapsedTimeby @codershiba in https://github.com/fastify/fastify/pull/5263 - chore: remove
www.fromfastify.devurls by @Fdawgs in https://github.com/fastify/fastify/pull/5270 - feat: expose method for setGenReqId on FastifyInstance by @dancastillo in https://github.com/fastify/fastify/pull/5259
- fix: ensure
onListenhooks are called when they should be by @bienzaaron in https://github.com/fastify/fastify/pull/5273 - docs: re-word clarification about
setErrorHandler()by @codershiba in https://github.com/fastify/fastify/pull/5269 - docs(ecosystem): remove unsupported package by @Fdawgs in https://github.com/fastify/fastify/pull/5278
- docs: Fix Pino docs link by @BoscoDomingo in https://github.com/fastify/fastify/pull/5284
- chore: add github sponsor by @Eomm in https://github.com/fastify/fastify/pull/5293
- docs(ecosystem): adds fastify-sqlite-typed to the community plugins list by @yoav0gal in https://github.com/fastify/fastify/pull/5288
- docs: add ESM usage example in Getting Started by @atilagulers in https://github.com/fastify/fastify/pull/5294
- docs: repoint readers to shared
.githubfiles by @Fdawgs in https://github.com/fastify/fastify/pull/5268 - feat: Web Stream API by @climba03003 in https://github.com/fastify/fastify/pull/5286
- chore: sync generated code by @Eomm in https://github.com/fastify/fastify/pull/5295
New Contributors
- @derammo made their first contribution in https://github.com/fastify/fastify/pull/5188
- @DouglasdeMoura made their first contribution in https://github.com/fastify/fastify/pull/5229
- @rlawisch made their first contribution in https://github.com/fastify/fastify/pull/5260
- @codershiba made their first contribution in https://github.com/fastify/fastify/pull/5264
- @BoscoDomingo made their first contribution in https://github.com/fastify/fastify/pull/5284
- @yoav0gal made their first contribution in https://github.com/fastify/fastify/pull/5288
- @atilagulers made their first contribution in [https://github.com/fastify/fa
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| trpc-demo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 21, 2024 11:26pm |
⚠️ No Changeset found
Latest commit: 7a8c1cfe854300d442b4dd8d14bec2d1e5e35475
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.
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
[!IMPORTANT]
Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>. -
Generate unit testing code for this file. -
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:-
@coderabbitai generate unit testing code for this file. -
@coderabbitai modularize this function.
-
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai generate interesting stats about this repository and render them as a table. -
@coderabbitai show all the console.log statements in this repository. -
@coderabbitai read src/utils.ts and generate unit testing code. -
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
-
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
-
@coderabbitai pauseto pause the reviews on a PR. -
@coderabbitai resumeto resume the paused reviews. -
@coderabbitai reviewto trigger a review. This is useful when automatic reviews are disabled for the repository. -
@coderabbitai resolveresolve all the CodeRabbit review comments. -
@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Sweep: PR Review
Sweep is currently reviewing your pr...
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@babel/[email protected], npm/@bcherny/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@esbuild/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@fastify/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-codegen/[email protected], npm/@graphql-tools/[email protected], npm/@graphql-tools/[email protected], npm/@graphql-typed-document-node/[email protected], npm/@isaacs/[email protected], npm/@isaacs/[email protected], npm/@istanbuljs/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@next/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rollup/[email protected], npm/@rushstack/[email protected], npm/@sinclair/[email protected], npm/@swc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@tsconfig/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/@vitejs/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]