Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/postcss (source) ^4.0.8 -> ^4.0.9 age adoption passing confidence
@tailwindcss/vite (source) ^4.0.8 -> ^4.0.9 age adoption passing confidence
@types/lodash (source) ^4.17.15 -> ^4.17.16 age adoption passing confidence
@types/node (source) ^22.13.5 -> ^22.13.8 age adoption passing confidence
axios (source) ^1.7.9 -> ^1.8.1 age adoption passing confidence
core-js (source) ^3.40.0 -> ^3.41.0 age adoption passing confidence
eslint-plugin-n ^17.15.1 -> ^17.16.1 age adoption passing confidence
eslint-plugin-react-hooks (source) ^5.1.0 -> ^5.2.0 age adoption passing confidence
miniflare (source) ^3.20250214.0 -> ^3.20250214.1 age adoption passing confidence
pnpm (source) 10.4.1 -> 10.5.2 age adoption passing confidence
preact (source) ^10.26.2 -> ^10.26.4 age adoption passing confidence
prettier (source) 3.5.2 -> 3.5.3 age adoption passing confidence
rollup-plugin-esbuild ^6.2.0 -> ^6.2.1 age adoption passing confidence
sass ^1.85.0 -> ^1.85.1 age adoption passing confidence
sass-embedded ^1.85.0 -> ^1.85.1 age adoption passing confidence
svelte (source) ^5.20.2 -> ^5.20.5 age adoption passing confidence
tailwindcss (source) ^4.0.8 -> ^4.0.9 age adoption passing confidence
typescript-eslint (source) ^8.24.1 -> ^8.25.0 age adoption passing confidence
unbuild ^3.3.1 -> ^3.5.0 age adoption passing confidence
vite-plugin-solid ^2.11.2 -> ^2.11.6 age adoption passing confidence
vitest (source) ^3.0.6 -> ^3.0.7 age adoption passing confidence
vue-tsc (source) ^2.2.4 -> ^2.2.8 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.0.9

Compare Source

Fixed
  • Make JS APIs available to plugins and configs in the Standalone CLI (#​15934)
  • Vite: Don't crash when importing a virtual module from JavaScript that ends in .css (#​16780)
  • Fix an issue where @reference "…" would sometimes omit keyframe animations (#​16774)
  • Ensure z-*! utilities are properly marked as !important (#​16795)
  • Read UTF-8 CSS files that start with a byte-order mark (BOM) (#​16800)
  • Ensure nested functions in selectors used with JavaScript plugins are not truncated (#​16802)
Changed
  • Emit variable fallbacks when using @reference "…" instead of duplicate CSS variable declarations (#​16774)
axios/axios (axios)

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release
zloirock/core-js (core-js)

v3.41.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.16.1

Compare Source

🩹 Fixes
🧹 Chores
facebook/react (eslint-plugin-react-hooks)

v5.2.0

Compare Source

cloudflare/workers-sdk (miniflare)

v3.20250214.1

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v10.5.2

Compare Source

Patch Changes
  • The pnpm config set command should change the global .npmrc file by default.
    This was a regression introduced by #​9151 and shipped in pnpm v10.5.0.

v10.5.1

Compare Source

Patch Changes
  • Throw an error message if a pnpm-workspaces.yaml or pnpm-workspaces.yml file is found instead of a pnpm-workspace.yaml #​9170.
  • Fix the update of pnpm-workspace.yaml by the pnpm approve-builds command #​9168.
  • Normalize generated link paths in package.json #​9163
  • Specifying overrides in pnpm-workspace.yaml should work.
  • pnpm dlx should ignore settings from the package.json file in the current working directory #​9178.

v10.5.0

Compare Source

Minor Changes
  • Allow to set the "pnpm" settings from package.json via the pnpm-workspace.yaml file #​9121.

  • Added support for automatically syncing files of injected workspace packages after pnpm run #​9081. Use the sync-injected-deps-after-scripts setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a .npmrc file at the root of the workspace. Example:

    sync-injected-deps-after-scripts[]=compile
  • The packages field in pnpm-workspace.yaml became optional.

Patch Changes
  • pnpm link with no parameters should work as if --global is specified #​9151.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm link <path> should calculate relative path from the root of the workspace directory #​9132.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.
preactjs/preact (preact)

v10.26.4

Compare Source

Fixes

v10.26.3

Compare Source

Fixes
Types
Maintenance
prettier/prettier (prettier)

v3.5.3

Compare Source

egoist/rollup-plugin-esbuild (rollup-plugin-esbuild)

v6.2.1

Compare Source

Reverts
sass/dart-sass (sass)

v1.85.1

Compare Source

  • Fix a bug where global Sass functions whose names overlap with CSS math
    functions could incorrectly be treated as CSS math functions even though they
    used Sass-only features, causing compilation failures. For example,
    round(-$var / 2) previously threw an error but now works as intended.
sass/embedded-host-node (sass-embedded)

v1.85.1

Compare Source

  • Fix a bug where global Sass functions whose names overlap with CSS math
    functions could incorrectly be treated as CSS math functions even though they
    used Sass-only features, causing compilation failures. For example,
    round(-$var / 2) previously threw an error but now works as intended.
sveltejs/svelte (svelte)

v5.20.5

Compare Source

Patch Changes
  • fix: allow double hyphen css selector names (#​15384)

  • fix: class:directive not working with $restProps #​15386 (#​15389)
    fix: spread add an useless cssHash on non-scoped element

  • fix: catch error on @​const tag in svelte:boundary in DEV mode (#​15369)

  • fix: allow for duplicate var declarations (#​15382)

  • fix : bug "$0 is not defined" on svelte:element with a function call on class (#​15396)

v5.20.4

Compare Source

Patch Changes
  • fix: update types and inline docs for flushSync (#​15348)

v5.20.3

Compare Source

Patch Changes
  • fix: allow @const inside #key (#​15377)

  • fix: remove unnecessary ?? '' on some expressions (#​15287)

  • fix: correctly override class attributes with class directives (#​15352)

typescript-eslint/typescript-eslint (typescript-eslint)

v8.25.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

unjs/unbuild (unbuild)

v3.5.0

Compare Source

compare changes

🚀 Enhancements
  • Use fix-dts-default-cjs-exports to transform cjs types (#​513)
🏡 Chore
❤️ Contributors

v3.4.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v3.4.1

Compare Source

compare changes

🩹 Fixes
  • Filter commonjs plugin when generating declaration (#​495)
❤️ Contributors

v3.4.0

Compare Source

compare changes

🚀 Enhancements
  • Prefer publishConfig from package.json when defined (#​506)
🩹 Fixes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
Copy link
Contributor Author

renovate bot commented Mar 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sapphi-red sapphi-red merged commit f612e0f into main Mar 3, 2025
15 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch March 3, 2025 05:36
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 8, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | vite    | 6.1.0 | 6.2.1 |


## [v6.2.1](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small621-2025-03-07-small)

-   refactor: remove `isBuild` check from preAliasPlugin ([#19587](vitejs/vite#19587)) ([c9e086d](vitejs/vite@c9e086d)), closes [#19587](vitejs/vite#19587)
-   refactor: restore endsWith usage ([#19554](vitejs/vite#19554)) ([6113a96](vitejs/vite@6113a96)), closes [#19554](vitejs/vite#19554)
-   refactor: use `applyToEnvironment` in internal plugins ([#19588](vitejs/vite#19588)) ([f678442](vitejs/vite@f678442)), closes [#19588](vitejs/vite#19588)
-   fix(css): stabilize css module hashes with lightningcss in dev mode ([#19481](vitejs/vite#19481)) ([92125b4](vitejs/vite@92125b4)), closes [#19481](vitejs/vite#19481)
-   fix(deps): update all non-major dependencies ([#19555](vitejs/vite#19555)) ([f612e0f](vitejs/vite@f612e0f)), closes [#19555](vitejs/vite#19555)
-   fix(reporter): fix incorrect bundle size calculation with non-ASCII characters ([#19561](vitejs/vite#19561)) ([437c0ed](vitejs/vite@437c0ed)), closes [#19561](vitejs/vite#19561)
-   fix(sourcemap): combine sourcemaps with multiple sources without matched source ([#18971](vitejs/vite#18971)) ([e3f6ae1](vitejs/vite@e3f6ae1)), closes [#18971](vitejs/vite#18971)
-   fix(ssr): named export should overwrite export all ([#19534](vitejs/vite#19534)) ([2fd2fc1](vitejs/vite@2fd2fc1)), closes [#19534](vitejs/vite#19534)
-   feat: add `*?url&no-inline` type and warning for `.json?inline` / `.json?no-inline` ([#19566](vitejs/vite#19566)) ([c0d3667](vitejs/vite@c0d3667)), closes [#19566](vitejs/vite#19566)
-   test: add glob import test case ([#19516](vitejs/vite#19516)) ([aa1d807](vitejs/vite@aa1d807)), closes [#19516](vitejs/vite#19516)
-   test: convert config playground to unit tests ([#19568](vitejs/vite#19568)) ([c0e68da](vitejs/vite@c0e68da)), closes [#19568](vitejs/vite#19568)
-   test: convert resolve-config playground to unit tests ([#19567](vitejs/vite#19567)) ([db5fb48](vitejs/vite@db5fb48)), closes [#19567](vitejs/vite#19567)
-   perf: flush compile cache after 10s ([#19537](vitejs/vite#19537)) ([6c8a5a2](vitejs/vite@6c8a5a2)), closes [#19537](vitejs/vite#19537)
-   chore(css): move environment destructuring after condition check ([#19492](vitejs/vite#19492)) ([c9eda23](vitejs/vite@c9eda23)), closes [#19492](vitejs/vite#19492)
-   chore(html): remove unnecessary value check ([#19491](vitejs/vite#19491)) ([797959f](vitejs/vite@797959f)), closes [#19491](vitejs/vite#19491)


## [v6.2.0](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#620-2025-02-25)

-   fix(deps): update all non-major dependencies ([#19501](vitejs/vite#19501)) ([c94c9e0](vitejs/vite@c94c9e0)), closes [#19501](vitejs/vite#19501)
-   fix(worker): string interpolation in dynamic worker options ([#19476](vitejs/vite#19476)) ([07091a1](vitejs/vite@07091a1)), closes [#19476](vitejs/vite#19476)
-   chore: use unicode cross icon instead of x ([#19497](vitejs/vite#19497)) ([5c70296](vitejs/vite@5c70296)), closes [#19497](vitejs/vite#19497)


## [v6.1.1](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small611-2025-02-19-small)

-   fix: ensure `.[cm]?[tj]sx?` static assets are JS mime ([#19453](vitejs/vite#19453)) ([e7ba55e](vitejs/vite@e7ba55e)), closes [#19453](vitejs/vite#19453)
-   fix: ignore `*.ipv4` address in cert ([#19416](vitejs/vite#19416)) ([973283b](vitejs/vite@973283b)), closes [#19416](vitejs/vite#19416)
-   fix(css): run rewrite plugin if postcss plugin exists ([#19371](vitejs/vite#19371)) ([bcdb51a](vitejs/vite@bcdb51a)), closes [#19371](vitejs/vite#19371)
-   fix(deps): bump tsconfck ([#19375](vitejs/vite#19375)) ([746a583](vitejs/vite@746a583)), closes [#19375](vitejs/vite#19375)
-   fix(deps): update all non-major dependencies ([#19392](vitejs/vite#19392)) ([60456a5](vitejs/vite@60456a5)), closes [#19392](vitejs/vite#19392)
-   fix(deps): update all non-major dependencies ([#19440](vitejs/vite#19440)) ([ccac73d](vitejs/vite@ccac73d)), closes [#19440](vitejs/vite#19440)
-   fix(html): ignore malformed src attrs ([#19397](vitejs/vite#19397)) ([aff7812](vitejs/vite@aff7812)), closes [#19397](vitejs/vite#19397)
-   fix(worker): fix web worker type detection ([#19462](vitejs/vite#19462)) ([edc65ea](vitejs/vite@edc65ea)), closes [#19462](vitejs/vite#19462)
-   refactor: remove custom .jxl mime ([#19457](vitejs/vite#19457)) ([0c85464](vitejs/vite@0c85464)), closes [#19457](vitejs/vite#19457)
-   feat: add support for injecting debug IDs ([#18763](vitejs/vite#18763)) ([0ff556a](vitejs/vite@0ff556a)), closes [#18763](vitejs/vite#18763)
-   chore: update 6.1.0 changelog ([#19363](vitejs/vite#19363)) ([fa7c211](vitejs/vite@fa7c211)), closes [#19363](vitejs/vite#19363)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 8, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | vite    | 6.1.0 | 6.2.1 |


## [v6.2.1](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small621-2025-03-07-small)

-   refactor: remove `isBuild` check from preAliasPlugin ([#19587](vitejs/vite#19587)) ([c9e086d](vitejs/vite@c9e086d)), closes [#19587](vitejs/vite#19587)
-   refactor: restore endsWith usage ([#19554](vitejs/vite#19554)) ([6113a96](vitejs/vite@6113a96)), closes [#19554](vitejs/vite#19554)
-   refactor: use `applyToEnvironment` in internal plugins ([#19588](vitejs/vite#19588)) ([f678442](vitejs/vite@f678442)), closes [#19588](vitejs/vite#19588)
-   fix(css): stabilize css module hashes with lightningcss in dev mode ([#19481](vitejs/vite#19481)) ([92125b4](vitejs/vite@92125b4)), closes [#19481](vitejs/vite#19481)
-   fix(deps): update all non-major dependencies ([#19555](vitejs/vite#19555)) ([f612e0f](vitejs/vite@f612e0f)), closes [#19555](vitejs/vite#19555)
-   fix(reporter): fix incorrect bundle size calculation with non-ASCII characters ([#19561](vitejs/vite#19561)) ([437c0ed](vitejs/vite@437c0ed)), closes [#19561](vitejs/vite#19561)
-   fix(sourcemap): combine sourcemaps with multiple sources without matched source ([#18971](vitejs/vite#18971)) ([e3f6ae1](vitejs/vite@e3f6ae1)), closes [#18971](vitejs/vite#18971)
-   fix(ssr): named export should overwrite export all ([#19534](vitejs/vite#19534)) ([2fd2fc1](vitejs/vite@2fd2fc1)), closes [#19534](vitejs/vite#19534)
-   feat: add `*?url&no-inline` type and warning for `.json?inline` / `.json?no-inline` ([#19566](vitejs/vite#19566)) ([c0d3667](vitejs/vite@c0d3667)), closes [#19566](vitejs/vite#19566)
-   test: add glob import test case ([#19516](vitejs/vite#19516)) ([aa1d807](vitejs/vite@aa1d807)), closes [#19516](vitejs/vite#19516)
-   test: convert config playground to unit tests ([#19568](vitejs/vite#19568)) ([c0e68da](vitejs/vite@c0e68da)), closes [#19568](vitejs/vite#19568)
-   test: convert resolve-config playground to unit tests ([#19567](vitejs/vite#19567)) ([db5fb48](vitejs/vite@db5fb48)), closes [#19567](vitejs/vite#19567)
-   perf: flush compile cache after 10s ([#19537](vitejs/vite#19537)) ([6c8a5a2](vitejs/vite@6c8a5a2)), closes [#19537](vitejs/vite#19537)
-   chore(css): move environment destructuring after condition check ([#19492](vitejs/vite#19492)) ([c9eda23](vitejs/vite@c9eda23)), closes [#19492](vitejs/vite#19492)
-   chore(html): remove unnecessary value check ([#19491](vitejs/vite#19491)) ([797959f](vitejs/vite@797959f)), closes [#19491](vitejs/vite#19491)


## [v6.2.0](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#620-2025-02-25)

-   fix(deps): update all non-major dependencies ([#19501](vitejs/vite#19501)) ([c94c9e0](vitejs/vite@c94c9e0)), closes [#19501](vitejs/vite#19501)
-   fix(worker): string interpolation in dynamic worker options ([#19476](vitejs/vite#19476)) ([07091a1](vitejs/vite@07091a1)), closes [#19476](vitejs/vite#19476)
-   chore: use unicode cross icon instead of x ([#19497](vitejs/vite#19497)) ([5c70296](vitejs/vite@5c70296)), closes [#19497](vitejs/vite#19497)


## [v6.1.1](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small611-2025-02-19-small)

-   fix: ensure `.[cm]?[tj]sx?` static assets are JS mime ([#19453](vitejs/vite#19453)) ([e7ba55e](vitejs/vite@e7ba55e)), closes [#19453](vitejs/vite#19453)
-   fix: ignore `*.ipv4` address in cert ([#19416](vitejs/vite#19416)) ([973283b](vitejs/vite@973283b)), closes [#19416](vitejs/vite#19416)
-   fix(css): run rewrite plugin if postcss plugin exists ([#19371](vitejs/vite#19371)) ([bcdb51a](vitejs/vite@bcdb51a)), closes [#19371](vitejs/vite#19371)
-   fix(deps): bump tsconfck ([#19375](vitejs/vite#19375)) ([746a583](vitejs/vite@746a583)), closes [#19375](vitejs/vite#19375)
-   fix(deps): update all non-major dependencies ([#19392](vitejs/vite#19392)) ([60456a5](vitejs/vite@60456a5)), closes [#19392](vitejs/vite#19392)
-   fix(deps): update all non-major dependencies ([#19440](vitejs/vite#19440)) ([ccac73d](vitejs/vite@ccac73d)), closes [#19440](vitejs/vite#19440)
-   fix(html): ignore malformed src attrs ([#19397](vitejs/vite#19397)) ([aff7812](vitejs/vite@aff7812)), closes [#19397](vitejs/vite#19397)
-   fix(worker): fix web worker type detection ([#19462](vitejs/vite#19462)) ([edc65ea](vitejs/vite@edc65ea)), closes [#19462](vitejs/vite#19462)
-   refactor: remove custom .jxl mime ([#19457](vitejs/vite#19457)) ([0c85464](vitejs/vite@0c85464)), closes [#19457](vitejs/vite#19457)
-   feat: add support for injecting debug IDs ([#18763](vitejs/vite#18763)) ([0ff556a](vitejs/vite@0ff556a)), closes [#18763](vitejs/vite#18763)
-   chore: update 6.1.0 changelog ([#19363](vitejs/vite#19363)) ([fa7c211](vitejs/vite@fa7c211)), closes [#19363](vitejs/vite#19363)
renovate bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request Mar 9, 2025
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | vite    | 6.1.0 | 6.2.1 |


## [v6.2.1](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small621-2025-03-07-small)

-   refactor: remove `isBuild` check from preAliasPlugin ([#19587](vitejs/vite#19587)) ([c9e086d](vitejs/vite@c9e086d)), closes [#19587](vitejs/vite#19587)
-   refactor: restore endsWith usage ([#19554](vitejs/vite#19554)) ([6113a96](vitejs/vite@6113a96)), closes [#19554](vitejs/vite#19554)
-   refactor: use `applyToEnvironment` in internal plugins ([#19588](vitejs/vite#19588)) ([f678442](vitejs/vite@f678442)), closes [#19588](vitejs/vite#19588)
-   fix(css): stabilize css module hashes with lightningcss in dev mode ([#19481](vitejs/vite#19481)) ([92125b4](vitejs/vite@92125b4)), closes [#19481](vitejs/vite#19481)
-   fix(deps): update all non-major dependencies ([#19555](vitejs/vite#19555)) ([f612e0f](vitejs/vite@f612e0f)), closes [#19555](vitejs/vite#19555)
-   fix(reporter): fix incorrect bundle size calculation with non-ASCII characters ([#19561](vitejs/vite#19561)) ([437c0ed](vitejs/vite@437c0ed)), closes [#19561](vitejs/vite#19561)
-   fix(sourcemap): combine sourcemaps with multiple sources without matched source ([#18971](vitejs/vite#18971)) ([e3f6ae1](vitejs/vite@e3f6ae1)), closes [#18971](vitejs/vite#18971)
-   fix(ssr): named export should overwrite export all ([#19534](vitejs/vite#19534)) ([2fd2fc1](vitejs/vite@2fd2fc1)), closes [#19534](vitejs/vite#19534)
-   feat: add `*?url&no-inline` type and warning for `.json?inline` / `.json?no-inline` ([#19566](vitejs/vite#19566)) ([c0d3667](vitejs/vite@c0d3667)), closes [#19566](vitejs/vite#19566)
-   test: add glob import test case ([#19516](vitejs/vite#19516)) ([aa1d807](vitejs/vite@aa1d807)), closes [#19516](vitejs/vite#19516)
-   test: convert config playground to unit tests ([#19568](vitejs/vite#19568)) ([c0e68da](vitejs/vite@c0e68da)), closes [#19568](vitejs/vite#19568)
-   test: convert resolve-config playground to unit tests ([#19567](vitejs/vite#19567)) ([db5fb48](vitejs/vite@db5fb48)), closes [#19567](vitejs/vite#19567)
-   perf: flush compile cache after 10s ([#19537](vitejs/vite#19537)) ([6c8a5a2](vitejs/vite@6c8a5a2)), closes [#19537](vitejs/vite#19537)
-   chore(css): move environment destructuring after condition check ([#19492](vitejs/vite#19492)) ([c9eda23](vitejs/vite@c9eda23)), closes [#19492](vitejs/vite#19492)
-   chore(html): remove unnecessary value check ([#19491](vitejs/vite#19491)) ([797959f](vitejs/vite@797959f)), closes [#19491](vitejs/vite#19491)


## [v6.2.0](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#620-2025-02-25)

-   fix(deps): update all non-major dependencies ([#19501](vitejs/vite#19501)) ([c94c9e0](vitejs/vite@c94c9e0)), closes [#19501](vitejs/vite#19501)
-   fix(worker): string interpolation in dynamic worker options ([#19476](vitejs/vite#19476)) ([07091a1](vitejs/vite@07091a1)), closes [#19476](vitejs/vite#19476)
-   chore: use unicode cross icon instead of x ([#19497](vitejs/vite#19497)) ([5c70296](vitejs/vite@5c70296)), closes [#19497](vitejs/vite#19497)


## [v6.1.1](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small611-2025-02-19-small)

-   fix: ensure `.[cm]?[tj]sx?` static assets are JS mime ([#19453](vitejs/vite#19453)) ([e7ba55e](vitejs/vite@e7ba55e)), closes [#19453](vitejs/vite#19453)
-   fix: ignore `*.ipv4` address in cert ([#19416](vitejs/vite#19416)) ([973283b](vitejs/vite@973283b)), closes [#19416](vitejs/vite#19416)
-   fix(css): run rewrite plugin if postcss plugin exists ([#19371](vitejs/vite#19371)) ([bcdb51a](vitejs/vite@bcdb51a)), closes [#19371](vitejs/vite#19371)
-   fix(deps): bump tsconfck ([#19375](vitejs/vite#19375)) ([746a583](vitejs/vite@746a583)), closes [#19375](vitejs/vite#19375)
-   fix(deps): update all non-major dependencies ([#19392](vitejs/vite#19392)) ([60456a5](vitejs/vite@60456a5)), closes [#19392](vitejs/vite#19392)
-   fix(deps): update all non-major dependencies ([#19440](vitejs/vite#19440)) ([ccac73d](vitejs/vite@ccac73d)), closes [#19440](vitejs/vite#19440)
-   fix(html): ignore malformed src attrs ([#19397](vitejs/vite#19397)) ([aff7812](vitejs/vite@aff7812)), closes [#19397](vitejs/vite#19397)
-   fix(worker): fix web worker type detection ([#19462](vitejs/vite#19462)) ([edc65ea](vitejs/vite@edc65ea)), closes [#19462](vitejs/vite#19462)
-   refactor: remove custom .jxl mime ([#19457](vitejs/vite#19457)) ([0c85464](vitejs/vite@0c85464)), closes [#19457](vitejs/vite#19457)
-   feat: add support for injecting debug IDs ([#18763](vitejs/vite#18763)) ([0ff556a](vitejs/vite@0ff556a)), closes [#18763](vitejs/vite#18763)
-   chore: update 6.1.0 changelog ([#19363](vitejs/vite#19363)) ([fa7c211](vitejs/vite@fa7c211)), closes [#19363](vitejs/vite#19363)
penberg added a commit to tursodatabase/turso that referenced this pull request Apr 11, 2025
…sm/test-limbo-pkg' from dependabot[bot]

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 6.0.7 to 6.2.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v6.2.6</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.6/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.2.5</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.5/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.2.4</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.4/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.2.3</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.3/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.2.2</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.2/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>[email protected]</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-
[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for
details.</p>
<h2>v6.2.1</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.1/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>[email protected]</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-
[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for
details.</p>
<h2>v6.2.0</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.0/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.2.0-beta.1</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.0-
beta.1/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.2.0-beta.0</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.0-
beta.0/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.1.5</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.1.5/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.1.4</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.1.4/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.1.3</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.1.3/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>v6.1.2</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.1.2/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<h2>[email protected]</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/create-
[email protected]/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a> for
details.</p>
<h2>v6.1.1</h2>
<p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.1.1/p
ackages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v6.2.6/
packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->6.2.6 (2025-04-10)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: reject requests with <code>#</code> in request-target (<a href=
"https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19830">#1
9830</a>) (<a href="vitejs/vite@3bb0883d22d59c
fd901ff18f338e8b4bf11395f7">3bb0883</a>), closes <a href="https://redire
ct.github.com/vitejs/vite/issues/19830">#19830</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.2.5 (2025-04-03)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: backport <a href="https://github.com/vitejs/vite/tree/HEAD/pack
ages/vite/issues/19782">#19782</a>, fs check with svg and relative paths
(<a href="vitejs/vite@fdb196e9f8672dba32cf5156
c81665c7e82ac581">fdb196e</a>), closes <a href="https://redirect.github.
com/vitejs/vite/issues/19782">#19782</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.2.4 (2025-03-31)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: fs check in transform middleware (<a href="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/v
itejs/vite/tree/HEAD/packages/vite/issues/19761">#19761</a>) (<a href="h
ttps://github.com/vitejs/vite/commit/7a4fabab6a3aa24c89144e15a13d78f92b5
2e588">7a4faba</a>), closes <a href="https://redirect.github.com/vitejs/
vite/issues/19761">#19761</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.2.3 (2025-03-24)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: fs raw query with query separators (<a href="https://github.com
/vitejs/vite/tree/HEAD/packages/vite/issues/19702">#19702</a>) (<a href=
"vitejs/vite@f234b57
44263c1">f234b57</a>), closes <a href="https://redirect.github.com/vitej
s/vite/issues/19702">#19702</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.2.2 (2025-03-14)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: await client buildStart on top level buildStart (<a href="https
://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19624">#19624</
a>) (<a href="vitejs/vite@b31faab2a81b839e4b74
7baeb9c7a7cbb724f8d2">b31faab</a>), closes <a href="https://redirect.git
hub.com/vitejs/vite/issues/19624">#19624</a></li>
<li>fix(css): inline css correctly for double quote use strict (<a href=
"https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19590">#1
9590</a>) (<a href="vitejs/vite@d0aa833296668f
c420a27a1ea88ecdbdeacdbce7">d0aa833</a>), closes <a href="https://redire
ct.github.com/vitejs/vite/issues/19590">#19590</a></li>
<li>fix(deps): update all non-major dependencies (<a href="https://githu
b.com/vitejs/vite/tree/HEAD/packages/vite/issues/19613">#19613</a>) (<a
href="vitejs/vite@363d691b4995d72f26a14eb59ed8
8a9483b1f931">363d691</a>), closes <a href="https://redirect.github.com/
vitejs/vite/issues/19613">#19613</a></li>
<li>fix(indexHtml): ensure correct URL when querying module graph (<a hr
ef="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19601"
>#19601</a>) (<a href="vitejs/vite@dc5395a27e4
4066ef7725278c4057d9f1071a53f">dc5395a</a>), closes <a href="https://red
irect.github.com/vitejs/vite/issues/19601">#19601</a></li>
<li>fix(preview): use preview https config, not server (<a href="https:/
/github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19633">#19633</a>
) (<a href="vitejs/vite@98b3160fa5916189e756cd
7c5aae87e0d8f1978e">98b3160</a>), closes <a href="https://redirect.githu
b.com/vitejs/vite/issues/19633">#19633</a></li>
<li>fix(ssr): use optional chaining to prevent &quot;undefined is not an
object&quot; happening in `ssrRewriteStac (<a href="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/v
itejs/vite/commit/43097550a1aa8ff633c39fb197b5f9ac1222119b">4309755</a>)
, closes <a href="https://redirect.github.com/vitejs/vite/issues/19612">
#19612</a></li>
<li>feat: show friendly error for malformed <code>base</code> (<a href="
https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19616">#19
616</a>) (<a href="vitejs/vite@2476391b2854aaa
67d0ed317b6d0c462e68028f7">2476391</a>), closes <a href="https://redirec
t.github.com/vitejs/vite/issues/19616">#19616</a></li>
<li>feat(worker): show asset filename conflict warning (<a href="https:/
/github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19591">#19591</a>
) (<a href="vitejs/vite@367d968fbf584e9f0e1719
2b816e92e8045c6217">367d968</a>), closes <a href="https://redirect.githu
b.com/vitejs/vite/issues/19591">#19591</a></li>
<li>chore: extend commit hash correctly when ambigious with a non-commit
object (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/
issues/19600">#19600</a>) (<a href="/vitejs/vite/commi
t/89a62873243805518b672212db7e317989c5c197">89a6287</a>), closes <a href
="https://redirect.github.com/vitejs/vite/issues/19600">#19600</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.2.1 (2025-03-07)<!-- raw HTML omitted
--></h2>
<ul>
<li>refactor: remove <code>isBuild</code> check from preAliasPlugin (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/1958
7">#19587</a>) (<a href="vitejs/vite@c9e086d35
ac35ee1c6d85d48369e8a67a2ba6bfe">c9e086d</a>), closes <a href="https://r
edirect.github.com/vitejs/vite/issues/19587">#19587</a></li>
<li>refactor: restore endsWith usage (<a href="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/vitejs
/vite/tree/HEAD/packages/vite/issues/19554">#19554</a>) (<a href="https:
//github.com/vitejs/vite/commit/6113a9670cc9b7d29fe0bffe033f7823e36ded00
">6113a96</a>), closes <a href="https://redirect.github.com/vitejs/vite/
issues/19554">#19554</a></li>
<li>refactor: use <code>applyToEnvironment</code> in internal plugins
(<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/
19588">#19588</a>) (<a href="vitejs/vite@f6784
42d5701a00648a745956f9d884247e4e710">f678442</a>), closes <a href="https
://redirect.github.com/vitejs/vite/issues/19588">#19588</a></li>
<li>fix(css): stabilize css module hashes with lightningcss in dev mode
(<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/
19481">#19481</a>) (<a href="vitejs/vite@92125
b41e4caa3e862bf5fd9b1941546f25d9bf2">92125b4</a>), closes <a href="https
://redirect.github.com/vitejs/vite/issues/19481">#19481</a></li>
<li>fix(deps): update all non-major dependencies (<a href="https://githu
b.com/vitejs/vite/tree/HEAD/packages/vite/issues/19555">#19555</a>) (<a
href="vitejs/vite@f612e0fdf6810317b61fcca1ded1
25755f261d78">f612e0f</a>), closes <a href="https://redirect.github.com/
vitejs/vite/issues/19555">#19555</a></li>
<li>fix(reporter): fix incorrect bundle size calculation with non-ASCII
characters (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/v
ite/issues/19561">#19561</a>) (<a href="/vitejs/vite/c
ommit/437c0ed8baa6739bbe944779b9e7515f9035046a">437c0ed</a>), closes <a
href="https://redirect.github.com/vitejs/vite/issues/19561">#19561</a></
li>
<li>fix(sourcemap): combine sourcemaps with multiple sources without
matched source (<a href="https://github.com/vitejs/vite/tree/HEAD/packag
es/vite/issues/18971">#18971</a>) (<a href="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/vitejs/vi
te/commit/e3f6ae14f7a93118d7341de7379967f815725c4b">e3f6ae1</a>), closes
<a href="https://redirect.github.com/vitejs/vite/issues/18971">#18971</a
></li>
<li>fix(ssr): named export should overwrite export all (<a href="https:/
/github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19534">#19534</a>
) (<a href="vitejs/vite@2fd2fc110738622651d361
488767734cc23c34dd">2fd2fc1</a>), closes <a href="https://redirect.githu
b.com/vitejs/vite/issues/19534">#19534</a></li>
<li>feat: add <code>*?url&amp;no-inline</code> type and warning for
<code>.json?inline</code> / <code>.json?no-inline</code> (<a href="https
://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19566">#19566</
a>) (<a href="vitejs/vite@c0d36677cd305e8fa891
53ed6305f0e0df43d289">c0d3667</a>), closes <a href="https://redirect.git
hub.com/vitejs/vite/issues/19566">#19566</a></li>
<li>test: add glob import test case (<a href="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/vitejs/
vite/tree/HEAD/packages/vite/issues/19516">#19516</a>) (<a href="https:/
/github.com/vitejs/vite/commit/aa1d8075cc7ce7fbba62fea9e37ccb9b304fc039"
>aa1d807</a>), closes <a href="https://redirect.github.com/vitejs/vite/i
ssues/19516">#19516</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="vitejs/vite@d3dbf25fd5e21448f9ea6
cec8fb5ac45d220037b"><code>d3dbf25</code></a> release: v6.2.6</li>
<li><a href="vitejs/vite@3bb0883d22d59cfd901ff
18f338e8b4bf11395f7"><code>3bb0883</code></a> fix: reject requests with
<code>#</code> in request-target (<a href="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/vitejs/vit
e/tree/HEAD/packages/vite/issues/19830">#19830</a>)</li>
<li><a href="vitejs/vite@c176acf70a113c33c33cb
24b63ab7260e713d4b2"><code>c176acf</code></a> release: v6.2.5</li>
<li><a href="vitejs/vite@fdb196e9f8672dba32cf5
156c81665c7e82ac581"><code>fdb196e</code></a> fix: backport <a href="htt
ps://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19782">#19782
</a>, fs check with svg and relative paths</li>
<li><a href="vitejs/vite@037f801075ec35bb6e521
45d659f71a23813c48f"><code>037f801</code></a> release: v6.2.4</li>
<li><a href="vitejs/vite@7a4fabab6a3aa24c89144
e15a13d78f92b52e588"><code>7a4faba</code></a> fix: fs check in transform
middleware (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/v
ite/issues/19761">#19761</a>)</li>
<li><a href="vitejs/vite@16869d7c9917eb58d9a01
01e30064ab65e64fa91"><code>16869d7</code></a> release: v6.2.3</li>
<li><a href="vitejs/vite@f234b5744d8b74c95535a
7b82cc88ed2144263c1"><code>f234b57</code></a> fix: fs raw query with
query separators (<a href="https://github.com/vitejs/vite/tree/HEAD/pack
ages/vite/issues/19702">#19702</a>)</li>
<li><a href="vitejs/vite@b12911edba0cd9edbad17
0a0940d37bb1e16ef2c"><code>b12911e</code></a> release: v6.2.2</li>
<li><a href="vitejs/vite@98b3160fa5916189e756c
d7c5aae87e0d8f1978e"><code>98b3160</code></a> fix(preview): use preview
https config, not server (<a href="https://github.com/vitejs/vite/tree/H
EAD/packages/vite/issues/19633">#19633</a>)</li>
<li>Additional commits viewable in <a href="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/vitejs/vi
te/commits/v6.2.6/packages/vite">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-
badges.githubapp.com/badges/compatibility_score?dependency-
name=vite&package-manager=npm_and_yarn&previous-version=6.0.7&new-
version=6.2.6)](https://docs.github.com/en/github/managing-security-
vulnerabilities/about-dependabot-security-updates#about-compatibility-
scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/tursodatabase/limbo/network/alerts).
</details>

Closes #1315
moonlitusun pushed a commit to moonlitusun/vite that referenced this pull request May 25, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant