fix(deps): update all non-major dependencies #148
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:
2.1.10
->2.2.0
5.21.1
->5.22.0
14.2.15
->14.2.18
3.25.1
->3.25.3
9.12.2
->9.14.4
17.0
->17.2
2.13.3
->2.14.1
2.17.3
->2.17.4
^0.2.1
->^0.3.0
Release Notes
tailwindlabs/headlessui (@headlessui/react)
v2.2.0
Compare Source
Added
prisma/prisma (@prisma/client)
v5.22.0
Compare Source
Today, we are excited to share the
5.22.0
stable release 🎉🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release.
Highlights
Further Tracing Improvements
In our ongoing effort to stabilize the
tracing
Preview feature, we’ve made our spans compliant with OpenTelemetry Semantic Conventions for Database Client Calls. This should lead to better compatibility with tools such as DataDog and Sentry.We’ve also included numerous bug fixes that should make this Preview feature easier to work with.
Metrics bug fix
Occasionally, connection pool metrics would become negative or grow unbounded. In this release, connection pool metrics should stay consistent.
Connection Pool Timeout fix
In a specific case, there could be issues where fetching a new connection from the connection pool would time out, regardless of the state of the application and connection pool. If you have experience connection pool issues accessing a PostgreSQL database with TLS encryption in a resource-constrained environment (such as Function-as-a-Service offerings or very small VPS) this should resolve those issues.
Special thanks to @youxq for their pull request and help resolving this issue!
Join us
Looking to make an impact on Prisma in a big way? We're hiring!
Learn more on our careers page: https://www.prisma.io/careers
Fixes and improvements
Prisma Migrate
@unique
inschema.prisma
does not generate SQL to do soPrisma
libquery_engine-debian-openssl-1.1.x.so.node
prisma:engine:connection
spans have no parentprisma:engine:itx_runner
are disconnected from the treeitx_runner
span and it's children are missing sometimeslibquery_engine-debian-openssl-1.1.x.so.node
Credits
Huge thanks to @tmm1, @Takur0, @hinaloe, @andyjy, and @youxq for helping!
vercel/next.js (next)
v14.2.18
Compare Source
v14.2.17
Compare Source
v14.2.16
Compare Source
amannn/next-intl (next-intl)
v3.25.3
Compare Source
Bug Fixes
v3.25.2
Compare Source
Bug Fixes
usePathname
with custom prefixes,localePrefix: 'as-needed'
and static rendering (#1573) (20fd0f0) – by @amannnpnpm/pnpm (pnpm)
v9.14.4
Compare Source
v9.14.3
Compare Source
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
v9.14.0
Compare Source
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.13.1
: pnpm 9.13.1Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.13.0
: pnpm 9.13Compare Source
Minor Changes
The
self-update
now accepts a version specifier to install a specific version of pnpm. E.g.:or
Patch Changes
Cannot read properties of undefined (reading 'name')
that is printed while trying to render the missing peer dependencies warning message #8538.Platinum Sponsors
Gold Sponsors
Silver Sponsors
v9.12.3
Compare Source
Patch Changes
node_modules
, when typing "n" in the prompt that asks whether to removenode_modules
before installation #8655.manage-package-manager-versions=true
is set and the.tools
directory is corrupt.crypto.hash
, when available, for improved performance #8629.package.json
at the root of the workspace #8667.manage-package-manager-versions
is set totrue
, errors spawning a self-managed version ofpnpm
will now be shown (instead of being silent).recharts/recharts (recharts)
v2.14.1
Compare Source
What's Changed
Fix
X/YAxis
: omit unused/accidentally added (in 2.13)ref
prop from axis types in https://github.com/recharts/recharts/pull/5295. Resolves https://github.com/recharts/recharts/issues/5294Full Changelog: recharts/recharts@v2.14.0...v2.14.1
v2.14.0
Compare Source
What's Changed
Small release to get new top level chart events out there. Still working on 3.x, a little slower right now because of the holidays.
Feat
Area
/Line
/Bar
/Scatter
/Pie
/Radar
/RadialBar
/Funnel
Chart components: add support for top levelonContextMenu
andonDoubleClick
events #5254 by @abarreau in https://github.com/recharts/recharts/pull/5255Fix
Typescript fixes
LabelList
:dataKey
prop for LabelList should accept any object by @ckifer in https://github.com/recharts/recharts/pull/5252Pie
:PieSectorDataItem.payload
should be an object rather than an array by @BTOdell in https://github.com/recharts/recharts/pull/5263New Contributors
Full Changelog: recharts/recharts@v2.13.3...v2.14.0
remeda/remeda (remeda)
v2.17.4
Compare Source
Bug Fixes
nextui-org/tailwind-variants (tailwind-variants)
v0.3.0
Compare Source
What's Changed
cva
to benchmarks by @mskelton in https://github.com/nextui-org/tailwind-variants/pull/178New Contributors
Full Changelog: heroui-inc/tailwind-variants@v0.2.1...v0.3.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.