chore(deps): update devdeps non-major #11955
Open
+1,298
−987
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:
6.10.3
->6.10.8
6.4.1
->6.5.0
6.34.3
->6.36.1
11.1.0
->11.1.1
1.5.0
->1.6.1
1.49.0
->1.49.1
3.0.5
->3.2.0
5.2.0
->5.2.1
2.1.5
->2.1.8
2.1.5
->2.1.8
9.15.0
->9.17.0
15.11.6
->15.11.7
10.9.0
->10.9.2
7.0.1
->7.0.2
9.5.0
->9.6.0
1.81.0
->1.83.0
16.10.0
->16.12.0
5.6.3
->5.7.2
6.0.1
->6.0.5
4.3.0
->4.4.0
2.1.0
->2.2.0
2.1.6
->2.1.8
2.1.10
->2.2.0
5.96.1
->5.97.1
2.6.0
->2.6.1
Release Notes
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.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.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.1.1
Compare Source
Fixed
paulmillr/noble-hashes (@noble/hashes)
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.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.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.7
Compare Source
🐞 Bug Fixes
pnpm.overrides
or yarn resolutions to override thevite
version in thevitest
package - the APIs are compatible.View changes on GitHub
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
eslint/eslint (eslint)
v9.17.0
Compare Source
v9.16.0
Compare Source
Features
8f70eb1
feat: AddignoreComputedKeys
option insort-keys
rule (#19162) (Milos Djermanovic)Documentation
9eefc8f
docs: fix typos inuse-isnan
(#19190) (루밀LuMir)0c8cea8
docs: switch the order of words inno-unreachable
(#19189) (루밀LuMir)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188) (루밀LuMir)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186) (루밀LuMir)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183) (Tanuj Kanti)0c6b842
docs: fix typos inmigration-guide.md
(#19180) (루밀LuMir)353266e
docs: fix a typo indebug.md
(#19179) (루밀LuMir)5ff318a
docs: delete unnecessary horizontal rule(---
) innodejs-api
(#19175) (루밀LuMir)576bcc5
docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)742d054
docs: note thatno-restricted-syntax
can be used with any language (#19148) (Milos Djermanovic)Chores
feb703b
chore: upgrade to@eslint/js@9.16.0
(#19195) (Francesco Trotta)df9bf95
chore: package.json update for @eslint/js release (Jenkins)f831893
chore: add type forignoreComputedKeys
option ofsort-keys
(#19184) (Tanuj Kanti)3afb8a1
chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)1f77c53
chore: addrepository.directory
property topackage.json
(#19165) (루밀LuMir)d460594
chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])45cd4ea
refactor: update default options in rules (#19136) (Milos Djermanovic)capricorn86/happy-dom (happy-dom)
v15.11.7
Compare Source
👷♂️ Patch fixes
History.pushState()
andHistory.replaceState()
- By @sohailalam2 in task #1621npm/cli (npm)
v10.9.2
Compare Source
Dependencies
ae9345e
#7959@npmcli/run-script@9.0.2
39a19b3
#7959node-gyp@11.0.0
93e2186
#7956@npmcli/map-workspaces@4.0.2
bf0ea00
#7956@npmcli/package-json@6.1.0
c84baa3
#7956init-package-json@7.0.2
e642099
#7956node-gyp@10.3.1
v10.9.1
Compare Source
Bug Fixes
c7fe0db
#7924 perf: enable compile cache if present (#7924) (@H4ad)Dependencies
a221db7
#7931npm-install-checks@7.1.1
fbad17a
#7931hosted-git-info@8.0.2
65d2a86
#7922@sigstore/tuf@3.0.0
be45963
#7922sigstore@3.0.0
fb0bfbd
#7922spdx-license-ids@3.0.20
ccadf2a
#7922promise-call-limit@3.0.2
b25712e
#7922package-json-from-dist@1.0.1
1c9e96f
#7922negotiator@0.6.4
f13bc9c
#7922debug@4.3.7
029060c
#7922cross-spawn@7.0.6
9350950
#7922@npmcli/metavuln-calculator@8.0.1
c003827
#7922ansi-regex@6.1.0
d6194f5
#7922pacote@19.0.1
4ff29f6
#7922npm-registry-fetch@18.0.2
fd6f4fb
#7922make-fetch-happen@14.0.3
b3f3004
#7922ci-info@4.1.0
a1f9d48
#7922promise-spawn@8.0.2
Chores
3ace1c1
#7922 update arborist in mock-registry (@wraithgar)libnpmpublish@10.0.1
bcomnes/npm-run-all2 (npm-run-all2)
v7.0.2
Compare Source
Merged
#164
#161
Commits
45a9e19
285967a
5d1aea5
pinojs/pino (pino)
v9.6.0
Compare Source
sass/dart-sass (sass)
v1.83.0
Compare Source
v1.82.0
Compare Source
Command-Line Interface
Improve
--watch
mode reliability when making multiple changes at once, suchas checking out a different Git branch.
Parse the
calc-size()
function as a calculation now that it's supported insome browsers.
Dart API
SassCalculation.calcSize()
function.v1.81.1
Compare Source
stylelint/stylelint (stylelint)
v16.12.0
Compare Source
selector-pseudo-class-allowed-list
now checks@page
pseudo-classes (#8176) (@Mouvedia).selector-pseudo-class-disallowed-list
now checks@page
pseudo-classes (#8171) (@Mouvedia).at-rule-property-required-list
message to use "descriptor" for accuracy (#8186) (@ybiquitous).custom-property-no-missing-var-function
false positives forcontainer-name
(#8157) (@Mouvedia).custom-property-no-missing-var-function
false positives for custom properties passed torunning()
(#8172) (@Mouvedia).function-no-unknown
false positives forrunning()
(#8172) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for:open
(#8184) (@lukewarlow).selector-pseudo-class-no-unknown
false positives for:recto
,:verso
and:nth()
(#8170) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for somemoz-*
vendor-prefixed pseudo-classes (#8188) (@Mouvedia).selector-pseudo-element-no-unknown
false positives for::details-content
(#8174) (@lukewarlow).selector-type-no-unknown
false positives for idents in functional pseudo-classes (#8191) (@elskhn).value-keyword-case
false negatives (#8158) (@Mouvedia).value-keyword-case
false positives for vendor-prefixed system colors (#8146) (@Mouvedia).v16.11.0
Compare Source
--report-unscoped-disables
CLI flag andreportUnscopedDisables
option to Node.js API and configuration object (#8024) (@Mouvedia).ignoreFunctions: []
tomedia-query-no-invalid
(#8060) (@ryo-manba).name
configuration property underoverrides
(#8095) (@ryo-manba).benchmark-rule
script to resolveTypeError
(#8090) (@ybiquitous).github
formatter deprecation warning link tohttps://stylelint.io/awesome-stylelint#formatters
(#8115) (@ryo-manba).function-calc-no-unspaced-operator
false negatives forcalc-size
(#8026) (@azat-io).max-nesting-depth
false positives when the&
selector is being ignored (#8048) (@ryo-manba).media-feature-name-value-no-unknown
false positives fordisplay-mode: picture-in-picture
(#8136) (@Mouvedia).no-irregular-whitespace
reported ranges (#8066) (@romainmenke).selector-attribute-name-disallowed-list
reported ranges (#8037) (@ryo-manba).selector-attribute-operator-allowed-list
reported ranges (#8038) (@ryo-manba).selector-attribute-operator-disallowed-list
reported ranges (#8039) (@ryo-manba).selector-class-pattern
reported ranges (#8042) (@ryo-manba).selector-combinator-allowed-list
reported ranges (#8046) (@ryo-manba).selector-combinator-disallowed-list
reported ranges (#8047) (@ryo-manba).selector-disallowed-list
reported ranges (#8067) (@ryo-manba).selector-id-pattern
reported ranges (#8045) (@ryo-manba).selector-max-attribute
reported ranges (#8052) (@ryo-manba).selector-max-class
reported ranges (#8053) (@ryo-manba).selector-max-combinators
reported-ranges (#8055) (@ryo-manba).selector-max-compound-selectors
reported ranges (#8056) (@ryo-manba).selector-max-id
reported ranges (#8054) (@ryo-manba).selector-max-pseudo-class
reported ranges (#8057) (@ryo-manba).selector-max-specificity
reported ranges (#8058) (@ryo-manba).selector-max-universal
reported ranges (#8059) (@ryo-manba).selector-nested-pattern
reported ranges (#8072) (@ryo-manba).selector-no-vendor-prefix
reported ranges (#8073) (@ryo-manba).selector-not-notation
reported ranges (#8074) (@ryo-manba).selector-pseudo-class-allowed-list
reported ranges (#8061) (@ryo-manba).selector-pseudo-class-disallowed-list
reported ranges (#8062) (@ryo-manba).selector-pseudo-class-no-unknown
reported ranges (#8063) (@ryo-manba).selector-pseudo-element-allowed-list
reported ranges (#8068) (@ryo-manba).selector-pseudo-element-colon-notation
reported ranges (#8069) (@ryo-manba).selector-pseudo-element-disallowed-list
reported ranges (#8070) (@ryo-manba).selector-pseudo-element-no-unknown
false positives for::scroll-marker
and::scroll-marker-group
(#8110) (@Mouvedia).selector-pseudo-element-no-unknown
reported ranges (#8071) (@ryo-manba).selector-type-no-unknown
reported ranges (#8076) (@ryo-manba).microsoft/TypeScript (typescript)
v5.7.2
Compare Source
vitejs/vite (vite)
v6.0.5
Compare Source
v6.0.4
Compare Source
this.resolve
skipSelf should not skip for differentid
orimport
(#18903) (4727320), closes #18903pluginContainer.getModuleInfo
(#18895) (258cdd6), closes #18895url()
when lightningcss is used (#18997) (3734f80), closes #18997Configuration
📅 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.