Update dependency @nuxt/eslint-config to ^0.3.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @nuxt/eslint-config (source) | ^0.2.0 -> ^0.3.0 |
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v0.3.12
🐞 Bug Fixes
- Allow single name file under prefixed components folder, fix #419 - by @antfu in https://github.com/nuxt/eslint/issues/419 (cd015)
View changes on GitHub
v0.3.11
🚀 Features
View changes on GitHub
v0.3.10
🐞 Bug Fixes
-
module:
- Override
@eslint/jsconfig to keep the name consistent, fix #408 - by @antfu in https://github.com/nuxt/eslint/issues/408 (477ee) - Get random port for config inspector, fix #406 - by @antfu in https://github.com/nuxt/eslint/issues/406 (07eac)
- Override
View changes on GitHub
v0.3.9
🐞 Bug Fixes
- Update
@eslint/config-inspector, close #400 - by @antfu in https://github.com/nuxt/eslint/issues/400 (97cb9) -
module: Upgrade
eslint-typegen, close #405 - by @antfu in https://github.com/nuxt/eslint/issues/405 (91b3f)
View changes on GitHub
v0.3.8
🐞 Bug Fixes
-
config:
- Include
$fetchas the global, close #371 - by @antfu in https://github.com/nuxt/eslint/issues/371 (e5b47)
- Include
-
module:
- Use relative path in the generate eslint.config, fix #395 - by @antfu in https://github.com/nuxt/eslint/issues/395 (7bfb7)
- Adding
fixoption tochecker, fix #394 - by @antfu in https://github.com/nuxt/eslint/issues/394 (05f00)
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 https://github.com/nuxt/eslint/issues/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
v0.3.3
v0.3.2
🐞 Bug Fixes
- Update
eslint-typegen, close #387 - by @antfu in https://github.com/nuxt/eslint/issues/387 (90dc5) - modules: Feature flags not passing through, fix #385 - by @antfu in https://github.com/nuxt/eslint/issues/385 (592a5)
View changes on GitHub
v0.3.1
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 https://github.com/nuxt/eslint/issues/344 (9c9f8) - Add
@nuxt/eslint-configfor nuxt3 projects - by @danielroe in https://github.com/nuxt/eslint/issues/247 (bf74a) - Flat config, eslint plugin, and nuxt module - by @antfu, ricardogobbosouza and ModyQyW in https://github.com/nuxt/eslint/issues/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 https://github.com/nuxt/eslint/issues/375 (84b78) -
eslint-config:
- Improve default language options - by @antfu (f48c7)
- Support for multiple src dirs and auto infer directories structure - by @antfu in https://github.com/nuxt/eslint/issues/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 https://github.com/nuxt/eslint/issues/376 (9dfbc) - Enable
importplugin - by @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/378 (d5f6f) - Optional rules for module authors - by @antfu in https://github.com/nuxt/eslint/issues/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 https://github.com/nuxt/eslint/issues/278 (13fcd)
- Try fix windows path resolution - by @antfu (018b7)
- Update package.json files - by @DamianGlowala and @antfu in https://github.com/nuxt/eslint/issues/367 (c56d1)
- Windows path resolution - by @richard-dp, @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/369 (2efd7)
- Add
namefield to@stylistic/eslint-pluginconfiguration - by @chadwickellis and @antfu in https://github.com/nuxt/eslint/issues/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 https://github.com/nuxt/eslint/issues/335 (adda0) - Disable vue stylistic rules by default, close #342 - by @antfu in https://github.com/nuxt/eslint/issues/342 (ab6bc)
- Disable more vue stylistic rules by default - by @kingyue737 in https://github.com/nuxt/eslint/issues/349 (14367)
- Enable
vue/multi-word-component-namesfor files directly undercomponents- by @kingyue737 and @antfu in https://github.com/nuxt/eslint/issues/360 (37ab5)
-
eslint-config-legacy:
- Also check for
nuxt-edge- by @mercs600 in https://github.com/nuxt/eslint/issues/264 (30cfb)
- Also check for
-
eslint-plugin:
- Add browse + node globals - by @davidurco and @antfu in https://github.com/nuxt/eslint/issues/361 (d8799)
-
module:
- Config creation, fix #346 - by @antfu in https://github.com/nuxt/eslint/issues/346 (2bd83)
- Correctly resolve
withNuxttype - by @DamianGlowala in https://github.com/nuxt/eslint/issues/350 (d706c) - Account for
layer.config.componentsbeingundefined- by @DamianGlowala in https://github.com/nuxt/eslint/issues/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 - 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 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 has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| nuxtlog | ❌ Failed (Inspect) | Jun 14, 2024 6:37am |
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: bun.lockb
Command failed: bun install
bun install v1.1.2 (c8d072c2)
Resolving dependencies
Resolved, downloaded and extracted [362]
warn: incorrect peer dependency "[email protected]"
warn: incorrect peer dependency "[email protected]"
GET https://registry.npmjs.org/blanked/-/blanked-0.0.18.tgz - 404
Saved lockfile
$ nuxt prepare
ERROR Error while requiring module blanked: Error: Cannot find module '/tmp/renovate/repos/github/HugoRCD/nuxtlog/blanked'
Require stack:
- /tmp/renovate/repos/github/HugoRCD/nuxtlog/index.js
ERROR Cannot find module '/tmp/renovate/repos/github/HugoRCD/nuxtlog/blanked'
Require stack:
- /tmp/renovate/repos/github/HugoRCD/nuxtlog/index.js
Require stack:
- index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
at Function.resolve (node:internal/modules/helpers:188:19)
at Function._resolve [as resolve] (node_modules/jiti/dist/jiti.js:1:251148)
at resolveModule (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2210:29)
at requireModule (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2215:24)
at loadNuxtModuleInstance (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2451:92)
at async installModule (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2407:47)
at async initNuxt (node_modules/nuxt/dist/index.mjs:4023:7)
at async loadNuxt (node_modules/nuxt/dist/index.mjs:4121:5)
at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:2570:19)
at async Object.run (node_modules/nuxi/dist/chunks/prepare.mjs:53:18)
at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.a9f3bca7.mjs:1648:16)
at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.a9f3bca7.mjs:1639:11)
at async runMain$1 (node_modules/nuxi/dist/shared/nuxi.a9f3bca7.mjs:1777:7)
ERROR Cannot find module '/tmp/renovate/repos/github/HugoRCD/nuxtlog/blanked'
Require stack:
- /tmp/renovate/repos/github/HugoRCD/nuxtlog/index.js
error: postinstall script from "nuxtlog" exited with 1
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: bun.lockb
Command failed: bun install
bun install v1.1.13 (bd6a6051)
Resolving dependencies
Resolved, downloaded and extracted [574]
warn: incorrect peer dependency "[email protected]"
warn: incorrect peer dependency "[email protected]"
GET https://registry.npmjs.org/blanked/-/blanked-0.0.18.tgz - 404
Saved lockfile
$ nuxt prepare
ERROR Error while requiring module blanked: Error: Cannot find module '/tmp/renovate/repos/github/HugoRCD/nuxtlog/blanked'
Require stack:
- /tmp/renovate/repos/github/HugoRCD/nuxtlog/index.js
ERROR Cannot find module '/tmp/renovate/repos/github/HugoRCD/nuxtlog/blanked'
Require stack:
- /tmp/renovate/repos/github/HugoRCD/nuxtlog/index.js
Require stack:
- index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
at Function.resolve (node:internal/modules/helpers:188:19)
at Function._resolve [as resolve] (node_modules/jiti/dist/jiti.js:1:251148)
at resolveModule (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2210:29)
at requireModule (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2215:24)
at loadNuxtModuleInstance (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2451:92)
at async installModule (node_modules/nuxt/node_modules/@nuxt/kit/dist/index.mjs:2407:47)
at async initNuxt (node_modules/nuxt/dist/index.mjs:4023:7)
at async loadNuxt (node_modules/nuxt/dist/index.mjs:4121:5)
at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:2570:19)
at async Object.run (node_modules/nuxi/dist/chunks/prepare.mjs:53:18)
at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.a9f3bca7.mjs:1648:16)
at async runCommand$1 (node_modules/nuxi/dist/shared/nuxi.a9f3bca7.mjs:1639:11)
at async runMain$1 (node_modules/nuxi/dist/shared/nuxi.a9f3bca7.mjs:1777:7)
ERROR Cannot find module '/tmp/renovate/repos/github/HugoRCD/nuxtlog/blanked'
Require stack:
- /tmp/renovate/repos/github/HugoRCD/nuxtlog/index.js
error: postinstall script from "nuxtlog" exited with 1