chore(deps): update dev dependencies #133
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.48.0
->1.48.1
5.20.0
->5.21.1
8.4.0
->8.5.0
20.16.11
->20.16.13
8.8.1
->8.10.0
8.8.1
->8.10.0
4.3.2
->4.3.3
2.1.2
->2.1.3
6.3.0
->6.4.0
5.20.0
->5.21.1
8.4.0
->8.5.0
3.4.13
->3.4.14
2.1.3
->2.2.1
2.1.2
->2.1.3
Release Notes
microsoft/playwright (@playwright/test)
v1.48.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height
Browser Versions
This version was also tested against the following stable channels:
prisma/prisma (@prisma/nextjs-monorepo-workaround-plugin)
v5.21.1
Compare Source
v5.21.0
Compare Source
Today, we are excited to share the
5.21.0
release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.
Highlights
Better support for tracing in MongoDB
The
tracing
Preview feature now has full support for MongoDB with previously missing functionality now implemented. This is a part of the ongoing effort to stabilize this Preview feature and release it in General Availability.tracing
is a Preview feature that enables built-in support for OpenTelemetry instrumentation inside the Prisma Client and provides deep insights into the performance and timing of your queries. See our documentation for more information.For an easy to use and zero-configuration tracing instrumentation tool with a dashboard that provides an overview of your queries, statistics, and AI-powered recommendations, try Prisma Optimize.
WebAssembly engine size decrease for edge functions
Due to recent changes, some users experienced a steep increase of the bundle size in Prisma 5.20 when using the
driverAdapters
Preview feature, going over the 1 MB limit on the free tier of Cloudflare Workers. This has now been fixed.Fixes and improvements
Prisma Engines
Credits
Huge thanks to @austin-tildei, @LucianBuzzo, @mcuelenaere, @pagewang0, @key-moon, @pranayat, @yubrot, @skyzh for helping!
secretlint/secretlint (@secretlint/secretlint-rule-preset-recommend)
v8.5.0
Compare Source
What's Changed
Features
enableIDScanRule
option by @azu in https://github.com/secretlint/secretlint/pull/908This
enableIDScanRule
will befalse
in secretlint v9.Other Changes
Full Changelog: secretlint/secretlint@v8.4.0...v8.5.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.10.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.9.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressions
is enabledeslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.10.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.9.0
Compare Source
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.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
testing-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v6.4.0
Compare Source
Features
v6.3.4
Compare Source
Bug Fixes
v6.3.3
Compare Source
Bug Fixes
v6.3.2
Compare Source
Bug Fixes
v6.3.1
Compare Source
Bug Fixes
@testing-library
imports (#934) (62a3f61)tailwindlabs/tailwindcss (tailwindcss)
v3.4.14
Compare Source
vercel/turborepo (turbo)
v2.2.1
Compare Source
v2.2.0
: Turborepo v2.2.0Compare Source
What's Changed
Docs
}
and remove comma by @morinokami in https://github.com/vercel/turborepo/pull/9223--affected
on GitHub by @dimitropoulos in https://github.com/vercel/turborepo/pull/9283@turbo/repository
Examples
display
key from generatedtsconfig
by @Sensanaty in https://github.com/vercel/turborepo/pull/9225types
field into first position ofexports
ofkitchen-sink
example. by @anthonyshew in https://github.com/vercel/turborepo/pull/9226with-shell-commands
by @breadadams in https://github.com/vercel/turborepo/pull/9219pnpm test
to fail by @dimitropoulos in https://github.com/vercel/turborepo/pull/9239Changelog
affectedPackages
by @NicholasLYang in https://github.com/vercel/turborepo/pull/9201currentRun
field toturbo query
by @NicholasLYang in https://github.com/vercel/turborepo/pull/9196New Contributors
Full Changelog: vercel/turborepo@v2.1.3...v2.2.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.