chore(deps): update all non-major dependencies #30
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.
This PR contains the following updates:
^0.1.1
->^0.3.13
^0.4.0
->^0.8.1
^2.17.0
->^2.18.2
^1.9.3
->^1.9.12
^1.0.30001625
->^1.0.30001643
^0.5.3
->^0.5.5
^8.42.0
->^8.57.0
^1.1.3
->^1.3.1
^1.5.2
->^1.6.0
Release Notes
nuxt/eslint (@nuxt/eslint-config)
v0.3.13
Compare Source
🚀 Features
regexp
rule set for toolings preset - by @antfu in https://github.com/nuxt/eslint/issues/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 https://github.com/nuxt/eslint/issues/408 (477ee)View changes on GitHub
v0.3.9
Compare Source
🐞 Bug Fixes
@eslint/config-inspector
, close #400 - by @antfu in https://github.com/nuxt/eslint/issues/400 (97cb9)eslint-typegen
, close #405 - by @antfu in https://github.com/nuxt/eslint/issues/405 (91b3f)View changes on GitHub
v0.3.8
Compare Source
🐞 Bug Fixes
$fetch
as the global, close #371 - by @antfu in https://github.com/nuxt/eslint/issues/371 (e5b47)fix
option tochecker
, fix #394 - by @antfu in https://github.com/nuxt/eslint/issues/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 https://github.com/nuxt/eslint/issues/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
v0.3.3
Compare Source
v0.3.2
Compare Source
🐞 Bug Fixes
eslint-typegen
, close #387 - by @antfu in https://github.com/nuxt/eslint/issues/387 (90dc5)View changes on GitHub
v0.3.1
Compare Source
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 https://github.com/nuxt/eslint/issues/344 (9c9f8)@nuxt/eslint-config
for nuxt3 projects - by @danielroe in https://github.com/nuxt/eslint/issues/247 (bf74a)consistent-type-imports
- by @antfu (6a61b)eslint-typegen
- by @antfu (d2b1c)options
object in generate configs, fix #375 - by @antfu in https://github.com/nuxt/eslint/issues/375 (84b78)gitignore
by default - by @antfu in https://github.com/nuxt/eslint/issues/376 (9dfbc)import
plugin - by @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/378 (d5f6f)globals
- by @antfu in https://github.com/nuxt/eslint/issues/336 (ee98b)@eslint/config-inspector
- by @antfu (07bc1)Bug Fixes
name
field to@stylistic/eslint-plugin
configuration - by @chadwickellis and @antfu in https://github.com/nuxt/eslint/issues/374 (d45b2)app.vue
anderror.vue
in customsrcDir
- by @danielroe, @antfu and autofix-ci[bot] in https://github.com/nuxt/eslint/issues/335 (adda0)vue/multi-word-component-names
for files directly undercomponents
- by @kingyue737 and @antfu in https://github.com/nuxt/eslint/issues/360 (37ab5)nuxt-edge
- by @mercs600 in https://github.com/nuxt/eslint/issues/264 (30cfb)withNuxt
type - by @DamianGlowala in https://github.com/nuxt/eslint/issues/350 (d706c)layer.config.components
beingundefined
- by @DamianGlowala in https://github.com/nuxt/eslint/issues/352 (6b2eb)Performance
View changes on GitHub
nuxt/module-builder (@nuxt/module-builder)
v0.8.1
Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.8.0
Compare Source
compare changes
🩹 Fixes
import type
statement if required (190bff4)❤️ Contributors
v0.7.1
Compare Source
compare changes
🩹 Fixes
ModuleOptions
in correct place (#283)📖 Documentation
❤️ Contributors
v0.7.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
tsconfck
to resolve tsconfigcompilerOptions
(#274).js
extension for files inruntime/
directory (dbd05bb)dist/runtime
in externals list (0946c04)📖 Documentation
types
condition to export subpath (#265)🏡 Chore
✅ Tests
🤖 CI
.js
extension for files inruntime/
directory (dbd05bb)❤️ Contributors
v0.6.0
Compare Source
compare changes
🚀 Enhancements
runtime/
dts based on nuxttsconfig
options (#255)module.json
(f8567a3)jsx
(4841f2e)🩹 Fixes
RuntimeModuleHooks
interface (#228)-nightly
versions to externals (0a88a87)runtime/
directory as external (7a68e1e)🏡 Chore
dev:prepare
command (c308a68)✅ Tests
runtime/
transforms (#257)🎨 Styles
RuntimeModuleHooks
interface (#228)❤️ Contributors
v0.5.5
Compare Source
compare changes
🩹 Fixes
RuntimeModuleHooks
toModuleRuntimeHooks
(#194).d.mts
file (#202)📖 Documentation
ModulePrivateRuntimeConfig
(34ee148)🏡 Chore
package.json
(#192)✅ Tests
🤖 CI
❤️ Contributors
v0.5.4
Compare Source
compare changes
🚀 Enhancements
RuntimeNuxtHooks
types (#183)🩹 Fixes
📖 Documentation
❤️ Contributors
v0.5.3
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.5.2
Compare Source
compare changes
💅 Refactors
citty
(#169)📖 Documentation
🏡 Chore
❤️ Contributors
v0.5.1
Compare Source
compare changes
🚀 Enhancements
--sourcemap
option (#163)❤️ Contributors
v0.5.0
Compare Source
compare changes
🚀 Enhancements
prepareModule
function (76b5654)unbuild@2
(#161)🏡 Chore
❤️ Contributors
nuxt/ui (@nuxt/ui)
v2.18.2
Compare Source
Bug Fixes
UIcon
import (4fd1be2)v2.18.1
Compare Source
Bug Fixes
v2.18.0
Compare Source
⚠ BREAKING CHANGES
@egoist/tailwindcss-icons
to new@nuxt/icon
(#1789)Features
help
slot (c3122f7), closes #1957static
groups (#1458) (b264ad2)@egoist/tailwindcss-icons
to new@nuxt/icon
(#1789) (c904604)selected
to label slot props (#1587) (d18477d)label
/leading
/trailing
slots props (#1349) (6b216ca)showCreateOptionWhen
prop (#1853) (7e974b5)as
prop (#1955) (bce94db)rowClass
property incolumns
(#1632) (748e491)icon
in items (#1798) (e8eb394)Bug Fixes
rotate
on rtl icon (53003fc)mix-blend-overlay
on indicators (#1714) (f74f1df)error
slot sohelp
slot can render (#1888) (99c52e5)label
withvalue-attribute
and async search (4d5f250), closes #1780ariaLabel
to be picked (720c44d), closes #1934<progress>
to improve accessibility (#1881) (abd13f1)modelValue
prop (#1913) (8eca5a0)browserslist/caniuse-lite (caniuse-lite)
v1.0.30001643
Compare Source
v1.0.30001642
Compare Source
v1.0.30001641
Compare Source
v1.0.30001640
Compare Source
v1.0.30001639
Compare Source
v1.0.30001638
Compare Source
v1.0.30001637
Compare Source
vuejs/vitepress (vitepress)
v1.3.1
Compare Source
Bug Fixes
vite.server.open
is specified (6263db1), closes #4040v1.3.0
Compare Source
Bug Fixes
Features
force-auto
as an option for appearance (1e8bb48), closes #39461.2.3 (2024-06-04)
Bug Fixes
1.2.2 (2024-05-21)
Bug Fixes
1.2.1 (2024-05-21)
Bug Fixes
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.