chore(deps): update dependency @nuxt/eslint-config to ^0.7.0 #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
^0.1.1
->^0.7.0
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v0.7.6
Compare Source
🚀 Features
View changes on GitHub
v0.7.5
Compare Source
No significant changes
View changes on GitHub
v0.7.4
Compare Source
🚀 Features
View changes on GitHub
v0.7.3
Compare Source
🐞 Bug Fixes
vue/singleline-html-element-content-newline
- by @DamianGlowala in #526 (281d0)View changes on GitHub
v0.7.2
Compare Source
🚀 Features
View changes on GitHub
v0.7.1
Compare Source
No significant changes
View changes on GitHub
v0.7.0
Compare Source
🚀 Features
features.formatters
to format CSS and HTML - by @antfu in #520 (f6d8b)View changes on GitHub
v0.6.2
Compare Source
🚀 Features
🐞 Bug Fixes
eslint-config-flat-gitignore
to0.2.0
to support ESLint v8, #507 - by @antfu in #507 (b781e)View changes on GitHub
v0.6.1
Compare Source
🚀 Features
vite-plugin-eslint2
v5, close #516 - by @antfu in #516 (a6b4e)View changes on GitHub
v0.6.0
Compare Source
🚀 Features
nuxt-config-keys-order
rule - by @antfu in #491 (b65a8)View changes on GitHub
v0.5.7
Compare Source
🚀 Features
@types/eslint
- by @antfu (a24f3)View changes on GitHub
v0.5.6
Compare Source
🚀 Features
config.configFile
, use relative path to resolve, fix #495 - by @antfu in #495 (a4ab4)View changes on GitHub
v0.5.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.4
Compare Source
🚀 Features
View changes on GitHub
v0.5.3
Compare Source
No significant changes
View changes on GitHub
v0.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.1
Compare Source
🚀 Features
View changes on GitHub
v0.5.0
Compare Source
🚀 Features
@typescript-eslint/no-import-type-side-effects
, close #439 - by @antfu in #439 (7361c)@typescript-eslint
to v8 - by @antfu in #471 (4d08e)View changes on GitHub
v0.4.0
Compare Source
🚀 Features
@types/eslint
- by @antfu (ebc8f)features.typescript
only whentypescript
is installed locally, fix #437 - by @antfu in #437 (77bc7)globals
as well, close #461 - by @antfu in #461 (533fa)public
folder to default ignore, close #453 - by @antfu in #453 (b0e3e)View changes on GitHub
v0.3.13
Compare Source
🚀 Features
regexp
rule set for toolings preset - by @antfu in #436 (59f17)View changes on GitHub
v0.3.12
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.3.11
Compare Source
🚀 Features
View changes on GitHub
v0.3.10
Compare Source
🐞 Bug Fixes
@eslint/js
config to keep the name consistent, fix #408 - by @antfu in #408 (477ee)View changes on GitHub
v0.3.9
Compare Source
🐞 Bug Fixes
@eslint/config-inspector
, close #400 - by @antfu in #400 (97cb9)eslint-typegen
, close #405 - by @antfu in #405 (91b3f)View changes on GitHub
v0.3.8
Compare Source
🐞 Bug Fixes
$fetch
as the global, close #371 - by @antfu in #371 (e5b47)fix
option tochecker
, fix #394 - by @antfu in #394 (05f00)View changes on GitHub
v0.3.7
Compare Source
🚀 Features
vue/multiline-html-element-content-newline
rule - by @DamianGlowala, autofix-ci[bot] and @antfu in #391 (f3f33)View changes on GitHub
v0.3.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.3.5
Compare Source
🚀 Features
eslint.config.mjs
automatically - by @antfu (07727)configType
toflat
by default - by @antfu (d84af)View changes on GitHub
v0.3.4
Compare Source
🐞 Bug Fixes
no-unused-vars
options - by @antfu (b1594)View changes on GitHub
v0.3.3
Compare Source
🐞 Bug Fixes
typesVersions
- by @antfu (8f9dc)View changes on GitHub
v0.3.2
Compare Source
🐞 Bug Fixes
eslint-typegen
, close #387 - by @antfu in #387 (90dc5)View changes on GitHub
v0.3.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.3.0
🚀 Notable Changes
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
withNuxt
function for easer composition - by @antfu in #344 (9c9f8)@nuxt/eslint-config
for nuxt3 projects - by @danielroe in #247 (bf74a)consistent-type-imports
- by @antfu (6a61b)eslint-typegen
- by @antfu (d2b1c)options
object in generate configs, fix #375 - by @antfu in #375 (84b78)gitignore
by default - by @antfu in #376 (9dfbc)import
plugin - by @antfu and autofix-ci[bot] in #378 (d5f6f)globals
- by @antfu in #336 (ee98b)@eslint/config-inspector
- by @antfu (07bc1)Bug Fixes
name
field to@stylistic/eslint-plugin
configuration - by @chadwickellis and @antfu in #374 (d45b2)app.vue
anderror.vue
in customsrcDir
- by @danielroe, @antfu and autofix-ci[bot] in #335 (adda0)vue/multi-word-component-names
for files directly undercomponents
- by @kingyue737 and @antfu in #360 (37ab5)nuxt-edge
- by @mercs600 in #264 (30cfb)withNuxt
type - by @DamianGlowala in #350 (d706c)layer.config.components
beingundefined
- by @DamianGlowala in #352 (6b2eb)Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.