lasseklovstad / gata

0 stars 0 forks source link

fix(deps): update npm non-major dependencies #174

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@headlessui/react (source) 2.0.4 -> 2.1.0 age adoption passing confidence
@radix-ui/react-avatar (source) 1.0.4 -> 1.1.0 age adoption passing confidence
@radix-ui/react-dropdown-menu (source) 2.0.6 -> 2.1.1 age adoption passing confidence
@radix-ui/react-slot (source) 1.0.2 -> 1.1.0 age adoption passing confidence
@radix-ui/react-toggle (source) 1.0.3 -> 1.1.0 age adoption passing confidence
@radix-ui/react-toggle-group (source) 1.0.4 -> 1.1.0 age adoption passing confidence
@radix-ui/react-tooltip (source) 1.0.7 -> 1.1.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.13.0 -> 7.13.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.13.0 -> 7.13.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.9.0 age adoption passing confidence
eslint-plugin-react 7.34.2 -> 7.34.3 age adoption passing confidence
knip (source) 5.18.2 -> 5.22.2 age adoption passing confidence
lucide-react (source) ^0.394.0 -> ^0.396.0 age adoption passing confidence
remix-development-tools (source) 4.2.0 -> 4.2.1 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence
vite (source) 5.2.13 -> 5.3.1 age adoption passing confidence

Release Notes

tailwindlabs/headlessui (@​headlessui/react) ### [`v2.1.0`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#210---2024-06-21) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.4...@headlessui/react@v2.1.0) ##### Added - Add ability to render multiple `Dialog` components at once (without nesting them) ([#​3242](https://togithub.com/tailwindlabs/headlessui/pull/3242)) - Add new data-attribute-based transition API ([#​3273](https://togithub.com/tailwindlabs/headlessui/pull/3273), [#​3285](https://togithub.com/tailwindlabs/headlessui/pull/3285), [#​3307](https://togithub.com/tailwindlabs/headlessui/pull/3307), [#​3309](https://togithub.com/tailwindlabs/headlessui/pull/3309), [#​3312](https://togithub.com/tailwindlabs/headlessui/pull/3312)) - Add `DialogBackdrop` component ([#​3307](https://togithub.com/tailwindlabs/headlessui/pull/3307), [#​3310](https://togithub.com/tailwindlabs/headlessui/pull/3310)) - Add `PopoverBackdrop` component to replace `PopoverOverlay` ([#​3308](https://togithub.com/tailwindlabs/headlessui/pull/3308)) ##### Fixed - Keep `Combobox` open when clicking scrollbar in `ComboboxOptions` ([#​3249](https://togithub.com/tailwindlabs/headlessui/pull/3249)) - Ensure `ComboboxInput` does not sync with current value while typing ([#​3259](https://togithub.com/tailwindlabs/headlessui/pull/3259)) - Fix visual jitter in `Combobox` component when using native scrollbar ([#​3190](https://togithub.com/tailwindlabs/headlessui/pull/3190)) - Improve UX by freezing `ComboboxOptions` while closing ([#​3304](https://togithub.com/tailwindlabs/headlessui/pull/3304)) - Merge incoming `style` prop on `ComboboxOptions`, `ListboxOptions`, `MenuItems`, and `PopoverPanel` components ([#​3250](https://togithub.com/tailwindlabs/headlessui/pull/3250)) - Prevent focus on `Checkbox` when it is `disabled` ([#​3251](https://togithub.com/tailwindlabs/headlessui/pull/3251)) - Use `useId` instead of React internals (for React 19 compatibility) ([#​3254](https://togithub.com/tailwindlabs/headlessui/pull/3254)) - Cancel outside click behavior on touch devices when scrolling ([#​3266](https://togithub.com/tailwindlabs/headlessui/pull/3266)) - Correctly apply conditional classes when using `Transition` and `TransitionChild` components ([#​3303](https://togithub.com/tailwindlabs/headlessui/pull/3303)) ##### Changed - Allow using the `Tab` and `Shift+Tab` keys when the `Listbox` component is open ([#​3284](https://togithub.com/tailwindlabs/headlessui/pull/3284))
radix-ui/primitives (@​radix-ui/react-dropdown-menu) ### [`v2.1.1`](https://togithub.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...6b40728c55c9d8dd86b74b85c8342c383f280a29) [Compare Source](https://togithub.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...6b40728c55c9d8dd86b74b85c8342c383f280a29)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) ##### 🩹 Fixes - **eslint-plugin:** \[prefer-readonly] refine report locations - **eslint-plugin:** \[return-await] support explicit resource management - **eslint-plugin:** \[no-unsafe-member-access] differentiate a types-error any from a true any ##### ❀️ Thank You - Kirk Waiblinger - Yukihiro Hasegawa 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.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) This was a version bump only for parser to align it with other projects, there were no code changes. 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.
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y) ### [`v6.9.0`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/CHANGELOG.md#v690---2024-06-19) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0) ##### Fixed - \[Fix] `img-redundant-alt`: fixed multibyte character support [`#969`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969) - \[meta] fix changelog links [`#960`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960) ##### Commits - \[New] add support for Flat Config [`6b5f096`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6b5f096f10b47326d68e2893152a48a79c8555b4) - Revert "\[Fix] `isNonInteractiveElement`: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" [`75d5dd7`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75d5dd722bd67186d97afa7b151fd6fee5885c70) - \[Robustness] use `safe-regex-test` [`4c7e781`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/4c7e7815c12a797587bb8e3cdced7f3003848964) - \[actions] update actions/checkout [`51a1ca7`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/51a1ca7b4d83d4fbd1ea62888f7f2dc21ece6788) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register`, `eslint-doc-generator`, `object.entries` [`1271ac1`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1271ac1d6e5dcf9a2bc2c086faaf062335629171) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/register`, `aud`, `eslint-plugin-import`, `npmignore`, `object.assign` [`540cb7a`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/540cb7aefead582f237071d55a40f098d0885478) - \[Deps] update `@babel/runtime`, `array-includes`, `es-iterator-helpers`, `hasown`, `object.fromentries`, `safe-regex-test` [`5d14408`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/5d1440825a8838ae10dc94cc3a4a7e1e967644b4) - \[Deps] pin `aria-query` and `axobject-query`, add `ls-engines` test to CI [`32fd82c`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/32fd82c628d7f3e4ec8c06a1994f4eca1be2be4f) - \[Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `eslint-doc-generator` [`d1b4114`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d1b41142248a7cca45bb5f0b96ff23ee87fb9411) - \[Fix] ensure `summary` remains non-interactive [`6a048da`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6a048dacf2b98eaa204e2a5a70dc7e3d48d9463a) - \[Deps] remove `@babel/runtime` [`0a98ad8`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0a98ad83ffa7f4b66458cc1c39db2ef32bb2c480) - \[New] `no-noninteractive-element-to-interactive-role`: allow `menuitemradio` and `menuitemcheckbox` on \
  • [`c0733f9`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/c0733f94031fe3eec6b4d54176afe47929bb0a84) - \[Deps] update `@babel/runtime`, `safe-regex-test` [`0d5321a`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0d5321a5457c5f0da0ca216053cc5b4f571b53ae) - \[actions] pin codecov to v3.1.5 [`961817f`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/961817f61fa56cd7815c6940c27ef08469b1516b) - \[Deps] unpin `axe-core` [`b3559cf`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/b3559cf89be6b5352cd77ffa025831b3d793d565) - \[Deps] move `object.entries` to dev deps [`1be7b70`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1be7b709eececd83f1d5f67a60b2c97cfe9a561d) - \[Deps] update `@babel/runtime` [`2a48abb`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/2a48abb5effa911e7d1a8575e1c9768c947a33f1) - \[Deps] update `@babel/runtime` [`1adec35`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1adec3517fc2c9797212ca4d38858deed917e7be)
  • jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.3`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7343---20240618) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3) ##### Fixed - \[`prop-types`]: null-check rootNode before calling getScope ([#​3762][] [@​crnhrv](https://togithub.com/crnhrv)) - \[`boolean-prop-naming`]: avoid a crash with a spread prop ([#​3733][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not allow explicit `true` value ([#​3757][] [@​6uliver](https://togithub.com/6uliver)) - \[`no-object-type-as-default-prop`]: enable rule for components with many parameters ([#​3768][] [@​JulienR1](https://togithub.com/JulienR1)) - \[`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([#​3769][] [@​akulsr0](https://togithub.com/akulsr0)) [7.34.3]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3 [#​3769]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3769 [#​3768]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3768 [#​3762]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3762 [#​3757]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3757 [#​3733]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3733
    webpro-nl/knip (knip) ### [`v5.22.2`](https://togithub.com/webpro-nl/knip/releases/tag/5.22.2) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.22.1...5.22.2) - Fix abs extended tsconfig paths if internal (resolves [#​689](https://togithub.com/webpro-nl/knip/issues/689)) ([`d1261c1`](https://togithub.com/webpro-nl/knip/commit/d1261c1d)) - Update release-it and use JSON schema ([`a4111fe`](https://togithub.com/webpro-nl/knip/commit/a4111fe6)) ### [`v5.22.1`](https://togithub.com/webpro-nl/knip/compare/5.22.0...e15da45d9328ae2024a9d74ab274e5f468b98fff) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.22.0...5.22.1) ### [`v5.22.0`](https://togithub.com/webpro-nl/knip/compare/5.21.2...7aa2f6dfa596b8b60311fc7d153efe47770b3876) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.21.2...5.22.0) ### [`v5.21.2`](https://togithub.com/webpro-nl/knip/compare/5.21.1...bd77bcce5acfdd108ab54398c922eb03f07fc65f) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.21.1...5.21.2) ### [`v5.21.1`](https://togithub.com/webpro-nl/knip/releases/tag/5.21.1) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.21.0...5.21.1) - Fix lockfile-lint config filename ([#​683](https://togithub.com/webpro-nl/knip/issues/683)) ([`f5304b6`](https://togithub.com/webpro-nl/knip/commit/f5304b6d)) - feat: add command to ignored binaries ([#​682](https://togithub.com/webpro-nl/knip/issues/682)) ([`d049b6c`](https://togithub.com/webpro-nl/knip/commit/d049b6c4)) - Add (custom) og img for sponsors page ([`d89ec12`](https://togithub.com/webpro-nl/knip/commit/d89ec129)) - Rename `NOT_FOUND` to `KNIP_ADDED` workspace names ([`3a41f8e`](https://togithub.com/webpro-nl/knip/commit/3a41f8ec)) ### [`v5.21.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.21.0) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.20.0...5.21.0) - Add webdriver-io plugin ([`7414dc1`](https://togithub.com/webpro-nl/knip/commit/7414dc1a)) - Update plugin docs ([`df35b9f`](https://togithub.com/webpro-nl/knip/commit/df35b9f4)) - Minor housekeeping ([`1422c9d`](https://togithub.com/webpro-nl/knip/commit/1422c9d2)) - Add size-limit plugin ([`dbd82f8`](https://togithub.com/webpro-nl/knip/commit/dbd82f87)) - Add lockfile-lint plugin ([`d70d0de`](https://togithub.com/webpro-nl/knip/commit/d70d0de7)) - Use provided name in plugin template ([`43961f9`](https://togithub.com/webpro-nl/knip/commit/43961f91)) - Minor housekeeping ([`c81b1a2`](https://togithub.com/webpro-nl/knip/commit/c81b1a23)) - Update readme with badges and stuff ([`c18fcba`](https://togithub.com/webpro-nl/knip/commit/c18fcba5)) - Update docs (Configuring Project Files) ([`e10ac2e`](https://togithub.com/webpro-nl/knip/commit/e10ac2e4)) ### [`v5.20.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.20.0) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.19.0...5.20.0) - Lockfile ([`e929847`](https://togithub.com/webpro-nl/knip/commit/e9298477)) - Edit doc ([`5afaac4`](https://togithub.com/webpro-nl/knip/commit/5afaac44)) - More consistent usage of fg ([`25cbba0`](https://togithub.com/webpro-nl/knip/commit/25cbba0a)) - Eliminiate custom TS System instance ([#​680](https://togithub.com/webpro-nl/knip/issues/680)) ([`d7325c6`](https://togithub.com/webpro-nl/knip/commit/d7325c69)) - Go against the grain in the cypress plugin ([`ef2464d`](https://togithub.com/webpro-nl/knip/commit/ef2464d5)) - Remove duplicate code ([`6a17ad2`](https://togithub.com/webpro-nl/knip/commit/6a17ad29)) - Add simple-git-hooks plugin ([#​679](https://togithub.com/webpro-nl/knip/issues/679)) ([`9129af7`](https://togithub.com/webpro-nl/knip/commit/9129af70)) - Add missing `root` property to vitest ([#​677](https://togithub.com/webpro-nl/knip/issues/677)) ([`6797bf8`](https://togithub.com/webpro-nl/knip/commit/6797bf8d)) - Update some dependencies ([`7c9b645`](https://togithub.com/webpro-nl/knip/commit/7c9b6455)) - Update docs ([`1c9361f`](https://togithub.com/webpro-nl/knip/commit/1c9361f3)) - Make TS-style path mappings work for all files with extensions ([#​673](https://togithub.com/webpro-nl/knip/issues/673)) ([`e9b3e66`](https://togithub.com/webpro-nl/knip/commit/e9b3e669)) ### [`v5.19.0`](https://togithub.com/webpro-nl/knip/releases/tag/5.19.0) [Compare Source](https://togithub.com/webpro-nl/knip/compare/5.18.2...5.19.0) - Fix up integration test for slonik ([`2abcea6`](https://togithub.com/webpro-nl/knip/commit/2abcea61)) - Stop printing the bulky help text for config errors ([`9576413`](https://togithub.com/webpro-nl/knip/commit/95764130)) - Throw if passed --workspace dir does not contain package.json (resolves [#​667](https://togithub.com/webpro-nl/knip/issues/667)) ([`ea3f124`](https://togithub.com/webpro-nl/knip/commit/ea3f1240)) - Support import.meta.resolve (resolves [#​642](https://togithub.com/webpro-nl/knip/issues/642)) ([`177baa2`](https://togithub.com/webpro-nl/knip/commit/177baa2b)) - Handle `NODE_OPTIONS=` in scripts ([`2ec5189`](https://togithub.com/webpro-nl/knip/commit/2ec5189a)) - Minor refactor ([`7c87441`](https://togithub.com/webpro-nl/knip/commit/7c87441e)) - Timerify `resolveModuleNames` ([#​673](https://togithub.com/webpro-nl/knip/issues/673)) ([`9f2077c`](https://togithub.com/webpro-nl/knip/commit/9f2077ca)) - Support Jest's globalTeardown ([#​676](https://togithub.com/webpro-nl/knip/issues/676)) ([`c170aeb`](https://togithub.com/webpro-nl/knip/commit/c170aebf))
    lucide-icons/lucide (lucide-react) ### [`v0.396.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.396.0): New icons 0.396.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.395.0...0.396.0) #### New icons 🎨 - `house-plug` ([#​2123](https://togithub.com/lucide-icons/lucide/issues/2123)) by [@​jguddas](https://togithub.com/jguddas) - `house-plus` ([#​2221](https://togithub.com/lucide-icons/lucide/issues/2221)) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere) #### Modified Icons πŸ”¨ - `armchair` ([#​2228](https://togithub.com/lucide-icons/lucide/issues/2228)) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere) - `sofa` ([#​2228](https://togithub.com/lucide-icons/lucide/issues/2228)) by [@​karsa-mistmere](https://togithub.com/karsa-mistmere) ### [`v0.395.0`](https://togithub.com/lucide-icons/lucide/releases/tag/0.395.0): New icons 0.395.0 [Compare Source](https://togithub.com/lucide-icons/lucide/compare/0.394.0...0.395.0) #### Modified Icons πŸ”¨ - `guitar` ([#​2133](https://togithub.com/lucide-icons/lucide/issues/2133)) by [@​jguddas](https://togithub.com/jguddas) - `mic-vocal` ([#​2198](https://togithub.com/lucide-icons/lucide/issues/2198)) by [@​jguddas](https://togithub.com/jguddas) - `pin-off` ([#​2211](https://togithub.com/lucide-icons/lucide/issues/2211)) by [@​jguddas](https://togithub.com/jguddas) - `pin` ([#​2210](https://togithub.com/lucide-icons/lucide/issues/2210)) by [@​jguddas](https://togithub.com/jguddas) - `quote` ([#​2212](https://togithub.com/lucide-icons/lucide/issues/2212)) by [@​jguddas](https://togithub.com/jguddas)
    Code-Forge-Net/Remix-Dev-Tools (remix-development-tools) ### [`v4.2.1`](https://togithub.com/forge42dev/Remix-Dev-Tools/releases/tag/v4.2.1) [Compare Source](https://togithub.com/Code-Forge-Net/Remix-Dev-Tools/compare/v4.2.0...v4.2.1) ### Deferred values fix - Deferred values that throw don't crash your server anymore due to not being handled internally by RDT, now they are caught and an error log is shown #### What's Changed - The one with fixes for deferred values by [@​AlemTuzlak](https://togithub.com/AlemTuzlak) in [https://github.com/forge42dev/Remix-Dev-Tools/pull/135](https://togithub.com/forge42dev/Remix-Dev-Tools/pull/135) **Full Changelog**: https://github.com/forge42dev/Remix-Dev-Tools/compare/v4.2.0...v4.2.1
    Microsoft/TypeScript (typescript) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)
    vitejs/vite (vite) ### [`v5.3.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small531-2024-06-14-small) - fix(build): handle preload treeshaking for braces ([#​17479](https://togithub.com/vitejs/vite/issues/17479)) ([d355568](https://togithub.com/vitejs/vite/commit/d355568)), closes [#​17479](https://togithub.com/vitejs/vite/issues/17479) - fix(build): handle preload treeshaking for commas ([#​17472](https://togithub.com/vitejs/vite/issues/17472)) ([3e27071](https://togithub.com/vitejs/vite/commit/3e27071)), closes [#​17472](https://togithub.com/vitejs/vite/issues/17472) - fix(build): preload treeshaking ignore equal ([#​17480](https://togithub.com/vitejs/vite/issues/17480)) ([6ced135](https://togithub.com/vitejs/vite/commit/6ced135)), closes [#​17480](https://togithub.com/vitejs/vite/issues/17480) - chore: consolidate changelog for 5.3 ([#​17476](https://togithub.com/vitejs/vite/issues/17476)) ([1f09344](https://togithub.com/vitejs/vite/commit/1f09344)), closes [#​17476](https://togithub.com/vitejs/vite/issues/17476) ### [`v5.3.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#530-2024-06-13) - fix: typo in client log ([#​17363](https://togithub.com/vitejs/vite/issues/17363)) ([68aa9f8](https://togithub.com/vitejs/vite/commit/68aa9f8)), closes [#​17363](https://togithub.com/vitejs/vite/issues/17363) - fix(ssrTransform): handle arbitrary module namespace identifiers ([#​17446](https://togithub.com/vitejs/vite/issues/17446)) ([0a76652](https://togithub.com/vitejs/vite/commit/0a76652)), closes [#​17446](https://togithub.com/vitejs/vite/issues/17446) - test: disable isolate for unit test ([#​17448](https://togithub.com/vitejs/vite/issues/17448)) ([f16fae5](https://togithub.com/vitejs/vite/commit/f16fae5)), closes [#​17448](https://togithub.com/vitejs/vite/issues/17448) - feat: asset type add bmp ([#​17439](https://togithub.com/vitejs/vite/issues/17439)) ([ec287f8](https://togithub.com/vitejs/vite/commit/ec287f8)), closes [#​17439](https://togithub.com/vitejs/vite/issues/17439)

    Configuration

    πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.