sentry-module icon indicating copy to clipboard operation
sentry-module copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.21.0 -> ^8.22.0 age adoption passing confidence
eslint-plugin-jest ^26.7.0 -> ^26.8.2 age adoption passing confidence
playwright-chromium (source) ^1.24.2 -> ^1.25.0 age adoption passing confidence
release-it ^15.2.0 -> ^15.3.0 age adoption passing confidence
sentry-testkit ^4.0.2 -> ^4.0.3 age adoption passing confidence

Release Notes

eslint/eslint

v8.22.0

Compare Source

Features
  • 2b97607 feat: Implement caching for FlatESLint (#​16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#​16185) (Milos Djermanovic)
Documentation
Chores
  • 10a6e0e chore: remove deploy workflow for playground (#​16186) (Milos Djermanovic)
jest-community/eslint-plugin-jest

v26.8.2

Compare Source

Bug Fixes
  • max-expects: don't count expect.<member>() calls towards max (#​1194) (75a0ff2)

v26.8.1

Compare Source

Bug Fixes
  • no-standalone-expect: only report on expect.hasAssertions & expect.assertions member calls (#​1191) (4bf9eea)

v26.8.0

Compare Source

Features
Microsoft/playwright

v1.25.0

Compare Source

VSCode Extension

  • New Playwright actions view

    Playwright actions
  • Pick selector You can pick selector right from a live page, before or after running a test

    Pick selector
  • Record new test Start recording where you left off with the new 'Record new test' feature.

  • Show & reuse browser Watch your tests running live & keep devtools open. Develop while continuously running tests.

extension screenshot #### Test Runner
  • test.step(title, body) now returns the value of the step function:

    test('should work', async ({ page }) => {
        const pageTitle = await test.step('get title', async () => {
            await page.goto('https://playwright.dev');
            return await page.title();
        });
        console.log(pageTitle);
    });
    
  • Added test.describe.fixme(title, callback).

  • New 'interrupted' test status.

  • Enable tracing via CLI flag: npx playwright test --trace=on.

  • New property testCase.id that can be use in reporters as a history ID.

Announcements

  • 🎁 We now ship Ubuntu 22.04 Jammy Jellyfish docker image: mcr.microsoft.com/playwright:v1.25.0-jammy.
  • 🪦 This is the last release with macOS 10.15 support (deprecated as of 1.21).
  • ⚠️ Ubuntu 18 is now deprecated and will not be supported as of Dec 2022.

Browser Versions

  • Chromium 105.0.5195.19
  • Mozilla Firefox 103.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 104
  • Microsoft Edge 104
release-it/release-it

v15.3.0

Compare Source

wix/sentry-testkit

v4.0.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 03 '22 15:08 renovate[bot]

Codecov Report

Merging #437 (76fded7) into main (a7d9470) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #437   +/-   ##
=======================================
  Coverage   70.83%   70.83%           
=======================================
  Files           1        1           
  Lines          48       48           
  Branches       22       22           
=======================================
  Hits           34       34           
  Misses         11       11           
  Partials        3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Aug 03 '22 15:08 codecov[bot]