Bump the development-dependencies group across 1 directory with 17 updates
Type: Pull Request
State: Closed
Association: None
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the development-dependencies group with 17 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 22.13.5 |
22.15.24 |
| turbo | 2.4.3 |
2.5.3 |
| typescript | 5.7.3 |
5.8.3 |
| @content-collections/core | 0.8.0 |
0.9.0 |
| @content-collections/mdx | 0.2.0 |
0.2.2 |
| @content-collections/next | 0.2.4 |
0.2.6 |
| @playwright/test | 1.50.1 |
1.52.0 |
| @shikijs/rehype | 3.0.0 |
3.4.2 |
| @tailwindcss/postcss | 4.0.8 |
4.1.8 |
| autoprefixer | 10.4.20 |
10.4.21 |
| dotenv | 16.4.7 |
16.5.0 |
| postcss | 8.5.3 |
8.5.4 |
| start-server-and-test | 2.0.10 |
2.0.12 |
| tailwindcss | 4.0.8 |
4.1.8 |
| prisma | 6.3.1 |
6.8.2 |
| prisma-json-types-generator | 3.2.2 |
3.4.2 |
| tsx | 4.19.3 |
4.19.4 |
Updates @types/node from 22.13.5 to 22.15.24
Commits
- See full diff in compare view
Updates turbo from 2.4.3 to 2.5.3
Release notes
Sourced from turbo's releases.
Turborepo v2.5.3
What's Changed
Docs
- docs(fix): logos when using system theme by
@anthonyshewin vercel/turborepo#10388- docs: migrate to Node.js subpath imports by
@anthonyshewin vercel/turborepo#10389- chore: bump Next.js to 15.4.0-canary.12 for docs by
@mischnicin vercel/turborepo#10399- docs: fix broken links in useful links section of readme by
@richardhuf84in vercel/turborepo#10380- docs(chore): switch to ESM by
@anthonyshewin vercel/turborepo#10405- docs: use
--experimental-strip-typesfor scripts by@anthonyshewin vercel/turborepo#10414- docs(fix): date of 2.5 release post by
@anthonyshewin vercel/turborepo#10419- docs(chore): temporarily revert to webpack by
@anthonyshewin vercel/turborepo#10421- docs: new home page by
@mamusoin vercel/turborepo#10423- docs(fix): layout shift on home page by
@anthonyshewin vercel/turborepo#10424- docs: make copy to markdown button more subtle by
@anthonyshewin vercel/turborepo#10425- feat: add noUpdateNotifier option to turbo.json by
@devin-ai-integrationin vercel/turborepo#10409- docs: refresh default OG image logo by
@mamusoin vercel/turborepo#10433- docs: add
noUpdateNotifierto options overview page by@anthonyshewin vercel/turborepo#10435- feat(examples): upgrade with-tailwind to TailwindCSS v4 by
@anthonyshewin vercel/turborepo#10432- docs(chore): cleaning up a few todos by
@anthonyshewin vercel/turborepo#10426- docs(examples): drop JS config from Tailwind example by
@anthonyshewin vercel/turborepo#10445- docs(chore): reenable Turbopack by
@mischnicin vercel/turborepo#10428Examples
- chore(deps-dev): bump turbo from 2.5.0 to 2.5.2 in /examples/with-shell-commands by
@dependabotin vercel/turborepo#10394- chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2 updates by
@dependabotin vercel/turborepo#10395- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabotin vercel/turborepo#10396- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 4 updates by
@dependabotin vercel/turborepo#10397- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabotin vercel/turborepo#10398- chore(deps-dev): bump the basic group in /examples/basic with 2 updates by
@dependabotin vercel/turborepo#10439- chore(deps): bump the non-monorepo group in /examples/non-monorepo with 3 updates by
@dependabotin vercel/turborepo#10440- chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with 2 updates by
@dependabotin vercel/turborepo#10442- chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 2 updates by
@dependabotin vercel/turborepo#10443Changelog
- ci: remove knip by
@anthonyshewin vercel/turborepo#10401- feat(ui): remove gutter from persisted task output by
@chris-olszewskiin vercel/turborepo#10406- chore(bun): pretty print bun lockfile by
@chris-olszewskiin vercel/turborepo#10418- fix: update link by
@reddevilmidzyin vercel/turborepo#10416- chore: fix release notes ignore label by
@anthonyshewin vercel/turborepo#10427- feat: conditional update notifier message using package manager by
@anthonyshewin vercel/turborepo#10436- feat(tui): momentum-based scrolling by
@MendyLandain vercel/turborepo#10420- fix(query): use patched version of async-graphql by
@chris-olszewskiin vercel/turborepo#10448- chore: update schema snapshot by
@chris-olszewskiin vercel/turborepo#10449New Contributors
@richardhuf84made their first contribution in vercel/turborepo#10380@reddevilmidzymade their first contribution in vercel/turborepo#10416@mamusomade their first contribution in vercel/turborepo#10423@devin-ai-integrationmade their first contribution in vercel/turborepo#10409@MendyLandamade their first contribution in vercel/turborepo#10420
... (truncated)
Commits
e44f199publish 2.5.3 to registryda98c10chore: update schema snapshot (#10449)e6749e1fix(query): use patched version of async-graphql (#10448)b1ed2f0docs(chore): reenable Turbopack (#10428)e10a103docs(examples): drop JS config from Tailwind example (#10445)a598510docs(chore): cleaning up a few todos (#10426)6de294dfeat(examples): upgrade with-tailwind to TailwindCSS v4 (#10432)e839d02release(turborepo): 2.5.3-canary.2 (#10444)d67a6c3feat(tui): momentum-based scrolling (#10420)a227a75feat: conditional update notifier message using package manager (#10436)- Additional commits viewable in compare view
Updates typescript from 5.7.3 to 5.8.3
Release notes
Sourced from typescript's releases.
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
TypeScript 5.8 RC
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
83dc0bbConvert release publishing inputs into parameters (#61523)ba663f6Exclude completions of binding pattern variable initializers (#52723)7205edaBump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...89c572cFixed a symbol display crash on expando members write locations (#55478)7b26d2eFix incorrect name in new release pipeline (#61514)c7a559eAdd new release publisher yaml (#61491)29e6d66Fixlib.includes('dom')check incontainerSeemsToBeEmptyDomElement(#61481)19b7772Bump the github-actions group with 4 updates (#61474)4dc677bFix errors on type assertions in erasableSyntaxOnly (#61452)ee3dd72fix(60908): Unexpected "'Type' is declared but its value is never read." erro...- Additional commits viewable in compare view
Updates @content-collections/core from 0.8.0 to 0.9.0
Updates @content-collections/mdx from 0.2.0 to 0.2.2
Updates @content-collections/next from 0.2.4 to 0.2.6
Updates @playwright/test from 1.50.1 to 1.52.0
Release notes
Sourced from @playwright/test's releases.
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:
/childrenfor strict matching and/urlfor links.await expect(locator).toMatchAriaSnapshot(` - list - /children: equal - listitem: Feature A - listitem: - link "Feature B": - /url: "https://playwright.dev" `);Test Runner
- New property testProject.workers allows to specify the number of concurrent worker processes to use for a test project. The global limit of property testConfig.workers still applies.
- New testConfig.failOnFlakyTests option to fail the test run if any flaky tests are detected, similarly to
--fail-on-flaky-tests. This is useful for CI/CD environments where you want to ensure that all tests are stable before deploying.- New property testResult.annotations contains annotations for each test retry.
Miscellaneous
- New option
maxRedirectsin apiRequest.newContext() to control the maximum number of redirects.- New option
refin locator.ariaSnapshot() to generate reference for each element in the snapshot which can later be used to locate the element.- HTML reporter now supports NOT filtering via
!@my-tagor!my-file.spec.tsor!p:my-project.Breaking Changes
- Changes to glob URL patterns in methods like page.route():
?wildcard is not supported any more, it will always match question mark?character.- Ranges/sets
[]are not supported anymore. We recommend using regular expressions instead.- Method route.continue() does not allow to override the
Cookieheader anymore. If aCookieheader is provided, it will be ignored, and the cookie will be loaded from the browser's cookie store. To set custom cookies, use browserContext.addCookies().- macOS 13 is now deprecated and will no longer receive WebKit updates. Please upgrade to a more recent macOS version to continue benefiting from the latest WebKit improvements.
Browser Versions
- Chromium 136.0.7103.25
- Mozilla Firefox 137.0
- WebKit 18.4
This version was also tested against the following stable channels:
- Google Chrome 135
- Microsoft Edge 135
v1.51.1
Highlights
... (truncated)
Commits
471930bchore: mark v1.52.0 (#35655)0259acfcherry-pick(#35637): chore: completely remove annotation warnings codea0fdb3fcherry-pick(#35633): chore: add v1.52 release notes25fd261cherry-pick(#35636): chore: fix typos in aria docs6da84b3cherry-pick(#35373): Revert "chore: add location named property to annotation...2914d1bcherry-pick(#35613): chore: refactor error context (#35613)5465ffbcherry-pick(#35603): chore: temporarily disable floating promise warning mess...76ee48dchore: followup on static annotations (#35579)d79bb57chore(bidi): rename bidi-firefox-stable to moz-firefox channel (#35611)6262a12chore: retry selecting option for the notconnected case (#35610)- 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.0.0 to 3.4.2
Release notes
Sourced from @shikijs/rehype's releases.
v3.4.2
🚀 Features
- markdown-it: Add langAlias option - by
@uncenterin shikijs/shiki#1018 (97ff4)View changes on GitHub
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin 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
@yvbopengand@antfuin shikijs/shiki#972 and shikijs/shiki#991 (c806a)🐞 Bug Fixes
- colorized-brackets: Handle correctly with dual themes - by
@oatmealproblemand Anthony Fu in shikijs/shiki#997 (71d1b)- transformers: Whitespace rendering transformer for inline structure - by
@nvlangand Anthony Fu in shikijs/shiki#995 (93251)View changes on GitHub
v3.2.2
🚀 Features
- Add handling for
FontStyle.Strikethrough- by@dhruvkbin shikijs/shiki#976 (f14f2)View changes on GitHub
v3.2.1
No significant changes
View changes on GitHub
... (truncated)
Commits
f5cf06fchore: release v3.4.2951c7fdchore: release v3.4.188d1a5cfeat(rehype): add langAlias option (#1015)f38148echore: release v3.4.03a23e9dchore: release v3.3.0e32c28cchore: release v3.2.283b6794chore: release v3.2.1ef6f296chore: release v3.2.0b11c684feat: upgrade deps, new langs and themesfdf376ftest: migrate to monorepo exports snapshoting- Additional commits viewable in compare view
Updates @tailwindcss/postcss from 4.0.8 to 4.1.8
Release notes
Sourced from @tailwindcss/postcss's releases.
v4.1.8
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-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
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders 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
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo 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)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)v4.1.6
Added
- Upgrade: Automatically convert arbitrary values to named values when possible (e.g.
h-[1lh]toh-lh) (#17831, #17854)- Upgrade: Update dependencies in parallel for improved performance (#17898)
- Add detailed logging about
@sourcedirectives, discovered files and scanned files when usingDEBUG=*(#17906, #17952)- Add support for generating source maps in development (#17775)
Fixed
... (truncated)
Changelog
Sourced from @tailwindcss/postcss's changelog.
[4.1.8] - 2025-05-27
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-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
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders 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
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo 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)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)[4.1.6] - 2025-05-09
Added
- Upgrade: Automatically convert arbitrary values to named values when possible (e.g.
h-[1lh]toh-lh) (#17831, #17854)- Upgrade: Update dependencies in parallel for improved performance (#17898)
- Add detailed logging about
@sourcedirectives, discovered files and scanned files when usingDEBUG=*(#17906, #17952)- Add support for generating source maps in development (#17775)
Fixed
... (truncated)
Commits
193eb84Release v4.1.8 (#18164)9df5ba7Fix PostCSS crash when using toJSON() (#18083)74e084aPrepare v4.1.7 release (#18040)0d975f5Update dedent 1.5.3 → 1.6.0 (minor) (#17965)2d13998Prepare v4.1.6 release (#17951)56b22bbAdd support for source maps (#17775)45cd32ePrepare v4.1.5 release (#17830)52000a3PostCSS: Improve error recovery (#17754)aa836d3Prepare v4.1.4 release (#17669)5a77c9dPrepare v4.1.3 release (#17563)- Additional commits viewable in compare view
Updates autoprefixer from 10.4.20 to 10.4.21
Release notes
Sourced from autoprefixer's releases.
10.4.21
- Fixed old
-moz-prefix for:placeholder-shown(by@Marukome0743).
Changelog
Sourced from autoprefixer's changelog.
10.4.21
- Fixed old
-moz-prefix for:placeholder-shown(by@Marukome0743).
Commits
Updates dotenv from 16.4.7 to 16.5.0
Changelog
Sourced from dotenv's changelog.
16.5.0 (2025-04-07)
Added
- 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.
[!TIP] Become a sponsor
The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.
Changed
- Remove
_logmethod. Use_debug#862
Commits
Updates postcss from 8.5.3 to 8.5.4
Release notes
Sourced from postcss's releases.
8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Changelog
Sourced from postcss's changelog.
8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary).
Commits
6cb4a66Release 8.5.4 versionec5c1e0Update dependenciese85e938Fix code format5054233fixed error at line 401 (#2046)0538b63docs: Update README.md (#2044)b5f407fAddpostcss-fontsource-urlto plugins (#2043)94b5260Clarify documentation fornode.source.end.offset(#2032)a20724aFix Markdown syntaxcf6b969fix: add a mention for postcssense extension (#2040)ff48c29Increase size- Additional commits viewable in compare view
Updates start-server-and-test from 2.0.10 to 2.0.12
Release notes
Sourced from start-server-and-test's releases.
v2.0.12
2.0.12 (2025-05-15)
Bug Fixes
v2.0.11
2.0.11 (2025-03-13)
Bug Fixes
Commits
b3b82c0fix(deps): update dependency debug to v4.4.1 (#403)005ee08fix(deps): update dependency wait-on to v8.0.3 (#400)- See full diff in compare view
Updates tailwindcss from 4.0.8 to 4.1.8
Release notes
Sourced from tailwindcss's releases.
v4.1.8
Added
- Improve error messages when
@applyfails (#18059)Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>blocks (#18057, 18068)- Upgrade: Don't error when looking for
tailwindcssin pnpm monorepos (#18065)- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-nonetoorder-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
\nat the end of the file (#18155)- Ignore
.pnpm-storefolders 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
@themeand@utilitytogether (#17675)- Ensure that media queries within
::beforeand::afterpseudo 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)
- Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than
class(#18025)v4.1.6
Added
- Upgrade: Automatically convert arbitrary values to named values when possible (e.g.
h-[1lh]toh-lh) (#17831, #17854)- Upgrade: Update dependencies in parallel for improved performance (#17898)
- Add detailed logging about
@sourcedirectives, discovered files and scanned files when usingDEBUG=*(#17906, #17952)- Add support for generating source maps in development (#17775)
Fixed
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.1.8] - 2025-05-27
Added
- Improve error messages when
@applyfails (#18059)...Description has been truncated
Pull Request Statistics
1
15
+1183
-1024
Package Dependencies
prisma-json-types-generator
npm
3.2.2 → 3.4.2
Minor
Technical Details
| ID: | 60709 |
| UUID: | 2552534291 |
| Node ID: | PR_kwDOOrOLnM6YJJUT |
| Host: | GitHub |
| Repository: | Moduloscript/uniservice-build |
| Merge State: | Dirty |