mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(deps-dev): bump eslint-plugin-simple-import-sort from 12.1.1 to 13.0.0 (#16957)
* chore(deps-dev): bump eslint-plugin-simple-import-sort Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 12.1.1 to 13.0.0. - [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md) - [Commits](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v12.1.1...v13.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-simple-import-sort dependency-version: 13.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: apply updated import sorting rules Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
This commit is contained in:
parent
3b0b8117cd
commit
76b4345b4f
7 changed files with 11 additions and 11 deletions
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
import * as fs from 'node:fs';
|
||||
import * as http from 'node:http';
|
||||
import { resolve } from 'node:path';
|
||||
import * as path from 'node:path';
|
||||
import { resolve } from 'node:path';
|
||||
|
||||
import * as extensionApi from '@podman-desktop/api';
|
||||
import { shellPath } from 'shell-path';
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ import * as path from 'node:path';
|
|||
|
||||
import { Octokit } from '@octokit/rest';
|
||||
import type { AuditRequestItems, CancellationToken, CliTool, Logger } from '@podman-desktop/api';
|
||||
import { window } from '@podman-desktop/api';
|
||||
import * as extensionApi from '@podman-desktop/api';
|
||||
import { window } from '@podman-desktop/api';
|
||||
|
||||
import { connectionAuditor, createCluster } from './create-cluster';
|
||||
import type { ImageInfo } from './image-handler';
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
***********************************************************************/
|
||||
|
||||
import { KubeConfig } from '@kubernetes/client-node';
|
||||
import * as k8s from '@kubernetes/client-node';
|
||||
import { KubeConfig } from '@kubernetes/client-node';
|
||||
import { beforeEach, describe, expect, test, vi } from 'vitest';
|
||||
|
||||
import { KindClusterWatcher } from './kind-cluster-watcher';
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@
|
|||
"eslint-plugin-n": "^17.23.1",
|
||||
"eslint-plugin-no-null": "^1.0.2",
|
||||
"eslint-plugin-redundant-undefined": "^1.0.0",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"eslint-plugin-simple-import-sort": "^13.0.0",
|
||||
"eslint-plugin-sonarjs": "^4.0.2",
|
||||
"eslint-plugin-unicorn": "^64.0.0",
|
||||
"fzstd": "^0.1.1",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ import { homedir } from 'node:os';
|
|||
import { resolve } from 'node:path';
|
||||
import type { Readable, Writable } from 'node:stream';
|
||||
|
||||
import * as clientNode from '@kubernetes/client-node';
|
||||
import {
|
||||
type AppsV1Api,
|
||||
BatchV1Api,
|
||||
|
|
@ -43,7 +44,6 @@ import {
|
|||
type V1Status,
|
||||
type Watch,
|
||||
} from '@kubernetes/client-node';
|
||||
import * as clientNode from '@kubernetes/client-node';
|
||||
import type { FileSystemWatcher } from '@podman-desktop/api';
|
||||
import { type ForwardConfig, type ForwardOptions, type V1Route, WorkloadKind } from '@podman-desktop/core-api';
|
||||
import type { ApiSenderType } from '@podman-desktop/core-api/api-sender';
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ import * as fs from 'node:fs';
|
|||
import * as path from 'node:path';
|
||||
|
||||
import type { ApiSenderType } from '@podman-desktop/core-api/api-sender';
|
||||
import type { Router } from 'express';
|
||||
import type express from 'express';
|
||||
import type { Router } from 'express';
|
||||
import type { MockInstance } from 'vitest';
|
||||
import { afterEach, beforeEach, expect, test, vi } from 'vitest';
|
||||
|
||||
|
|
|
|||
|
|
@ -164,8 +164,8 @@ importers:
|
|||
specifier: ^1.0.0
|
||||
version: 1.0.0(@typescript-eslint/parser@8.58.1(eslint@10.2.0(jiti@2.6.1))(typescript@5.9.3))(eslint@10.2.0(jiti@2.6.1))(typescript@5.9.3)
|
||||
eslint-plugin-simple-import-sort:
|
||||
specifier: ^12.1.1
|
||||
version: 12.1.1(eslint@10.2.0(jiti@2.6.1))
|
||||
specifier: ^13.0.0
|
||||
version: 13.0.0(eslint@10.2.0(jiti@2.6.1))
|
||||
eslint-plugin-sonarjs:
|
||||
specifier: ^4.0.2
|
||||
version: 4.0.2(eslint@10.2.0(jiti@2.6.1))
|
||||
|
|
@ -6857,8 +6857,8 @@ packages:
|
|||
'@typescript-eslint/parser': ^6.2.0
|
||||
eslint: ^8.46.0
|
||||
|
||||
eslint-plugin-simple-import-sort@12.1.1:
|
||||
resolution: {integrity: sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==}
|
||||
eslint-plugin-simple-import-sort@13.0.0:
|
||||
resolution: {integrity: sha512-McAc+/Nlvcg4byY/CABGH8kqnefWBj8s3JA2okEtz8ixbECQgU46p0HkTUKa4YS7wvgGceimlc34p1nXqbWqtA==}
|
||||
peerDependencies:
|
||||
eslint: '>=5.0.0'
|
||||
|
||||
|
|
@ -19434,7 +19434,7 @@ snapshots:
|
|||
- supports-color
|
||||
- typescript
|
||||
|
||||
eslint-plugin-simple-import-sort@12.1.1(eslint@10.2.0(jiti@2.6.1)):
|
||||
eslint-plugin-simple-import-sort@13.0.0(eslint@10.2.0(jiti@2.6.1)):
|
||||
dependencies:
|
||||
eslint: 10.2.0(jiti@2.6.1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue