fix(deps): update minor and patch upgrades #54
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:
4.2.1
->4.3.0
5.2.6
->5.2.7
2.7.0
->2.7.1
20.16.11
->20.16.12
^0.34.0
->^0.35.0
^0.31.1 || ^0.32.0 || ^0.33.0 || ^0.34.0
->^0.31.1 || ^0.32.0 || ^0.33.0 || ^0.34.0 || ^0.35.0
19.5.0
->19.6.0
^0.452.0
->^0.453.0
^0.452.0
->^0.453.0
^0.452.0
->^0.453.0
20.0.0
->20.0.1
9.12.1
->9.12.2
1.79.5
->1.80.1
2.7.0
->2.8.0
8.8.1
->8.9.0
5.4.8
->5.4.9
Release Notes
hayes/pothos (@pothos/plugin-relay)
v4.3.0
Compare Source
Minor Changes
6a80a7c
: Add builder.nodeRef methodsveltejs/kit (@sveltejs/adapter-node)
v5.2.7
Compare Source
Patch Changes
chore: upgrade to sirv 3.0 (#12796)
Updated dependencies [
dbc9c9486f962af7dbd9123d12d8a6829700d00f
,96642d234d1f5e961e919da725a1f6188e8aba2c
]:sveltejs/kit (@sveltejs/kit)
v2.7.1
Compare Source
Patch Changes
chore: upgrade to sirv 3.0 (#12796)
fix: warn when form action responses are lost because SSR is off (#12063)
drizzle-team/drizzle-orm (drizzle-orm)
v0.35.1
Compare Source
v0.35.0
Compare Source
Important change after 0.34.0 release
Updated the init Drizzle database API
The API from version 0.34.0 turned out to be unusable and needs to be changed. You can read more about our decisions in this discussion
If you still want to use the new API introduced in 0.34.0, which can create driver clients for you under the hood, you can now do so
in order to not introduce breaking change - we will still leave support for deprecated API until V1 release.
It will degrade autocomplete performance in connection params due to
DatabaseDriver
|ConnectionParams
types collision,but that's a decent compromise against breaking changes
New Features
New .orderBy() and .limit() functions in update and delete statements SQLite and MySQL
You now have more options for the
update
anddelete
query builders in MySQL and SQLiteExample
New
drizzle.mock()
functionThere were cases where you didn't need to provide a driver to the Drizzle object, and this served as a workaround
Now you can do this using a mock function
There is no valid production use case for this, but we used it in situations where we needed to check types, etc., without making actual database calls or dealing with driver creation. If anyone was using it, please switch to using mocks now
Internal updates
Bug fixes
sindresorhus/file-type (file-type)
v19.6.0
Compare Source
5ce98f3
7b10012
4dcb8c5
9945877
lucide-icons/lucide (lucide-react)
v0.453.0
: New icons 0.453.0Compare Source
New icons 🎨
calendar-1
(#2520) by @peteruithovennrwl/nx (nx)
v20.0.1
Compare Source
20.0.1 (2024-10-15)
🩹 Fixes
NX_NO_CLOUD
(#28366)neverConnectToCloud
property (#28452)useLegacyCache
by default (#28454)❤️ Thank You
pnpm/pnpm (pnpm)
v9.12.2
Compare Source
sass/dart-sass (sass)
v1.80.1
Compare Source
v1.80.0
Compare Source
@import
is now officially deprecated, as are global built-in functions thatare available within built-in modules. See the Sass blog post for more
details on the deprecation process.
Embedded Host
emitted when using a custom importer with the legacy API.
v1.79.6
Compare Source
Fix a bug where Sass would add an extra
*/
after loud comments withwhitespace after an explicit
*/
in the indented syntax.Potentially breaking bug fix: Adding text after an explicit
*/
in theindented syntax is now an error, rather than silently generating invalid CSS.
Embedded Host
SassBoolean
type.Microsoft/tslib (tslib)
v2.8.0
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.7.0...v2.8.0
typescript-eslint/typescript-eslint (typescript-eslint)
v8.9.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the week" (UTC), 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 was generated by Mend Renovate. View the repository job log.