biomejs/biome (@biomejs/biome)
### [`v1.6.4`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#164-2022-04-03)
[Compare Source](https://togithub.com/biomejs/biome/compare/23b5a73ac7ccd4920f13919aaa712b9364020e88...f6fd1ef7130e7bcd1466aa78ae7295fc5fdd5d58)
##### Analyzer
##### Bug fixes
- An operator with no spaces around in a binary expression no longer breaks the js analyzer ([#2243](https://togithub.com/biomejs/biome/issues/2243)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
##### CLI
##### Bug fixes
- Fix the printed error count ([#2048](https://togithub.com/biomejs/biome/issues/2048)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
##### Configuration
##### Bug fixes
- Correctly calculate enabled rules in lint rule groups. Now a specific rule belonging to a group can be enabled even if its group-level preset option `recommended` or `all` is `false` ([#2191](https://togithub.com/biomejs/biome/issues/2191)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
##### Editors
##### Bug fixes
- Fix the unexpected code deletion and repetition when `quickfix.biome` is enabled and some `import`-related rules are applied ([#2222](https://togithub.com/biomejs/biome/issues/2222), [#688](https://togithub.com/biomejs/biome/issues/688), [#1015](https://togithub.com/biomejs/biome/issues/1015)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
##### Linter
##### Bug fixes
- Fix [#2211](https://togithub.com/biomejs/biome/issues/2211). noChildrenProp should work fine when children pass as a prop in a new line. Contributed by [@fireairforce](https://togithub.com/fireairforce)
- Fix [#2248](https://togithub.com/biomejs/biome/issues/2248). `lint/a11y/useButtonType` should not trigger when button element with spread attribute. Contributed by [@fireairforce](https://togithub.com/fireairforce)
- Fix [#2216](https://togithub.com/biomejs/biome/issues/2216). `lint/style/useNamingConvention` should not ignore JSX Component name binding. Contributed by [@fireairforce](https://togithub.com/fireairforce)
##### Enhancements
- Add support for object property members in the rule `useSortedClasses`. Contributed by [@ematipico](https://togithub.com/ematipico)
##### Parser
- The parser doesn't throw any error when the frontmatter of `.astro` files contains an illegal return:
### [`v1.6.3`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#163-2024-03-25)
[Compare Source](https://togithub.com/biomejs/biome/compare/7669b334ecfb9580abe83bbf6141232805f0e4bd...23b5a73ac7ccd4920f13919aaa712b9364020e88)
##### Analyzer
##### CLI
##### Bug fixes
- Fix configuration resolution. Biome is now able to correctly find the `biome.jsonc` configuration file when `--config-path` is explicitly set ([#2164](https://togithub.com/biomejs/biome/issues/2164)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
- JavaScript/TypeScript files of different variants (`.ts`, `.js`, `.tsx`, `.jsx`) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems ([#2080](https://togithub.com/biomejs/biome/issues/2080), [#2109](https://togithub.com/biomejs/biome/issues/2109)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
##### Configuration
##### Bug fixes
- Complete the documentation and overrides support for options `formatter.lineEnding`, `[language].formatter.lineEnding`, `formatter.attributePosition` and `javascript.formatter.attributePosition`. Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
##### Editors
##### Formatter
##### Bug fixes
- Fix [#2172](https://togithub.com/biomejs/biome/issues/2172) by breaking long object destructuring patterns. Contributed by [@ah-yu](https://togithub.com/ah-yu)
##### JavaScript APIs
##### Linter
##### New features
- Add rule [noEvolvingAny](https://biomejs.dev/linter/rules/no-evolving-any) to disallow variables from evolving into `any` type through reassignments. Contributed by [@fujiyamaorange](https://togithub.com/fujiyamaorange)
##### Enhancements
- Rename `noSemicolonInJsx` to `noSuspiciousSemicolonInJsx`. Contributed by [@fujiyamaorange](https://togithub.com/fujiyamaorange)
##### LSP
##### Bug fixes
- Quickfix action no longer autofixes lint rule errors on save when `linter` is disabled ([#2161](https://togithub.com/biomejs/biome/issues/2161)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant)
- Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by [@ematipico](https://togithub.com/ematipico)
##### Parser
FortAwesome/Font-Awesome (@fortawesome/fontawesome-free)
### [`v6.5.2`](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.1...2c154906a36774c3030f4723cecd074f8674e6a8)
[Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2)
pnpm/pnpm (pnpm)
### [`v8.15.6`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.6)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.5...v8.15.6)
#### Patch Changes
- The exit code of the child process should be preserved on `pnpm run` [#7817](https://togithub.com/pnpm/pnpm/issues/7817).
- When sorting packages in a workspace, take into account workspace dependencies specified as `peerDependencies` [#7813](https://togithub.com/pnpm/pnpm/issues/7813).
- Add `--ignore-scripts` argument to `prune` command [#7836](https://togithub.com/pnpm/pnpm/pull/7836).
#### Platinum Sponsors
#### Gold Sponsors
#### Silver Sponsors
sass/dart-sass (sass)
### [`v1.74.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1741)
[Compare Source](https://togithub.com/sass/dart-sass/compare/1.72.0...1.74.1)
- No user-visible changes.
stylelint/stylelint (stylelint)
### [`v16.3.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1631)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/16.3.0...16.3.1)
- Fixed: `selector-max-id` end positions ([#7571](https://togithub.com/stylelint/stylelint/pull/7571)) ([@romainmenke](https://togithub.com/romainmenke)).
- Fixed: import errors for configs and plugins omitting `/index.js` ([#7578](https://togithub.com/stylelint/stylelint/pull/7578)) ([@ota-meshi](https://togithub.com/ota-meshi)).
stylelint-scss/stylelint-config-standard-scss (stylelint-config-standard-scss)
### [`v13.1.0`](https://togithub.com/stylelint-scss/stylelint-config-standard-scss/blob/HEAD/CHANGELOG.md#1310)
[Compare Source](https://togithub.com/stylelint-scss/stylelint-config-standard-scss/compare/v13.0.0...v13.1.0)
- Changed: `scss/dollar-variable-colon-space-after` from `always` to `always-single-line` to be compatible with the default formatting of Prettier.
TypeStrong/TypeDoc (typedoc)
### [`v0.25.13`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02513-2024-04-07)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.25.12...v0.25.13)
##### Features
- Added `gitRevision:short` placeholder option to `--sourceLinkTemplate` option, [#2529](https://togithub.com/TypeStrong/TypeDoc/issues/2529).
Links generated by TypeDoc will now default to using the non-short git revision.
- Moved "Generated by TypeDoc" footer into a `Microsoft/TypeScript (typescript)
### [`v5.4.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4
[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)
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+).
- [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).
Downloads are available on:
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
vitejs/vite (vite)
### [`v5.2.8`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small528-2024-04-03-small)
[Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.7...v5.2.8)
- fix: csp nonce injection when no closing tag ([#16281](https://togithub.com/vitejs/vite/issues/16281)) ([#16282](https://togithub.com/vitejs/vite/issues/16282)) ([3c85c6b](https://togithub.com/vitejs/vite/commit/3c85c6b)), closes [#16281](https://togithub.com/vitejs/vite/issues/16281) [#16282](https://togithub.com/vitejs/vite/issues/16282)
- fix: do not access document in `/@vite/client` when not defined ([#16318](https://togithub.com/vitejs/vite/issues/16318)) ([646319c](https://togithub.com/vitejs/vite/commit/646319c)), closes [#16318](https://togithub.com/vitejs/vite/issues/16318)
- fix: fix sourcemap when using object as `define` value ([#15805](https://togithub.com/vitejs/vite/issues/15805)) ([445c4f2](https://togithub.com/vitejs/vite/commit/445c4f2)), closes [#15805](https://togithub.com/vitejs/vite/issues/15805)
- fix(css): unknown file error happened with lightningcss ([#16306](https://togithub.com/vitejs/vite/issues/16306)) ([01af308](https://togithub.com/vitejs/vite/commit/01af308)), closes [#16306](https://togithub.com/vitejs/vite/issues/16306)
- fix(hmr): multiple updates happened when invalidate is called while multiple tabs open ([#16307](https://togithub.com/vitejs/vite/issues/16307)) ([21cc10b](https://togithub.com/vitejs/vite/commit/21cc10b)), closes [#16307](https://togithub.com/vitejs/vite/issues/16307)
- fix(scanner): duplicate modules for same id if glob is used in html-like types ([#16305](https://togithub.com/vitejs/vite/issues/16305)) ([eca68fa](https://togithub.com/vitejs/vite/commit/eca68fa)), closes [#16305](https://togithub.com/vitejs/vite/issues/16305)
- chore(deps): update all non-major dependencies ([#16325](https://togithub.com/vitejs/vite/issues/16325)) ([a78e265](https://togithub.com/vitejs/vite/commit/a78e265)), closes [#16325](https://togithub.com/vitejs/vite/issues/16325)
- refactor: use types from sass instead of [@types/sass](https://togithub.com/types/sass) ([#16340](https://togithub.com/vitejs/vite/issues/16340)) ([4581e83](https://togithub.com/vitejs/vite/commit/4581e83)), closes [#16340](https://togithub.com/vitejs/vite/issues/16340)
### [`v5.2.7`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small527-2024-03-29-small)
[Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.6...v5.2.7)
- chore: deprecate splitVendorChunkPlugin ([#16274](https://togithub.com/vitejs/vite/issues/16274)) ([45a06da](https://togithub.com/vitejs/vite/commit/45a06da)), closes [#16274](https://togithub.com/vitejs/vite/issues/16274)
- fix: skip injecting `__vite__mapDeps` when it's not used ([#16271](https://togithub.com/vitejs/vite/issues/16271)) ([890538a](https://togithub.com/vitejs/vite/commit/890538a)), closes [#16271](https://togithub.com/vitejs/vite/issues/16271)
- fix(deps): update all non-major dependencies ([#16258](https://togithub.com/vitejs/vite/issues/16258)) ([7caef42](https://togithub.com/vitejs/vite/commit/7caef42)), closes [#16258](https://togithub.com/vitejs/vite/issues/16258)
- fix(hmr): don't mutate module graph when collecting modules ([#16302](https://togithub.com/vitejs/vite/issues/16302)) ([dfffea1](https://togithub.com/vitejs/vite/commit/dfffea1)), closes [#16302](https://togithub.com/vitejs/vite/issues/16302)
- fix(hmr): trigger hmr for missing file import errored module after file creation ([#16303](https://togithub.com/vitejs/vite/issues/16303)) ([ffedc06](https://togithub.com/vitejs/vite/commit/ffedc06)), closes [#16303](https://togithub.com/vitejs/vite/issues/16303)
- fix(sourcemap): don't warn even if the sourcesContent is an empty string ([#16273](https://togithub.com/vitejs/vite/issues/16273)) ([24e376a](https://togithub.com/vitejs/vite/commit/24e376a)), closes [#16273](https://togithub.com/vitejs/vite/issues/16273)
- feat(hmr): reload when HTML file is created/deleted ([#16288](https://togithub.com/vitejs/vite/issues/16288)) ([1f53796](https://togithub.com/vitejs/vite/commit/1f53796)), closes [#16288](https://togithub.com/vitejs/vite/issues/16288)
Configuration
📅 Schedule: Branch creation - "before 6am 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.6.2
->1.6.4
6.5.1
->6.5.2
20.11.30
->20.12.5
18.2.69
->18.2.74
18.2.22
->18.2.24
8.15.5
->8.15.6
1.72.0
->1.74.1
16.3.0
->16.3.1
13.0.0
->13.1.0
0.25.12
->0.25.13
5.4.3
->5.4.4
5.2.6
->5.2.8
Release Notes
biomejs/biome (@biomejs/biome)
### [`v1.6.4`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#164-2022-04-03) [Compare Source](https://togithub.com/biomejs/biome/compare/23b5a73ac7ccd4920f13919aaa712b9364020e88...f6fd1ef7130e7bcd1466aa78ae7295fc5fdd5d58) ##### Analyzer ##### Bug fixes - An operator with no spaces around in a binary expression no longer breaks the js analyzer ([#2243](https://togithub.com/biomejs/biome/issues/2243)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant) ##### CLI ##### Bug fixes - Fix the printed error count ([#2048](https://togithub.com/biomejs/biome/issues/2048)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant) ##### Configuration ##### Bug fixes - Correctly calculate enabled rules in lint rule groups. Now a specific rule belonging to a group can be enabled even if its group-level preset option `recommended` or `all` is `false` ([#2191](https://togithub.com/biomejs/biome/issues/2191)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant) ##### Editors ##### Bug fixes - Fix the unexpected code deletion and repetition when `quickfix.biome` is enabled and some `import`-related rules are applied ([#2222](https://togithub.com/biomejs/biome/issues/2222), [#688](https://togithub.com/biomejs/biome/issues/688), [#1015](https://togithub.com/biomejs/biome/issues/1015)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant) ##### Linter ##### Bug fixes - Fix [#2211](https://togithub.com/biomejs/biome/issues/2211). noChildrenProp should work fine when children pass as a prop in a new line. Contributed by [@fireairforce](https://togithub.com/fireairforce) - Fix [#2248](https://togithub.com/biomejs/biome/issues/2248). `lint/a11y/useButtonType` should not trigger when button element with spread attribute. Contributed by [@fireairforce](https://togithub.com/fireairforce) - Fix [#2216](https://togithub.com/biomejs/biome/issues/2216). `lint/style/useNamingConvention` should not ignore JSX Component name binding. Contributed by [@fireairforce](https://togithub.com/fireairforce) ##### Enhancements - Add support for object property members in the rule `useSortedClasses`. Contributed by [@ematipico](https://togithub.com/ematipico) ##### Parser - The parser doesn't throw any error when the frontmatter of `.astro` files contains an illegal return: ### [`v1.6.3`](https://togithub.com/biomejs/biome/blob/HEAD/CHANGELOG.md#163-2024-03-25) [Compare Source](https://togithub.com/biomejs/biome/compare/7669b334ecfb9580abe83bbf6141232805f0e4bd...23b5a73ac7ccd4920f13919aaa712b9364020e88) ##### Analyzer ##### CLI ##### Bug fixes - Fix configuration resolution. Biome is now able to correctly find the `biome.jsonc` configuration file when `--config-path` is explicitly set ([#2164](https://togithub.com/biomejs/biome/issues/2164)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant) - JavaScript/TypeScript files of different variants (`.ts`, `.js`, `.tsx`, `.jsx`) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems ([#2080](https://togithub.com/biomejs/biome/issues/2080), [#2109](https://togithub.com/biomejs/biome/issues/2109)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant) ##### Configuration ##### Bug fixes - Complete the documentation and overrides support for options `formatter.lineEnding`, `[language].formatter.lineEnding`, `formatter.attributePosition` and `javascript.formatter.attributePosition`. Contributed by [@Sec-ant](https://togithub.com/Sec-ant) ##### Editors ##### Formatter ##### Bug fixes - Fix [#2172](https://togithub.com/biomejs/biome/issues/2172) by breaking long object destructuring patterns. Contributed by [@ah-yu](https://togithub.com/ah-yu) ##### JavaScript APIs ##### Linter ##### New features - Add rule [noEvolvingAny](https://biomejs.dev/linter/rules/no-evolving-any) to disallow variables from evolving into `any` type through reassignments. Contributed by [@fujiyamaorange](https://togithub.com/fujiyamaorange) ##### Enhancements - Rename `noSemicolonInJsx` to `noSuspiciousSemicolonInJsx`. Contributed by [@fujiyamaorange](https://togithub.com/fujiyamaorange) ##### LSP ##### Bug fixes - Quickfix action no longer autofixes lint rule errors on save when `linter` is disabled ([#2161](https://togithub.com/biomejs/biome/issues/2161)). Contributed by [@Sec-ant](https://togithub.com/Sec-ant) - Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by [@ematipico](https://togithub.com/ematipico) ##### ParserFortAwesome/Font-Awesome (@fortawesome/fontawesome-free)
### [`v6.5.2`](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.1...2c154906a36774c3030f4723cecd074f8674e6a8) [Compare Source](https://togithub.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2)pnpm/pnpm (pnpm)
### [`v8.15.6`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.6) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.5...v8.15.6) #### Patch Changes - The exit code of the child process should be preserved on `pnpm run` [#7817](https://togithub.com/pnpm/pnpm/issues/7817). - When sorting packages in a workspace, take into account workspace dependencies specified as `peerDependencies` [#7813](https://togithub.com/pnpm/pnpm/issues/7813). - Add `--ignore-scripts` argument to `prune` command [#7836](https://togithub.com/pnpm/pnpm/pull/7836). #### Platinum Sponsorssass/dart-sass (sass)
### [`v1.74.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1741) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.72.0...1.74.1) - No user-visible changes.stylelint/stylelint (stylelint)
### [`v16.3.1`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1631) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.3.0...16.3.1) - Fixed: `selector-max-id` end positions ([#7571](https://togithub.com/stylelint/stylelint/pull/7571)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: import errors for configs and plugins omitting `/index.js` ([#7578](https://togithub.com/stylelint/stylelint/pull/7578)) ([@ota-meshi](https://togithub.com/ota-meshi)).stylelint-scss/stylelint-config-standard-scss (stylelint-config-standard-scss)
### [`v13.1.0`](https://togithub.com/stylelint-scss/stylelint-config-standard-scss/blob/HEAD/CHANGELOG.md#1310) [Compare Source](https://togithub.com/stylelint-scss/stylelint-config-standard-scss/compare/v13.0.0...v13.1.0) - Changed: `scss/dollar-variable-colon-space-after` from `always` to `always-single-line` to be compatible with the default formatting of Prettier.TypeStrong/TypeDoc (typedoc)
### [`v0.25.13`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v02513-2024-04-07) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.25.12...v0.25.13) ##### Features - Added `gitRevision:short` placeholder option to `--sourceLinkTemplate` option, [#2529](https://togithub.com/TypeStrong/TypeDoc/issues/2529). Links generated by TypeDoc will now default to using the non-short git revision. - Moved "Generated by TypeDoc" footer into a `Microsoft/TypeScript (typescript)
### [`v5.4.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) 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+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)vitejs/vite (vite)
### [`v5.2.8`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small528-2024-04-03-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.7...v5.2.8) - fix: csp nonce injection when no closing tag ([#16281](https://togithub.com/vitejs/vite/issues/16281)) ([#16282](https://togithub.com/vitejs/vite/issues/16282)) ([3c85c6b](https://togithub.com/vitejs/vite/commit/3c85c6b)), closes [#16281](https://togithub.com/vitejs/vite/issues/16281) [#16282](https://togithub.com/vitejs/vite/issues/16282) - fix: do not access document in `/@vite/client` when not defined ([#16318](https://togithub.com/vitejs/vite/issues/16318)) ([646319c](https://togithub.com/vitejs/vite/commit/646319c)), closes [#16318](https://togithub.com/vitejs/vite/issues/16318) - fix: fix sourcemap when using object as `define` value ([#15805](https://togithub.com/vitejs/vite/issues/15805)) ([445c4f2](https://togithub.com/vitejs/vite/commit/445c4f2)), closes [#15805](https://togithub.com/vitejs/vite/issues/15805) - fix(css): unknown file error happened with lightningcss ([#16306](https://togithub.com/vitejs/vite/issues/16306)) ([01af308](https://togithub.com/vitejs/vite/commit/01af308)), closes [#16306](https://togithub.com/vitejs/vite/issues/16306) - fix(hmr): multiple updates happened when invalidate is called while multiple tabs open ([#16307](https://togithub.com/vitejs/vite/issues/16307)) ([21cc10b](https://togithub.com/vitejs/vite/commit/21cc10b)), closes [#16307](https://togithub.com/vitejs/vite/issues/16307) - fix(scanner): duplicate modules for same id if glob is used in html-like types ([#16305](https://togithub.com/vitejs/vite/issues/16305)) ([eca68fa](https://togithub.com/vitejs/vite/commit/eca68fa)), closes [#16305](https://togithub.com/vitejs/vite/issues/16305) - chore(deps): update all non-major dependencies ([#16325](https://togithub.com/vitejs/vite/issues/16325)) ([a78e265](https://togithub.com/vitejs/vite/commit/a78e265)), closes [#16325](https://togithub.com/vitejs/vite/issues/16325) - refactor: use types from sass instead of [@types/sass](https://togithub.com/types/sass) ([#16340](https://togithub.com/vitejs/vite/issues/16340)) ([4581e83](https://togithub.com/vitejs/vite/commit/4581e83)), closes [#16340](https://togithub.com/vitejs/vite/issues/16340) ### [`v5.2.7`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small527-2024-03-29-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.6...v5.2.7) - chore: deprecate splitVendorChunkPlugin ([#16274](https://togithub.com/vitejs/vite/issues/16274)) ([45a06da](https://togithub.com/vitejs/vite/commit/45a06da)), closes [#16274](https://togithub.com/vitejs/vite/issues/16274) - fix: skip injecting `__vite__mapDeps` when it's not used ([#16271](https://togithub.com/vitejs/vite/issues/16271)) ([890538a](https://togithub.com/vitejs/vite/commit/890538a)), closes [#16271](https://togithub.com/vitejs/vite/issues/16271) - fix(deps): update all non-major dependencies ([#16258](https://togithub.com/vitejs/vite/issues/16258)) ([7caef42](https://togithub.com/vitejs/vite/commit/7caef42)), closes [#16258](https://togithub.com/vitejs/vite/issues/16258) - fix(hmr): don't mutate module graph when collecting modules ([#16302](https://togithub.com/vitejs/vite/issues/16302)) ([dfffea1](https://togithub.com/vitejs/vite/commit/dfffea1)), closes [#16302](https://togithub.com/vitejs/vite/issues/16302) - fix(hmr): trigger hmr for missing file import errored module after file creation ([#16303](https://togithub.com/vitejs/vite/issues/16303)) ([ffedc06](https://togithub.com/vitejs/vite/commit/ffedc06)), closes [#16303](https://togithub.com/vitejs/vite/issues/16303) - fix(sourcemap): don't warn even if the sourcesContent is an empty string ([#16273](https://togithub.com/vitejs/vite/issues/16273)) ([24e376a](https://togithub.com/vitejs/vite/commit/24e376a)), closes [#16273](https://togithub.com/vitejs/vite/issues/16273) - feat(hmr): reload when HTML file is created/deleted ([#16288](https://togithub.com/vitejs/vite/issues/16288)) ([1f53796](https://togithub.com/vitejs/vite/commit/1f53796)), closes [#16288](https://togithub.com/vitejs/vite/issues/16288)Configuration
📅 Schedule: Branch creation - "before 6am 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.