Bump the development-dependencies group across 1 directory with 17 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the development-dependencies group with 17 updates in the / directory:
Package | From | To |
---|---|---|
@biomejs/biome | 1.9.4 |
2.1.3 |
@types/node | 22.14.1 |
24.1.0 |
dotenv-cli | 8.0.0 |
10.0.0 |
turbo | 2.5.0 |
2.5.5 |
typescript | 5.8.3 |
5.9.2 |
@content-collections/core | 0.8.2 |
0.10.0 |
@playwright/test | 1.51.1 |
1.54.2 |
@shikijs/rehype | 3.2.2 |
3.9.1 |
@tailwindcss/postcss | 4.1.3 |
4.1.11 |
dotenv | 16.5.0 |
17.2.1 |
postcss | 8.5.3 |
8.5.6 |
start-server-and-test | 2.0.11 |
2.0.12 |
tailwindcss | 4.1.3 |
4.1.11 |
prisma | 6.6.0 |
6.13.0 |
drizzle-kit | 0.30.5 |
0.31.4 |
prisma-json-types-generator | 3.2.3 |
3.5.1 |
tsx | 4.19.3 |
4.20.3 |
Updates @biomejs/biome
from 1.9.4 to 2.1.3
Release notes
Sourced from @biomejs/biome
's releases.
Biome CLI v2.1.3
2.1.3
Patch Changes
#7057
634a667
Thanks@mdevils
! - Added the rulenoVueReservedKeys
, which prevents the use of reserved Vue keys.It prevents the use of Vue reserved keys such as those starting with
# @biomejs/biome (like
$el,
$data,
$props) and keys starting with
_` in data properties, which can cause conflicts and unexpected behavior in Vue components.Invalid example
<script> export default { data: { $el: "", _foo: "bar", }, }; </script>
<script> export default { computed: { $data() { return this.someData; }, }, }; </script>
Valid examples
<script> export default { data() { return { message: "Hello Vue!", count: 0, }; }, }; </script>
... (truncated)
Changelog
Sourced from @biomejs/biome
's changelog.
2.1.3
Patch Changes
#7057
634a667
Thanks@mdevils
! - Added the rulenoVueReservedKeys
, which prevents the use of reserved Vue keys.It prevents the use of Vue reserved keys such as those starting with like
$el
,$data
,$props
) and keys starting with\_
in data properties, which can cause conflicts and unexpected behavior in Vue components.Invalid example
<script> export default { data: { $el: "", _foo: "bar", }, }; </script>
<script> export default { computed: { $data() { return this.someData; }, }, }; </script>
Valid examples
<script> export default { data() { return { message: "Hello Vue!", count: 0, }; }, }; </script>
<script>
... (truncated)
Commits
018d188
ci: release (#6927)ee4828d
feat(analyze/js): add useReactFunctionComponents rule (#7055)634a667
feat(lint): implementnoVueReservedKeys
rule (#7057)8f2703c
chore: update generated code from analyzer codegen (#7001)0b1e194
feat(json/analyze): rulenoQuickfixBiome
(#6992)ab41f3f
chore: fix changelog (#6917)a146943
ci: release (#6909)c434f01
feat(linter): addexcludedComponents
option touseUniqueElementIds
(#6723)d77eaff
Revert "ci: release" (#6908)eb5a4e1
ci: release (#6807)- Additional commits viewable in compare view
Updates @types/node
from 22.14.1 to 24.1.0
Commits
- See full diff in compare view
Updates dotenv-cli
from 8.0.0 to 10.0.0
Release notes
Sourced from dotenv-cli's releases.
v10.0.0: bump dotenv-expand
Fixes entropitor/dotenv-cli#121
v9.0.0 Bump dotenv and be quiet by default
Commits
Updates turbo
from 2.5.0 to 2.5.5
Release notes
Sourced from turbo's releases.
Turborepo v2.5.5
What's Changed
Docs
- fix(docs): use
pnpm add <pkg>
instead ofpnpm install <pkg>
by@jferrettiboke
in vercel/turborepo#10529- fix(docs): missing commas in package.json files of jest docs by
@ashish0kumar
in vercel/turborepo#10560- fix(docs): css import order bug in tailwindcss docs and example by
@ashish0kumar
in vercel/turborepo#10561- docs: logo fix by
@anthonyshew
in vercel/turborepo#10562- chore: bump to next@15.4.0-canary.81 by
@mischnic
in vercel/turborepo#10530- fix(docs): incorrect CSS filename in Tailwind CSS setup example by
@jihwan1211
in vercel/turborepo#10573- docs: clarity for GitHub Actions caching strategies by
@anthonyshew
in vercel/turborepo#10583- fix(docs): inconsistent command with the illustration by
@wilsonwangdev
in vercel/turborepo#10596- fix(docs): inconsistent turbo command with the illustration by
@wilsonwangdev
in vercel/turborepo#10602- docs: update Vitest recommendations by
@anthonyshew
in vercel/turborepo#10621- docs: clarify default inputs behavior by
@anthonyshew
in vercel/turborepo#10628- docs: fixing --no-cache alert by
@0ri0nexe
in vercel/turborepo#10653- feat(auth): optional callback port by
@anthonyshew
in vercel/turborepo#10666Examples
- fix: with-svelte example builds by
@anthonyshew
in vercel/turborepo#10517- chore(deps-dev): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10531- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 3 updates by
@dependabot
[bot] in vercel/turborepo#10532- chore(deps-dev): bump turbo from 2.5.3 to 2.5.4 in /examples/with-shell-commands by
@dependabot
[bot] in vercel/turborepo#10533- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10534- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 6 updates by
@dependabot
[bot] in vercel/turborepo#10535- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 5 updates by
@dependabot
[bot] in vercel/turborepo#10536- chore(deps-dev): bump eslint-plugin-react from 7.37.4 to 7.37.5 in /examples/basic by
@dependabot
[bot] in vercel/turborepo#10553- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 3 updates by
@dependabot
[bot] in vercel/turborepo#10554- chore(deps-dev): bump
@types/node
from 22.15.3 to 22.15.30 in /examples/with-tailwind by@dependabot
[bot] in vercel/turborepo#10555- chore(deps-dev): bump
@sveltejs/vite-plugin-svelte
from 5.0.3 to 5.1.0 in /examples/with-svelte in the with-svelte group by@dependabot
[bot] in vercel/turborepo#10556- chore(deps-dev): bump
@vitejs/plugin-react
from 4.5.0 to 4.5.1 in /examples/kitchen-sink by@dependabot
[bot] in vercel/turborepo#10557- fix(example/with-docker): jest can’t resolve
@repo/jest-presets/
node by@d0lwl0b
in vercel/turborepo#10551- fix(non-monorepo): correct devDependency from 'turb' to 'turbo' by
@DiegoDev2
in vercel/turborepo#10526- chore(deps-dev): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10567- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 6 updates by
@dependabot
[bot] in vercel/turborepo#10568- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 4 updates by
@dependabot
[bot] in vercel/turborepo#10569- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10570- fix(example): add missing Tailwind import to shared ui styles by
@sahyl
in vercel/turborepo#10579- chore(deps-dev): bump eslint from 9.28.0 to 9.29.0 in /examples/non-monorepo in the non-monorepo group by
@dependabot
[bot] in vercel/turborepo#10571- docs(example): use npx turbo and show filtering by
@sdavids
in vercel/turborepo#10500- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 2 updates by
@dependabot
[bot] in vercel/turborepo#10594- chore(deps-dev): bump prettier from 3.5.3 to 3.6.0 in /examples/with-tailwind in the with-tailwind group by
@dependabot
[bot] in vercel/turborepo#10595- chore(deps-dev): bump prettier from 3.5.3 to 3.6.0 in /examples/basic in the basic group by
@dependabot
[bot] in vercel/turborepo#10597- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 2 updates by
@dependabot
[bot] in vercel/turborepo#10598- chore(deps): bump next from 15.3.3 to 15.3.4 in /examples/non-monorepo by
@dependabot
[bot] in vercel/turborepo#10593- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 3 updates by
@dependabot
[bot] in vercel/turborepo#10613- chore(deps-dev): bump the basic group in /examples/basic with 3 updates by
@dependabot
[bot] in vercel/turborepo#10614- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 5 updates by
@dependabot
[bot] in vercel/turborepo#10615- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 3 updates by
@dependabot
[bot] in vercel/turborepo#10616- refactor(examples): remove duplicate Next.js plugin from app tsconfig files by
@JeongHwan-dev
in vercel/turborepo#10612
... (truncated)
Commits
f70e972
publish 2.5.5 to registrydd31af9
fix(query): pin to last graphiql version with artifacts (#10685)8f00a69
refactor: move config file discovery to shared util (#10677)73f7373
chore(deps-dev): bump eslint from 9.30.1 to 9.31.0 in /examples/non-monorepo ...9ac8faa
chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with...7f11487
fix(examples): update vitest config paths for packages and apps in `with-vite...be6f7ba
chore(deps-dev): bump the basic group in /examples/basic with 3 updates (#10673)5794014
fix: typescript-config export form react-native-web (#10671)9b4f3d3
chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 5...d560d15
chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 3 u...- Additional commits viewable in compare view
Updates typescript
from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
Release notes pending.
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- [[No specific changes for TypeScript 5.9.2 (Stable)]]
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable in compare view
Updates @content-collections/core
from 0.8.2 to 0.10.0
Release notes
Sourced from @content-collections/core
's releases.
@content-collections/core
@0
.10.0Minor Changes
- #612
5aae6f3
Thanks@copilot-swe-agent
! - Migrate file watcher from@parcel/watcher
to chokidar to fix duplicate build events on Windows.Patch Changes
@content-collections/core
@0
.9.1Patch Changes
@content-collections/core
@0
.9.0Minor Changes
Changelog
Sourced from @content-collections/core
's changelog.
0.10.0
Minor Changes
- #612
5aae6f3
Thanks@copilot-swe-agent
! - Migrate file watcher from@parcel/watcher
to chokidar to fix duplicate build events on Windows.Patch Changes
0.9.1
Patch Changes
0.9.0
Minor Changes
Commits
bf2e1bf
chore(release): #610 version packages5aae6f3
fix(core): #612 resolve duplicate build events on Windows by switching to cho...bec682f
fix(core): #602 synchronizing of nested files on windows (#603)3edaa49
chore(release): #597 version packagesf232837
fix(core): #593 missing content property when accessing other collections81d8577
chore: #578 add missing information to package.jsonb21e548
chore(release): #572 version packagesd16fa6e
feat(core): #528 allow suppressing a single deprecation messagebbb6ec4
docs(core): #528 document the use of Standard Schema2f83b75
sample: #528 add sample for validation with arktype- Additional commits viewable in compare view
Updates @playwright/test
from 1.51.1 to 1.54.2
Release notes
Sourced from @playwright/test
's releases.
v1.54.2
Highlights
microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
v1.54.1
Highlights
microsoft/playwright#36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
v1.54.0
Highlights
New cookie property
partitionKey
in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.New option
noSnippets
to disable code snippets in the html report.import { defineConfig } from '@playwright/test';
export default defineConfig({ reporter: [['html', { noSnippets: true }]] });
New property
location
in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation liketest.skip
ortest.fixme
was added.Command Line
- New option
--user-data-dir
in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.
... (truncated)
Commits
00ce6a8
chore: mark v1.54.2 (#36884)e5b2fbd
cherry-pick(#36767): test: speculative fix for flaky role selectors test63c168f
cherry-pick(#36881): chore: throw pretty error if launchApp is launched using...ce9e3d0
cherry-pick(#36879): fix(chromium): launch UI Mode / Trace Viewer under Admin...b91e339
fix-merge(#36863): adapt to the old source base3f4df2c
cherry-pick(#36864): fix: initial target in codegenb847f5e
cherry-pick((#36863): chore: do not perform option selection while recording97aab60
cherry-pick(#36734): test: fix client-certificate tests97b6b88
chore: mark 1.54.1 (#36655)0071756
cherry-pick(#36654): Revert "fix: get rid of url.parse in network code" (#36654)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by playwright-bot, a new releaser for @playwright/test
since your current version.
Updates @shikijs/rehype
from 3.2.2 to 3.9.1
Release notes
Sourced from @shikijs/rehype
's releases.
v3.9.1
🚀 Features
View changes on GitHub
v3.9.0
🐞 Bug Fixes
- twoslash: Pass-through unrecognized
options.lang
tocodeToHast
- by@topolarity
in shikijs/shiki#1047 (c586e)View changes on GitHub
v3.8.1
🐞 Bug Fixes
- Support for adjacent empty decorations - by
@AndreasArvidsson
and Anthony Fu in shikijs/shiki#1042 (18dd7)View changes on GitHub
v3.8.0
🚀 Features
View changes on GitHub
v3.7.0
🚀 Features
- core: Support resolving langAlias in bundle-factory, close #952 - by
@antfu
in shikijs/shiki#952 (4a858)🐞 Bug Fixes
- shiki:
- Astro partial syntax highlighting error - by
@yvbopeng
and@antfu
in shikijs/shiki#1035 (a12f7)- Only apply
light-dark
on colors, close #1036 - by@antfu
in shikijs/shiki#1036 (ac58a)View changes on GitHub
v3.6.0
🚀 Features
View changes on GitHub
v3.5.0
🚀 Features
... (truncated)
Commits
854eddf
chore: release v3.9.1950ede5
chore: release v3.9.0b92e07b
chore: release v3.8.14431931
chore: release v3.8.0d25afc2
chore: release v3.7.04efd721
chore: update deps9cb3d8c
chore: release v3.6.0fda1f5b
chore: release v3.5.0f5cf06f
chore: release v3.4.2951c7fd
chore: release v3.4.1- Additional commits viewable in compare view
Updates @tailwindcss/postcss
from 4.1.3 to 4.1.11
Release notes
Sourced from @tailwindcss/postcss
's releases.
v4.1.11
Fixed
- Add heuristic to skip candidate migrations inside
emit(…)
(#18330)- Extract candidates with variants in Clojure/ClojureScript keywords (#18338)
- Document
--watch=always
in the CLI's usage (#18337)- Add support for Vite 7 to
@tailwindcss/vite
(#18384)v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
v4.1.8
Added
- Improve error messages when
@apply
fails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>
blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcss
in pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-none
toorder-0
(#18126)- Support Leptos
class:
attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]
tomt-[0px]
instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\n
at the end of the file (#18155)- Ignore
.pnpm-store
folders by default (can be overridden by@source …
rules) (#18163)- Fix PostCSS crash when calling
toJSON()
(#18083)v4.1.7
Added
- Upgrade: Migrate bare values to named values (#18000)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_
before numbers during candidate extraction (#17961)
... (truncated)
Changelog
Sourced from @tailwindcss/postcss
's changelog.
[4.1.11] - 2025-06-26
Fixed
- Add heuristic to skip candidate migrations inside
emit(…)
(#18330)- Extract candidates with variants in Clojure/ClojureScript keywords (#18338)
- Document
--watch=always
in the CLI's usage (#18337)- Add support for Vite 7 to
@tailwindcss/vite
(#18384)[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
[4.1.8] - 2025-05-27
Added
- Improve error messages when
@apply
fails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>
blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcss
in pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-none
toorder-0
(#18126)- Support Leptos
class:
attributes when extracting classes (#18093)- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]
tomt-[0px]
instead of the other way around (#18154)- Fix Haml pre-processing crash when there is no
\n
at the end of the file (#18155)- Ignore
.pnpm-store
folders by default (can be overridden by@source …
rules) (#18163)- Fix PostCSS crash when calling
toJSON()
(#18083)[4.1.7] - 2025-05-15
Added
- Upgrade: Migrate bare values to named values (#18000)
... (truncated)
Commits
b24457a
Prepare 4.1.11 (#18397)767a60a
Update postcss-import 16.1.0 → 16.1.1 (patch) (#18376)d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)193eb84
Release v4.1.8 (#18164)9df5ba7
Fix PostCSS crash when using toJSON() (#18083)74e084a
Prepare v4.1.7 release (#18040)0d975f5
Update dedent 1.5.3 → 1.6.0 (minor) (#17965)2d13998
Prepare v4.1.6 release (#17951)56b22bb
Add support for source maps (#17775)- Additional commits viewable in compare view
Updates dotenv
from 16.5.0 to 17.2.1
Changelog
Sourced from dotenv's changelog.
17.2.1 (2025-07-24)
Changed
- Fix clickable tip links by removing parentheses (#897)
17.2.0 (2025-07-09)
Added
- Optionally specify
DOTENV_CONFIG_QUIET=true
in your environment or.env
file to quiet the runtime log (#889)- Just like dotenv any
DOTENV_CONFIG_
environment variables take precedence over any code set options like({quiet: false})
# .env DOTENV_CONFIG_QUIET=true HELLO="World"
// index.js require('dotenv').config() console.log(`Hello ${process.env.HELLO}`)
$ node index.js Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js
17.1.0 (2025-07-07)
Added
- Add additional security and configuration tips to the runtime log (#884)
- Dim the tips text from the main injection information text
const TIPS = [ '🔐 encrypt with dotenvx: https://dotenvx.com', '🔐 prevent committing .env to code: https://dotenvx.com/precommit', '🔐 prevent building .env in docker: https://dotenvx.com/prebuild', '🛠️ run anywhere with `dotenvx run -- yourcommand`', '⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }', '⚙️ enable debug logging with { debug: true }', '⚙️ override existing env vars with { override: true }', '⚙️ suppress all logs with { quiet: true }', '⚙️ write to custom object with { processEnv: myObject }', </tr></table>
... (truncated)
Commits
37cf55a
17.2.1f2d92e9
changelog 🪵bd27017
Merge pull request #897 from motdotla/adjust-tip-for-click8a9ce45
add to tests19e5ad9
adjust clickable tip4186757
Merge pull request #894 from mjomble/patch-104322a6
Merge pull request #895 from andersr/add-es6-config-info-to-readme1102cab
Add ...Description has been truncated
Pull Request Statistics
1
16
+1257
-1191
Package Dependencies
prisma-json-types-generator
npm
3.2.3 → 3.5.1
Minor
Technical Details
ID: | 4440767 |
UUID: | 2713508208 |
Node ID: | PR_kwDOOuk7MM6hvNlw |
Host: | GitHub |
Repository: | kernelai/next-learn |
Merge State: | Unknown |