hywax / nuxt-cron

A Nuxt module for cron jobs in your app.
https://nuxt-cron.hywax.space
MIT License
66 stars 3 forks source link

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

Closed hywax-assistant closed 2 months ago

hywax-assistant commented 2 months ago

This PR contains the following updates:

Package Type Update Change
@nuxt/eslint-config (source) devDependencies patch ^0.5.5 -> ^0.5.6
@nuxt/kit (source) dependencies patch ^3.13.0 -> ^3.13.1
@nuxt/schema (source) devDependencies patch ^3.13.0 -> ^3.13.1
@types/node (source) devDependencies patch ^20.16.3 -> ^20.16.5
nuxt (source) devDependencies patch ^3.13.0 -> ^3.13.1
vue-tsc (source) devDependencies patch ^2.1.4 -> ^2.1.6

Release Notes

nuxt/eslint (@​nuxt/eslint-config) ### [`v0.5.6`](https://togithub.com/nuxt/eslint/releases/tag/v0.5.6) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.5.5...v0.5.6) #####    🚀 Features - **module**: Support customizable `config.configFile`, use relative path to resolve, fix [#​495](https://togithub.com/nuxt/eslint/issues/495)  -  by [@​antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/495](https://togithub.com/nuxt/eslint/issues/495) [(a4ab4)](https://togithub.com/nuxt/eslint/commit/a4ab4f5) #####     [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.5.5...v0.5.6)
nuxt/nuxt (@​nuxt/kit) ### [`v3.13.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.13.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.13.0...v3.13.1) > 3.13.1 is the next regularly scheduled patch release. ##### 👀 Highlights Although this is a patch release, there are two features I'd love to draw your attention to. 1. 🆔 `useId` now uses a built-in Vue composable for stable ids between server + client! [https://github.com/nuxt/nuxt/pull/28285](https://togithub.com/nuxt/nuxt/pull/28285) 2. 🔥 a new `experimental.buildCache` feature now allows for quicker app rebuilds [https://github.com/nuxt/nuxt/pull/28726](https://togithub.com/nuxt/nuxt/pull/28726) As always, feedback is appreciated 🙏 ❤️ ##### ✅ Upgrading As usual, our recommendation for upgrading is to run: ```sh npx nuxi@latest upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. ##### 👉 Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.13.0...v3.13.1) ##### 🔥 Performance - **nuxt:** Cache vue app build outputs ([#​28726](https://togithub.com/nuxt/nuxt/pull/28726)) - **nuxt:** Use `ServerPlaceholder` for ssr client components ([#​28563](https://togithub.com/nuxt/nuxt/pull/28563)) - **nuxt:** Use reducer array + handle modified proto ([#​28768](https://togithub.com/nuxt/nuxt/pull/28768)) ##### 🩹 Fixes - **schema:** Resolve user-provided `serverDir` relative to root ([#​28700](https://togithub.com/nuxt/nuxt/pull/28700)) - **nuxt:** Handle mismatching declaration/plugin extensions ([#​28709](https://togithub.com/nuxt/nuxt/pull/28709)) - **nuxt:** Do not accept arbitrary strings for `MiddlewareKey` ([#​28676](https://togithub.com/nuxt/nuxt/pull/28676)) - **nuxt:** Do not pass listeners to custom `NuxtLink` ([#​28738](https://togithub.com/nuxt/nuxt/pull/28738)) - **nuxt:** Generate basic jsdoc for module config entry ([#​27689](https://togithub.com/nuxt/nuxt/pull/27689)) - **nuxt:** Augment `NuxtOptions` as well as config ([#​28747](https://togithub.com/nuxt/nuxt/pull/28747)) - **nuxt:** Improve error logging in import protections ([#​28753](https://togithub.com/nuxt/nuxt/pull/28753)) - **nuxt:** Handle deleted cookies from `CookieStore` events ([#​28760](https://togithub.com/nuxt/nuxt/pull/28760)) - **nuxt:** Allow updating `appConfig` with non-iterable objects ([#​28773](https://togithub.com/nuxt/nuxt/pull/28773)) - **nuxt:** Improve `isNuxtError` type inference ([#​28814](https://togithub.com/nuxt/nuxt/pull/28814)) ##### 💅 Refactors - **nuxt:** Update to vue v3.5 + native `useId` ([#​28285](https://togithub.com/nuxt/nuxt/pull/28285)) ##### 📖 Documentation - Fix typo ([#​28724](https://togithub.com/nuxt/nuxt/pull/28724)) - Update broken/redirected links ([#​28739](https://togithub.com/nuxt/nuxt/pull/28739)) - Capitalize text ([#​28734](https://togithub.com/nuxt/nuxt/pull/28734)) - Updated line number for nuxt build-time hooks ([#​28746](https://togithub.com/nuxt/nuxt/pull/28746)) - Add missing `query` returned value from `useRoute()` ([#​28743](https://togithub.com/nuxt/nuxt/pull/28743)) - Persist package manager choice in code blocks ([#​28514](https://togithub.com/nuxt/nuxt/pull/28514)) - Fix postcss codeblock typo ([#​28801](https://togithub.com/nuxt/nuxt/pull/28801)) - Include `--frozen-lockfile` when installing dependencies ([#​28794](https://togithub.com/nuxt/nuxt/pull/28794)) ##### 🏡 Chore - Use `tinyexec` internally ([#​28684](https://togithub.com/nuxt/nuxt/pull/28684)) - Use `tinyglobby` internally ([#​28686](https://togithub.com/nuxt/nuxt/pull/28686)) - Trim tag ([#​28687](https://togithub.com/nuxt/nuxt/pull/28687)) - Fix ci typo ([#​28721](https://togithub.com/nuxt/nuxt/pull/28721)) - Tidying workflows + add sherif workflow ([#​28793](https://togithub.com/nuxt/nuxt/pull/28793)) - Ignore eslint warnings about console logging ([#​28795](https://togithub.com/nuxt/nuxt/pull/28795)) ##### ✅ Tests - Update bundle size ([99df4c222](https://togithub.com/nuxt/nuxt/commit/99df4c222)) ##### ❤️ Contributors - Gianluca Di Francesco ([@​gianlucadifrancesco](https://togithub.com/gianlucadifrancesco)) - Daniel Roe ([@​danielroe](https://togithub.com/danielroe)) - Joaquín Sánchez ([@​userquin](https://togithub.com/userquin)) - Heb ([@​Hebilicious](https://togithub.com/Hebilicious)) - Eckhardt (Kaizen) Dreyer ([@​Eckhardt-D](https://togithub.com/Eckhardt-D)) - Gustav Odinger ([@​gustavwilliam](https://togithub.com/gustavwilliam)) - Julien Huang ([@​huang-julien](https://togithub.com/huang-julien)) - Ismail Sabet ([@​ismailsabet](https://togithub.com/ismailsabet)) - Max ([@​onmax](https://togithub.com/onmax)) - Anthony Fu ([@​antfu](https://togithub.com/antfu)) - [@​beer](https://togithub.com/beer) ([@​iiio2](https://togithub.com/iiio2)) - riskrole ([@​riskrole](https://togithub.com/riskrole)) - Thimo Sietsma ([@​th1m0](https://togithub.com/th1m0))
vuejs/language-tools (vue-tsc) ### [`v2.1.6`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#216-supofficialsup-217-supinsiderssup-2024-09-05) [Compare Source](https://togithub.com/vuejs/language-tools/compare/a95b51ac0b0db8825f77fbba37e29932b5be61e4...v2.1.6) ##### Features - **language-plugin-pug:** support initial indentation ([#​4774](https://togithub.com/vuejs/language-tools/issues/4774)) - **language-service:** JSDoc display support when typing props on component template ([#​4796](https://togithub.com/vuejs/language-tools/issues/4796)) - Thanks to [@​joy-yu](https://togithub.com/joy-yu)! - **language-core:** typed directives in template ([#​4807](https://togithub.com/vuejs/language-tools/issues/4807)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! ##### Bug Fixes - **language-core:** wrap template refs with `unref` in interpolation ([#​4777](https://togithub.com/vuejs/language-tools/issues/4777)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** ensure to pass tsc on inline global types ([#​4782](https://togithub.com/vuejs/language-tools/issues/4782)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** infer native template ref as build-in element interface ([#​4786](https://togithub.com/vuejs/language-tools/issues/4786)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** generate `__VLS_StyleModules` after template ([#​4790](https://togithub.com/vuejs/language-tools/issues/4790)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** make `expose` of non-generic template ref required ([#​4795](https://togithub.com/vuejs/language-tools/issues/4795)) - Thanks to [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - **language-core:** avoid using `__typeProps` with runtime props ([#​4800](https://togithub.com/vuejs/language-tools/issues/4800)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** ignore unknown attrs error when strictTemplates is not enabled ([#​4785](https://togithub.com/vuejs/language-tools/issues/4785)) - **language-core:** prevent append globalTypes to virtual file ([#​4806](https://togithub.com/vuejs/language-tools/issues/4806)) - Thanks to [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - **language-core:** prevent type error when use defineSlots and non-template ([#​4809](https://togithub.com/vuejs/language-tools/issues/4809)) - Thanks to [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - **typescript-plugin:** disconnect socket on error ([#​4672](https://togithub.com/vuejs/language-tools/issues/4672)) ##### Performance - **language-core:** don't emit event lnlayhint when content is none ([#​4776](https://togithub.com/vuejs/language-tools/issues/4776)) - Thanks to [@​Gehbt](https://togithub.com/Gehbt)! ##### Other Changes - **language-core:** split `__VLS_templateResult` ([#​4781](https://togithub.com/vuejs/language-tools/issues/4781)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** wrap template virtual code into a function ([#​4784](https://togithub.com/vuejs/language-tools/issues/4784)) - **language-core:** move `templateRef` into `composibles` ([#​4791](https://togithub.com/vuejs/language-tools/issues/4791)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** generate global types for the first parsed Vue component if cannot write global types file ##### Tests - **language-server:** add renaming case for template `ref()` ([#​4794](https://togithub.com/vuejs/language-tools/issues/4794)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **tsc:** update to Vue 3.5 ([#​4725](https://togithub.com/vuejs/language-tools/issues/4725)) - **tsc:** unknown props on non-strict generic component ([#​4792](https://togithub.com/vuejs/language-tools/issues/4792)) ### [`v2.1.5`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#214-supofficialsup-215-supinsiderssup-2024-09-01) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.1.4...a95b51ac0b0db8825f77fbba37e29932b5be61e4) ##### Features - **typescript-plugin, language-server:** generate global types file into `node_modules/.vue-global-types` ([#​4752](https://togithub.com/vuejs/language-tools/issues/4752)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** navigation support for template-ref ([#​4726](https://togithub.com/vuejs/language-tools/issues/4726)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! ##### Bug Fixes - **language-core, typescript-plugin, language-server:** apply snake case on globalTypes filename ([#​4749](https://togithub.com/vuejs/language-tools/issues/4749)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** hoist `$refs` type ([#​4763](https://togithub.com/vuejs/language-tools/issues/4763)) - **language-core:** disable lib check on global types file ([#​4767](https://togithub.com/vuejs/language-tools/issues/4767)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-core:** prevent circular reference of templateRef ([#​4768](https://togithub.com/vuejs/language-tools/issues/4768)) - Thanks to [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - **language-core:** using interface merging for `GlobalComponents` - **language-core:** `fallthroughAttributes` causes global components to be self-referential ([#​4761](https://togithub.com/vuejs/language-tools/issues/4761)) - **language-core:** auto-completion for the last line of template block ([#​4771](https://togithub.com/vuejs/language-tools/issues/4771)) - Thanks to [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj)! - **language-core:** update ast correctly on repeated `v-for` modifications ([#​4772](https://togithub.com/vuejs/language-tools/issues/4772)) - Thanks to [@​KazariEX](https://togithub.com/KazariEX)! - **language-server:** leaking named pipes ([#​4672](https://togithub.com/vuejs/language-tools/issues/4672)) - **typescript-plugin:** compatible with Yarn PnP ([#​4751](https://togithub.com/vuejs/language-tools/issues/4751)) - **vscode:** whitelist `ms-dynamics-smb.al` extension for Vue Hybrid Mode. ([#​4765](https://togithub.com/vuejs/language-tools/issues/4765)) - Thanks to [@​kyleweishaupt](https://togithub.com/kyleweishaupt)! ##### Other Changes - Add optional "dependencies" textarea to issue template ([#​4758](https://togithub.com/vuejs/language-tools/issues/4758)) - Thanks to [@​davidmatter](https://togithub.com/davidmatter)!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Hywax Assistant.