chore(deps): update all non-major dependencies #422
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:
^0.37.2
->^0.37.3
^4.20241022.0
->^4.20241106.0
^1.13.5
->^1.13.6
^0.16.0
->^0.17.0
^7.13.4
->^7.13.5
^7.13.4
->^7.13.5
^5.21.1
->^5.22.0
^8.36.0
->^8.37.1
^8.36.0
->^8.37.1
^8.36.0
->^8.37.1
^8.12.2
->^8.13.0
^8.12.2
->^8.13.0
^5.1.4
->^5.1.5
^2.2.1
->^2.2.2
^2.165.0
->^2.166.0
^2.165.0
->^2.166.0
^2.165.0
->^2.166.0
^0.27.1
->^0.28.0
^0.36.0
->^0.36.1
^15.11.0
->^15.12.0
^15.8.3
->^15.11.0
^0.454.0
->^0.456.0
^2.1.1
->^2.1.2
^8.4.47
->^8.4.48
^5.21.1
->^5.22.0
^23.6.1
->^23.7.1
^8.12.2
->^8.13.0
^0.4.200
->^0.4.201
^3.84.1
->^3.86.0
^8.2.0
->^8.2.1
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20241106.0
Compare Source
honojs/node-server (@hono/node-server)
v1.13.6
Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.5...v1.13.6
honojs/vite-plugins (@hono/vite-dev-server)
v0.17.0
Compare Source
Minor Changes
1a9b6851c01ef17c3129a4432db96f67724ab966
Thanks @yusukebe! - feat: exlude files inpublic
dirmantinedev/mantine (@mantine/core)
v7.13.5
Compare Source
What's Changed
[@mantine/core]
Update peer dependencies range for react to allow react and react-dom 19 as dependcy[@mantine/core]
Fix error in Next.js with React 19 related to ref prop usage in Tooltip, Popover and Combobox components (#7028)[@mantine/core]
FileButton: FixresetRef
throwing error if the component is contidionally rendered (#7025)[@mantine/core]
Button: Fix incorrect focus styles of Button.Group (#6992)[@mantine/charts]
CompositeCharts: Fix missingkey
prop error (#7020)[@mantine/core]
NumberInput: Fixmin
/max
value being bypassed if0
has been entered as the first digit (#7021)[@mantine/form]
Add useCallback wrapper toform.resetDirty
(#7029)[@mantine/core]
Combobox: Fix incorrect logic of selected options when the dropdown is closed without selecting value (#7039)[@mantine/charts]
BarChart: AddbarLabelColor
prop support[@mantine/charts]
BarChart: Fix bar label being positioned incorrectly with horizontal orientation (#7042)[@mantine/charts]
RadarChart: Fix incorrect series prop type (#7046)[@mantine/form]
Add additional type exports from the package (#7062)[@mantine/core]
Tabs: FixtabIndex
not being overridden by Tabs.Tab props (#7081)[@mantine/dates]
DatePickerInput: FixnextLabel
andpreviousLabel
props not being handled correctly (#7082)[@mantine/charts]
Update recharts dependency to the latest version to improve Next.js 15 and React 19 supportNew Contributors
Full Changelog: mantinedev/mantine@7.13.4...7.13.5
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!
getsentry/sentry-javascript (@sentry/react)
v8.37.1
Compare Source
v8.37.0
Compare Source
Important Changes
piniaIntegration
(#14138)The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the
piniaIntegration
to your client config:The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.
This new approach will include different APIs, making the current metrics API unnecessary. This release
deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the
metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.
Learn more about the end of the Metrics beta.
Other Changes
http.response_delivery_type
attribute to resource spans (#14056)skipBrowserExtensionCheck
escape hatch option (#14147)asyncFunctionReExports
to define re-exported server functions (#14104)piniaIntegration
(#14138)maybeInstrument
(#14140)modulesIntegration
does not crash esm apps (#14169)Work in this release was contributed by @rexxars. Thank you for your contribution!
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.13.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.13.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.5
hash
to replacecreateHash
(#460) (de88394), closes #460pilcrowOnPaper/arctic (arctic)
v2.2.2
aws/aws-cdk (aws-cdk)
v2.166.0
Compare Source
Features
autoMinorVersionUpgrade
for a database cluster (#31962) (0fb6106)artifactS3Encryption
property to the Canary Construct. (#30197) (1f39cb9), closes #30190Bug Fixes
Alpha modules (2.166.0-alpha.0)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
Features
Bug Fixes
drizzle-team/drizzle-orm (drizzle-kit)
v0.28.0
Compare Source
Improvements
Bug Fixes
v0.27.2
Compare Source
drizzle-orm/supabase
capricorn86/happy-dom (happy-dom)
v15.11.0
Compare Source
🎨 Features
:disabled
pseudo-class in CSS and query selectors - By @capricorn86 in task #1159v15.10.8
Compare Source
👷♂️ Patch fixes
Blob
inFileReader.readAsArrayBuffer()
,FileReader.readAsBinaryString()
,FileReader.readAsDataURL()
andFileReader.readAsText()
- By @btea in task #1565v15.10.7
Compare Source
👷♂️ Patch fixes
v15.10.6
Compare Source
👷♂️ Patch fixes
URL
object) inLocation.assign()
andLocation.replace()
- By @silverwind in task #1568v15.10.5
Compare Source
👷♂️ Patch fixes
<script>
and<style>
- By @BenjaminAster in task #1566v15.10.4
Compare Source
👷♂️ Patch fixes
HTMLMediaElement.srcObject
property - By @ewesemann in task #1557v15.10.3
Compare Source
👷♂️ Patch fixes
@happy-dom/jest-environment
- By @aearly in task #1555lucide-icons/lucide (lucide-react)
v0.456.0
: Choosing import name style 0.456.0Compare Source
What's Changed
glass-water
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2579Adjustable icon naming imports
Customize import name styles for
lucide-react
,lucide-vue
,lucide-react-native
,lucide-preact
, to manage autocompletion in your IDE.Add the following to your
settings.json
It allows you to choose the import name style.
For React:
For Vue: