fix(deps): update dependencies (non-major)#907
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Coverage Report
File CoverageNo changed files found. |
e9726d8 to
41ae5ce
Compare
leomotors
approved these changes
Sep 18, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.409.0->3.414.03.409.0->3.414.06.18.0->6.19.01.37.1->1.38.05.2.0->5.3.18.9.8->8.10.018.17.15->18.17.176.6.0->6.7.06.6.0->6.7.08.7.4->8.7.65.2.0->5.3.11.66.1->1.67.0Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.414.0Compare Source
Features
v3.413.0Note: Version bump only for package @aws-sdk/client-s3
v3.412.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.410.0Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.414.0Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.413.0Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.412.0Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.410.0Note: Version bump only for package @aws-sdk/s3-request-presigner
codemirror/view (@codemirror/view)
v6.19.0Compare Source
Bug fixes
Make sure the drop cursor is properly cleaned up even when another extension handles the drop event.
Fix a crash related to non-inclusive replacing block decorations.
New features
The new
EditorView.domEventObservers(and the corresponding option to view plugins) allows you to register functions that are always called for an event, regardless of whether other handlers handled it.v6.18.1Compare Source
Bug fixes
Fix an issue where the editor duplicated text when the browser moved content into the focused text node on composition.
Make sure
widgetMarkeris called for gutters on lines covered by a block replace decoration.Fix an issue where the cursor could be shown in a position that doesn't allow a cursor when the selection is in a block widget.
Microsoft/playwright (@playwright/test)
v1.38.0Compare Source
UI Mode Updates
New APIs
browserContext.on('weberror')][browserContext.on('weberror')]locator.pressSequentially()][locator.pressSequentially()]reporter.onEnd()][reporter.onEnd()] now reportsstartTimeand total runduration.Deprecations
page.type()][page.type()], [frame.type()][frame.type()], [locator.type()][locator.type()] and [elementHandle.type()][elementHandle.type()].Please use [
locator.fill()][locator.fill()] instead which is much faster. Use [locator.pressSequentially()][locator.pressSequentially()] only if there is aspecial keyboard handling on the page, and you need to press keys one-by-one.
Breaking Changes: Playwright no longer downloads browsers automatically
Playwright recommends to use
@playwright/testpackage and download browsers vianpx playwright installcommand. If you are following this recommendation, nothing has changed for you.However, up to v1.38, installing the
playwrightpackage instead of@playwright/testdid automatically download browsers. This is no longer the case, and we recommend to explicitly download browsers vianpx playwright installcommand.v1.37 and earlier
playwrightpackage was downloading browsers duringnpm install, while@playwright/testwas not.v1.38 and later
playwrightand@playwright/testpackages do not download browsers duringnpm install.Recommended migration
Run
npx playwright installto download browsers afternpm install. For example, in your CI configuration:Alternative migration option - not recommended
Add
@playwright/browser-chromium,@playwright/browser-firefoxand@playwright/browser-webkitas a dependency. These packages download respective browsers duringnpm install. Make sure you keep the version of all playwright packages in sync:Browser Versions
This version was also tested against the following stable channels:
prisma/prisma (@prisma/client)
v5.3.1Compare Source
Today, we are issuing the
5.3.1patch release.Fix in Prisma Client
metricspropertiesv5.3.0Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
In this sprint, we’ve made bug fixes and overall improvements to Prisma Client. We’ve been working on a few projects that will be announced soon. Stay tuned for the upcoming releases for updates!
Improvements and bug fixes
We made the following changes:
Prisma Client improvements
undefinedvalues in arrays inJsonfieldsWe added runtime validation for
undefinedvalues in arrays inJsonfields. Prisma Client will now return an error when an array contains anundefinedvalue. Therefore, we encourage you to add validation that either removes the value or transforms it tonullif you stumble on the runtime validation:This release improves Prisma Client’s memory consumption for models with many
@uniqueconstraints. This was a regression from version 4.10.1, where in some cases, if a model had many unique constraints, Prisma Client would use up a lot of available memory.prisma_pool_connections_openmetric to have a negative value in some cases.Prisma Migrate improvements
prisma db pullwould throw an error. We resolved this, and views are now ignored.PRISMA_SCHEMA_DISABLE_ADVISORY_LOCKenvironment variable that enables you to disable advisory locking.VS Code extension improvements
SetDefaultwithNoActionwhen using MySQL and the default/foreignKeysrelation mode.Fixes and improvements
Prisma Migrate
prisma migrate deploy:MariaDB doesn't yet support 'GET_LOCK in cluster (WSREP_ON=ON)'Prisma Client
prisma_pool_connections_openhas a bug where it goes negativeError: socket hang upon Linux/arm64undefinedfrom Arrays when using Json fields with PostgresLanguage tools (e.g. VS Code)
SetDefaultwithNoActionwhenprovider = "mysql"andrelationMode = "foreignKeys" | defaultCredits
Huge thanks to @alencardc, @Oreilles, @christianledgard, @skyzh, @alula, @michaelpoellath, @RobertCraigie, @stephenwade for helping!
tanstack/table (@tanstack/react-table)
v8.10.0Compare Source
Version 8.10.0 - 9/17/2023, 12:58 AM
Changes
Feat
15a425a) by @KevinVandyPackages
v8.9.11Compare Source
Version 8.9.11 - 9/15/2023, 4:49 PM
Changes
Fix
51214a8) by Tanner LinsleyChore
31871e9) by @KevinVandyPackages
v8.9.10Compare Source
Version 8.9.10 - 9/15/2023, 12:09 AM
Changes
Fix
6c8fb5e) by Joey MillerChore
2f4b211) by @KevinVandye7608ca) by @KevinVandyDocs
e80fb3c) by @mrlubosPackages
v8.9.9Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.7.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
pnpm/pnpm (pnpm)
v8.7.6Compare Source
Patch Changes
prepublishOnlyscripts of git-hosted dependencies #7026.use-node-versionornode-versionisn't passed down tocheckEnginewhen using pnpm workspace, resulting in an error #6981.node_modules#6756.Our Gold Sponsors
Our Silver Sponsors
v8.7.5Compare Source
Patch Changes
node_modules/.pnpm#7069.Our Gold Sponsors
Our Silver Sponsors
sass/dart-sass (sass)
v1.67.0Compare Source
All functions defined in CSS Values and Units 4 are now once again parsed as
calculation objects:
round(),mod(),rem(),sin(),cos(),tan(),asin(),acos(),atan(),atan2(),pow(),sqrt(),hypot(),log(),exp(),abs(), andsign().Unlike in 1.65.0, function calls are not locked into being parsed as
calculations or plain Sass functions at parse-time. This means that
user-defined functions will take precedence over CSS calculations of the same
name. Although the function names
calc()andclamp()are still forbidden,users may continue to freely define functions whose names overlap with other
CSS calculations (including
abs(),min(),max(), andround()whosenames overlap with global Sass functions).
Breaking change: As a consequence of the change in calculation parsing
described above, calculation functions containing interpolation are now parsed
more strictly than before. However, almost all interpolations that would
have produced valid CSS will continue to work. The only exception is
#{$variable}%which is not valid in Sass and is no longer valid incalculations. Instead of this, either use
$variabledirectly and ensure italready has the
%unit, or write($variable * 1%).Potentially breaking bug fix: The importer used to load a given file is no
longer used to load absolute URLs that appear in that file. This was
unintented behavior that contradicted the Sass specification. Absolute URLs
will now correctly be loaded only from the global importer list. This applies
to the modern JS API, the Dart API, and the embedded protocol.
Embedded Sass
files or files that require many importer or function call round-trips with
the embedded host.
Configuration
📅 Schedule: Branch creation - "before 4am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.