Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.11.24 -> 20.11.25 age adoption passing confidence
@types/react (source) 18.2.61 -> 18.2.64 age adoption passing confidence
@types/react-dom (source) 18.2.19 -> 18.2.21 age adoption passing confidence
ai (source) 3.0.4 -> 3.0.8 age adoption passing confidence
dotenv-cli 7.3.0 -> 7.4.1 age adoption passing confidence
eslint-config-next (source) 14.1.1 -> 14.1.3 age adoption passing confidence
next (source) 14.1.1 -> 14.1.3 age adoption passing confidence
novel (source) 0.2.7 -> 0.2.11 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.2 age adoption passing confidence

Release Notes

vercel/ai (ai)

v3.0.8

Compare Source

Patch Changes
  • a94aab2: ai/rsc: optimize streamable value stream size

v3.0.7

Compare Source

Patch Changes
  • 9a9ae73: feat(ai/rsc): readStreamableValue

v3.0.6

Compare Source

Patch Changes
  • 1355ad0: Fix: experimental_onToolCall is called with parsed tool args
  • 9348f06: ai/rsc: improve dev error and warnings by trying to detect hanging streams
  • 8be9404: fix type resolution

v3.0.5

Compare Source

Patch Changes
entropitor/dotenv-cli (dotenv-cli)

v7.4.1

Compare Source

v7.4.0: Release better variable usage (-v)

Compare Source

Releases https://github.com/entropitor/dotenv-cli/pull/105

vercel/next.js (eslint-config-next)

v14.1.3

Compare Source

v14.1.2

Compare Source

vercel/next.js (next)

v14.1.3

Compare Source

v14.1.2

Compare Source

steven-tey/novel (novel)

v0.2.11

Compare Source

Full Changelog: https://github.com/steven-tey/novel/compare/[email protected]@0.2.11

What's Changed

//this extension is used for highlighting text for the AI
import { AIHighlight } from "novel/extensions";

//call this function when entering in AI mode to highlight current selection
import { addAIHighlight } from "novel/extensions";

//call this function when AI mode is no longer used
import { removeAIHighlight } from "novel/extensions";

//this function returns the current selection in Markdown
import { getPrevText } from "novel/extensions";
Implementation

You can see an example implementation
https://github.com/steven-tey/novel/tree/main/apps/web/components/tailwind/generative

Full Changelog: https://github.com/steven-tey/novel/compare/[email protected]@0.2.11

v0.2.10

Compare Source

  • Fixes missing types.

Full Changelog: https://github.com/steven-tey/novel/compare/[email protected]@0.2.10

v0.2.9

Compare Source

## Update to 0.2.10, this version is missing type definitions

Breaking Changes

defaultEditorProps was removed from the library
It was broken into multiple functions that have to be passed in the editorProps.

  • handleImageDrop, handleImagePaste require a custom uploadFn for uploading images (See guide here)
import { handleImageDrop, handleImagePaste } from "novel/plugins";
import { handleCommandNavigation } from "novel/extensions";

<EditorContent
   editorProps={{
        handleDOMEvents: {
          keydown: (_view, event) => handleCommandNavigation(event),
        },
        handlePaste: (view, event) =>
          handleImagePaste(view, event, uploadFn),
        handleDrop: (view, event, _slice, moved) =>
          handleImageDrop(view, event, moved, uploadFn),
      
      }}

What's Changed

Full Changelog: https://github.com/steven-tey/novel/compare/[email protected]@0.2.9

v0.2.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/steven-tey/novel/compare/[email protected]@0.2.8

Microsoft/TypeScript (typescript)

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/Chicago, 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.


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

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

@renovate renovate bot requested a review from a team March 11, 2024 08:01
@vercel
Copy link

vercel bot commented Mar 11, 2024

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

Name Status Preview Comments Updated (UTC)
autoblocks-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 8:02am

@nicolewhite nicolewhite merged commit 450933e into main Mar 11, 2024
@nicolewhite nicolewhite deleted the renovate/all-non-major-dependencies branch March 11, 2024 11:17
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.

2 participants