nuxt-particles
nuxt-particles copied to clipboard
chore(deps): update devdependency @nuxt/eslint-config to v1
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @nuxt/eslint-config (source) | ^0.2.0 -> ^1.10.0 |
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v1.10.0
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.9.0
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.8.0
🚀 Features
View changes on GitHub
v1.7.1
🐞 Bug Fixes
View changes on GitHub
v1.7.0
🚀 Features
View changes on GitHub
v1.6.0
🐞 Bug Fixes
View changes on GitHub
v1.5.2
🚀 Features
- Add option
features.import.pluginto swap plugin implementation, close #587 - by @antfu in #587 (66f5e)
View changes on GitHub
v1.5.1
🐞 Bug Fixes
View changes on GitHub
v1.5.0
🚀 Features
🐞 Bug Fixes
- eslint-config: Add file type restrictions to prevent CSS parsing errors - by @amery in #584 (40521)
View changes on GitHub
v1.4.1
🐞 Bug Fixes
- Add
node:prefix to build-in modules - by @danielroe in #579 (8180f) - Sort imports objects by from + name - by @danielroe in #578 (766ae)
View changes on GitHub
v1.4.0
🚀 Features
View changes on GitHub
v1.3.1
No significant changes
View changes on GitHub
v1.3.0
🚀 Features
View changes on GitHub
v1.2.0
🚀 Features
View changes on GitHub
v1.1.0
🚀 Features
View changes on GitHub
v1.0.1
🐞 Bug Fixes
View changes on GitHub
v1.0.0
🚨 Breaking Changes
View changes on GitHub
v0.7.6
🚀 Features
View changes on GitHub
v0.7.5
No significant changes
View changes on GitHub
v0.7.4
🚀 Features
View changes on GitHub
v0.7.3
🐞 Bug Fixes
- eslint-config: Extend elements ignored by
vue/singleline-html-element-content-newline- by @DamianGlowala in #526 (281d0)
View changes on GitHub
v0.7.2
🚀 Features
View changes on GitHub
v0.7.1
No significant changes
View changes on GitHub
v0.7.0
🚀 Features
View changes on GitHub
v0.6.2
🚀 Features
🐞 Bug Fixes
- Downgrade
eslint-config-flat-gitignoreto0.2.0to support ESLint v8, #507 - by @antfu in #507 (b781e)
View changes on GitHub
v0.6.1
🚀 Features
View changes on GitHub
v0.6.0
🚀 Features
View changes on GitHub
v0.5.7
🚀 Features
View changes on GitHub
v0.5.6
🚀 Features
- module: Support customizable
config.configFile, use relative path to resolve, fix #495 - by @antfu in #495 (a4ab4)
View changes on GitHub
v0.5.5
🐞 Bug Fixes
View changes on GitHub
v0.5.4
🚀 Features
View changes on GitHub
v0.5.3
No significant changes
View changes on GitHub
v0.5.2
🐞 Bug Fixes
View changes on GitHub
v0.5.1
🚀 Features
- Improve error messages for plugin conflicts, close #450, close #474 - by @antfu in #450 and #474 (bc055)
View changes on GitHub
v0.5.0
🚀 Features
- Enable
@typescript-eslint/no-import-type-side-effects, close #439 - by @antfu in #439 (7361c) - Upgrade
@typescript-eslintto v8 - by @antfu in #471 (4d08e)
View changes on GitHub
v0.4.0
🚀 Features
- Upgrade
@types/eslint- by @antfu (ebc8f) - Enable
features.typescriptonly whentypescriptis installed locally, fix #437 - by @antfu in #437 (77bc7) - Include nitro unimport to
globalsas well, close #461 - by @antfu in #461 (533fa) - Add
publicfolder to default ignore, close #453 - by @antfu in #453 (b0e3e) - Add server components to single root list, fix #457 - by @antfu and kingyue737 in #457 (6e232)
View changes on GitHub
v0.3.13
🚀 Features
View changes on GitHub
v0.3.12
🐞 Bug Fixes
View changes on GitHub
v0.3.11
🚀 Features
View changes on GitHub
v0.3.10
🐞 Bug Fixes
- module:
View changes on GitHub
v0.3.9
🐞 Bug Fixes
- Update
@eslint/config-inspector, close #400 - by @antfu in #400 (97cb9) - module: Upgrade
eslint-typegen, close #405 - by @antfu in #405 (91b3f)
View changes on GitHub
v0.3.8
🐞 Bug Fixes
- config:
- module:
View changes on GitHub
v0.3.7
🚀 Features
- eslint-config: Add Nuxt-aware
vue/multiline-html-element-content-newlinerule - by @DamianGlowala, autofix-ci[bot] and @antfu in #391 (f3f33) - module: Provide types for config overrides - by @antfu (55b38)
View changes on GitHub
v0.3.6
🐞 Bug Fixes
View changes on GitHub
v0.3.5
🚀 Features
- eslint-config:
- module:
View changes on GitHub
v0.3.4
🐞 Bug Fixes
View changes on GitHub
v0.3.3
🐞 Bug Fixes
View changes on GitHub
v0.3.2
🐞 Bug Fixes
- Update
eslint-typegen, close #387 - by @antfu in #387 (90dc5) - modules: Feature flags not passing through, fix #385 - by @antfu in #385 (592a5)
View changes on GitHub
v0.3.1
🐞 Bug Fixes
View changes on GitHub
v0.3.0
🚀 Notable Changes
💡 Expect an introduction blog post to explain in more detail very soon!
With this release, we have unified the ESLint tools across the ecosystem into this single monorepo to have a more maintainable structure. (For a comparison table between packages, please check: https://eslint.nuxt.com/guide/faq#package-disambiguation)
New docs: https://eslint.nuxt.com/
Introduce the new @nuxt/eslint module, that generates project-aware flat configs. Morden and much more extensible and customizable. Works with ESLint v9.0.0. Learn more at https://eslint.nuxt.com/packages/module.
Features
- module: Generate
withNuxtfunction for easer composition - by @antfu in #344 (9c9f8) - Add
@nuxt/eslint-configfor nuxt3 projects - by @danielroe in #247 (bf74a) - Flat config, eslint plugin, and nuxt module - by @antfu, ricardogobbosouza and ModyQyW in #332 (ec142)
- Allow flexible rules customization - by @antfu (6bbc3)
- Turn on
consistent-type-imports- by @antfu (6a61b) - Integrate with
eslint-typegen- by @antfu (d2b1c) - Compactible with non-hoist env - by @antfu (1b9df)
- Expose
optionsobject in generate configs, fix #375 - by @antfu in #375 (84b78) - eslint-config:
- Improve default language options - by @antfu (f48c7)
- Support for multiple src dirs and auto infer directories structure - by @antfu in #370 (a3625)
- Typescript strict by default, make config names more consistent - by @antfu (d77eb)
- Options for typescript, add some snapshot tests - by @antfu (ae2d7)
- Add ignores from
gitignoreby default - by @antfu in #376 (9dfbc) - Enable
importplugin - by @antfu and autofix-ci[bot] in #378 (d5f6f) - Optional rules for module authors - by @antfu in #377 (983bc)
- Improve vue stylistic settings - by @antfu (24b68)
- module:
Bug Fixes
- Apply recommended typescript rules to vue files as well - by @danielroe (bcef4)
- Exclude subfolders of components folder from name rule - by @jd1378 in #278 (13fcd)
- Try fix windows path resolution - by @antfu (018b7)
- Update package.json files - by @DamianGlowala and @antfu in #367 (c56d1)
- Windows path resolution - by @richard-dp, @antfu and autofix-ci[bot] in #369 (2efd7)
- Add
namefield to@stylistic/eslint-pluginconfiguration - by @chadwickellis and @antfu in #374 (d45b2) - Consistent config names - by @antfu (80a05)
- eslint-config:
- Add extra file extensions to globs - by @danielroe (9628a)
- Handle
app.vueanderror.vuein customsrcDir- by @danielroe, @antfu and autofix-ci[bot] in #335 (adda0) - Disable vue stylistic rules by default, close #342 - by @antfu in #342 (ab6bc)
- Disable more vue stylistic rules by default - by @kingyue737 in #349 (14367)
- Enable
vue/multi-word-component-namesfor files directly undercomponents- by @kingyue737 and @antfu in #360 (37ab5)
- eslint-config-legacy:
- Also check for
nuxt-edge- by @mercs600 in #264 (30cfb)
- Also check for
- eslint-plugin:
- Add browse + node globals - by @davidurco and @antfu in #361 (d8799)
- module:
- Config creation, fix #346 - by @antfu in #346 (2bd83)
- Correctly resolve
withNuxttype - by @DamianGlowala in #350 (d706c) - Account for
layer.config.componentsbeingundefined- by @DamianGlowala in #352 (6b2eb) - Don't resolve path for native modules - by @antfu (5715e)
- Remove duplicated src dirs - by @antfu (0be8e)
Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for nuxt-particles failed.
| Name | Link |
|---|---|
| Latest commit | 8c052c743a50a883a30766b1a084337f790c7c09 |
| Latest deploy log | https://app.netlify.com/projects/nuxt-particles/deploys/6927c16a1ceea900072fc200 |