chore(deps): update devdeps non-major #11955
Open
+2,093
−1,911
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:
7.26.0
->7.26.9
7.25.9
->7.26.9
7.26.0
->7.26.9
7.26.0
->7.26.9
6.10.3
->6.10.8
6.4.1
->6.5.2
6.34.3
->6.36.3
11.1.0
->11.2.0
27.0.2
->27.2.0
1.5.0
->1.7.1
1.49.0
->1.50.1
3.0.5
->3.2.0
5.2.0
->5.2.1
2.1.5
->2.1.9
2.1.5
->2.1.9
9.15.0
->9.20.1
11.0.0
->11.0.1
16.7.2
->16.8.1
7.0.1
->7.0.2
9.5.0
->9.6.0
6.13.1
->6.14.0
5.12.0
->5.14.0
1.81.0
->1.85.0
7.6.3
->7.7.1
16.10.0
->16.14.1
9.5.1
->9.5.2
5.6.3
->5.7.3
6.0.9
->6.1.0
4.3.0
->4.5.0
0.22.0
->0.23.0
^0.22.0
->^0.23.0
2.1.0
->2.2.0
2.1.10
->2.2.2
5.96.1
->5.98.0
2.6.0
->2.7.0
Release Notes
babel/babel (@babel/core)
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)codemirror/language (@codemirror/language)
v6.10.8
Compare Source
Bug fixes
Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.
v6.10.7
Compare Source
Bug fixes
Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.
Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.
v6.10.6
Compare Source
Bug fixes
Fix a crash in
StreamLanguage
when the input range is entirely before the editor viewport.v6.10.5
Compare Source
Bug fixes
Fix an issue where a
StreamLanguage
could get confused when trying to reuse existing parse data when the parsed range changed.v6.10.4
Compare Source
Bug fixes
Join adjacent tokens of the same type into a single token in .
Call stream language indent functions even when the language is used as a nested parser.
Fix a crash in
StreamParser
when a parse was resumed with different input ranges.codemirror/state (@codemirror/state)
v6.5.2
Compare Source
Bug fixes
Fix a bug where reconfiguring a field with a new
init
value didn't update the value of the field.v6.5.1
Compare Source
Bug fixes
countColumn
no longer loops infinitely when given ato
that's higher than the input string's length.v6.5.0
Compare Source
New features
RangeSet.compare
now supports aboundChange
callback that is called when there's a change in the way ranges are split.codemirror/view (@codemirror/view)
v6.36.3
Compare Source
Bug fixes
Make sure event handlers registered with
domEventHandlers
are 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
EditContext
that shows up when using autocompletion while composing with Samsung's virtual Android keyboard.v6.36.2
Compare 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.1
Compare Source
Bug fixes
Fix a crash in MatchDecorator when updating matches at the end of the document.
v6.36.0
Compare Source
Bug fixes
Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.
Fix an issue in
MatchDecorator
that caused it to fully rebuild its decorations on normal edits.New features
View updates now have a
viewportMoved
flag that is only true when a viewport change originated from something other than mapping the viewport over a document change.v6.35.3
Compare 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
writingsuggestions
for the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor).v6.35.2
Compare 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.1
Compare 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.0
Compare Source
New features
Tooltips can now use the
clip
option to control whether they are hidden when outside the visible editor content.cucumber/cucumber-js (@cucumber/cucumber)
v11.2.0
Compare Source
Added
junit
formatter now includestimestamp
attribute (junit-xml-formatter#45)Hook
message now includestype
(#2463)TestRunStarted
message now includesid
;TestCase
andTestRunFinished
messages reference it intestRunStartedId
(#2463)Fixed
v11.1.1
Compare Source
Fixed
cucumber/messages (@cucumber/messages)
v27.2.0
Compare Source
Added
v27.1.0
Compare Source
Added
Changed
paulmillr/noble-hashes (@noble/hashes)
v1.7.1
Compare Source
Full Changelog: paulmillr/noble-hashes@1.7.0...1.7.1
v1.7.0
Compare Source
_assert
New Contributors
Full Changelog: paulmillr/noble-hashes@1.6.1...1.7.0
v1.6.1
Compare Source
Full Changelog: paulmillr/noble-hashes@1.6.0...1.6.1
v1.6.0
Compare Source
New Contributors
Full Changelog: paulmillr/noble-hashes@1.5.0...1.6.0
microsoft/playwright (@playwright/test)
v1.50.1
Compare Source
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
v1.49.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode
Browser Versions
This version was also tested against the following stable channels:
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.1
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.9
Compare Source
🚨 Breaking Changes
coverage.ignoreEmptyLines
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5543 (31994)pool
to'forks'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5047 (7f8f9)--merge-reports
to support coverage - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5736 (b7438)🚀 Features
--output-json
- by @Joristdh in https://github.com/vitest-dev/vitest/issues/5745 (0766b)Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.