-
Notifications
You must be signed in to change notification settings - Fork 7
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 #2889
Conversation
|
90b15cd
to
170ec7f
Compare
98d259e
to
1621c55
Compare
1621c55
to
b9883de
Compare
9bf37f5
to
4b648c9
Compare
4b648c9
to
df03e93
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
6.18.0
->6.18.1
6.6.0
->6.6.2
6.10.2
->6.10.3
6.8.1
->6.8.2
6.33.0
->6.34.1
1.4.0
->1.5.0
1.4.0
->1.5.0
1.4.0
->1.5.0
1.46.1
->1.47.2
8.2.9
->8.3.4
8.2.9
->8.3.4
8.2.9
->8.3.4
8.2.9
->8.3.4
8.2.9
->8.3.4
8.2.9
->8.3.4
8.2.9
->8.3.4
8.2.9
->8.3.4
8.2.9
->8.3.4
0.5.8
->0.5.9
5.52.0
->5.58.1
5.52.2
->5.56.2
5.52.2
->5.58.0
16.0.0
->16.0.1
10.0.7
->10.0.8
20.16.2
->20.16.10
22.5.1
->22.7.4
18.3.8
->18.3.10
1.92.0
->1.93.0
4.23.0
->4.23.3
4.23.0
->4.23.3
4.3.1
->4.3.2
2.0.5
->2.1.1
3.0.0
->3.1.1
25.0.0
->25.0.1
8.2.9
->8.3.4
3.4.10
->3.4.13
4.25.0
->4.26.1
5.5.4
->5.6.2
5.4.2
->5.4.8
2.0.5
->2.1.1
5.94.0
->5.95.0
Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v6.18.1
Compare Source
Bug fixes
Fix an issue where
insertCompletionText
would get confused about the length of the inserted text when it contained CRLF line breaks, and create an invalid selection.Add Alt-Backtick as additional binding on macOS, where IME can take over Ctrl-Space.
codemirror/commands (@codemirror/commands)
v6.6.2
Compare Source
Bug fixes
Fix an issue causing
selectParentSyntax
to not select syntax that is a direct child of the top node.Make
selectParentSyntax
return false when it doesn't change the selection.v6.6.1
Compare Source
Bug fixes
Fix a bug in the undo history that would cause it to incorrectly track inverted effects when adding multiple edits to a single history event.
codemirror/language (@codemirror/language)
v6.10.3
Compare Source
Bug fixes
Fix a TypeScript error when using
HighlightStyle
with theexactOptionalPropertyTypes
typechecking option enabled.Make
delimitedIndent
align to spaces after the opening token.codemirror/lint (@codemirror/lint)
v6.8.2
Compare Source
Bug fixes
Show lint markers for code replaced by a block widget.
When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.
codemirror/view (@codemirror/view)
v6.34.1
Compare 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.0
Compare Source
Bug fixes
Fix an issue where the dots past the wrapping point were displayed incorrectly when using
highlightWhitespace
with 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
placeholder
now allows a function that constructs the placedholder DOM to be passed in, and usescloneNode
when a raw element is passed in, to prevent adding the same element to multiple editors.connectrpc/connect-es (@connectrpc/connect)
v1.5.0
Compare Source
What's Changed
nodeOptions.headers
by @timostamm in https://github.com/connectrpc/connect-es/pull/1219New Contributors
Full Changelog: connectrpc/connect-es@v1.4.0...v1.5.0
microsoft/playwright (@playwright/test)
v1.47.2
Compare Source
Highlights
https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions
Browser Versions
This version was also tested against the following stable channels:
v1.47.1
Compare Source
v1.47.0
Compare Source
storybookjs/storybook (@storybook/addon-essentials)
v8.3.4
Compare Source
v8.3.3
Compare Source
v8.3.2
Compare Source
storybook dev
- #29152, thanks @valentinpalkovic!v8.3.1
Compare Source
v8.3.0
Compare Source
Fresh out of the oven! Storybook 8.3 brings you:
List of all updates
StoryGlobals
-mode - #29025, thanks @JReinhold!as const satisfies
modifiers - #29000, thanks @shilman!tsconfig
to emitreact-jsx
- #28541, thanks @williamhelmrath!util
to regular dependency - #29008, thanks @ndelangen!ESM
export todocs-tools
&node-logger
packages - #28539, thanks @ndelangen!@storybook/addon-interactions
- #28518, thanks @ndelangen!commander
- #28857, thanks @43081j!node:
-prefix to node core-modules - #28860, thanks @ndelangen!Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.