This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
chore(deps): update all non-major dependencies #58
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.654.0
->^3.665.0
^3.654.0
->^3.665.0
^3.654.0
->^3.665.0
^3.654.0
->^3.665.0
^2.1.8
->^2.1.9
^10.4.3
->^10.4.4
^10.4.3
->^10.4.4
^10.4.3
->^10.4.4
^10.4.3
->^10.4.4
5.19.1
->5.20.0
^1.1.1
->^1.1.2
^1.1.1
->^1.1.2
^2.1.1
->^2.1.2
^1.1.1
->^1.1.2
^1.2.0
->^1.2.1
^2.1.1
->^2.1.2
^1.1.0
->^1.1.1
^20.16.5
->^20.16.10
18.3.8
->18.3.11
^8.6.0
->^8.8.0
^8.6.0
->^8.8.0
^2.1.1
->^2.1.2
5.68.0
->5.70.0
^5.1.4
->^5.1.5
14.2.13
->14.2.14
^1.7.15
->^1.7.18
^0.445.0
->^0.447.0
14.2.13
->14.2.14
^4.24.7
->^4.24.8
20.17.0-alpine
->20.18.0-alpine
20.17.0-alpine
->20.18.0-alpine
9.11.0
->9.12.0
^0.6.6
->^0.6.8
^5.19.1
->^5.20.0
^9.1.2
->^9.1.3
^2.5.2
->^2.5.3
^3.4.12
->^3.4.13
^2.1.1
->^2.1.2
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.665.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.664.0
Compare Source
Features
v3.663.0
Compare Source
Features
v3.662.0
Compare Source
Bug Fixes
3.658.1 (2024-09-25)
Bug Fixes
v3.658.1
Compare Source
Bug Fixes
v3.658.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.657.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
v3.665.0
Compare Source
Note: Version bump only for package @aws-sdk/client-ses
v3.664.0
Compare Source
Features
v3.662.0
Compare Source
Bug Fixes
3.658.1 (2024-09-25)
Bug Fixes
v3.658.1
Compare Source
Bug Fixes
v3.658.0
Compare Source
Note: Version bump only for package @aws-sdk/client-ses
aws/aws-sdk-js-v3 (@aws-sdk/credential-provider-node)
v3.665.0
Compare Source
Note: Version bump only for package @aws-sdk/credential-provider-node
v3.664.0
Compare Source
Note: Version bump only for package @aws-sdk/credential-provider-node
v3.662.0
Compare Source
Bug Fixes
3.658.1 (2024-09-25)
Note: Version bump only for package @aws-sdk/credential-provider-node
v3.658.1
Compare Source
Note: Version bump only for package @aws-sdk/credential-provider-node
v3.658.0
Compare Source
Note: Version bump only for package @aws-sdk/credential-provider-node
tailwindlabs/headlessui (@headlessui/react)
v2.1.9
Compare Source
Fixed
Element
is available before polyfilling to prevent crashes in non-browser environments (#3493)instanceof HTMLElement
in some environments (#3494)process
in Combobox component when using virtualization (#3495)nestjs/nest (@nestjs/common)
v10.4.4
Compare Source
nestjs/nest (@nestjs/core)
v10.4.4
Compare Source
nestjs/nest (@nestjs/platform-express)
v10.4.4
Compare Source
nestjs/nest (@nestjs/testing)
v10.4.4
Compare Source
prisma/prisma (@prisma/client)
v5.20.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟
Highlights
strictUndefinedChecks
in PreviewWith Prisma ORM 5.20.0, the Preview feature
strictUndefinedChecks
will disallow any value that is explicitlyundefined
and will be a runtime error. This change is direct feedback from this GitHub issue and follows our latest proposal on the same issue.To demonstrate the change, take the following code snippet:
In Prisma ORM 5.19.0 and below, this could result in unintended behavior. In Prisma ORM 5.20.0, if the
strictUndefinedChecks
Preview feature is enabled, you will get a runtime error instead:We have also introduced the
Prisma.skip
symbol, which will allow you to get the previous behavior if desired.From Prisma ORM 5.20.0 onward, we recommend enabling
strictUndefinedChecks
, along with the TypeScript compiler optionexactOptionalPropertyTypes
, which will help catch cases of undefined values at compile time. Together, these two changes will help protect your Prisma queries from potentially destructive behavior.strictUndefinedChecks
will be a valid Preview feature for the remainder of Prisma ORM 5. With our next major version, this behavior will become the default and the Preview feature will be “graduated” to Generally Available.If you have any questions or feedback about
strictUndefinedChecks
, please ask/comment in our dedicated Preview feature GitHub discussion.typedSql
bug fixThank you to everyone who has tried out our
typedSql
Preview feature and provided feedback! This release has a quick fix for typescript files generated when Prisma Schema enums had hyphens.Fixes and improvements
Prisma
not available
.generate
when typedSql is enabled and enum contains hyphens.@prisma/internals
didn't listts-toolbelt
in dependencies.$extends
prevents model comments from being passed to TypeScriptPrisma Engines
Credits
Huge thanks to @mcuelenaere, @pagewang0, @key-moon, @pranayat, @yubrot, @thijmenjk, @mydea, @HRM, @haaawk, @baileywickham, @brian-dlee, @nickcarnival, @eruditmorina, @nzakas, and @gutyerrez for helping!
radix-ui/primitives (@radix-ui/react-checkbox)
v1.1.2
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.8.0
Compare Source
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines
type-utils: check for type parameters on
isBuiltinSymbolLikeRecurser()
eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself
eslint-plugin: [no-misused-promises] check contextual type
eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.7.0
Compare Source
🚀 Features
eslint-plugin: [no-unsafe-call] check calls of Function
eslint-plugin: [consistent-type-exports] check
export *
exports to see if all exported members are types🩹 Fixes
eslint-plugin: properly coerce all types to string in
getStaticMemberAccessValue
eslint-plugin: [no-deprecated] report on imported deprecated variables
eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.8.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.
v8.7.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.
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)*.astro
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6565 (f8ff7)cleanOnRerun: false
to invalidate previous results - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6592 (88bde)toBeDefined
withexpect.poll
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6562 (f7da6)--cpu-prof
and--heap-prof
not working by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/pull/6555 (2e4d894)beforeAll
failed - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6524 (fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6609 [(c5e29)](https://redirect.githubConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (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.