chore(deps): update dependencies (non-major) - abandoned #11
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:
18.2.45
->18.2.46
4.6.0
->4.6.2
^0.2.2
->^0.2.3
^0.3.3
->^0.4.0
^0.9.12
->^0.9.16
3.3.13
->3.4.3
Release Notes
ocavue/prosekit (prosekit)
v0.2.3
Compare Source
Patch Changes
4d2d656
Add a new entry point
prosekit/extensions/input-rule
for the input rule extension. This entry point exports better APIs for creating input rules. The old entry pointdefineInputRule
fromprosekit/core
is deprecated now and will be removed in the next minor version.fe0f64f
Add
defineCodeBlockShikiji
as an easier way to enable syntax highlighting for thecodeBlock
node using theshikiji
library.fe62e12
You can now type triple backticks followed by an optional language name and press Enter to insert a code block.
e09746f
Press
Enter
three times at the end of a code block to exit the block and create a new paragraph below it. Inspired by@tiptap/extension-code-block
.74f3ade
Update
basic/typography.css
styling for<h5>
and<h6>
elements.fe62e12
Export internal API
keymapFacet
.ocavue/prosemirror-highlight (prosemirror-highlight)
v0.4.0
Compare Source
Features
antfu/shikiji (shikiji)
v0.9.16
Compare Source
🚀 Features
mergeWhitespaces: never
for themes are not handling perfectly - by @antfu (74459)View changes on GitHub
v0.9.15
Compare Source
🚀 Features
colorReplacements
field - by @antfu in https://github.com/antfu/shikiji/issues/68 (a5ee1)View changes on GitHub
v0.9.14
Compare Source
🏎 Performance
setTheme
if theme hasn't changed - by @banga in https://github.com/antfu/shikiji/issues/66 (c6f82)View changes on GitHub
v0.9.13
Compare Source
🚀 Features
shikiji-cli
- by @antfu (68cd3)🐞 Bug Fixes
ThemeRegistration
type, close #63 - by @antfu in https://github.com/antfu/shikiji/issues/63 (03d13)View changes on GitHub
vuejs/core (vue)
v3.4.3
Compare Source
Bug Fixes
v3.4.2
Compare Source
Bug Fixes
v3.4.1
Compare Source
Bug Fixes
Features
v3.4.0
Compare Source
Potential Actions Needed
To fully leverage new features in 3.4, it is recommended to also update the following dependencies when upgrading to 3.4:
If using TSX with Vue, check actions needed in Removed: Global JSX Namespace.
Make sure you are no longer using any deprecated features (if you are, you should have warnings in the console telling you so). They may have been removed in 3.4.
Features
once
option to watch (#9034) (a645e7a)using
syntax (#8786) (5b2bd1d)defineModel
support local mutation by default, remove local option (f74785b), closes /github.com/vuejs/rfcs/discussions/503#discussioncomment-7566278__VUE_PROD_HYDRATION_MISMATCH_DETAILS__
feature flag (#9550) (bc7698d)FunctionalComponent
(#8644) (927ab17)AriaAttributes
type (#8909) (fd0b6ba)ObjectPlugin
andFunctionPlugin
types (#8946) (fa4969e), closes #8577DefineProps
type (096ba81)PublicProps
type (#2403) (44135dc)h
with native elements (#9756) (a625376)ComponentInstance
type (#5408) (bfb8565)Performance Improvements
BREAKING CHANGES
Global JSX Registration Removed
Starting in 3.4, Vue no longer registers the global
JSX
namespace by default. This is necessary to avoid global namespace collision with React so that TSX of both libs can co-exist in the same project. This should not affect SFC-only users with latest version of Volar.If you are using TSX, there are two options:
Explicitly set jsxImportSource to
'vue'
intsconfig.json
before upgrading to 3.4. You can also opt-in per file by adding a/* @​jsxImportSource vue */
comment at the top of the file.If you have code that depends on the presence of the global
JSX
namespace, e.g. usage of types likeJSX.Element
etc., you can retain the exact pre-3.4 global behavior by explicitly referencingvue/jsx
, which registers the globalJSX
namespace.Note that this is a type-only breaking change in a minor release, which adheres to our release policy.
Deprecated Features Removed
app.config.unwrapInjectedRef
has been removed. It was deprecated and enabled by default in 3.3. In 3.4 it is no longer possible to disable this behavior.@vnodeXXX
event listeners in templates are now a compiler error instead of a deprecation warning. Use@vue:XXX
listeners instead.v-is
directive has been removed. It was deprecated in 3.3. Use theis
attribute withvue:
prefix instead.Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.