-
Notifications
You must be signed in to change notification settings - Fork 152
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
The image is available at: |
bc8514a
to
8cb5f29
Compare
The image is available at: |
8cb5f29
to
747b047
Compare
The image is available at: |
dc24fe6
to
c7ce937
Compare
The image is available at: |
c7ce937
to
187ef82
Compare
The image is available at: |
187ef82
to
efff2b2
Compare
The image is available at: |
efff2b2
to
6182308
Compare
The image is available at: |
6182308
to
4472b33
Compare
The image is available at: |
4472b33
to
43d4d7a
Compare
The image is available at: |
43d4d7a
to
c26376e
Compare
The image is available at: |
c26376e
to
0e85be4
Compare
The image is available at: |
f26cdef
to
8cdb249
Compare
The image is available at: |
8cdb249
to
b4a4579
Compare
The image is available at: |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
b4a4579
to
ed4c38c
Compare
The image is available at: |
This PR contains the following updates:
4.2.1
->4.4.0
1.48.0
->1.49.1
15.2.10
->15.2.11
1.3.4
->1.3.5
10.2.0
->10.3.1
6.26.2
->6.28.0
1.0.2
->1.1.1
2.2.3
->2.3.3
5.6.3
->5.7.2
2.6.0
->2.6.1
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.49.1
Compare Source
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
This version was also tested against the following stable channels:
lint-staged/lint-staged (lint-staged)
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
path-to-regexp
to 6.3.0 (#2316) (5de6cfd
) @evktalonodejs/node-gyp (node-gyp)
v10.3.1
Compare Source
Miscellaneous
v10.3.0
Compare Source
Features
Bug Fixes
Miscellaneous
remix-run/react-router (react-router-dom)
v6.28.0
Compare Source
Minor Changes
json
/defer
in favor of returning raw objectsPatch Changes
[email protected]
@remix-run/[email protected]
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.3Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.3.2...v2.3.3
v2.3.2
: Turborepo v2.3.2Compare Source
What's Changed
Docs
--cache
. by @anthonyshew in https://github.com/vercel/turborepo/pull/9489--no-cache
and--remote-only
as deprecated. by @anthonyshew in https://github.com/vercel/turborepo/pull/9488create-turbo
. by @anthonyshew in https://github.com/vercel/turborepo/pull/9507/repo/docs/getting-started/installation
by @eps1lon in https://github.com/vercel/turborepo/pull/9509--filter
fromwith-docker
example. by @anthonyshew in https://github.com/vercel/turborepo/pull/9513/repo/docs/getting-started/installation
by @eps1lon in https://github.com/vercel/turborepo/pull/9514eslint
eslint-config-turbo
to support ESLint Flat Config. by @anthonyshew in https://github.com/vercel/turborepo/pull/9502@turbo/repository
Examples
basic
example to ESLint v9 and Flat Configurations. by @anthonyshew in https://github.com/vercel/turborepo/pull/9501Changelog
i
key. by @anthonyshew in https://github.com/vercel/turborepo/pull/9479New Contributors
Full Changelog: vercel/turborepo@v2.3.1...v2.3.2
v2.3.1
Compare Source
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.7.2
Compare Source
eemeli/yaml (yaml)
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.
This PR was generated by Mend Renovate. View the repository job log.