Closed hywax-assistant closed 7 months ago
This PR contains the following updates:
^2.8.3
^2.9.0
^19.2.0
^19.2.1
^20.11.28
^20.11.30
^5.4.2
^5.4.3
^5.1.6
^5.2.2
📅 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.
This PR contains the following updates:
^2.8.3
->^2.9.0
^19.2.0
->^19.2.1
^20.11.28
->^20.11.30
^5.4.2
->^5.4.3
^5.1.6
->^5.2.2
Release Notes
antfu/eslint-config (@antfu/eslint-config)
### [`v2.9.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.9.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.8.3...v2.9.0) ##### 🚀 Features - Support more fields of packageJson as ascending order - by [@mutoe](https://togithub.com/mutoe) in [https://github.com/antfu/eslint-config/issues/359](https://togithub.com/antfu/eslint-config/issues/359) [(f4765)](https://togithub.com/antfu/eslint-config/commit/f4765b1) - Automatically rename plugins in factory - by [@antfu](https://togithub.com/antfu) [(77df2)](https://togithub.com/antfu/eslint-config/commit/77df2f5) ##### 🐞 Bug Fixes - Migrate to `eslint-plugin-import-x` - by [@antfu](https://togithub.com/antfu) [(ac0d0)](https://togithub.com/antfu/eslint-config/commit/ac0d013) - **cli**: Git clean check, fix [#429](https://togithub.com/antfu/eslint-config/issues/429) - by [@antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/429](https://togithub.com/antfu/eslint-config/issues/429) [(fde70)](https://togithub.com/antfu/eslint-config/commit/fde7093) ##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.8.3...v2.9.0)conventional-changelog/commitlint (@commitlint/cli)
### [`v19.2.1`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1921-2024-03-19) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v19.2.0...v19.2.1) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli)Microsoft/TypeScript (typescript)
### [`v5.4.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)vitejs/vite (vite)
### [`v5.2.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small522-2024-03-20-small) - fix(importAnalysis): skip encode in ssr ([#16213](https://togithub.com/vitejs/vite/issues/16213)) ([e4d2d60](https://togithub.com/vitejs/vite/commit/e4d2d60)), closes [#16213](https://togithub.com/vitejs/vite/issues/16213) ### [`v5.2.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small521-2024-03-20-small) - fix: encode path uri only ([#16212](https://togithub.com/vitejs/vite/issues/16212)) ([0b2e40b](https://togithub.com/vitejs/vite/commit/0b2e40b)), closes [#16212](https://togithub.com/vitejs/vite/issues/16212) ### [`v5.2.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#520-2024-03-20) - fix: update client.ts@cleanUrl to accomodate blob protocol ([#16182](https://togithub.com/vitejs/vite/issues/16182)) ([1a3b1d7](https://togithub.com/vitejs/vite/commit/1a3b1d7)), closes [#16182](https://togithub.com/vitejs/vite/issues/16182) - fix(assets): avoid splitting `,` inside query parameter of image URI in srcset property ([#16081](https://togithub.com/vitejs/vite/issues/16081)) ([50caf67](https://togithub.com/vitejs/vite/commit/50caf67)), closes [#16081](https://togithub.com/vitejs/vite/issues/16081) - chore(deps): update all non-major dependencies ([#16186](https://togithub.com/vitejs/vite/issues/16186)) ([842643d](https://togithub.com/vitejs/vite/commit/842643d)), closes [#16186](https://togithub.com/vitejs/vite/issues/16186) - perf(transformRequest): fast-path watch and sourcemap handling ([#16170](https://togithub.com/vitejs/vite/issues/16170)) ([de60f1e](https://togithub.com/vitejs/vite/commit/de60f1e)), closes [#16170](https://togithub.com/vitejs/vite/issues/16170) - docs: add `@shikiji/vitepress-twoslash` ([#16168](https://togithub.com/vitejs/vite/issues/16168)) ([6f8a320](https://togithub.com/vitejs/vite/commit/6f8a320)), closes [#16168](https://togithub.com/vitejs/vite/issues/16168)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.