element-plus / element-plus-playground

Element Plus Playground
https://element-plus.run
MIT License
172 stars 54 forks source link

chore(deps): update all non-major dependencies #203

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^8.22.0 -> ^8.23.0 age adoption passing confidence
vue-tsc ^0.40.1 -> ^0.40.4 age adoption passing confidence

Release Notes

eslint/eslint ### [`v8.23.0`](https://togithub.com/eslint/eslint/releases/tag/v8.23.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.22.0...v8.23.0) #### Features - [`3e5839e`](https://togithub.com/eslint/eslint/commit/3e5839ecae96aecfbc1ac9526e88e0105e671032) feat: Enable eslint.config.js lookup from CLI ([#​16235](https://togithub.com/eslint/eslint/issues/16235)) (Nicholas C. Zakas) - [`30b1a2d`](https://togithub.com/eslint/eslint/commit/30b1a2dac9060673101485841c4c7521675bf917) feat: add `allowEmptyCase` option to no-fallthrough rule ([#​15887](https://togithub.com/eslint/eslint/issues/15887)) (Amaresh S M) - [`43f03aa`](https://togithub.com/eslint/eslint/commit/43f03aa96b632039b1d9cad097a70b227bb7d348) feat: no-warning-comments support comments with decoration ([#​16120](https://togithub.com/eslint/eslint/issues/16120)) (Lachlan Hunt) #### Documentation - [`b1918da`](https://togithub.com/eslint/eslint/commit/b1918da0f6cb8fe690c7377667616ec7cb57111e) docs: package.json conventions ([#​16206](https://togithub.com/eslint/eslint/issues/16206)) (Patrick McElhaney) - [`0e03c33`](https://togithub.com/eslint/eslint/commit/0e03c333a70bebd00307deead0befa519f983f44) docs: remove word immediately ([#​16217](https://togithub.com/eslint/eslint/issues/16217)) (Strek) - [`c6790db`](https://togithub.com/eslint/eslint/commit/c6790db6494e64a5261d74c0f3c4dc6139c59435) docs: add anchor link for "migrating from jscs" ([#​16207](https://togithub.com/eslint/eslint/issues/16207)) (Percy Ma) - [`7137344`](https://togithub.com/eslint/eslint/commit/71373442c42b356f34179dba18f860e1d79a780d) docs: auto-generation edit link ([#​16213](https://togithub.com/eslint/eslint/issues/16213)) (Percy Ma) #### Chores - [`2e004ab`](https://togithub.com/eslint/eslint/commit/2e004ab990a4a5a4efc44974da005d2161490256) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​1](https://togithub.com/1).3.1 ([#​16249](https://togithub.com/eslint/eslint/issues/16249)) (Milos Djermanovic) - [`d35fbbe`](https://togithub.com/eslint/eslint/commit/d35fbbef895e8f4ac6eaf1756349230769a02b4d) chore: Upgrade to espree@9.4.0 ([#​16243](https://togithub.com/eslint/eslint/issues/16243)) (Milos Djermanovic) - [`ed26229`](https://togithub.com/eslint/eslint/commit/ed26229a19359b356f3a401698488c1707d4c029) test: add no-extra-parens tests with rest properties ([#​16236](https://togithub.com/eslint/eslint/issues/16236)) (Milos Djermanovic) - [`deaf69f`](https://togithub.com/eslint/eslint/commit/deaf69ffd8f9b97b4b8c29a244a79969ff14c80a) chore: fix off-by-one `min-width: 1023px` media queries ([#​15974](https://togithub.com/eslint/eslint/issues/15974)) (Milos Djermanovic) - [`63dec9f`](https://togithub.com/eslint/eslint/commit/63dec9fdee793be9bf2939e1bda0717b9cc6dcf8) refactor: simplify `parseListConfig` ([#​16241](https://togithub.com/eslint/eslint/issues/16241)) (Milos Djermanovic)
johnsoncodehk/volar ### [`v0.40.4`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0404-2022829) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.3...v0.40.4) - feat: respect VSCode `*.format.enable` settings - fix: template should not compile if content no change - fix: component preview not working on windows ([#​1737](https://togithub.com/johnsoncodehk/volar/issues/1737)) ##### Our Sponsors ### [`v0.40.3`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0403-2022829) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.2...v0.40.3) - perf: incremental update SFC blocks without full parse SFC and mitigate memory leak - perf: incremental update html template interpolation without recompile template - perf: cache `ts.createSourceFile` for tsx code gen - fix(vue-component-meta): cannot create checker with TS 4.8.2 - fix: document features not working on Web IDE ([#​1479](https://togithub.com/johnsoncodehk/volar/issues/1479)) - fix: avoid auto complete triggers too aggressive in Sublime ([https://github.com/sublimelsp/LSP-volar/issues/114](https://togithub.com/sublimelsp/LSP-volar/issues/114)) ### [`v0.40.2`](https://togithub.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#​0402-2022828) [Compare Source](https://togithub.com/johnsoncodehk/volar/compare/v0.40.1...v0.40.2) - feat(vue-component-meta): add `createComponentMetaCheckerByJsonConfig` API to support create checker without tsconfig - feat: move `highlight dom elements ☑` codeLens to status bar ([#​1535](https://togithub.com/johnsoncodehk/volar/issues/1535)) - feat: incremental update diagnostics cache range and avoid flicker ([#​1718](https://togithub.com/johnsoncodehk/volar/issues/1718)) - perf: incremental update TS script snapshot ([#​1718](https://togithub.com/johnsoncodehk/volar/issues/1718)) - perf: faster source map code mapping - fix: pug template tag mapping range incorrect ([#​1723](https://togithub.com/johnsoncodehk/volar/issues/1723)) - fix: vite plugin import path incorrect on windows ([#​1772](https://togithub.com/johnsoncodehk/volar/issues/1772)) - fix: false positive error on style attr when enabled `compilerOptions.exactOptionalPropertyTypes` ([#​1560](https://togithub.com/johnsoncodehk/volar/issues/1560)) - fix: .html intellisense of petite-vue not working - fix: .html intellisense of alpie not working - fix: intellisense not working for node_modules files with takeover mode on windows ([#​1641](https://togithub.com/johnsoncodehk/volar/issues/1641)) - fix: avoid vue-tsc type check .html, .md files ([#​1661](https://togithub.com/johnsoncodehk/volar/issues/1661)) - fix: `compilerOptions.types` resolve path incorrect on multiple workspaces ([#​1679](https://togithub.com/johnsoncodehk/volar/issues/1679)) - fix: cannot count script setup variable usage in template if disalbe jsx ([#​1729](https://togithub.com/johnsoncodehk/volar/issues/1729)) - fix: cannot resolve indirect circular reference components types ([#​1708](https://togithub.com/johnsoncodehk/volar/issues/1708)) - fix: cannot recognize namespace component ([#​1726](https://togithub.com/johnsoncodehk/volar/issues/1726)) - fix: template components types break by regular SFC `components` option ([#​1731](https://togithub.com/johnsoncodehk/volar/issues/1731)) - fix: indentation behavior incorrect ([#​1762](https://togithub.com/johnsoncodehk/volar/issues/1762)) - fix: TS1308 'async' error missing when use script setup ([#​1753](https://togithub.com/johnsoncodehk/volar/issues/1753))

Configuration

📅 Schedule: Branch creation - "before 3am 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.