Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

chore(deps): update minor and patch #307

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nebula.js/cli 4.3.0 -> 4.4.0 age adoption passing confidence
@nebula.js/cli-build 4.3.0 -> 4.4.0 age adoption passing confidence
@nebula.js/cli-sense 4.3.0 -> 4.4.0 age adoption passing confidence
@nebula.js/cli-serve 4.3.0 -> 4.4.0 age adoption passing confidence
@nebula.js/stardust >=4.3.0 -> >=4.4.0 age adoption passing confidence
@nebula.js/stardust 4.3.0 -> 4.4.0 age adoption passing confidence
@playwright/test (source) 1.36.2 -> 1.37.0 age adoption passing confidence
@qlik/eslint-config 0.0.16 -> 0.4.13 age adoption passing confidence
@qlik/prettier-config 0.2.4 -> 0.3.0 age adoption passing confidence
eslint (source) 8.46.0 -> 8.47.0 age adoption passing confidence

Release Notes

qlik-oss/nebula.js (@​nebula.js/cli)

v4.4.0

Compare Source

Bug Fixes
Features
qlik-oss/nebula.js (@​nebula.js/stardust)

v4.4.0

Compare Source

Features
Microsoft/playwright (@​playwright/test)

v1.37.0

Compare Source

✨ New tool to merge reports

If you run tests on multiple shards, you can now merge all reports in a single HTML report (or any other report)
using the new merge-reports CLI tool.

Using merge-reports tool requires the following steps:

  1. Adding a new "blob" reporter to the config when running on CI:

    export default defineConfig({
      testDir: './tests',
      reporter: process.env.CI ? 'blob' : 'html',
    });

    The "blob" reporter will produce ".zip" files that contain all the information
    about the test run.

  2. Copying all "blob" reports in a single shared location and running npx playwright merge-reports:

    npx playwright merge-reports --reporter html ./all-blob-reports

Read more in our documentation.

📚 Debian 12 Bookworm Support

Playwright now supports Debian 12 Bookworm on both x86_64 and arm64 for Chromium, Firefox and WebKit.
Let us know if you encounter any issues!

Linux support looks like this:

Ubuntu 20.04 Ubuntu 22.04 Debian 11 Debian 12
Chromium
WebKit
Firefox

🌈 UI Mode Updates

  • UI Mode now respects project dependencies. You can control which dependencies to respect by checking/unchecking them in a projects list.
  • Console logs from the test are now displayed in the Console tab.

Browser Versions

  • Chromium 116.0.5845.82
  • Mozilla Firefox 115.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 115
  • Microsoft Edge 115
qlik-oss/dev-tools-js (@​qlik/eslint-config)

v0.4.13

Compare Source

Patch Changes
  • 8cd7684: chore: update all dependencies

v0.4.12

Compare Source

Patch Changes
  • ae3f42f: Turn off import/order rule because it's inconsistent with prettier-plugin-organize-imports

v0.4.11

Compare Source

Patch Changes

v0.4.10

Compare Source

Patch Changes
  • bde8f0f: chore: update all dependencies

v0.4.9

Compare Source

Patch Changes
  • 812f165: chore: update all dependencies

v0.4.8

Compare Source

Patch Changes
  • 69b12c9: chore: update all dependencies

v0.4.7

Compare Source

Patch Changes
  • 6b3936e: chore: update all dependencies

v0.4.6

Compare Source

Patch Changes
  • 54d0e4e: Fix react-svelte config to reference the correct file

v0.4.5

Compare Source

Patch Changes
  • df30e12: Remove optional dependencies

v0.4.4

Compare Source

Patch Changes
  • 3bd32c9: chore: update all dependencies

v0.4.3

Compare Source

Patch Changes
  • a8d616c: turn on no-undef (typescript did not handle that)

v0.4.2

Compare Source

Patch Changes
  • a83712f: chore: update all dependencies

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes
  • 327d39e: Adding svelte-js config (javascript only)

v0.3.0

Compare Source

Minor Changes
  • 05a1a06: Use default value ("all") for prettier's trailingComma setting

v0.2.1

Compare Source

Patch Changes
  • 092249d: chore: update all dependencies

v0.2.0

Compare Source

Minor Changes
  • a83aac8: Better override support for supporting .js(x), .ts(s), .svelte mixed together

v0.1.1

Compare Source

Patch Changes

v0.1.0

Compare Source

Minor Changes
eslint/eslint (eslint)

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores


Configuration

📅 Schedule: Branch creation - "every weekend" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 12, 2023 00:29
@renovate renovate bot added the renovate label Aug 12, 2023
@renovate renovate bot enabled auto-merge (squash) August 12, 2023 00:29
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from b8d1fee to c69b4aa Compare August 14, 2023 17:36
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from c69b4aa to fabe3cf Compare August 15, 2023 10:39
@renovate renovate bot merged commit e550226 into master Aug 15, 2023
8 checks passed
@renovate renovate bot deleted the renovate/minor-and-patch branch August 15, 2023 10:58
@qlikossbuild
Copy link

🎉 This PR is included in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants