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.40.0
->1.40.1
1.40.0
->1.40.1
7.5.3
->7.6.1
7.5.3
->7.6.1
7.5.3
->7.6.1
7.5.3
->7.6.1
7.5.3
->7.6.1
7.5.3
->7.6.1
0.15.1
->0.16.0
10.43.6
->10.44.1
10.43.6
->10.44.1
20.9.2
->20.10.1
18.2.37
->18.2.39
18.2.15
->18.2.17
17.0.31
->17.0.32
6.11.0
->6.13.1
6.11.0
->6.13.1
0.20.4
->0.20.6
0.29.0
->0.29.1
2.4.0
->2.5.0
2.41.3
->2.43.0
8.10.5
->8.11.0
7.5.3
->7.6.1
4.1.4
->4.6.0
5.2.2
->5.3.2
5.0.0
->5.0.4
Release Notes
microsoft/playwright (@playwright/experimental-ct-react)
v1.40.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/28319 - [REGRESSION]: Version 1.40.0 Produces corrupted traceshttps://github.com/microsoft/playwright/issues/283711 - [BUG] The color of the 'ok' text did not change to green in the vs code test results sectiohttps://github.com/microsoft/playwright/issues/2832121 - [BUG] Ambiguous test outcome and status for serial mohttps://github.com/microsoft/playwright/issues/28362362 - [BUG] Merging blobs ends up in Error: Cannot create a string longer than 0x1fffffe8 characthttps://github.com/microsoft/playwright/pull/282398239 - fix: collect all errors in removeFolders
Browser Versions
This version was also tested against the following stable channels:
storybookjs/storybook (@storybook/addon-a11y)
v7.6.1
Compare Source
v7.6.0
Compare Source
7.6.0
Storybook 7.6 is here with increased performance and much more!
List of all updates
@storybook/core-events/preview-errors
dependency missing for Yarn PnP - #24973, thanks @JReinhold!react
and Storybook packagesdevDependencies
where possible - #24676, thanks @JReinhold!react
and Storybook packagesdevDependencies
where possible - ATTEMPT 2 - #24834, thanks @JReinhold!addon-onboarding
when checking versions - #24634, thanks @JReinhold!useStoryPrepared
hook failing withundefined
data - #22631, thanks @SpookyJelly!of
prop toPrimary
block - #23849, thanks @Wilson2k!defaultProps
inStories
block - #24506, thanks @WouterK12!store.settings.lastTrackedStoryId
- #24115, thanks @rashidshamloo!"type": "commonjs"
compatibility - #24534, thanks @ndelangen!react-docgen
to v7 - #24530, thanks @shilman!SlotDecorator
component - #24800, thanks @JReinhold!goto
,invalidate
andinvalidateAll
- #24955, thanks @paoloricciuti!--test
CLI-flag - #24862, thanks @ndelangen!--test
istrue
- #24799, thanks @ndelangen!@storybook/blocks
ifbuild.test.emptyBlocks
istrue
- #24650, thanks @ndelangen!storybookjs/test-runner (@storybook/test-runner)
v0.16.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
jest-playwright-preset
fromv3.0.1
tov4.0.0
#400 (@kemuridama)Authors: 4
v0.15.2
Compare Source
🐛 Bug Fix
Authors: 3
trpc/trpc (@trpc/client)
v10.44.1
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.44.0...v10.44.1
v10.44.0
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.7...v10.44.0
v10.43.7
Compare Source
What's Changed
New Contributors
Full Changelog: trpc/trpc@v10.43.6...v10.43.7
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.12.0
Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterface
is set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.12.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
drizzle-team/drizzle-kit-mirror (drizzle-kit)
v0.20.6
Compare Source
v0.20.5
Compare Source
drizzle-team/drizzle-orm (drizzle-orm)
v0.29.1
Compare Source
Fixes
New Features/Helpers
🎉 Detailed JSDoc for all query builders in all dialects - thanks @realmikesolo
You can now access more information, hints, documentation links, etc. while developing and using JSDoc right in your IDE. Previously, we had them only for filter expressions, but now you can see them for all parts of the Drizzle query builder
🎉 New helpers for aggregate functions in SQL - thanks @L-Mario564
Here is a list of functions and equivalent using
sql
templatecount
countDistinct
avg
avgDistinct
sum
sumDistinct
max
min
New Packages
🎉 ESLint Drizzle Plugin
For cases where it's impossible to perform type checks for specific scenarios, or where it's possible but error messages would be challenging to understand, we've decided to create an ESLint package with recommended rules. This package aims to assist developers in handling crucial scenarios during development
Install
You can install those packages for typescript support in your IDE
Usage
Create a
.eslintrc.yml
file, adddrizzle
to theplugins
, and specify the rules you want to use. You can find a list of all existing rules belowAll config
This plugin exports an
all
config that makes use of all rules (except for deprecated ones).At the moment,
all
is equivalent torecommended
Rules
**enforce-delete-with-w
Configuration
📅 Schedule: Branch creation - "after 9am and before 10am" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.