-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(auth): update all non-major dependencies #1201
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@aws-sdk/[email protected], npm/@iconify-json/[email protected], npm/@iconify-json/[email protected], npm/@iconify-json/[email protected], npm/@playwright/[email protected], npm/@prisma/[email protected], npm/@prisma/[email protected], npm/@prisma/[email protected], npm/@snaplet/[email protected], npm/@swc/[email protected], npm/@types/[email protected], npm/@types/[email protected], npm/@types/[email protected] |
Here's the code health analysis summary for commits Analysis Summary
|
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
ee46bcc
to
ab1bc5b
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
ab1bc5b
to
275e360
Compare
275e360
to
51f18ed
Compare
51f18ed
to
77163a2
Compare
77163a2
to
4f5355b
Compare
4f5355b
to
356beca
Compare
356beca
to
effdf06
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
effdf06
to
581fb24
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
3.540.0
->3.549.0
1.1.64
->1.1.65
1.1.11
->1.1.12
1.1.97
->1.1.98
1.42.1
->1.43.0
5.12.0
->5.12.1
5.12.0
->5.12.1
5.12.0
->5.12.1
0.89.6
->0.91.0
1.4.11
->1.4.12
3.55.5
->3.55.6
20.12.3
->20.12.4
18.2.23
->18.2.24
3.1.1
->3.1.2
5.7.1
->5.7.3
5.12.0
->5.12.1
0.89.6
->0.90.0
4.7.1
->4.7.2
5.4.3
->5.4.4
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.549.0
Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
microsoft/playwright (@playwright/test)
v1.43.0
Compare Source
New APIs
Method browserContext.clearCookies() now supports filters to remove only some cookies.
New mode
retain-on-first-failure
for testOptions.trace. In this mode, trace is recorded for the first run of each test, but not for retires. When test run fails, the trace file is retained, otherwise it is removed.New property testInfo.tags exposes test tags during test execution.
New method locator.contentFrame() converts a
Locator
object to aFrameLocator
. This can be useful when you have aLocator
object obtained somewhere, and later on would like to interact with the content inside the frame.New method frameLocator.owner() converts a
FrameLocator
object to aLocator
. This can be useful when you have aFrameLocator
object obtained somewhere, and later on would like to interact with theiframe
element.UI Mode Updates
@fast
or clicking on the tag itself.Browser Versions
This version was also tested against the following stable channels:
prisma/prisma (@prisma/client)
v5.12.1
Compare Source
Today, we are issuing the
5.12.1
patch release to fix two small problems with our new Cloudflare D1 support.Fixes in Prisma CLI
Windows-only fix for new D1 specific flags for
migrate diff
anddb pull
The flags
--from-local-d1
and--to-local-d1
formigrate diff
and--local-d1
todb pull
we added in 5.12.0 were not working as expected when running on Windows only. This is now fixed.📚 Documentation: Deploying a Cloudflare worker with D1 and Prisma ORM
New option for
migrate diff
:-o
or--output
We added a new parameter
--output
tomigrate diff
that can be used to provide a filename into which the output of the command will be written. This is particularly useful for Windows users, using PowerShell, as using>
to write into a file creates a UTF-16 LE file that can not be read bywrangler d1 migrations apply
. Using this new option, this problem can be avoided:Related issues:
✘ [ERROR] near "��": syntax error at offset 0
when runningwrangler d1 migrations apply
with Prisma generated migration (on Windows, using PowerShell) #23702[prisma migrate resolve --applied
not working on new project,migration ... could not be found.
][https://github.com/prisma/prisma/issues/17558](https://togithub.com/prisma/prisma/issues/17558)8)swc-project/swc (@swc/core)
v1.4.12
Compare Source
Bug Fixes
(common) Fix source index for
inputSourceMap
(#8800) (4f9ab81)(es) Change default value of
inputSourceMap
totrue
(#8801) (9ffcd18)(es/bugfixes) Fix fn transform in nameless fns (#8796) (7ad004e)
(es/helpers) Fix metadata of decorators being
undefined
(#8768) (263ce6e)(es/minifier) Abort fn inliner if there's a spread arg (#8809) (730ded2)
(es/module) Fix
jsc.paths
withresolveFully
(#8784) (4961bb0)(es/parser) Tweak msg of
SyntaxError::UsingDeclNotEnabled
(#8791) (95c822e)Features
(es/minifier) Evaluate spread of arrays (#8811) (47714c5)
(plugin/runner) Improve error message for Wasm plugin crashes (#8794) (571d297)
Miscellaneous Tasks
(deps) Update dependencies (#8810) (207582f)
(es/transforms) Add
repository
field toswc_ecma_ext_transforms
(#8793) (37f0a79)Performance
(atoms) Update
hstr
(#8799) (0745624)(es/parser) Use faster unicode crate (#8785) (6f780ca)
felixmosh/i18next-hmr (i18next-hmr)
v3.1.2
Compare Source
ef51cbb
3c0dd84
79323f6
webpro/knip (knip)
v5.7.3
Compare Source
v5.7.2
Compare Source
161f5dc
)440d72b
)privatenumber/tsx (tsx)
v4.7.2
Compare Source
Microsoft/TypeScript (typescript)
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.