mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
* chore: upgrade eslint to v9 latest with compatible lint deps Agent-Logs-Url: https://github.com/lucide-icons/lucide/sessions/f7c1f1b5-d213-4afa-91a8-b799a16397ec * Fix eslint config * Fix a lot of eslint errors * Fix eslint * Fix eslint errors * Fix eslint errors * Fix types * Fix eslint warning * Format code * Add eslint 10 * Remove unused vars * Update pnpm * Update deps --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
107 lines
2.4 KiB
YAML
107 lines
2.4 KiB
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
react-deps:
|
|
patterns:
|
|
- '@testing-library/react'
|
|
- '@types/prop-types'
|
|
- '@types/react'
|
|
- '@vitejs/plugin-react'
|
|
- 'react'
|
|
- 'react-dom'
|
|
vue-deps:
|
|
patterns:
|
|
- '@testing-library/vue'
|
|
- '@vitejs/plugin-vue'
|
|
- '@vue/test-utils'
|
|
- 'vue'
|
|
svelte-deps:
|
|
patterns:
|
|
- '@sveltejs/*'
|
|
- '@testing-library/svelte'
|
|
- '@tsconfig/svelte'
|
|
- 'svelte'
|
|
- 'svelte-check'
|
|
- 'svelte-preprocess'
|
|
solid-deps:
|
|
patterns:
|
|
- '@babel/*'
|
|
- '@rollup/plugin-babel'
|
|
- '@solidjs/testing-library'
|
|
- 'babel-preset-solid'
|
|
- 'solid-js'
|
|
- 'vite-plugin-solid'
|
|
react-native-deps:
|
|
patterns:
|
|
- 'react-native'
|
|
- 'react-native-svg'
|
|
angular-deps:
|
|
patterns:
|
|
- '@angular/*'
|
|
- '@angular-eslint/*'
|
|
- '@vitest/browser-playwright'
|
|
- 'angular-eslint'
|
|
- 'ng-packagr'
|
|
- 'rxjs'
|
|
- 'tslib'
|
|
preact-deps:
|
|
patterns:
|
|
- '@preact/preset-vite'
|
|
- '@testing-library/preact'
|
|
- 'preact'
|
|
astro-deps:
|
|
patterns:
|
|
- '@astrojs/*'
|
|
- 'astro'
|
|
testing-deps:
|
|
patterns:
|
|
- '@testing-library/*'
|
|
- '@vitest/*'
|
|
- 'jest-serializer-html'
|
|
- 'jsdom'
|
|
- 'linkedom'
|
|
- 'vitest'
|
|
build-deps:
|
|
patterns:
|
|
- '@rollup/*'
|
|
- '@vitejs/*'
|
|
- 'esbuild'
|
|
- 'rollup'
|
|
- 'rollup-plugin-*'
|
|
- 'typescript'
|
|
- 'vite'
|
|
- 'vite-plugin-*'
|
|
linting-deps:
|
|
patterns:
|
|
- '@eslint/*'
|
|
- '@html-eslint/*'
|
|
- '@typescript-eslint/*'
|
|
- 'angular-eslint'
|
|
- 'cspell'
|
|
- 'eslint'
|
|
- 'eslint-*'
|
|
- 'husky'
|
|
- 'lint-staged'
|
|
- 'prettier'
|
|
- 'prettier-plugin-*'
|
|
types-deps:
|
|
patterns:
|
|
- '@types/*'
|
|
remaining-deps:
|
|
patterns:
|
|
- '*'
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- '*'
|