Bump the development-dependencies group across 1 directory with 16 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the development-dependencies group with 16 updates in the / directory:
Package | From | To |
---|---|---|
@biomejs/biome | 1.9.4 |
2.0.0 |
@types/node | 22.14.1 |
24.0.3 |
turbo | 2.5.0 |
2.5.4 |
@content-collections/core | 0.8.2 |
0.9.1 |
@playwright/test | 1.51.1 |
1.53.0 |
@shikijs/rehype | 3.2.2 |
3.6.0 |
@tailwindcss/postcss | 4.1.3 |
4.1.10 |
@types/react | 19.0.0 |
19.1.8 |
@types/react-dom | 19.0.0 |
19.1.6 |
postcss | 8.5.3 |
8.5.6 |
start-server-and-test | 2.0.11 |
2.0.12 |
tailwindcss | 4.1.3 |
4.1.10 |
prisma | 6.6.0 |
6.9.0 |
drizzle-kit | 0.30.5 |
0.31.1 |
prisma-json-types-generator | 3.2.3 |
3.4.2 |
tsx | 4.19.3 |
4.20.3 |
Updates @biomejs/biome
from 1.9.4 to 2.0.0
Release notes
Sourced from @biomejs/biome
's releases.
Biome CLI v2.0.0
Major Changes
Biome now resolves globs and paths from the configuration. Before, paths and globs were resolved from the working directory.
Biome now raises a warning diagnostic for suppression comments that have
<explanation>
as reason.
<explanation>
is provided as a placeholder when applying the suppression code fix from LSP editors.Removed the
--config-path
argument from thebiome lsp-proxy
andbiome start
commands.The option was overriding the configuration path for all workspaces opened in the Biome daemon, which led to a configuration mismatch problem when multiple projects are opened in some editors or IDEs.
If you are using one of our official plugins for IDEs or editors, it is recommended to update it to the latest version of the plugin, or you will get unexpected behavior.
If you are a developer of a plugin, please update your plugin to use the
workspace/configuration
response instead of using the--config-path
argument. Biome's LSP will resolve a configuration in the workspace automatically, so it is recommended to keep it empty unless you are using a custom configuration path.Downgraded some code fixes to unsafe which were previously safe.
The following rules have now a unsafe fix:
If you want to keep applying these fixes automatically, configure the rule fix as safe:
{ "linter": { "rules": { "correctness": { "noFlatMapIdentity": { "level": "error", "fix": "safe" }, "noUnusedImports": { "level": "error", "fix": "safe" } } } } }
Previously the lint rules
noControlCharactersInRegex
andnoMisleadingCharacterClass
checked both regular expression literals like/regex/
and dynamically built regular expressions likenew RegExp("regex")
.Checking dynamically built regular expressions has many limitations, edge cases, and complexities. In addition, other rules that lint regular expressions don't check dynamically built regular expressions.
... (truncated)
Changelog
Sourced from @biomejs/biome
's changelog.
2.0.0
Major Changes
Biome now resolves globs and paths from the configuration. Before, paths and globs were resolved from the working directory.
Biome now raises a warning diagnostic for suppression comments that have
<explanation>
as reason.
<explanation>
is provided as a placeholder when applying the suppression code fix from LSP editors.Removed the
--config-path
argument from thebiome lsp-proxy
andbiome start
commands.The option was overriding the configuration path for all workspaces opened in the Biome daemon, which led to a configuration mismatch problem when multiple projects are opened in some editors or IDEs.
If you are using one of our official plugins for IDEs or editors, it is recommended to update it to the latest version of the plugin, or you will get unexpected behavior.
If you are a developer of a plugin, please update your plugin to use the
workspace/configuration
response instead of using the--config-path
argument. Biome's LSP will resolve a configuration in the workspace automatically, so it is recommended to keep it empty unless you are using a custom configuration path.Downgraded some code fixes to unsafe which were previously safe.
The following rules have now a unsafe fix:
If you want to keep applying these fixes automatically, configure the rule fix as safe:
{ "linter": { "rules": { "correctness": { "noFlatMapIdentity": { "level": "error", "fix": "safe" }, "noUnusedImports": { "level": "error", "fix": "safe" } } } } }
Previously the lint rules
noControlCharactersInRegex
andnoMisleadingCharacterClass
checked both regular expression literals like/regex/
and dynamically built regular expressions likenew RegExp("regex")
.Checking dynamically built regular expressions has many limitations, edge cases, and complexities. In addition, other rules that lint regular expressions don't check dynamically built regular expressions.
... (truncated)
Commits
be9076b
chore: cleanup CHANGELOG2b81d3f
chore: fool release workflow step 2: reapply versionsa259962
chore: fool release workflow step 1: revert versions701c118
Fool release workflow step 2: reapply versions323a580
Fool release workflow step 1: revert versions242f739
Fool release workflow step 2: reapply versionsd3175b0
Fool release workflow step 1: revert versionsa711a3a
Fool release workflow step 2: reapply versionsc0b6316
Fool release workflow step 1: revert versionsa56204c
ci: release (#6351)- Additional commits viewable in compare view
Updates @types/node
from 22.14.1 to 24.0.3
Commits
- See full diff in compare view
Updates turbo
from 2.5.0 to 2.5.4
Release notes
Sourced from turbo's releases.
Turborepo v2.5.4
What's Changed
Docs
- docs: nx remote caching has changed to be free like Turborepo by
@JamesHenry
in vercel/turborepo#10460- docs: added pnpm catalogs by
@mrr11k
in vercel/turborepo#10463- docs: add workspace configuration example to package.json by
@Feli-dev
in vercel/turborepo#10455- docs: redirects from SEO audit by
@anthonyshew
in vercel/turborepo#10465- docs: update managing-dependencies.mdx by
@hijuliancode
in vercel/turborepo#10474- docs: a few more redirects by
@anthonyshew
in vercel/turborepo#10476- docs(fix): correct
globalDependencies
defaults by@anthonyshew
in vercel/turborepo#10484- docs: clarify what a task is by
@anthonyshew
in vercel/turborepo#10481- docs: add community implementation of cache server by
@brunojppb
in vercel/turborepo#10496- docs: a few missing rewrites by
@anthonyshew
in vercel/turborepo#10511- docs: cleanup fixes for package managers by
@anthonyshew
in vercel/turborepo#10512- docs: account for Custom Environments by
@anthonyshew
in vercel/turborepo#10515- Update docker.mdx by
@pawbor
in vercel/turborepo#10519turbo-ignore
- fix(turbo-ignore): no longer attempt to use catalog protocol by
@chris-olszewski
in vercel/turborepo#10458eslint
- feat: hot-reloading for
no-undeclared-env-vars
ESLint rule by@anthonyshew
in vercel/turborepo#10468
@turbo/repository
- fix(
@turbo/repository
): correct exports from native lib by@chris-olszewski
in vercel/turborepo#10475- feat: add
Workspace.find_package_by_path
by@scubbo
in vercel/turborepo#10493- chore(
@turbo/repository
): bump version by@chris-olszewski
in vercel/turborepo#10494- chore: update to Rust 1.87.0 by
@ognevny
in vercel/turborepo#10482Examples
- fix(examples): with-svelte example TypeScript by
@anthonyshew
in vercel/turborepo#10450- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabot
in vercel/turborepo#10469- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 4 updates by
@dependabot
in vercel/turborepo#10470- chore(deps-dev): bump turbo from 2.5.2 to 2.5.3 in /examples/with-shell-commands by
@dependabot
in vercel/turborepo#10471- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabot
in vercel/turborepo#10472- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 7 updates by
@dependabot
in vercel/turborepo#10473- feat(example): update with-react-native-web, Expo SDK 52 by
@shinjith-dev
in vercel/turborepo#10466- chore(deps-dev): bump the with-svelte group across 1 directory with 3 updates by
@dependabot
in vercel/turborepo#10441- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabot
in vercel/turborepo#10486- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 6 updates by
@dependabot
in vercel/turborepo#10487- chore(deps): bump the kitchen-sink group in /examples/kitchen-sink with 4 updates by
@dependabot
in vercel/turborepo#10488- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabot
in vercel/turborepo#10490- chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 6 updates by
@dependabot
in vercel/turborepo#10489- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 3 updates by
@dependabot
in vercel/turborepo#10506- chore(deps-dev): bump svelte from 5.30.2 to 5.33.2 in /examples/with-svelte in the with-svelte group by
@dependabot
in vercel/turborepo#10507- chore(deps-dev): bump globals from 16.1.0 to 16.2.0 in /examples/basic in the basic group by
@dependabot
in vercel/turborepo#10508- chore(deps-dev): bump globals from 16.1.0 to 16.2.0 in /examples/with-tailwind in the with-tailwind group by
@dependabot
in vercel/turborepo#10509- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 2 updates by
@dependabot
in vercel/turborepo#10510- fix(examples): use entry instead of entryPoints by
@melroy89
in vercel/turborepo#10503Changelog
- fix: turbo prune for pnpm patched dependencies by
@devin-ai-integration
in vercel/turborepo#10430- feat: pnpm catalogs support by
@anthonyshew
in vercel/turborepo#10452
... (truncated)
Commits
819905c
publish 2.5.4 to registryd76bb42
release(turborepo): 2.5.4-canary.1 (#10521)2ca4b21
fix(turbo): pass through pnpm store env vars by default (#10520)0e98f06
feat: specific error message for potential debugging flags (#10513)d25c349
Update docker.mdx (#10519)9b1166d
chore: update to Rust 1.87.0 (#10482)d2c35e1
fix(examples): use entry instead of entryPoints (#10503)c0c234f
docs: account for Custom Environments (#10515)5dcc327
docs: cleanup fixes for package managers (#10512)2d35c05
chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 2...- Additional commits viewable in compare view
Updates @content-collections/core
from 0.8.2 to 0.9.1
Release notes
Sourced from @content-collections/core
's releases.
@content-collections/core
@0
.9.1Patch Changes
@content-collections/core
@0
.9.0Minor Changes
Changelog
Sourced from @content-collections/core
's changelog.
0.9.1
Patch Changes
0.9.0
Minor Changes
Commits
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 arktype7657484
feat(core): #528 log deprecation message for function based schema7396e47
feat(core): #528 use StandardSchema for validation2b698e1
feat(core): add option to configure custom parser- Additional commits viewable in compare view
Updates @playwright/test
from 1.51.1 to 1.53.0
Release notes
Sourced from @playwright/test
's releases.
v1.53.0
Trace Viewer and HTML Reporter Updates
New Steps in Trace Viewer and HTML reporter:
New option in
'html'
reporter to set the title of a specific test run:import { defineConfig } from '@playwright/test';
export default defineConfig({ reporter: [['html', { title: 'Custom test run #1028' }]] });
Miscellaneous
New option
kind
in testInfo.snapshotPath() controls which snapshot path template is used.New method locator.describe() to describe a locator. Used for trace viewer and reports.
const button = page.getByTestId('btn-sub').describe('Subscribe button'); await button.click();
npx playwright install --list
will now list all installed browsers, versions and locations.Browser Versions
- Chromium 138.0.7204.4
- Mozilla Firefox 139.0
- WebKit 18.5
This version was also tested against the following stable channels:
- Google Chrome 137
- Microsoft Edge 137
v1.52.0
Highlights
New method expect(locator).toContainClass() to ergonomically assert individual class names on the element.
await expect(page.getByRole('listitem', { name: 'Ship v1.52' })).toContainClass('done');
Aria Snapshots got two new properties:
/children
for strict matching and/url
for links.await expect(locator).toMatchAriaSnapshot(` - list - /children: equal - listitem: Feature A
... (truncated)
Commits
6822777
chore: mark v1.53.0 (#36266)3940798
cherry-pick(#36260): fix(html-reporter): race condition where form submission...8ecfb12
cherry-pick(#36258): fix: restore proper class name escaping48ae259
cherry-pick(#36231): feat(chromium): roll to 117856eb92a
cherry-pick(#36227): fix: java style selector string1f643a3
cherry-pick(#36214): fix: ensure ElementHandlerDispatcher has FrameDispatcher...88e4873
cherry-pick(#36206): fix(ai snapshot): wait for blocking CSS (#36206)f7fb274
cherry-pick(#36203): fix: capture snapshot for ai during navigation (#36203)b1734fd
cherry-pick(#36211): chore: prepare to language ports roll2e57a78
chore: add release notes for v1.53 (#36196)- 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.6.0
Release notes
Sourced from @shikijs/rehype
's releases.
v3.6.0
🚀 Features
View changes on GitHub
v3.5.0
🚀 Features
- Add support for CSS
light-dark()
function in dual themes - by@dahlia
and@antfu
in shikijs/shiki#1028 (119b2)🐞 Bug Fixes
- Correct style comparison logic in mergeAdjacentStyledTokens - by
@nekomoyi
in shikijs/shiki#1017 (e75a9)- Update styling for removed vp-code class and fix word highlighting - by
@luke358
in shikijs/shiki#1021 (494f7)View changes on GitHub
v3.4.2
🚀 Features
- markdown-it: Add langAlias option - by
@uncenter
in shikijs/shiki#1018 (97ff4)View changes on GitHub
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIter
in shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscape
support rehype plugin usage - by@fuma-nama
in shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxming
and@antfu
in shikijs/shiki#999 (d27b5)View changes on GitHub
v3.4.0
🐞 Bug Fixes
View changes on GitHub
v3.3.0
🚀 Features
- Update deps - by
@antfu
(ac6be)- core: Add option to merge consecutive tokens with same style - by
@yvbopeng
and@antfu
in shikijs/shiki#972 and shikijs/shiki#991 (c806a)
... (truncated)
Commits
Updates @tailwindcss/postcss
from 4.1.3 to 4.1.10
Release notes
Sourced from @tailwindcss/postcss
's releases.
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)- Prevent duplicate suggestions when using
@theme
and@utility
together (#17675)- Ensure that media queries within
::before
and::after
pseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*
utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)
selectors in legacy JS plugins (#18020)- Ensure classes containing
.
are properly extracted from Clojure files (#18038)- Upgrade: Fix error when using
@import … source(…)
(#17963)- Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)
... (truncated)
Changelog
Sourced from @tailwindcss/postcss
's changelog.
[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)
- Upgrade: Added cache to improve template migration performance (#18025)
Fixed
- Allow
_
before numbers during candidate extraction (#17961)- Prevent duplicate suggestions when using
@theme
and@utility
together (#17675)- Ensure that media queries within
::before
and::after
pseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*
utilities properly negate arbitrary values (#18014)
... (truncated)
Commits
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)45cd32e
Prepare v4.1.5 release (#17830)52000a3
PostCSS: Improve error recovery (#17754)- Additional commits viewable in compare view
Updates @types/react
from 19.0.0 to 19.1.8
Commits
- See full diff in compare view
Updates @types/react-dom
from 19.0.0 to 19.1.6
Commits
- See full diff in compare view
Updates postcss
from 8.5.3 to 8.5.6
Release notes
Sourced from postcss's releases.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).
Changelog
Sourced from postcss's changelog.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).
Commits
91d6eb5
Release 8.5.6 version65ffc55
Update dependenciesecd20eb
Fix ContainerWithChildren to allow discriminating the node type by comparing ...c181597
Release 8.5.5 versionc5523fb
Update dependencies2e3450c
refactor:import
should be listed beforerequire
(#2052)4d720bd
Update EM text6cb4a66
Release 8.5.4 versionec5c1e0
Update dependenciese85e938
Fix code format- Additional commits viewable in compare view
Updates start-server-and-test
from 2.0.11 to 2.0.12
Commits
b3b82c0
fix(deps): update dependency debug to v4.4.1 (#403)- See full diff in compare view
Updates tailwindcss
from 4.1.3 to 4.1.10
Release notes
Sourced from tailwindcss's releases.
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)- Prevent duplicate suggestions when using
@theme
and@utility
together (#17675)- Ensure that media queries within
::before
and::after
pseudo selectors create valid CSS rules in production builds (#17979)- Ensure that the standalone CLI does not leave temporary files behind (#17981)
- Ensure
-rotate-*
utilities properly negate arbitrary values (#18014)- Ignore custom variants using
:merge(…)
selectors in legacy JS p...Description has been truncated
Pull Request Statistics
1
16
+912
-897
Package Dependencies
prisma-json-types-generator
npm
3.2.3 → 3.4.2
Minor
Technical Details
ID: | 1809363 |
UUID: | 2599107004 |
Node ID: | PR_kwDOOuk7MM6a6zm8 |
Host: | GitHub |
Repository: | kernelai/next-learn |
Merge State: | Unknown |