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
@babel/core (source) 7.26.0 -> 7.26.9 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.25.9 -> 7.26.9 age adoption passing confidence
@babel/preset-env (source) 7.26.0 -> 7.26.9 age adoption passing confidence
@babel/runtime (source) 7.26.0 -> 7.26.9 age adoption passing confidence
@codemirror/language 6.10.3 -> 6.10.8 age adoption passing confidence
@codemirror/state 6.4.1 -> 6.5.2 age adoption passing confidence
@codemirror/view 6.34.3 -> 6.36.3 age adoption passing confidence
@cucumber/cucumber 11.1.0 -> 11.2.0 age adoption passing confidence
@cucumber/messages 27.0.2 -> 27.2.0 age adoption passing confidence
@noble/hashes (source) 1.5.0 -> 1.7.1 age adoption passing confidence
@playwright/test (source) 1.49.0 -> 1.50.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.9 age adoption passing confidence
@vitest/web-worker (source) 2.1.5 -> 2.1.9 age adoption passing confidence
eslint (source) 9.15.0 -> 9.20.1 age adoption passing confidence
glob 11.0.0 -> 11.0.1 age adoption passing confidence
happy-dom 16.7.2 -> 16.8.1 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
qs 6.13.1 -> 6.14.0 age adoption passing confidence
rollup-plugin-visualizer 5.12.0 -> 5.14.0 age adoption passing confidence
sass 1.81.0 -> 1.85.0 age adoption passing confidence
semver 7.6.3 -> 7.7.1 age adoption passing confidence
stylelint (source) 16.10.0 -> 16.14.1 age adoption passing confidence
ts-loader 9.5.1 -> 9.5.2 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
vite (source) 6.0.9 -> 6.1.0 age adoption passing confidence
vite-plugin-dts 4.3.0 -> 4.5.0 age adoption passing confidence
vite-plugin-node-polyfills 0.22.0 -> 0.23.0 age adoption passing confidence
vite-plugin-node-polyfills ^0.22.0 -> ^0.23.0 age adoption passing confidence
vite-plugin-static-copy 2.1.0 -> 2.2.0 age adoption passing confidence
vue-tsc (source) 2.1.10 -> 2.2.2 age adoption passing confidence
webpack 5.96.1 -> 5.98.0 age adoption passing confidence
yaml (source) 2.6.0 -> 2.7.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
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 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.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 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)
cucumber/messages (@​cucumber/messages)

v27.2.0

Compare Source

Added
  • [python] Added Python implementation (#​165)

v27.1.0

Compare Source

Added
  • [cpp] use VERSION file to version ABI and shared libraries #​268
Changed
  • [JavaScript] Expand tested Node.js versions (#​274)
paulmillr/noble-hashes (@​noble/hashes)

v1.7.1

Compare Source

  • Implement blake1 (sha3 proposal)
  • Use typescript verbatimModuleSyntax to support future node.js type stripping
  • Improve documentation

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

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

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • 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, whereas all 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 and 3-way modes that write the changes into source code, on top of existing patch 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 default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

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

Compare Source

   🚨 Breaking Changes
   🚀 Features

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 20 times, most recently from e97c9ce to 67ad486 Compare February 14, 2025 03:33
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch 7 times, most recently from 43cd605 to e7b1073 Compare February 18, 2025 01:59
@renovate renovate bot force-pushed the renovate/devdeps-non-major branch from e7b1073 to ea2785c Compare February 18, 2025 09:11
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