This repository was archived by the owner on Oct 14, 2025. It is now read-only.
chore(deps): update dev dependencies#7
Merged
GangGreenTemperTatum merged 1 commit intomainfrom May 19, 2025
Merged
Conversation
def4012 to
812605f
Compare
b303f44 to
a56a20d
Compare
f9df032 to
9433d25
Compare
| datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | npm | @caido/sdk-backend | 0.46.0 | 0.48.1 | | npm | @caido/sdk-frontend | 0.46.0 | 0.48.1 | | npm | @codemirror/view | 6.28.1 | 6.36.8 | | npm | @vitejs/plugin-vue | 5.2.1 | 5.2.4 | | npm | postcss-prefixwrap | 1.51.0 | 1.55.0 | | npm | tailwindcss | 4.1.5 | 4.1.7 | | npm | tailwindcss-primeui | 0.3.4 | 0.6.1 | | npm | typescript | 5.5.4 | 5.8.3 | | npm | vue-tsc | 2.0.29 | 2.2.10 |
9433d25 to
cfed071
Compare
GangGreenTemperTatum
approved these changes
May 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
^0.46.0->^0.48.0^0.46.0->^0.48.06.28.1->6.36.85.2.1->5.2.41.51.0->1.55.04.1.5->4.1.70.3.4->0.6.15.5.4->5.8.32.0.29->2.2.10Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
codemirror/view (@codemirror/view)
v6.36.8Compare Source
Bug fixes
Make
logExceptionlog errors to the console whenonerrorreturns a falsy value.Fix an issue in
MatchDecoratorcausingupdateDecoto sometimes not do the right thing for deletions.v6.36.7Compare Source
Bug fixes
Use the
aria-placeholderattribute to communicate the placeholder text to screen readers.Fix a crash when
EditorView.composingor.compositionStartedare accessed during view initialization.v6.36.6Compare Source
Bug fixes
Fix an issue where
drawSelectionwould draw selections starting at a block widget not at a line break in an odd way.Fix an issue where the editor would inappropriately scroll when editing near the bottom of the document with line wrapping enabled, in some cases.
Fix an issue that caused unnecessary transactions on focus change.
v6.36.5Compare Source
Bug fixes
Fix an issue where some browsers wouldn't enable context menu paste when clicking on placeholder text.
Fix an issue where cursor height would unnecessarily be based on a placeholder node's dimensions, and thus be off from the text height.
v6.36.4Compare Source
Bug fixes
Fix an issue where scrolling down to a range higher than the viewport could in some situations fail to scroll to the proper position.
v6.36.3Compare Source
Bug fixes
Make sure event handlers registered with
domEventHandlersare not called during view updates, to avoid triggering nested update errors.Don't include the window scrollbars in the space available for displaying tooltips.
Work around an issue with Chrome's
EditContextthat shows up when using autocompletion while composing with Samsung's virtual Android keyboard.v6.36.2Compare Source
Bug fixes
Fix an issue where some kinds of relayouts could put the editor in a state where it believed it wasn't in window, preventing relayout, though it in fact was.
Make sure macOS double-space-to-period conversions are properly suppressed.
Fix an issue where native selection changes, such as mobile spacebar-drag, weren't being picked up in edit context mode.
v6.36.1Compare Source
Bug fixes
Fix a crash in MatchDecorator when updating matches at the end of the document.
v6.36.0Compare Source
Bug fixes
Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.
Fix an issue in
MatchDecoratorthat caused it to fully rebuild its decorations on normal edits.New features
View updates now have a
viewportMovedflag that is only true when a viewport change originated from something other than mapping the viewport over a document change.v6.35.3Compare Source
Bug fixes
Fix an issue where mark decorations that got merged or split weren't properly redrawn.
Avoid spurious focus events by not updating the DOM selection when the editor is unfocused but focusable.
Disable
writingsuggestionsfor the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor).v6.35.2Compare Source
Bug fixes
Fix an issue on Chrome where typing at the end of the document would insert a character after the cursor.
v6.35.1Compare Source
Bug fixes
Work around another crash caused by incorrect composition positions reported by
EditContext.Stop disabling custom cursors on Safari version 11.4 and up, which support
caret-color.Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.
v6.35.0Compare Source
New features
Tooltips can now use the
clipoption to control whether they are hidden when outside the visible editor content.v6.34.3Compare Source
Bug fixes
Make sure positions covered by a gutter or a panel aren't treated as visible for the purpose of displaying tooltips.
Properly include the tooltip arrow height when checking whether a tooltip fits in its preferred above/below position.
Fix an issue with compositions on Chrome inserting their content in the wrong position when another document change came in during composition.
v6.34.2Compare Source
Bug fixes
Fix the default cursor color for dark themes, which was way too dark.
v6.34.1Compare Source
Bug fixes
Avoid a stack overflow that could happen when updating a line with a lot of text tokens.
Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.
v6.34.0Compare Source
Bug fixes
Fix an issue where the dots past the wrapping point were displayed incorrectly when using
highlightWhitespacewith a wrapped sequence of spaces.Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.
New features
placeholdernow allows a function that constructs the placedholder DOM to be passed in, and usescloneNodewhen a raw element is passed in, to prevent adding the same element to multiple editors.v6.33.0Compare Source
Bug fixes
Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow.
New features
The new
EditorView.clipboardInputFilterandclipboardOutputFilterfacets allow you to register filter functions that change text taken from or sent to the clipboard.v6.32.0Compare Source
Bug fixes
Fix a bug where the editor could draw way too big a viewport when not managing its own scrollbar.
New features
The new
gutterWidgetClassfacet makes it possible to add a class to gutter elements next to widgets.v6.31.0Compare Source
Bug fixes
Avoid the editor's geometry measurements becoming incorrect when fonts finish loading by scheduling a measure on
document.fonts.ready.Avoid an issue where Chrome would incorrectly scroll the window when deleting lines in the editor.
Fix an issue where in some layouts editor content would be drawn on top of panel elements.
Fix an issue where
coordsAtPoswould return null when querying a position in a block widget.New features
The new
lineNumberWidgetMarkerfacet makes it possible to insert markers into the line number gutter for widgets.v6.30.0Compare Source
Bug fixes
Make spell check corrections work again on
EditContext-enabled Chrome versions.New features
The value returned by
hoverTooltipnow has anactiveproperty providing the state field used to store the open tooltips.v6.29.1Compare Source
Bug fixes
Fix a crash on old Safari browsers that don't support
MediaQueryList.addEventListener.Fix an issue where
EditorView.viewportLineBlocks(and thus other things like the gutter) might be out of date after some kinds of decoration changes.v6.29.0Compare Source
Bug fixes
Fix an issue that caused typing into an editor marked read-only to cause document changes when using
EditContext.Associate a cursor created by clicking above the end of the text on a wrap point with the line before it.
New features
The package now exports the type of hover tooltip sources as
HoverTooltipSource.v6.28.6Compare Source
Bug fixes
Fix an issue where the editor got confused about the position of inserted text when using Chrome's
EditContextand canceling transactions for typed text.v6.28.5Compare Source
Bug fixes
Fix a bug that broke drag scrolling along one axis when the innermost scrollable element around the editor was only scrollable along the other axis.
Work around a memory leak in Chrome's EditContext implementation.
v6.28.4Compare Source
Bug fixes
Fix a bug where EditContext-based editing could corrupt the document in some situations.
v6.28.3Compare Source
Bug fixes
Fix an issue causing the IME interface to appear in the wrong spot on Chrome Windows.
v6.28.2Compare Source
Bug fixes
Only use
EditContexton Chrome versions that support passing it an inverted selection range.Fix an issue that prevented non-inclusive block widgets from having their
updateDOMmethod called when changed.Re-enable
EditContextuse on Chrome 126 and up.vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.4transformWithOxcifrolldown-viteis detected (#584) (6ac8e3a), closes #584v5.2.3v5.2.2define(#545) (46d3d65), closes #545resolveddeclaration (7288a59)dbtedman/postcss-prefixwrap (postcss-prefixwrap)
v1.55.0Compare Source
🔧 Maintenance
v1.54.0Compare Source
🔧 Maintenance
v1.53.0Compare Source
💡 Features and Improvements
🔧 Maintenance
v1.52.0Compare Source
🔧 Maintenance
tailwindlabs/tailwindcss (tailwindcss)
v4.1.7Compare Source
Added
Fixed
_before numbers during candidate extraction (#17961)@themeand@utilitytogether (#17675)::beforeand::afterpseudo selectors create valid CSS rules in production builds (#17979)-rotate-*utilities properly negate arbitrary values (#18014):merge(…)selectors in legacy JS plugins (#18020).are properly extracted from Clojure files (#18038)@import … source(…)(#17963)class(#18025)v4.1.6Compare Source
Added
h-[1lh]toh-lh) (#17831, #17854)@sourcedirectives, discovered files and scanned files when usingDEBUG=*(#17906, #17952)Fixed
scalevalues generate negative values (#17831)@reference(#17836)_within arbitrary modifier shorthandbg-red-500/(--my_opacity)(#17889).logfiles for classes by default (#17906)@applyrules (#17925)optionalDependenciesare skipped (#17929)primefaces/tailwindcss-primeui (tailwindcss-primeui)
v0.6.1Compare Source
v0.6.0Compare Source
v0.5.1Compare Source
Full Changelog: primefaces/tailwindcss-primeui@0.5.0...0.5.1
v0.5.0Compare Source
v0.4.0Compare Source
microsoft/TypeScript (typescript)
v5.8.3Compare Source
v5.8.2Compare Source
v5.7.3: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.6.3: TypeScript 5.6.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.6.2: TypeScript 5.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
vuejs/language-tools (vue-tsc)
v2.2.10Compare Source
v2.2.8Compare Source
Bug Fixes
v-modelvariable against model type"v2.2.6Compare Source
Features
defineModel's leading comments (#5211) - Thanks to @KazariEX!Bug Fixes
defineModeloptions to collectdefaultvalue (#5209) - Thanks to @KazariEX!defineExpose's codes - Thanks to @KazariEX!defineModel(#5213) - Thanks to @KazariEX!v-modelvariable against model type (#5214) - Thanks to @KazariEX!Other Changes
can't reproducelabel - Thanks to @KazariEX!linkedCodeMappingsoffsets (#5220) - Thanks to @KazariEX!v2.2.4Compare Source
Features
$attrs,$el,$refsand$slots(#5135) - Thanks to @KazariEX!Bug Fixes
generateSfcBlockSectionto the end to fix missing comma errors (#5184) - Thanks to @zhiyuanzmj!TS4081(#5192) - Thanks to @KazariEX!@vue-genericto improve offset calculation (#5193) - Thanks to @Gehbt!undefinedfor model with default value (#5198) - Thanks to @RylanBueckert-Broadsign!Other Changes
v-scopeimplemention - Thanks to @KazariEX!v-for- Thanks to @KazariEX!declarationto track more errors - Thanks to @KazariEX!@vue-expect-errorsupport (#5176) - Thanks to @machty!v2.2.2Compare Source
Features
$attrs,$slots,$refsand$elin the template (#5056) - Thanks to @KazariEX!useAttrs(#5106) - Thanks to @KazariEX!strictTemplates(#5138)checkUnknownDirectivesoption (#5141) - Thanks to @KazariEX!<script vapor>- Thanks to @KazariEX!Bug Fixes
<template>withv-slot(#5077) - Thanks to @KazariEX!loc.sourceinstead of node content$attrswith__VLS_ctx.$attrs(#5113) - Thanks to @KazariEX!class(#5100) - Thanks to @KazariEX!v-forwith core (#5084) - Thanks to @KazariEX!undefinedto first param type of optional model emits (#5171) - Thanks to @KazariEX!__VLS_slotswith__VLS_ctx.$slots(#5083) - Thanks to @KazariEX!Other Changes
vueCompilerOptionsresolution logicscriptSetupRangesfrom codegen - Thanks to @KazariEX!sfc.script- Thanks to @KazariEX!v2.2.0Compare Source
Features
@vue-generic(#4971) - Thanks to @KazariEX!data-allow-mismatch- Thanks to @KazariEX!$attrs(#5076) - Thanks to @KazariEX!useSlotsand$slots(#5055) - Thanks to @KazariEX!v-modelmodifiers (#5061) - Thanks to @KazariEX!vueCompilerOptions(#4987) - Thanks to @KazariEX!Performance
Bug Fixes
@ts-check- Thanks to @KazariEX!<slot>(#4982) - Thanks to @KazariEX!defineEmits(#5028) - Thanks to @KazariEX!useTemplateRef(#5032) - Thanks to @KazariEX!enabledHybridModebefore activate extension (#5019) - Thanks to @nieyuyao!GitHub.copilot-chatto hybrid mode compatible list (#5047) - Thanks to @KazariEX!useTemplateRefhas no parameters (#5051) - Thanks to @KazariEX!.propor.attronv-model- Thanks to @KazariEX!Configuration
📅 Schedule: Branch creation - "before 4am" in timezone America/New_York, 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.
This PR was generated by Mend Renovate. View the repository job log.