-
Notifications
You must be signed in to change notification settings - Fork 149
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
base: main
Are you sure you want to change the base?
Conversation
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 Once the patch is verified, the new status will be reflected by the 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. |
The image is available at: |
1faadbc
to
2674f4b
Compare
The image is available at: |
2674f4b
to
b4bcc3b
Compare
The image is available at: |
b4bcc3b
to
89a98aa
Compare
The image is available at: |
89a98aa
to
ea30ec9
Compare
The image is available at: |
ea30ec9
to
2285d49
Compare
The image is available at: |
2285d49
to
532dbfc
Compare
The image is available at: |
38f96f1
to
58dc68a
Compare
The image is available at: |
58dc68a
to
e08f4aa
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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:
Approvers can indicate their approval by writing |
bbfc8cc
to
6a91906
Compare
New changes are detected. LGTM label has been removed. |
The image is available at: |
6a91906
to
ddf6a05
Compare
The image is available at: |
351b353
to
f60eb74
Compare
The image is available at: |
f60eb74
to
1c3bd22
Compare
The image is available at: |
1c3bd22
to
99ff5f6
Compare
The image is available at: |
99ff5f6
to
f9af6b9
Compare
The image is available at: |
f9af6b9
to
19c8df9
Compare
The image is available at: |
811dc4b
to
b578be6
Compare
The image is available at: |
b578be6
to
7277dca
Compare
The image is available at: |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7277dca
to
8bec383
Compare
Quality Gate passedIssues Measures |
The image is available at: |
This PR contains the following updates:
4.2.1
->4.4.0
1.48.0
->1.48.2
2.4.9
->2.6.4
1.3.4
->1.3.5
2.2.3
->2.3.0
5.6.2
->5.6.3
Release Notes
ianvs/prettier-plugin-sort-imports (@ianvs/prettier-plugin-sort-imports)
v4.4.0
Compare Source
What's Changed
Enhancements
importOrderCaseSensitive
option for case-sensitive sorting by @acnebs in https://github.com/IanVS/prettier-plugin-sort-imports/pull/184Maintenance
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 usesassert
instead ofwith
.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
Options
types with internalPluginConfig
by @jeremy-code in https://github.com/IanVS/prettier-plugin-sort-imports/pull/172You 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.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
This version was also tested against the following stable channels:
mswjs/msw (msw)
v2.6.4
Compare Source
v2.6.4 (2024-11-10)
Bug Fixes
sendBeacon()
requests (#2353) (2fa98c3
) @kettanaito2fa98c3
) @kettanaitov2.6.3
Compare Source
v2.6.3 (2024-11-10)
Bug Fixes
transformResponse
option (#2351) (74c4a3a
) @kettanaitov2.6.2
Compare Source
v2.6.2 (2024-11-07)
Bug Fixes
@bundled-es-modules/cookie
to 2.0.1 (#2312) (c134352
) @kettanaitov2.6.1
Compare Source
v2.6.1 (2024-11-06)
Bug Fixes
instanceof
handler check failures between different MSW versions (#2349) (28d26bd
) @kettanaitov2.6.0
Compare Source
v2.6.0 (2024-10-29)
Features
ae786f5
) @kettanaito @DanielleHuismanv2.5.2
Compare Source
v2.5.2 (2024-10-27)
Bug Fixes
e9b0636
) @kettanaitov2.5.1
Compare Source
v2.5.1 (2024-10-24)
Bug Fixes
@inquirer/confirm
requirement to 5.0.0 (#2325) (b65c0a8
) @greysteil @kettanaitov2.5.0
Compare Source
v2.5.0 (2024-10-22)
Features
a1a81ba
) @kettanaitov2.4.13
Compare Source
v2.4.13 (2024-10-22)
Bug Fixes
@inquirer/confirm
to 4.0 (#2300) (0cf9cce
) @greysteil @kettanaitov2.4.12
Compare Source
v2.4.12 (2024-10-21)
Bug Fixes
a58a300
) @paoloricciutiv2.4.11
Compare Source
v2.4.11 (2024-10-14)
Bug Fixes
8f68f0a
) @kettanaitov2.4.10
Compare Source
v2.4.10 (2024-10-11)
Bug Fixes
8e40724
) @kettanaitovercel/turborepo (turbo)
v2.3.0
: Turborepo v2.3.0Compare Source
What's Changed
Docs
jest
/ts-jest
to latest by @dimitropoulos in https://github.com/vercel/turborepo/pull/9155TURBO_FORCE
is a boolean. by @anthonyshew in https://github.com/vercel/turborepo/pull/9380//#
means. by @anthonyshew in https://github.com/vercel/turborepo/pull/9377turbo info
by @anthonyshew in https://github.com/vercel/turborepo/pull/9413--cache
flag. by @anthonyshew in https://github.com/vercel/turborepo/pull/9427@turbo/codemod
Examples
Changelog
h
key. by @anthonyshew in https://github.com/vercel/turborepo/pull/9350import
andrequire
to trace resolver by @NicholasLYang in https://github.com/vercel/turborepo/pull/9360turbo info
command for debugging by @anthonyshew in https://github.com/vercel/turborepo/pull/9368turbo info
. by @anthonyshew in https://github.com/vercel/turborepo/pull/9416New Contributors
Full Changelog: vercel/turborepo@v2.2.3...v2.3.0
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.