Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #34

Merged
merged 1 commit into from
May 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@auth/drizzle-adapter (source) ^1.0.1 -> ^1.1.0 age adoption passing confidence dependencies minor
@hookform/resolvers (source) ^3.3.4 -> ^3.4.2 age adoption passing confidence dependencies minor
@types/node (source) 20.12.8 -> 20.12.12 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.1 -> 18.3.3 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.10.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.8.0 -> ^7.10.0 age adoption passing confidence devDependencies minor
@upstash/redis ^1.30.0 -> ^1.31.3 age adoption passing confidence dependencies minor
cookies-next ^4.1.1 -> ^4.2.1 age adoption passing confidence dependencies minor
drizzle-kit ^0.21.2 -> ^0.21.4 age adoption passing confidence devDependencies patch
eslint-plugin-tailwindcss ^3.15.1 -> ^3.17.0 age adoption passing confidence devDependencies minor
jotai ^2.8.0 -> ^2.8.2 age adoption passing confidence dependencies patch
lint-staged ^15.2.2 -> ^15.2.5 age adoption passing confidence devDependencies patch
lucide-react (source) ^0.378.0 -> ^0.379.0 age adoption passing confidence dependencies minor
next (source) ^14.3.0-canary.72 -> ^14.3.0-canary.84 age adoption passing confidence dependencies patch
node 20.12.2-alpine -> 20.13.1-alpine age adoption passing confidence final minor
react (source) ^19.0.0-beta-26f2496093-20240514 -> ^19.0.0-rc-f994737d14-20240522 age adoption passing confidence dependencies patch
react-dom (source) ^19.0.0-beta-26f2496093-20240514 -> ^19.0.0-rc-f994737d14-20240522 age adoption passing confidence dependencies patch
react-hook-form (source) ^7.51.4 -> ^7.51.5 age adoption passing confidence dependencies patch
vaul (source) ^0.9.0 -> ^0.9.1 age adoption passing confidence dependencies patch
zod (source) ^3.23.6 -> ^3.23.8 age adoption passing confidence dependencies patch

Release Notes

nextauthjs/next-auth (@​auth/drizzle-adapter)

v1.1.0

Compare Source

Features

Other

react-hook-form/resolvers (@​hookform/resolvers)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.10.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.

v7.9.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.

upstash/upstash-redis (@​upstash/redis)

v1.31.3

Compare Source

What's Changed

Full Changelog: upstash/redis-js@v1.31.2...v1.31.3

v1.31.2

Compare Source

What's Changed

Full Changelog: upstash/redis-js@v1.31.1...v1.31.2

v1.31.1

Compare Source

What's Changed

New Contributors

Full Changelog: upstash/redis-js@v1.31.0...v1.31.1

v1.31.0

Compare Source

What's Changed

Full Changelog: upstash/redis-js@v1.30.1...v1.31.0

v1.30.1

Compare Source

What's Changed

New Contributors

Full Changelog: upstash/redis-js@v1.30.0...v1.30.1

andreizanik/cookies-next (cookies-next)

v4.2.1

Compare Source

hot fix bug with types

What's Changed

New Contributors

Full Changelog: andreizanik/cookies-next@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: andreizanik/cookies-next@v4.1.1...v4.2.0

drizzle-team/drizzle-kit-mirror (drizzle-kit)

v0.21.4

Compare Source

bug fixes

  • fix node-pg pool connection halting, regression introduced in previous release while migrating from client to pool with max 1 connection

v0.21.3

Compare Source

Cloudflare D1 HTTP API support 🎉
Drizzle Chrome Extension now has support for Cloudflare D1!

Drizzle Kit now lets you run migrate, push, introspect and studio commands using Cloudflare D1 HTTP API, you just need to update connection params in drizzle.config.ts:

dialect: "sqlite",
+ driver: "d1-http",
dbCredentials: {
+  accountId: "...",
+  databaseId: "...",
+  token: "...",
}

You can find accountId, databaseId and token in Cloudflare dashboard
To get accountId go to Workers & Pages -> Overview -> copy Account ID from the right sidebar
To get databaseId open D1 database you want to connect to and copy Database ID
To get token go to My profile -> API Tokens and create token with D1 edit permissions

Bug fixes

francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.17.0: Enhanced Template literals support

Compare Source

v3.16.0: ESLint v9 support

Compare Source

v3.15.2

Compare Source

pmndrs/jotai (jotai)

v2.8.2

Compare Source

v2.8.1

Compare Source

This fixes a regression in v2.6.4 and a regression in v2.7.0.

What's Changed
New Contributors

Full Changelog: pmndrs/jotai@v2.8.0...v2.8.1

okonet/lint-staged (lint-staged)

v15.2.5

Compare Source

Patch Changes

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
lucide-icons/lucide (lucide-react)

v0.379.0: New icons 0.379.0

Compare Source

Modified Icons 🔨

vercel/next.js (next)

v14.3.0-canary.84

Compare Source

Misc Changes
  • docs(migrating): fix Migrating from Create React App: #​65994
Credits

Huge thanks to @​IGassmann for helping!

v14.3.0-canary.83

Compare Source

Core Changes
  • Implement typeof window inlining for Turbopack: #​66128
Credits

Huge thanks to @​timneutkens for helping!

v14.3.0-canary.82

Compare Source

Misc Changes
  • docs(metadata): fix incorrect link to React cache function: #​66156
  • fix(docs): minor syntax typo for missed const: #​66154
Credits

Huge thanks to @​Juneezee and @​Sayakie for helping!

v14.3.0-canary.81

Compare Source

Core Changes
  • add next-build-test binary / library: #​64121
  • add bash script to run a benchmark: #​64717
  • Handle next/navigation import in middleware: #​66175
  • [ppr] Data route fix: #​66190
Misc Changes
  • add arlyon to turbopack team: #​66177
  • docs(community): remove Grammarly extension recommendation: #​66195
  • Clarify create-next-app question wording: #​66157
Credits

Huge thanks to @​arlyon, @​timneutkens, @​wyattjoh, @​samcx, and @​lorensr for helping!

v14.3.0-canary.80

Compare Source

Core Changes
  • feat(turbopack): Attempt to detect and warn about slow file IO: #​66057
  • update typescript plugin to support experimental_ppr: #​66141
Misc Changes
  • add missing -y to start-release
  • next-swc: Update from tokio 1.32.0 to 1.37.0: #​66087
  • Check access token early during release: #​66133
  • clarify interception modal docs: #​66143
Credits

Huge thanks to @​bgw, @​eps1lon, and @​ztanner for helping!

v14.3.0-canary.79

Compare Source

Core Changes
Misc Changes
  • docs: add missing /: #​66105
  • Add release candidate handling to start release: #​66107
  • Docs: Next.js 15 updates: #​65603
  • Fix validate externals docs
Credits

Huge thanks to @​wyattjoh, @​ijjk, @​eps1lon, @​tokkiyaa, @​lubieowoce, and @​delbaoliveira for helping!

v14.3.0-canary.78

Compare Source

Core Changes
Credits

Huge thanks to @​wyattjoh, @​ijjk, and @​eps1lon for helping!

v14.3.0-canary.77

Compare Source

Core Changes
  • Update React from 04b0588 to 81c5ff2 : #​65869
  • implement unstable_rethrow: #​65831
  • chore(next/image): remove unused output parameter: #​66083
  • next-swc-napi: Enable "plugin" feature by default: #​66006
  • [turbopack] Use updated RawOutput API: #​65300
  • Skip setting to fetch cache when not modified: #​66055
  • [Memory] Add option to reduce memory usage caused by duplicate strings in webpack-sources: #​66003
  • Ensure metadata routes dont skip static optimization: #​66097
  • [unstable_after] fix occasional dev-mode crash in edge runtime pages: #​66099
Misc Changes
  • Tweak flakey metadata error tests: #​66060
  • Fix cloudflare transform images url: #​66076
  • React sync: Reduce manual tasks: #​66095
  • React sync: Handle React PRs landed via ghstack: #​66069
  • [Memory] Add docs for new experimental.webpackMemoryOptimizations option: #​66096
Credits

Huge thanks to @​ijjk, @​eps1lon, @​todor0v, @​ztanner, @​styfle, @​bgw, @​mknichel, and @​lubieowoce for helping!

v14.3.0-canary.76

Compare Source

Core Changes
  • Add dedicated client entry for Turbopack builds: #​65824
Credits

Huge thanks to @​wbinnssmith for helping!

v14.3.0-canary.75

Compare Source

Core Changes
  • [Breaking] disable client router cache for page segments: #​66039
Example Changes
  • Update Google Analytics example for App Router: #​66021
Misc Changes
  • Improve sync-react changelog generator: #​66051
Credits

Huge thanks to @​qqww08, @​ztanner, and @​eps1lon for helping!

v14.3.0-canary.74

Compare Source

Core Changes
  • [Breaking] Disable automatic static generation for route handlers: #​65825
  • Fix router.refresh missing canonical url override: #​65999
  • Fix typo in JSDoc of ppr flag of next.config.js: #​66028
  • Revert webpack bundling layer changes for middleware/pages: #​66049
  • Upgrade lightningcss, disable grid prefixing: #​65986
Misc Changes
  • Update Turbopack development test manifest: #​66002
  • docs: Update Route Handlers docs for dynamic: #​66010
  • Update Turbopack production test manifest: #​66007
  • Include base commit in changes included by a React sync: #​65868
  • add missing "prerenderEarlyExit: false" to dynamic-data test
  • add pre-push hook to guard against accidental pushes directly to canary: #​66030
  • Add missing 'prerenderEarlyExit: false' in tests: #​66032
  • chore(docs): remove suggestion of manually installing sharp: #​66034
  • Update Turbopack development test manifest: #​66044
  • Fix swc test path from node_modules: #​66047
  • Update create-next-app template CSS: #​66043
  • Update lightningcss to 1.0.0-alpha.56: #​66046
  • ci(workflow): skip building next-swc with latest turbopack: #​66048
Credits

Huge thanks to @​ijjk, @​gaojude, @​leerob, @​eps1lon, @​lubieowoce, @​Nayeem-XTREME, @​styfle, @​ypessoa, @​wbinnssmith, @​kwonoj, and @​timneutkens for helping!

v14.3.0-canary.73

Compare Source

Core Changes
  • fix(next/image): prefer sharp defaults, use mozjpeg for JPEG: #​65846
  • Update font data: #​65961
  • unstable_after: support nested unstable_after calls: #​65950
  • Fix revalidateTimings route for catchall index route: #​65843
  • fix(next): initial prefetch cache not set properly with different search params: #​65977
  • Add additional log to experimental ppr flag in next.config.js: #​65944
  • Change default of prerenderEarlyExit to true: #​65830
  • short-circuit OPTIONS requests to pages: #​65295
  • Turbopack: Implement next/font/local with BeforeResolvePlugin and show custom error message: #​65870
Misc Changes
  • docs: clarify gSSP docs for runtime: #​65962
  • fix(docs): update styled components option: #​65718
  • feat: Add option to enable Turbopack with create-next-app: #​65926
  • chore(github-workflow): move issues, prs, features to #next-info channel: #​65991
Credits

Huge thanks to @​lovell, @​leerob, @​lubieowoce, @​nsams, @​devjiwonchoi, @​Nayeem-XTREME, @​JamBalaya56562, @​ijjk, @​ztanner, @​Arindam200, @​samcx, and @​wbinnssmith for helping!

nodejs/node (node)

v20.13.1: 2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Compare Source

2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Revert "tools: install npm PowerShell scripts on Windows"

Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.

Commits
  • [b7d80802cc] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #​52897

v20.13.0: 2024-05-07, Version 20.13.0 'Iron' (LTS), @​marco-ippolito

Compare Source

2024-05-07, Version 20.13.0 'Iron' (LTS), @​marco-ippolito

buffer: improve base64 and base64url performance

The performance of the base64 and base64url encoding and decoding functions has been improved significantly.

Contributed by Yagiz Nizipli in #​52428

crypto: deprecate implicitly shortened GCM tags

This release, introduces a doc-only deprecation of using GCM authentication tags that are shorter than the cipher's block size, unless the user specified the authTagLength option.

Contributed by Tobias Nießen in #​52345

events,doc: mark CustomEvent as stable

From this release CustomEvent has been marked stable.

Contributed by Daeyeon Jeong in #​52618

fs: add stacktrace to fs/promises

Sync functions in fs throwed an error with a stacktrace which is helpful for debugging. But functions in fs/promises throwed an error without a stacktrace. This commit adds stacktraces by calling Error.captureStacktrace and re-throwing the error.

Contributed by 翠 / green in #​49849

report: add --report-exclude-network option

New option --report-exclude-network, also available as report.excludeNetwork, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to generate so this option can be used to optimize that.

Contributed by Ethan Arrowood in #​51645

src: add uv_get_available_memory to report and process

From this release it is possible to get the available memory in the system by calling process.getAvailableMemory().

Contributed by theanarkh #​52023

stream: support typed arrays

This commit adds support for typed arrays in streams.

Contributed by IlyasShabi #​51866

util: support array of formats in util.styleText

It is now possible to pass an array of format strings to util.styleText to apply multiple formats to the same text.

console.log(util.styleText(['underline', 'italic'], 'My italic underlined message'));

Contributed by Marco Ippolito in #​52040

v8: implement v8.queryObjects() for memory leak regression testing

This is similar to the queryObjects() console API provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain in the heap after a full garbage collection, which can be useful for memory leak regression tests.
To avoid surprising results, users should avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the application.

To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects found. If options.format is 'summary', it returns an array containing brief string representations for each object. The visibility provided in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filer the target objects during the search.

We have been using this API internally for the test suite, which has been more stable than any other leak regression testing strategies in the CI. With a public implementation we can now use the public API instead.

const { queryObjects } = require('node:v8');
class A { foo = 'bar'; }
console.log(queryObjects(A)); // 0
let a = new A();
console.log(queryObjects(A)); // 1
// [ "A { foo: 'bar' }" ]
console.log(queryObjects(A, { format: 'summary' }));

// Release the object.
a = null;
// Search again. queryObjects() includes a full garbage collection
// so a should disappear.
console.log(queryObjects(A)); // 0

class B extends A { bar = 'qux'; }
// The child class B's prototype has A's prototype on its prototype chain
// so the prototype object shows up too.
console.log(queryObjects(A, { format: 'summary' })); // [ A {}' ]

Contributed by Joyee Cheung in #​51927

watch: mark as stable

From this release Watch Mode is considered stable.
When in watch mode, changes in the watched files cause the Node.js process to restart.

Contributed by Moshe Atlow in #​52074

Other Notable Changes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented May 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
infinitunes ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 27, 2024 1:27pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ec7c8c to aeb1a10 Compare May 13, 2024 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aeb1a10 to 006b7b8 Compare May 14, 2024 06:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 006b7b8 to a328c1b Compare May 14, 2024 19:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a328c1b to 73fa559 Compare May 15, 2024 10:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73fa559 to d8c233a Compare May 15, 2024 19:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d8c233a to 2e2f57f Compare May 17, 2024 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 99e4e8f to 744c19b Compare May 20, 2024 21:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 744c19b to fed4b55 Compare May 21, 2024 05:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fed4b55 to 2303c21 Compare May 21, 2024 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2303c21 to 5cac03e Compare May 22, 2024 05:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5cac03e to 9ced4ee Compare May 22, 2024 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ced4ee to 1c1c454 Compare May 22, 2024 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1c1c454 to 332dea1 Compare May 22, 2024 22:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 332dea1 to 7ec25a5 Compare May 23, 2024 00:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ec25a5 to 96cfd1d Compare May 23, 2024 03:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 96cfd1d to 3c4e54b Compare May 23, 2024 09:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c4e54b to dd4a761 Compare May 23, 2024 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd4a761 to aa93bcb Compare May 23, 2024 17:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa93bcb to bbdaa17 Compare May 23, 2024 21:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbdaa17 to 85802d8 Compare May 24, 2024 00:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85802d8 to 1587c30 Compare May 25, 2024 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1587c30 to dd49745 Compare May 25, 2024 13:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd49745 to 5e3270a Compare May 26, 2024 00:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e3270a to c2a1a6c Compare May 26, 2024 12:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2a1a6c to 4938f1c Compare May 27, 2024 00:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4938f1c to ac7c96e Compare May 27, 2024 08:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac7c96e to e18a244 Compare May 27, 2024 13:23
@renovate renovate bot merged commit b810b4f into master May 27, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 27, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants