chore(deps): update all non-major dependencies #431
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:
^17.3.0
->^17.4.2
^17.3.0
->^17.4.2
^1.9.0
->^1.10.0
^4.7.1
->^4.8.1
^1.3.23
->^1.3.26
^18.11.17
->^18.11.18
^3.0.6
->^3.0.7
2.7.1
->2.7.2
^18.0.9
->^18.0.10
^5.46.1
->^5.48.1
^5.46.1
->^5.48.1
^3.3.0
->^3.3.1
^8.30.0
->^8.31.0
8.5.0
->8.6.0
^2.26.0
->^2.27.4
^7.10.2
->^7.10.3
^8.0.2
->^8.0.3
^22.4.5
->^22.4.9
^2.1.0
->^2.1.1
^13.0.7
->^13.1.2
14.5-alpine
->14.6-alpine
^2.8.1
->^2.8.2
^4.7.1
->^4.8.1
^4.7.1
->^4.8.1
^1.57.0
->^1.57.1
^1.6.3
->^1.7.0
^4.0.2
->^4.0.4
^0.25.8
->^0.27.1
3.3.0
->3.3.1
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v17.4.2
Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.4.0
Compare Source
Bug Fixes
conventional-changelog/commitlint (@commitlint/config-angular)
v17.4.2
Compare Source
Note: Version bump only for package @commitlint/config-angular
v17.4.0
Compare Source
Note: Version bump only for package @commitlint/config-angular
favware/cliff-jumper
v1.10.0
Compare Source
🚀 Features
prisma/prisma
v4.8.1
Compare Source
Today, we are issuing the
4.8.1
patch release.Fixe in Prisma Client
v4.8.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
Improved serverless experience — smaller engines size
In this release, we have decreased the size of our engine files by an average of 50%. The size of the Query Engine used on Debian, with OpenSSL 3.0.x, for example, went from 39MB to 14MB. We will also remove some smaller engines to decrease the total size in future versions.
Additionally, we have started optimizing how the Prisma schema is loaded in Prisma Client. You should notice a considerable improvement when executing the first query if you're working with a bigger schema with many models and relations.
We will continue investing in this direction in the next releases and further improve the experience with Prisma and serverless environments.
Multi-schema support for CockroachDB (Preview)
We're pleased to share that this release adds Preview support for multi-schema for CockroachDB. 🎉
This release adds support for:
If you already have a CockroachDB database using multiple schemas, you can quickly get up and running set up multiple schemas by:
schemas
property in thedatasource
blockprisma db pull
You can further evolve your database schema using the multi-schema Preview feature by using
prisma migrate dev
.For further details, refer to our documentation and let us know what you think in this GitHub issue.
Improved OpenSSL 3.x support
Prisma now supports OpenSSL 3 builds for Linux Alpine on
x86_64
architectures. This particularly impacts users running Prisma onnode:alpine
andnode:lts-alpine
Docker images. The images are based on an Alpine version that ships with OpenSSL 3.0.x, which isn’t compatible with OpenSSL 1.1.x (already supported by Prisma). You can read more details about it in this GitHub comment.We also have rewritten our OpenSSL version detection logic, making it future-proof. We now expect Prisma to support systems running with any OpenSSL 3 minor versions out of the box.
Fixes and improvements
Prisma
Uuid
has no default operator class.migrate reset
only resets first schemamultiSchema
introspectionmigrate dev
does not detect drift between database schema and migration history formultiSchema
Prisma Migrate
multiSchema
preview feature with MySQLPrisma Client
clientExtensions
preview feature is used$extends
TS error: "Inferred type of this node exceeds the maximum length the compiler will serialize" with"declaration": true
intsconfig
args
isundefined
console.log
outputs incorrect value whenresult
extensions are usedextendedWhereUnique
on SQLLanguage tools (e.g. VS Code)
@map
although already present'
in optional arguments contextPrisma Engines
@@​schema
attribute should always be required whenschemas
is defined in the datasourceCredits
Huge thanks to @ivan, @Mini256, @cmd-johnson for helping!
Prisma Help Center (New)
We recently just launched our Help Center that you can use to find resources and get help from our support team for both the Prisma ORM and the Prisma Data Platform.
Check it out, and let us know what you think.
📺 Join us for another "What's new in Prisma" live stream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" live stream.
The stream takes place on YouTube on Thursday, December 22 at 5 pm Berlin | 8 am San Francisco.
swc-project/swc
v1.3.26
Compare Source
Bug Fixes
(common) Mark
\r
as a line ending (#6752) (26a0c13)(es) Remove useless context (#6777) (ae3cfa7)
(es/codegen) Fix LineCol calculation of printed files (#6763) (2b503c1)
(es/codegen) Skip
lo
of a program if body is not empty (#6773) (3f0f664)(es/decorator) Fix type detection for template literal types (#6786) (bbfa97a)
(es/helpers) Make
_classPrivateFieldLooseBase
return receiver (#6770) (1d14760)(es/minifier) Make name mangler respect
toplevel
(#6774) (ec7e913)(es/minifier) Don't inline conditionally initialized vars (#6751) (336b1d8)
(es/minifier) Make AST compressor respect
toplevel
(#6775) (06770cf)(es/parser) Allow parsing
import.meta
as an expression (#6783) (ff8face)Features
(es/minifier) Make name mangler understand block scoping (#6670) (a1ccc8a)
(es/minifier) Handle boolean in
Evaluator
(#6756) (8a6a1cb)(es/typescript) Support const modifier on type parameters (#6672) (019cf37)
Miscellaneous Tasks
Testing
(es) Add a test for a fixed source map issue (#6768) (6c126da)
(es/module) Add a test for invalid issue (#6785) (0ef84e1)
v1.3.25
Compare Source
Bug Fixes
(bindings/cli) Skip empty stdin in non tty environments (#6714) (0076418)
(cli) Use the
--source-maps
option (#6708) (24cd384)(es) Preserve license comments by default (#6703) (58700f2)
(es) Remove import statement canonicalization (#6716) (b451fa9)
(es) Fix wasm (#6755) (b46815a)
(es/compat) Fix syntax context of
async-to-generator
(#6741) (206c0db)(es/minifier) Fix usage counter to fix infinite loop (#6744) (88d40e8)
(es/parser) Fix priority of
>>>
(#6748) (65a0d3a)(es/plugin) Fix plugin starter template (#6723) (082dc21)
(es/react) Force refresh if code contains
@refresh reset
(#6749) (36b26d3)(es/utils) Fix detection of hoisting (#6738) (b5d31cc)
(preset-env) Update data (#6719) (d506c96)
Documentation
Features
(bindings) Remove
swcx
from@swc/core
(#6720) (30dd65b)(css/parser) Normalize urange (#6704) (8af627d)
(css/prefixer) Support page break (#6693) (27a8b7e)
(css/prefixer) Support
clamp
(#6695) (1722428)(es/jest) Support chaining of jest function calls (#6747) (72fb606)
Miscellaneous Tasks
(ci) Fix publish action (ed2277f)
(ci) Fix publish action (#6757) (7e6e7b1)
Performance
VisitMut
instead ofFold
for polyfill (#6734) (98da644)Refactor
raw
(#6674) (ebebd60)v1.3.24
Compare Source
Bug Fixes
(css/minifier) Don't remove custom variables with different case (#6655) (dd7280d)
(css/minifier) Fix a bug with a modern hash (#6664) (1d3e06a)
(es/helpers) Fix loose mode (#6691) (5016ebe)
(es/minifier) Abort IIFE invoker completely on eval (#6659) (bb9fab8)
(es/minifier) Don't inline invalid LHS into an update argument (#6680) (7e6ec8d)
(es/preset-env) Align polyfills with
@babel/plugin-polyfill-corejs3
(#6673) (5fed222)Features
(css/compat) Support function notation (#6651) (39afc46)
(css/compat) Support
not
with multiple arguments (#6668) (352896f)(css/compat) Support
hwb
color (#6687) (b23cf50)(css/minifier) Compress alpha in a hex (#6653) (f6292e6)
(css/minifier) Improve compression of media at-rules (#6665) (2fd3ced)
(css/parser) Normalize hex colors (#6652) (b257d5d)
(css/parser) Normalize selector AST (#6657) (649438b)
(css/parser) Normalize declaration and important (#6663) (1fc97a7)
(css/parser) Normalize dimension (#6654) (3d3863d)
(css/parser) Normalize URL functions (#6675) (c01464e)
(css/parser) Normalize at-rule names (#6676) (7f8ba9c)
(css/parser) Normalize keyframe selectors (#6688) (d7a0524)
(css/parser) Normalize and improve function name (#6667) (2571070)
(css/prefixer) Support font-face format (#6644) (199ac74)
(css/prefixer) Support
word-wrap
(#6679) (46241b4)(css/prefixer) Support
place-*
properties (#6685) (d8df1b5)(css/prefixer) Support
overflow
(#6678) (1c7f003)(es/minifier) Improve simplification of
?.
(#6681) (707b1e3)Miscellaneous Tasks
(ci) Fix upload of cli binaries (#6701) (025d626)
(helpers) Fix license (#6690) (8a71dbc)
Performance
(css/prefixer) Use
JsWord
instead of&str
(#6658) (d27a270)(es/minifier) Use rope-like structure for the name mangler (#6661) (cb4173a)
Refactor
(css/compat) Merge nesting into the compiler (#6686) (1840e74)
(css/prefixer) Use
eq_ignore_span
(#6656) (d4660a4)Testing
Build
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.48.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.0
Compare Source
Features
5.47.1 (2022-12-26)
Bug Fixes
v5.47.1
Compare Source
Bug Fixes
v5.47.0
Compare Source
Features
5.46.1 (2022-12-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.48.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.48.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.47.1 (2022-12-26)
Note: Version bump only for package @typescript-eslint/parser
v5.47.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.47.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.46.1 (2022-12-12)
Note: Version bump only for package @typescript-eslint/parser
yarnpkg/berry
v3.3.1
eslint/eslint
v8.31.0
Compare Source
Features
52c7c73
feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)b401cde
feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)30d0daf
feat: group properties with values in parentheses inkey-spacing
(#16677) (Francesco Trotta)Bug Fixes
35439f1
fix: correct syntax error inprefer-arrow-callback
autofix (#16722) (Francesco Trotta)87b2470
fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)Documentation
4339dc4
docs: Update README (GitHub Actions Bot)4e4049c
](https://github.com/eslint/eslint/commit/4e4049c5fa355b2091afc8948690fConfiguration
📅 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 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.