Skip to content
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 devdeps non-major #11955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/language 6.10.3 -> 6.10.8 age adoption passing confidence
@codemirror/state 6.4.1 -> 6.5.1 age adoption passing confidence
@codemirror/view 6.34.3 -> 6.36.2 age adoption passing confidence
@cucumber/cucumber 11.1.0 -> 11.2.0 age adoption passing confidence
@noble/hashes (source) 1.5.0 -> 1.7.0 age adoption passing confidence
@playwright/test (source) 1.49.0 -> 1.49.1 age adoption passing confidence
@​types/dompurify 3.0.5 -> 3.2.0 age adoption passing confidence
@vitejs/plugin-vue (source) 5.2.0 -> 5.2.1 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.5 -> 2.1.8 age adoption passing confidence
@vitest/web-worker (source) 2.1.5 -> 2.1.8 age adoption passing confidence
eslint (source) 9.15.0 -> 9.18.0 age adoption passing confidence
glob 11.0.0 -> 11.0.1 age adoption passing confidence
happy-dom 15.11.6 -> 15.11.7 age adoption passing confidence
npm-run-all2 7.0.1 -> 7.0.2 age adoption passing confidence
pino (source) 9.5.0 -> 9.6.0 age adoption passing confidence
rollup-plugin-visualizer 5.12.0 -> 5.14.0 age adoption passing confidence
sass 1.81.0 -> 1.83.1 age adoption passing confidence
stylelint (source) 16.10.0 -> 16.12.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
vite (source) 6.0.1 -> 6.0.7 age adoption passing confidence
vite-plugin-dts 4.3.0 -> 4.5.0 age adoption passing confidence
vite-plugin-static-copy 2.1.0 -> 2.2.0 age adoption passing confidence
vitest (source) 2.1.6 -> 2.1.8 age adoption passing confidence
vue-tsc (source) 2.1.10 -> 2.2.0 age adoption passing confidence
webpack 5.96.1 -> 5.97.1 age adoption passing confidence
yaml (source) 2.6.0 -> 2.7.0 age adoption passing confidence

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.1

Compare Source

Bug fixes

countColumn no longer loops infinitely when given a to that's higher than the input string's length.

v6.5.0

Compare Source

New features

RangeSet.compare now supports a boundChange callback that is called when there's a change in the way ranges are split.

codemirror/view (@​codemirror/view)

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 includes timestamp attribute (junit-xml-formatter#45)
  • Hook message now includes type (#​2463)
  • TestRunStarted message now includes id; TestCase and TestRunFinished messages reference it in testRunStartedId (#​2463)
Fixed
  • Enable world proxy in parameter transformers (#​2465)

v11.1.1

Compare Source

Fixed
  • Correctly report error in publish plugin (#​2454)
  • Reverse AfterAll execution order (#​2456)
paulmillr/noble-hashes (@​noble/hashes)

v1.7.0

Compare Source

  • The package is now available on JSR.
  • Use isolatedDeclarations typescript option, which massively simplifies documentation auto-gen, and more
    • Check out JSR page for one example
  • Add tons of comments everywhere to improve autocompletion, LLM code gen, and basic code understanding.
  • Remove some exports from internal _assert

New Contributors

Full Changelog: paulmillr/noble-hashes@1.6.1...1.7.0

v1.6.1

Compare Source

  • Fix argon2 initialization
  • pkg.json: include d.ts.map

Full Changelog: paulmillr/noble-hashes@1.6.0...1.6.1

v1.6.0

Compare Source

  • Add support for 4GB+ arrays on supported platforms
  • argon2: Harden, make it stable
  • utils: Improve isBytes speed
  • Improve compatibility with parsers & minifiers

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
  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130
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
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub
eslint/eslint (eslint)

v9.18.0

Compare Source

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

isaacs/node-glob (glob)

v11.0.1

Compare Source

capricorn86/happy-dom (happy-dom)

v15.11.7

Compare Source

👷‍♂️ Patch fixes
  • Allow for an URL to be a string or an URL object in History.pushState() and History.replaceState() - By @​sohailalam2 in task #​1621
bcomnes/npm-run-all2 (npm-run-all2)

v7.0.2

Compare Source

Merged
  • Upgrade: Bump neostandard from 0.11.9 to 0.12.0 #164
  • Upgrade: Bump codecov/codecov-action from 4 to 5 #161
Commits
  • Raise cross-spawn version floor to ^7.0.6 45a9e19
  • Merge pull request #​163 from bcomnes/dependabot/npm_and_yarn/mocha-11.0.1 285967a
  • Upgrade: Bump mocha from 10.8.2 to 11.0.1 5d1aea5
pinojs/pino (pino)

v9.6.0

Compare Source

btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v5.14.0

Compare Source

  • Return flamegraph

v5.13.1

Compare Source

v5.13.0

Compare Source

  • Remove flamegraph template
  • Merge #​191. Thanks to @​guillaumeduboc
  • Update deps
  • Switch jest -> vitest
  • Switch eslint -> oxlint
  • Add test for rolldown
  • Make node v18 min required
sass/dart-sass (sass)

v1.83.1

Compare Source

  • Fix a bug where --quiet-deps would get deactivated for @content blocks,
    even when those blocks were entirely contained within dependencies.

  • Include deprecation IDs in deprecation warnings to make it easier to determine
    what to pass to --silence-deprecation or --fatal-deprecation.

v1.83.0

Compare Source

  • Allow trailing commas in all argument and parameter lists.

v1.82.0

Compare Source

Command-Line Interface
  • Improve --watch mode reliability when making multiple changes at once, such
    as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in
    some browsers.

Dart API
  • Add a SassCalculation.calcSize() function.

v1.81.1

Compare Source

  • No user-visible changes.
stylelint/stylelint (stylelint)

v16.12.0

Compare Source

  • Added: selector-pseudo-class-allowed-list now checks @page pseudo-classes (#​8176) (@​Mouvedia).
  • Added: selector-pseudo-class-disallowed-list now checks @page pseudo-classes (#​8171) (@​Mouvedia).
  • Fixed: at-rule-property-required-list message to use "descriptor" for accuracy (#​8186) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for container-name (#​8157) (@​Mouvedia).
  • Fixed: custom-property-no-missing-var-function false positives for custom properties passed to running() (#​8172) (@​Mouvedia).
  • Fixed: function-no-unknown false positives for running() (#​8172) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :open (#​8184) (@​lukewarlow).
  • Fixed: selector-pseudo-class-no-unknown false positives for :recto, :verso and :nth() (#​8170) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for some moz-* vendor-prefixed pseudo-classes (#​8188) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::details-content (#​8174) (@​lukewarlow).
  • Fixed: selector-type-no-unknown false positives for idents in functional pseudo-classes (#​8191) (@​elskhn).
  • Fixed: value-keyword-case false negatives (#​8158) (@​Mouvedia).
  • Fixed: value-keyword-case false positives for vendor-prefixed system colors (#​8146) (@​Mouvedia).

v16.11.0

Compare Source

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source

vitejs/vite (vite)

v6.0.7

Compare Source

v6.0.6

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

update-docs bot commented Nov 25, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 21 times, most recently from 1454ad6 to a3f7f94 Compare November 27, 2024 17:02
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 7 times, most recently from 68cb3b7 to 19a180d Compare November 28, 2024 15:53
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 28 times, most recently from 81a5c28 to b47a1cb Compare January 10, 2025 10:39
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch from b47a1cb to ed9047a Compare January 11, 2025 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant