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 devdependencies (non-major) #1791

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports 4.2.1 -> 4.4.0 age adoption passing confidence
@playwright/test (source) 1.48.0 -> 1.49.1 age adoption passing confidence
glob 11.0.0 -> 11.0.1 age adoption passing confidence
ioredis 5.4.1 -> 5.4.2 age adoption passing confidence
lint-staged 15.2.10 -> 15.3.0 age adoption passing confidence
msw (source) 1.3.4 -> 1.3.5 age adoption passing confidence
node-gyp 10.2.0 -> 10.3.1 age adoption passing confidence
react-router-dom (source) 6.26.2 -> 6.28.1 age adoption passing confidence
sherif 1.0.2 -> 1.1.1 age adoption passing confidence
turbo (source) 2.2.3 -> 2.3.3 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
yaml (source) 2.6.0 -> 2.7.0 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.4.0

Compare Source

What's Changed

Enhancements
Maintenance

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

v4.3.0

Compare Source

What's Changed

Features

This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };, which is called an "import attribute". There is also an older "import assertion" form, which uses assert instead of with.

Note: You may need to add "importAttributes" to your "importOrderParserPlugins" option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'.

This plugin will also convert the older assertion style to import attributes.

Bugfixes
TypeScript

You can now type your prettier config as simply /** @​type {import("prettier").Config} */, and you'll also get the types for the options this plugin adds, automatically.

Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.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

v1.49.0

Compare Source

v1.48.2

Compare Source

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
isaacs/node-glob (glob)

v11.0.1

Compare Source

luin/ioredis (ioredis)

v5.4.2

Compare Source

Bug Fixes
lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

mswjs/msw (msw)

v1.3.5

Compare Source

v1.3.5 (2024-10-21)

Bug Fixes
nodejs/node-gyp (node-gyp)

v10.3.1

Compare Source

Miscellaneous

v10.3.0

Compare Source

Features
Bug Fixes
  • ci: use correct release-please-action domain after organization url was changed (#​3032) (d1ed3d4)
Miscellaneous
remix-run/react-router (react-router-dom)

v6.28.1

Compare Source

v6.28.0

Compare Source

Minor Changes
    • Log deprecation warnings for v7 flags (#​11750)
    • Add deprecation warnings to json/defer in favor of returning raw objects
      • These methods will be removed in React Router v7
Patch Changes

v6.27.0

Compare Source

QuiiBz/sherif (sherif)

v1.1.1

Compare Source

What's Changed

Full Changelog: QuiiBz/sherif@v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: QuiiBz/sherif@v1.0.2...v1.1.0

vercel/turborepo (turbo)

v2.3.3: Turborepo v2.3.3

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.3.2...v2.3.3

v2.3.2: Turborepo v2.3.2

Compare Source

What's Changed

Docs
eslint
@​turbo/repository
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.3.1...v2.3.2

v2.3.1

Compare Source

v2.3.0: Turborepo v2.3.0

Compare Source

What's Changed
Docs
@​turbo/codemod
Examples
Changelog
New Contributors

Full Changelog: vercel/turborepo@v2.2.3...v2.3.0

microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source

eemeli/yaml (yaml)

v2.7.0

Compare Source

The library is now available on JSR as @​eemeli/yaml and on deno.land/x as yaml. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.

  • Use .ts extension in all relative imports (#​591)
  • Ignore newline after block seq indicator as space before value (#​590)
  • Require Node.js 14.18 or later (was 14.6) (#​598)

v2.6.1

Compare Source


Configuration

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

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@renovate renovate bot requested a review from a team as a code owner October 18, 2024 20:35
@renovate renovate bot enabled auto-merge (squash) October 18, 2024 20:35
Copy link

openshift-ci bot commented Oct 18, 2024

Hi @renovate[bot]. Thanks for your PR.

I'm waiting for a janus-idp member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 1faadbc to 2674f4b Compare October 21, 2024 06:59
Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2674f4b to b4bcc3b Compare October 21, 2024 21:56
Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from b4bcc3b to 89a98aa Compare October 22, 2024 16:21
Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 89a98aa to ea30ec9 Compare October 22, 2024 18:55
Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ea30ec9 to 2285d49 Compare October 22, 2024 21:36
Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2285d49 to 532dbfc Compare October 23, 2024 05:09
Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from 38f96f1 to 58dc68a Compare October 29, 2024 14:48
Copy link
Contributor

The image is available at: quay.io/janus-idp/backstage-showcase:pr-1791!

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 58dc68a to e08f4aa Compare October 29, 2024 16:26
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 716f315 to 8f0031d Compare January 2, 2025 09:46
Copy link
Contributor

github-actions bot commented Jan 2, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 8f0031d to 98d4b8c Compare January 2, 2025 17:34
Copy link
Contributor

github-actions bot commented Jan 2, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 98d4b8c to efd1c2c Compare January 3, 2025 15:56
Copy link
Contributor

github-actions bot commented Jan 3, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from efd1c2c to 64dbc28 Compare January 4, 2025 21:25
Copy link
Contributor

github-actions bot commented Jan 4, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 64dbc28 to bb16014 Compare January 6, 2025 17:27
Copy link
Contributor

github-actions bot commented Jan 6, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from bb16014 to 34cf102 Compare January 6, 2025 19:44
Copy link
Contributor

github-actions bot commented Jan 6, 2025

@christoph-jerolimov
Copy link
Member

/ok-to-test

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 34cf102 to cf7bb5c Compare January 8, 2025 09:59
Copy link
Contributor

github-actions bot commented Jan 8, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from cf7bb5c to 89cac03 Compare January 8, 2025 13:01
Copy link
Contributor

github-actions bot commented Jan 8, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 89cac03 to a721c41 Compare January 8, 2025 16:03
Copy link
Contributor

github-actions bot commented Jan 8, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from a721c41 to 0ec886d Compare January 9, 2025 21:28
Copy link

openshift-ci bot commented Jan 9, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: christoph-jerolimov, nickboldt

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [christoph-jerolimov,nickboldt]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

github-actions bot commented Jan 9, 2025

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 0ec886d to 72df491 Compare January 11, 2025 01:43
Copy link
Contributor

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 72df491 to 7ff113e Compare January 11, 2025 10:40
Copy link
Contributor

Copy link

openshift-ci bot commented Jan 11, 2025

@renovate[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-tests 7ff113e link true /test e2e-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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

Successfully merging this pull request may close these issues.

3 participants