Closed renovate[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
ast-explorer | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 9, 2023 1:20am |
Run & review this pull request in StackBlitz Codeflow.
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
Packages | Version | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|---|
vue-tsc | 1.8.15...1.8.18 | None | +0/-0 |
11.9 kB | johnsoncodehk |
eslint | 8.50.0...8.51.0 | None | +0/-0 |
3 MB | eslintbot |
This PR contains the following updates:
^1.3.91
->^1.3.92
^3.6.1
->^3.6.2
^6.7.3
->^6.7.4
^0.56.4
->^0.56.5
^10.4.1
->^10.5.0
^8.50.0
->^8.51.0
^4.5.0
->^4.6.0
^0.43.0
->^0.44.0
^1.8.15
->^1.8.18
Release Notes
swc-project/swc (@swc/wasm-web)
### [`v1.3.92`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1392---2023-10-05) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.91...v1.3.92) ##### Bug Fixes - **(es/compat)** Fix scoping of `explicit-resource-management` ([#8044](https://togithub.com/swc-project/swc/issues/8044)) ([96a7a4d](https://togithub.com/swc-project/swc/commit/96a7a4d045d08547fed75c79a7156f79262edfc2)) - **(es/compat)** Transform default-exported class decorators correctly ([#8050](https://togithub.com/swc-project/swc/issues/8050)) ([a751f1c](https://togithub.com/swc-project/swc/commit/a751f1cfaf415917ab2a5e5098d9ca32bffa907b)) - **(es/compat)** Use `async` and `await` correctly in `block-scoping` pass ([#8056](https://togithub.com/swc-project/swc/issues/8056)) ([8318ea8](https://togithub.com/swc-project/swc/commit/8318ea82c28d3cf55e701f6da2f3077efe8ca653)) - **(es/module)** Handle directives ([#8048](https://togithub.com/swc-project/swc/issues/8048)) ([4d8e101](https://togithub.com/swc-project/swc/commit/4d8e1013bb7775f60d463276cc3233ecd7849b31)) ##### Miscellaneous Tasks - **(ci)** Fix publish action ([8ddb0da](https://togithub.com/swc-project/swc/commit/8ddb0dafa25e21020f6378ee4c29fa286654ea30)) - **(ci)** Prepare multi-package repository ([#8043](https://togithub.com/swc-project/swc/issues/8043)) ([f2bc6a3](https://togithub.com/swc-project/swc/commit/f2bc6a3fcc7367726afe55b4fa4c6bde839fbd70)) - **(ci)** Fix publish action for minifier ([77b8591](https://togithub.com/swc-project/swc/commit/77b8591d86dee33c92277b4b2d301d8cb253c16b)) - Fix CI condition ([9c9c03b](https://togithub.com/swc-project/swc/commit/9c9c03b76b7de8df754437e3ee2d4ab5d079b96d)) - Fix CI ([0c8d8a3](https://togithub.com/swc-project/swc/commit/0c8d8a3f4ab24c41d209bf2fdd37703e0205f0c0)) - Configure `nissuer` ([#8053](https://togithub.com/swc-project/swc/issues/8053)) ([2a508bc](https://togithub.com/swc-project/swc/commit/2a508bcb9a7fb4d3323b4e08c0702b1191f95b96)) - Configure issue validator ([a555823](https://togithub.com/swc-project/swc/commit/a5558236b715e49dbbb7842edfb24baa7a3f0760)) - Mark reproduction link required ([c6e0a18](https://togithub.com/swc-project/swc/commit/c6e0a18292001cb46722b533213acdf374311edc)) - Update nissuer.yml ([#8060](https://togithub.com/swc-project/swc/issues/8060)) ([a2f1010](https://togithub.com/swc-project/swc/commit/a2f1010b4e312d972d901705da971b887b1b254a)) - Add `evanw.github.io` to the allowed repro hosts ([c26ee63](https://togithub.com/swc-project/swc/commit/c26ee63839df040644082ed6ff88bd2571c3af44)) ##### Refactor - **(cli)** Make CLI testable/managable with `swc-bump` ([#8045](https://togithub.com/swc-project/swc/issues/8045)) ([f717cf2](https://togithub.com/swc-project/swc/commit/f717cf21cc1cea5e30e87c4d08861daadb25ab14))sxzz/eslint-config (@sxzz/eslint-config)
### [`v3.6.2`](https://togithub.com/sxzz/eslint-config/releases/tag/v3.6.2) [Compare Source](https://togithub.com/sxzz/eslint-config/compare/v3.6.1...v3.6.2) ##### 🚀 Features - Disallow const enum - by [@sxzz](https://togithub.com/sxzz) [(91c8f)](https://togithub.com/sxzz/eslint-config/commit/91c8f73) - Allow bitwise in enum - by [@sxzz](https://togithub.com/sxzz) [(86123)](https://togithub.com/sxzz/eslint-config/commit/8612357) ##### 🐞 Bug Fixes - Ignore bun lockfile - by [@oumarbarry](https://togithub.com/oumarbarry) in [https://github.com/sxzz/eslint-config/issues/37](https://togithub.com/sxzz/eslint-config/issues/37) [(6eb75)](https://togithub.com/sxzz/eslint-config/commit/6eb75af) ##### [View changes on GitHub](https://togithub.com/sxzz/eslint-config/compare/v3.6.1...v3.6.2)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v6.7.4`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#674-2023-10-02) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.unocss/unocss (@unocss/nuxt)
### [`v0.56.5`](https://togithub.com/unocss/unocss/releases/tag/v0.56.5) [Compare Source](https://togithub.com/unocss/unocss/compare/v0.56.4...v0.56.5) ##### 🚀 Features - **preset-mini**: Add user-valid and user-invalid pseudo selectors - by [@henrikvilhelmberglund](https://togithub.com/henrikvilhelmberglund) in [https://github.com/unocss/unocss/issues/3188](https://togithub.com/unocss/unocss/issues/3188) [(61a14)](https://togithub.com/unocss/unocss/commit/61a14abc) ##### 🐞 Bug Fixes - **attributify-jsx**: Prevent special characters - by [@zhiyuanzmj](https://togithub.com/zhiyuanzmj) in [https://github.com/unocss/unocss/issues/3185](https://togithub.com/unocss/unocss/issues/3185) [(84303)](https://togithub.com/unocss/unocss/commit/8430327a) - **postcss**: Remove experimental warning - by [@Dunqing](https://togithub.com/Dunqing) in [https://github.com/unocss/unocss/issues/3176](https://togithub.com/unocss/unocss/issues/3176) [(25dc5)](https://togithub.com/unocss/unocss/commit/25dc5ca1) - **vscode**: Changing configuration in auto roots mode creates duplicate instances - by [@Simon-He95](https://togithub.com/Simon-He95) in [https://github.com/unocss/unocss/issues/3184](https://togithub.com/unocss/unocss/issues/3184) [(73ed1)](https://togithub.com/unocss/unocss/commit/73ed1056) ##### [View changes on GitHub](https://togithub.com/unocss/unocss/compare/v0.56.4...v0.56.5)vueuse/vueuse (@vueuse/nuxt)
### [`v10.5.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.5.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.4.1...v10.5.0) ##### 🚀 Features - Add `Promisify` type definition - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3420](https://togithub.com/vueuse/vueuse/issues/3420) [(b067b)](https://togithub.com/vueuse/vueuse/commit/b067b8e4) - **createInjectionState**: Allow provide and inject in same component - by [@xiaoxiangmoe](https://togithub.com/xiaoxiangmoe) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3387](https://togithub.com/vueuse/vueuse/issues/3387) [(5d948)](https://togithub.com/vueuse/vueuse/commit/5d948714) - **createInjectionState**: Add injectionKey option - by [@PPetau](https://togithub.com/PPetau) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3404](https://togithub.com/vueuse/vueuse/issues/3404) [(90d34)](https://togithub.com/vueuse/vueuse/commit/90d34004) - **rxjs**: Add useExtractedObservable and watchExtractedObservable - by [@Voltra](https://togithub.com/Voltra) in [https://github.com/vueuse/vueuse/issues/3453](https://togithub.com/vueuse/vueuse/issues/3453) [(23b8c)](https://togithub.com/vueuse/vueuse/commit/23b8ca9c) - **useFavicon**: Add link tag if it doesn't exist - by [@babu-ch](https://togithub.com/babu-ch) in [https://github.com/vueuse/vueuse/issues/3444](https://togithub.com/vueuse/vueuse/issues/3444) [(d1fcc)](https://togithub.com/vueuse/vueuse/commit/d1fcc573) - **useMousePressed**: Add capture option - by [@DerZade](https://togithub.com/DerZade) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3392](https://togithub.com/vueuse/vueuse/issues/3392) [(d5c81)](https://togithub.com/vueuse/vueuse/commit/d5c81b3c) - **useMutationObserver**: Use MaybeComputedElementRef - by [@huodoushigemi](https://togithub.com/huodoushigemi) in [https://github.com/vueuse/vueuse/issues/3430](https://togithub.com/vueuse/vueuse/issues/3430) [(8167b)](https://togithub.com/vueuse/vueuse/commit/8167bc4b) - **useRafFn**: Option fpsLimit - by [@f820602h](https://togithub.com/f820602h) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3459](https://togithub.com/vueuse/vueuse/issues/3459) [(8e4c0)](https://togithub.com/vueuse/vueuse/commit/8e4c01bd) ##### 🐞 Bug Fixes - Vue 2 support for provideLocal and injectLocal - by [@xiaoxiangmoe](https://togithub.com/xiaoxiangmoe) in [https://github.com/vueuse/vueuse/issues/3464](https://togithub.com/vueuse/vueuse/issues/3464) [(cf757)](https://togithub.com/vueuse/vueuse/commit/cf757029) - **useBreakpoints**: Add missing breakpoint for the bootstrap - by [@edtorba](https://togithub.com/edtorba) in [https://github.com/vueuse/vueuse/issues/3413](https://togithub.com/vueuse/vueuse/issues/3413) [(ec9a4)](https://togithub.com/vueuse/vueuse/commit/ec9a45b4) - **useDrauu**: Spread options for `brush` - by [@17359898647](https://togithub.com/17359898647) in [https://github.com/vueuse/vueuse/issues/3463](https://togithub.com/vueuse/vueuse/issues/3463) [(87ea3)](https://togithub.com/vueuse/vueuse/commit/87ea324a) - **useVModels**: Type error with passive: true - by [@chaii3](https://togithub.com/chaii3) in [https://github.com/vueuse/vueuse/issues/3362](https://togithub.com/vueuse/vueuse/issues/3362) [(51f01)](https://togithub.com/vueuse/vueuse/commit/51f012b5) - **useWebNotification**: Condition check on permission - by [@SampsonCrowley](https://togithub.com/SampsonCrowley) in [https://github.com/vueuse/vueuse/issues/3422](https://togithub.com/vueuse/vueuse/issues/3422) [(2f2b4)](https://togithub.com/vueuse/vueuse/commit/2f2b4923) - **useWebSocket**: Ssr support - by [@huangyan321](https://togithub.com/huangyan321) in [https://github.com/vueuse/vueuse/issues/3370](https://togithub.com/vueuse/vueuse/issues/3370) [(c3a69)](https://togithub.com/vueuse/vueuse/commit/c3a69eea) ##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.4.1...v10.5.0)eslint/eslint (eslint)
### [`v8.51.0`](https://togithub.com/eslint/eslint/releases/tag/v8.51.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.50.0...v8.51.0) #### Features - [`0a9c433`](https://togithub.com/eslint/eslint/commit/0a9c43339a4adef24ef83034d0b078dd279cc977) feat: Add `--no-warn-ignored` CLI option for flat config ([#17569](https://togithub.com/eslint/eslint/issues/17569)) (Domantas Petrauskas) - [`977e67e`](https://togithub.com/eslint/eslint/commit/977e67ec274a05cb7391665b5e3453e7f72f72b2) feat: logical-assignment-operators to report expressions with 3 operands ([#17600](https://togithub.com/eslint/eslint/issues/17600)) (Yosuke Ota) #### Bug Fixes - [`f976b2f`](https://togithub.com/eslint/eslint/commit/f976b2f7bfe7cc78bb649f8b37e90fd519ff3bcc) fix: make rule severity case-sensitive in flat config ([#17619](https://togithub.com/eslint/eslint/issues/17619)) (Milos Djermanovic) - [`0edfe36`](https://togithub.com/eslint/eslint/commit/0edfe369aa5bd80a98053022bb4c6b1ea0155f44) fix: Ensure crash error messages are not duplicated ([#17584](https://togithub.com/eslint/eslint/issues/17584)) (Nicholas C. Zakas) - [`dd79abc`](https://togithub.com/eslint/eslint/commit/dd79abc0c1857b1d765acc312c0d6518e40d31c9) fix: `eslint-disable` to be able to parse quoted rule names ([#17612](https://togithub.com/eslint/eslint/issues/17612)) (Yosuke Ota) - [`d2f6801`](https://togithub.com/eslint/eslint/commit/d2f68019b8882278877801c5ef2f74d55e2a10c1) fix: Ensure correct code path for && followed by ?? ([#17618](https://togithub.com/eslint/eslint/issues/17618)) (Nicholas C. Zakas) #### Documentation - [`ee5be81`](https://togithub.com/eslint/eslint/commit/ee5be81fa3c4fe801c2f653854f098ed6a84dcef) docs: default to `sourceType: "module"` in rule examples ([#17615](https://togithub.com/eslint/eslint/issues/17615)) (Francesco Trotta) - [`1aa26df`](https://togithub.com/eslint/eslint/commit/1aa26df9fbcfdf5b895743c6d2d3a216479544b1) docs: Add more examples for multiline-ternary ([#17610](https://togithub.com/eslint/eslint/issues/17610)) (George Ashiotis) - [`47d0b44`](https://togithub.com/eslint/eslint/commit/47d0b446964f44d70b9457ecc368e721e1dc7c11) docs: Update README (GitHub Actions Bot) - [`dbf831e`](https://togithub.com/eslint/eslint/commit/dbf831e31f8eea0bc94df96cd33255579324b66e) docs: use generated og image ([#17601](https://togithub.com/eslint/eslint/issues/17601)) (Percy Ma) - [`1866da5`](https://togithub.com/eslint/eslint/commit/1866da5e1d931787256ecb825a803cac5835b71c) docs: Update README (GitHub Actions Bot) #### Chores - [`1ef39ea`](https://togithub.com/eslint/eslint/commit/1ef39ea5b884453be717ebc929155d7eb584dcbf) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).51.0 ([#17624](https://togithub.com/eslint/eslint/issues/17624)) (Milos Djermanovic) - [`f8c7403`](https://togithub.com/eslint/eslint/commit/f8c7403255c11e99c402860aef3c0179f2b16628) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`2665552`](https://togithub.com/eslint/eslint/commit/2665552ba0057e8603f9fbece0fd236f189f5cf3) test: fix flat config linter tests to use Linter in flat config mode ([#17616](https://togithub.com/eslint/eslint/issues/17616)) (Milos Djermanovic) - [`7b77bcc`](https://togithub.com/eslint/eslint/commit/7b77bccbb51bd36b2d20fea61bc782545c4029b3) chore: Refactor CodePathState ([#17510](https://togithub.com/eslint/eslint/issues/17510)) (Nicholas C. Zakas) - [`bc77c9a`](https://togithub.com/eslint/eslint/commit/bc77c9af12539f350ef19e30611a153a5b869c6b) chore: Document and refactor ForkContext ([#17566](https://togithub.com/eslint/eslint/issues/17566)) (Nicholas C. Zakas) - [`24e1f14`](https://togithub.com/eslint/eslint/commit/24e1f140ec68659e55c1ace0d7500addb135a2b4) chore: Refactor and document CodePath ([#17558](https://togithub.com/eslint/eslint/issues/17558)) (Nicholas C. Zakas)streamich/memfs (memfs)
### [`v4.6.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#460-2023-10-07) [Compare Source](https://togithub.com/streamich/memfs/compare/v4.5.0...v4.6.0) ##### Features - add `queueMicrotask` implementation ([45d1784](https://togithub.com/streamich/memfs/commit/45d1784021be3d35519431da32540cfff03f9e7c))microsoft/monaco-editor (monaco-editor)
### [`v0.44.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0440) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.43.0...v0.44.0) - Removes old diff editor implementation. - Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used ([see #3558 for more details](https://togithub.com/microsoft/monaco-editor/issues/3558)).vuejs/language-tools (vue-tsc)
### [`v1.8.18`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1818-2023109) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.17...46ef0d608f43569a8e370d1105bfcf334fcaec13) ##### Upgrade required VSCode version to 1.82.0 ([#3642](https://togithub.com/vuejs/language-tools/issues/3642)) ### [`v1.8.17`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1817-2023109) [Compare Source](https://togithub.com/vuejs/language-tools/compare/f9e281db3f47f9a3f94c79dbbf81102cba01eb5d...v1.8.17) - fix: extension cannot run on vscode versions lower than 1.82.0 ([#3631](https://togithub.com/vuejs/language-tools/issues/3631)) ([#3635](https://togithub.com/vuejs/language-tools/issues/3635)) - fix: make `defineProps` work when reading a property from `defineProps()` ([#3633](https://togithub.com/vuejs/language-tools/issues/3633)) - thanks [@so1ve](https://togithub.com/so1ve) - fix: avoid reading `props` from `__VLS_ctx` ([#3636](https://togithub.com/vuejs/language-tools/issues/3636)) - thanks [@so1ve](https://togithub.com/so1ve) - fix: regression with `defineExpose` ([#3639](https://togithub.com/vuejs/language-tools/issues/3639)) - thanks [@so1ve](https://togithub.com/so1ve) ##### Full-time Support byWebContainer API is here.
Add you via GitHub Sponsors or Open Collective
### [`v1.8.16`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1816-2023107) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.15...f9e281db3f47f9a3f94c79dbbf81102cba01eb5d) - fix: merge default export's properties properly ([#3600](https://togithub.com/vuejs/language-tools/issues/3600)) - thanks [@so1ve](https://togithub.com/so1ve) - fix: accurate exposed type with refs in generic component ([#3604](https://togithub.com/vuejs/language-tools/issues/3604)) - thanks [@so1ve](https://togithub.com/so1ve) - fix: make emits type correct when user assigns emit function a custom name ([#3624](https://togithub.com/vuejs/language-tools/issues/3624)) - thanks [@so1ve](https://togithub.com/so1ve) ##### Volar.js 1.10.3 updates: - fix: performance issue with o(n^2) complexity of `directoryExists()` ([https://github.com/volarjs/volar.js/issues/66](https://togithub.com/volarjs/volar.js/issues/66)) - thanks [@Akryum](https://togithub.com/Akryum) - fix: directory named "constructor" could crash ([https://github.com/volarjs/volar.js/issues/65](https://togithub.com/volarjs/volar.js/issues/65)) - thanks [@Dmitrigar](https://togithub.com/Dmitrigar), [@franz-bendezu](https://togithub.com/franz-bendezu) ##### Full-time Support byWebContainer API is here.
Add you via GitHub Sponsors or Open Collective
Configuration
📅 Schedule: Branch creation - "before 4am 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.