docus-docs-starter
docus-docs-starter copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@nuxt-themes/docus | ^1.14.7 -> ^1.15.0 |
||||
@nuxt/eslint-config (source) | ^0.2.0 -> ^0.5.7 |
||||
eslint (source) | ^8.50.0 -> ^8.57.1 |
||||
nuxt (source) | 3.7.3 -> 3.13.2 |
Release Notes
nuxt-themes/docus (@nuxt-themes/docus)
v1.15.0
What's Changed
- feat: add opensearch support by @qwerzl in https://github.com/nuxt-themes/docus/pull/980
New Contributors
- @qwerzl made their first contribution in https://github.com/nuxt-themes/docus/pull/980
Full Changelog: https://github.com/nuxt-themes/docus/compare/v1.14.9...v1.15.0
v1.14.9
- chore(deps): update all non-major dependencies (#981) (
9975e0e
) - chore: upgrade deps (#984) (
a0b5ec9
)
v1.14.8
nuxt/eslint (@nuxt/eslint-config)
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 https://github.com/nuxt/eslint/issues/495 (a4ab4)
View changes on GitHub
v0.5.5
🐞 Bug Fixes
- Remove unused dependencies - by @bluwy in https://github.com/nuxt/eslint/issues/493 (46d0d)
View changes on GitHub
v0.5.4
🚀 Features
- config: Support Nuxt 4 convention by default, resolve #487 - by @antfu in https://github.com/nuxt/eslint/issues/487 (42aed)
View changes on GitHub
v0.5.3
No significant changes
View changes on GitHub
v0.5.2
🐞 Bug Fixes
- eslint-config: Do not eagerly import ts-eslint parser, close #485 - by @antfu in https://github.com/nuxt/eslint/issues/485 (4b5d6)
View changes on GitHub
v0.5.1
🚀 Features
- Improve error messages for plugin conflicts, close #450, close #474 - by @antfu in https://github.com/nuxt/eslint/issues/450 and https://github.com/nuxt/eslint/issues/474 (bc055)
View changes on GitHub
v0.5.0
🚀 Features
- Enable
@typescript-eslint/no-import-type-side-effects
, close #439 - by @antfu in https://github.com/nuxt/eslint/issues/439 (7361c) - Upgrade
@typescript-eslint
to v8 - by @antfu in https://github.com/nuxt/eslint/issues/471 (4d08e)
View changes on GitHub
v0.4.0
🚀 Features
- Upgrade
@types/eslint
- by @antfu (ebc8f) - Enable
features.typescript
only whentypescript
is installed locally, fix #437 - by @antfu in https://github.com/nuxt/eslint/issues/437 (77bc7) - Include nitro unimport to
globals
as well, close #461 - by @antfu in https://github.com/nuxt/eslint/issues/461 (533fa) - Add
public
folder to default ignore, close #453 - by @antfu in https://github.com/nuxt/eslint/issues/453 (b0e3e) - Add server components to single root list, fix #457 - by @antfu and kingyue737 in https://github.com/nuxt/eslint/issues/457 (6e232)
View changes on GitHub
v0.3.13
🚀 Features
-
config: Add
regexp
rule set for toolings preset - by @antfu in https://github.com/nuxt/eslint/issues/436 (59f17)
View changes on GitHub
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/js
config 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
$fetch
as 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
fix
option 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-newline
rule - 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
withNuxt
function for easer composition - by @antfu in https://github.com/nuxt/eslint/issues/344 (9c9f8) - Add
@nuxt/eslint-config
for 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
options
object 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
gitignore
by default - by @antfu in https://github.com/nuxt/eslint/issues/376 (9dfbc) - Enable
import
plugin - 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
name
field to@stylistic/eslint-plugin
configuration - 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.vue
anderror.vue
in 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-names
for 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
withNuxt
type - by @DamianGlowala in https://github.com/nuxt/eslint/issues/350 (d706c) - Account for
layer.config.components
beingundefined
- 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
eslint/eslint (eslint)
v8.57.1
v8.57.0
Features
-
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) -
dca7d0f
feat: Enableeslint.config.mjs
andeslint.config.cjs
(#18066) (Nitin Kumar)
Bug Fixes
-
2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064) (Nitin Kumar) -
69dd1d1
fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar) -
9852a31
fix: deep merge behavior in flat config (#18065) (Nitin Kumar) -
4c7e9b0
fix: allow circular references in config (#18056) (Milos Djermanovic)
Documentation
-
84922d0
docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas) -
5b8c363
docs: Switch to Ethical Ads (#18117) (Milos Djermanovic) -
77dbfd9
docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
Chores
-
1813aec
chore: upgrade @eslint/js@8.57.0 (#18143) (Milos Djermanovic) -
5c356bb
chore: package.json update for @eslint/js release (Jenkins) -
f4a1fe2
test: add more tests for ignoring files and directories (#18068) (Nitin Kumar) -
42c0aef
ci: Enable CI forv8.x
branch (#18047) (Milos Djermanovic)
v8.56.0
Features
-
0dd9704
feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) -
31a7e3f
feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
Bug Fixes
-
7d5e5f6
fix:TypeError: fs.exists is not a function
on read-only file system (#17846) (Francesco Trotta) -
74739c8
fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Documentation
-
9007719
docs: update link in ways-to-extend.md (#17839) (Amel SELMANE) -
3a22236
docs: Update README (GitHub Actions Bot) -
54c3ca6
docs: fix migration-guide example (#17829) (Tanuj Kanti) -
4391b71
docs: check config comments in rule examples (#17815) (Francesco Trotta) -
fd28363
docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx) -
48ed5a6
docs: Update README (GitHub Actions Bot)
Chores
-
ba6af85
chore: upgrade @eslint/js@8.56.0 (#17864) (Milos Djermanovic) -
60a531a
chore: package.json update for @eslint/js release (Jenkins) -
ba87a06
chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot]) -
9271d10
chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨) -
70a686b
chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas) -
f3a599d
chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然) -
905d4b7
chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然) -
4d7c3ce
chore: update eslint-plugin-n v16.4.0 (#17836) (唯然) -
fd0c60c
ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
v8.55.0
Features
Documentation
-
83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi) -
fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta) -
a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti) -
383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti) -
5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)
Chores
-
eb8950c
chore: upgrade @eslint/js@8.55.0 (#17811) (Milos Djermanovic) -
93df384
chore: package.json update for @eslint/js release (Jenkins) -
fe4b954
chore: upgrade @eslint/eslintrc@2.1.4 (#17799) (Milos Djermanovic) -
bd8911d
ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic) -
b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797) (Milos Djermanovic) -
de165c1
chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic) -
d4304b8
chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta) -
21024fe
chore: check rule examples for syntax errors (#17718) (Francesco Trotta)
v8.54.0
Features
-
a7a883b
feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata) -
1452dc9
feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy) -
21ebf8a
feat: updateno-array-constructor
rule (#17711) (Francesco Trotta)
Bug Fixes
-
98926e6
fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic) -
e8cf9f6
fix: Make dark scroll bar in dark theme (#17753) (Pavel) -
3cbeaad
fix: Usecwd
constructor option as configbasePath
in Linter (#17705) (Milos Djermanovic)
Documentation
-
becfdd3
docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas) -
05d6e99
docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta) -
eb2279e
docs: display info about deprecated rules (#17749) (Percy Ma) -
d245326
docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)
Chores
-
d644de9
chore: upgrade @eslint/js@8.54.0 (#17773) (Milos Djermanovic) -
1e6e314
chore: package.json update for @eslint/js release (Jenkins) -
6fb8805
chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy) -
85db724
chore: upgrademarkdownlint
to 0.31.1 (#17754) (Nitin Kumar) -
6d470d2
chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot]) -
b7121b5
chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot]) -
633b9a1
chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot]) -
acac16f
chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot]) -
ba8ca7e
chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
v8.53.0
Features
-
528e1c0
feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas) -
c0b11dd
feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
Bug Fixes
-
1ad6257
fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic) -
b329ea7
fix: add;
after JSX nodes inno-object-constructor
autofix (#17672) (Francesco Trotta)
Documentation
-
ab8c60d
docs: change position of return to top button (#17688) (Tanuj Kanti) -
4fc44c0
docs: update twitter icon to new X icon (#17687) (Tanuj Kanti) -
4164b2c
docs: Update README (GitHub Actions Bot) -
8651895
docs: Fix tabs in rule examples (#17653) (Francesco Trotta) -
3aec1c5
docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)
Chores
-
ba4d4d5
chore: remove metascraper (#17707) (Milos Djermanovic) -
0d07338
chore: Update dependencies (#17706) (Milos Djermanovic) -
93256a3
chore: package.json update for @eslint/js release (ESLint Jenkins) -
485ec7d
test: fix ESLint tests for caching (#17699) (Milos Djermanovic) -
db06a7f
ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot]) -
994596b
ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
v8.52.0
Features
Bug Fixes
-
5de9637
fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas) -
dcfe573
fix: add preceding semicolon in suggestions ofno-object-constructor
(#17649) (Francesco Trotta)
Documentation
-
476d58a
docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas) -
660ed3a
docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas) -
a58aa20
docs: fix examples for several rules (#17645) (Milos Djermanovic) -
179929b
docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta) -
f8e5c30
docs: Update README (GitHub Actions Bot) -
b7ef2f3
docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas) -
0bcb9a8
docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta) -
61b9083
docs: Make no-continue example code work (#17643) (Zhongyuan Zhou) -
9fafe45
docs: upgrade to 11ty 2.0 (#17632) (Percy Ma) -
ff8e4bf
docs: Update README (GitHub Actions Bot) -
fab249a
docs: Update README (GitHub Actions Bot) -
392305b
docs: Updateno-irregular-whitespace
and fix examples (#17626) (Francesco Trotta) -
6b8acfb
docs: Add real whitespace tono-trailing-spaces
examples (#17630) (Francesco Trotta) -
1000187
docs: Fix examples inunicode-bom
(#17631) (Francesco Trotta) -
000290c
docs: Update README (GitHub Actions Bot)
Chores
-
6d1f0c2
chore: upgrade @eslint/js@8.52.0 (#17671) (Milos Djermanovic) -
d63d4fe
chore: package.json update for @eslint/js release (ESLint Jenkins) -
f30cefe
test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic) -
ef650cb
test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic)
v8.51.0
Features
-
0a9c433
feat: Add--no-warn-ignored
CLI option for flat config (#17569) (Domantas Petrauskas) -
977e67e
feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)
Bug Fixes
- [
f976b2f
](https://redirect.github.com/es
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders