mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
chore(deps-dev): bump the oxc group across 1 directory with 4 updates (#22054)
* chore(deps-dev): bump the oxc group across 1 directory with 4 updates Bumps the oxc group with 4 updates in the / directory: [@oxlint/plugins](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugins), [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt), [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) and [oxlint-plugin-eslint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint-plugin-eslint). Updates `@oxlint/plugins` from 1.65.0 to 1.66.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.66.0/npm/oxlint-plugins) Updates `oxfmt` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.51.0/npm/oxfmt) Updates `oxlint` from 1.65.0 to 1.66.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.66.0/npm/oxlint) Updates `oxlint-plugin-eslint` from 1.65.0 to 1.66.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint-plugin-eslint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.66.0/npm/oxlint-plugin-eslint) --- updated-dependencies: - dependency-name: "@oxlint/plugins" dependency-version: 1.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxfmt dependency-version: 0.51.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxlint dependency-version: 1.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc - dependency-name: oxlint-plugin-eslint dependency-version: 1.66.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: oxc ... Signed-off-by: dependabot[bot] <support@github.com> * style: ues native newline-after-import --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-2
@@ -12,7 +12,6 @@
|
||||
},
|
||||
"plugins": ["eslint", "typescript", "node", "unicorn", "import"],
|
||||
"jsPlugins": [
|
||||
{ "name": "import-x-js", "specifier": "eslint-plugin-import-x" },
|
||||
{ "name": "n", "specifier": "eslint-plugin-n" },
|
||||
{ "name": "unicorn-js", "specifier": "eslint-plugin-unicorn" },
|
||||
"@stylistic/eslint-plugin",
|
||||
@@ -533,7 +532,7 @@
|
||||
"simple-import-sort/exports": "error",
|
||||
|
||||
"import-x/first": "error",
|
||||
"import-x-js/newline-after-import": "error", // use jsPlugins
|
||||
"import-x/newline-after-import": "error",
|
||||
"no-duplicate-imports": "off",
|
||||
"import-x/no-duplicates": "error",
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
import js from '@eslint/js';
|
||||
import typescriptEslint from '@typescript-eslint/eslint-plugin';
|
||||
import tsParser from '@typescript-eslint/parser';
|
||||
// import { importX } from 'eslint-plugin-import-x';
|
||||
// import simpleImportSort from 'eslint-plugin-simple-import-sort';
|
||||
import eslintPluginYml from 'eslint-plugin-yml';
|
||||
import { defineConfig } from 'eslint/config';
|
||||
@@ -18,7 +17,6 @@ export default defineConfig([
|
||||
files: [SOURCE_FILES_GLOB],
|
||||
plugins: {
|
||||
'@typescript-eslint': typescriptEslint,
|
||||
// github,
|
||||
js,
|
||||
},
|
||||
// extends: [typescriptEslint.configs['flat/recommended'], typescriptEslint.configs['flat/stylistic'], n.configs['flat/recommended-script']],
|
||||
@@ -56,28 +54,6 @@ export default defineConfig([
|
||||
// #endregion
|
||||
},
|
||||
},
|
||||
{
|
||||
/*
|
||||
files: [SOURCE_FILES_GLOB],
|
||||
plugins: {
|
||||
'simple-import-sort': simpleImportSort,
|
||||
'import-x': importX,
|
||||
},
|
||||
rules: {
|
||||
'sort-imports': 'off',
|
||||
'import-x/order': 'off',
|
||||
'simple-import-sort/imports': 'error',
|
||||
'simple-import-sort/exports': 'error',
|
||||
|
||||
'import-x/first': 'error',
|
||||
'import-x/newline-after-import': 'error',
|
||||
'no-duplicate-imports': 'off',
|
||||
'import-x/no-duplicates': 'error',
|
||||
|
||||
'@typescript-eslint/consistent-type-imports': 'error',
|
||||
'import-x/consistent-type-specifier-style': ['error', 'prefer-top-level'],
|
||||
},*/
|
||||
},
|
||||
{
|
||||
files: ['**/*.yaml', '**/*.yml'],
|
||||
ignores: ['pnpm-lock.yaml'],
|
||||
|
||||
+5
-6
@@ -150,7 +150,7 @@
|
||||
"@cloudflare/workers-types": "4.20260519.1",
|
||||
"@eslint/eslintrc": "3.3.5",
|
||||
"@eslint/js": "10.0.1",
|
||||
"@oxlint/plugins": "1.65.0",
|
||||
"@oxlint/plugins": "1.66.0",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@types/aes-js": "3.1.4",
|
||||
"@types/babel__preset-env": "7.10.0",
|
||||
@@ -176,7 +176,6 @@
|
||||
"domhandler": "6.0.1",
|
||||
"eslint": "10.4.0",
|
||||
"eslint-nibble": "9.1.1",
|
||||
"eslint-plugin-import-x": "4.16.2",
|
||||
"eslint-plugin-n": "18.0.1",
|
||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||
"eslint-plugin-unicorn": "64.0.0",
|
||||
@@ -192,9 +191,9 @@
|
||||
"mockdate": "3.0.5",
|
||||
"msw": "2.13.4",
|
||||
"node-network-devtools": "1.0.30",
|
||||
"oxfmt": "0.50.0",
|
||||
"oxlint": "1.65.0",
|
||||
"oxlint-plugin-eslint": "1.65.0",
|
||||
"oxfmt": "0.51.0",
|
||||
"oxlint": "1.66.0",
|
||||
"oxlint-plugin-eslint": "1.66.0",
|
||||
"oxlint-tsgolint": "0.23.0",
|
||||
"remark": "15.0.1",
|
||||
"remark-gfm": "4.0.1",
|
||||
@@ -226,7 +225,7 @@
|
||||
"engines": {
|
||||
"node": "^22.20.0 || ^24"
|
||||
},
|
||||
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
|
||||
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"bufferutil",
|
||||
|
||||
Generated
+172
-506
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user