Skip to content

chore(deps): update all non-major dependencies (minor)

Haseeb Majid requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) 1.31.2 -> 1.32.2 age adoption passing confidence
@sentry/vite-plugin (source) ^0.4.0 -> ^0.5.0 age adoption passing confidence
pocketbase ^0.12.0 -> ^0.13.0 age adoption passing confidence
svelte-awesome-icons (source) ^0.2.16 -> ^0.4.0 age adoption passing confidence

Release Notes

Microsoft/playwright

v1.32.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/21993 - [BUG] Browser crash when using Playwright VSC extension and trace-viewer enabled in config https://github.com/microsoft/playwright/issues/22003 - [Feature] Make Vue component mount props less restrictive https://github.com/microsoft/playwright/issues/22089 - [REGRESSION]: Tests failing with "Error: tracing.stopChunk"

Browser Versions

  • Chromium 112.0.5615.29
  • Mozilla Firefox 111.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 111
  • Microsoft Edge 111

v1.32.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/21832 - [BUG] Trace is not opening on specific broken locator https://github.com/microsoft/playwright/issues/21897 - [BUG] --ui fails to open with error reading mainFrame from an undefined this._page https://github.com/microsoft/playwright/issues/21918 - [BUG]: UI mode, skipped tests not being found https://github.com/microsoft/playwright/issues/21941 - [BUG] UI mode does not show webServer startup errors https://github.com/microsoft/playwright/issues/21953 - [BUG] Parameterized tests are not displayed in the UI mode

Browser Versions

  • Chromium 112.0.5615.29
  • Mozilla Firefox 111.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 111
  • Microsoft Edge 111

v1.32.0

Compare Source

📣 Introducing UI Mode (preview)

Playwright v1.32 updates

New UI Mode lets you explore, run and debug tests. Comes with a built-in watch mode.

Playwright UI Mode

Engage with a new flag --ui:

npx playwright test --ui

New APIs

️ Breaking change in component tests

Note: component tests only, does not affect end-to-end tests.

  • @playwright/experimental-ct-react now supports React 18 only.
  • If you're running component tests with React 16 or 17, please replace @playwright/experimental-ct-react with @playwright/experimental-ct-react17.

Browser Versions

  • Chromium 112.0.5615.29
  • Mozilla Firefox 111.0
  • WebKit 16.4

This version was also tested against the following stable channels:

  • Google Chrome 111
  • Microsoft Edge 111
getsentry/sentry-javascript-bundler-plugins

v0.5.1

Compare Source

  • fix(core): Skip all transformations for 3rd party modules

v0.5.0

Compare Source

  • feat(core): Add injectRelease and uploadSourceMaps options (#​190)
  • feat(core): Add experimental debug ID based source map upload to Rollup and Vite plugins (#​192)
  • feat(core): Import release injection code from each module (#​188)
  • feat: Add _experiments.injectBuildInformation option (#​176)
  • feat: Add sentryCliBinaryExists function (#​171)

Work in this release contributed by @​alexandresoro and @​dcyou. Thank you for your contributions!

pocketbase/js-sdk

v0.13.1

Compare Source

  • Added option to specify a generic send() return type and defined SendOptions type (#​171; thanks @​iamelevich).

  • Deprecated SchemaField.unique prop since its function is replaced by Collection.indexes in the upcoming PocketBase v0.14.0 release.

v0.13.0

Compare Source

  • Aliased all BaseModel helpers with $ equivalent to avoid conflicts with the dynamic record props (#​169).

    isNew      -> $isNew
    load(data) -> $load(data)
    clone()    -> $clone()
    export()   -> $export()
    // ...

    For backward compatibility, the old helpers will still continue to work if the record doesn't have a conflicting field name.

  • Updated pb.beforeSend and pb.afterSend signatures to allow returning and awaiting an optional Promise (#​166; thanks @​Bobby-McBobface).

  • Added Collection.indexes field for the new collection indexes support in the upcoming PocketBase v0.14.0.

  • Added pb.settings.generateAppleClientSecret() for sending a request to generate Apple OAuth2 client secret in the upcoming PocketBase v0.14.0.

shinokada/svelte-awesome-icons

v0.4.3

Compare Source

v0.4.2

Compare Source

v0.4.1

Compare Source

v0.3.2

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Merge request reports