Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2023

Bumps vite to 4.4.2 and updates ancestor dependencies vite and @tinacms/cli. These dependencies need to be updated together.

Updates vite from 4.2.1 to 4.4.2

Release notes

Sourced from vite's releases.

create-vite@4.4.0

Please refer to CHANGELOG.md for details.

create-vite@4.3.2

Please refer to CHANGELOG.md for details.

create-vite@4.3.1

Please refer to CHANGELOG.md for details.

create-vite@4.3.0

Please refer to CHANGELOG.md for details.

create-vite@4.3.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.4.2 (2023-07-07)

4.4.1 (2023-07-06)

4.4.0 (2023-07-06)

Experimental support for Lightning CSS

Starting from Vite 4.4, there is experimental support for Lightning CSS. You can opt into it by adding css.transformer: 'lightningcss' to your config file and install the optional lightningcss dev dependency. If enabled, CSS files will be processed by Lightning CSS instead of PostCSS.

Lightning CSS can also be used as the CSS minifier with build.cssMinify: 'lightningcss'.

See beta docs at the Lighting CSS guide.

esbuild 0.18 update

esbuild 0.18 contains backwards-incompatible changes to esbuild's handling of tsconfig.json files. We think they shouldn't affect Vite users, you can review #13525 for more information.

Templates for Solid and Qwik in create-vite

New starter templates have been added to create-vite for Solid and Qwik. Try them online at vite.new/solid-ts and vite.new/qwik-ts.

Korean Translation

Vite's docs are now translated to Korean, available at ko.vitejs.dev.

Features

... (truncated)

Commits

Updates vite from 4.1.4 to 4.4.2

Release notes

Sourced from vite's releases.

create-vite@4.4.0

Please refer to CHANGELOG.md for details.

create-vite@4.3.2

Please refer to CHANGELOG.md for details.

create-vite@4.3.1

Please refer to CHANGELOG.md for details.

create-vite@4.3.0

Please refer to CHANGELOG.md for details.

create-vite@4.3.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

4.4.2 (2023-07-07)

4.4.1 (2023-07-06)

4.4.0 (2023-07-06)

Experimental support for Lightning CSS

Starting from Vite 4.4, there is experimental support for Lightning CSS. You can opt into it by adding css.transformer: 'lightningcss' to your config file and install the optional lightningcss dev dependency. If enabled, CSS files will be processed by Lightning CSS instead of PostCSS.

Lightning CSS can also be used as the CSS minifier with build.cssMinify: 'lightningcss'.

See beta docs at the Lighting CSS guide.

esbuild 0.18 update

esbuild 0.18 contains backwards-incompatible changes to esbuild's handling of tsconfig.json files. We think they shouldn't affect Vite users, you can review #13525 for more information.

Templates for Solid and Qwik in create-vite

New starter templates have been added to create-vite for Solid and Qwik. Try them online at vite.new/solid-ts and vite.new/qwik-ts.

Korean Translation

Vite's docs are now translated to Korean, available at ko.vitejs.dev.

Features

... (truncated)

Commits

Updates @tinacms/cli from 1.5.6 to 1.5.22

Changelog

Sourced from @​tinacms/cli's changelog.

1.5.22

Patch Changes

  • 495108725: Add optional partialReindex flag to build command
  • Updated dependencies [495108725]
    • @​tinacms/graphql@​1.4.19
    • @​tinacms/app@​1.2.20
    • @​tinacms/datalayer@​1.2.19
    • @​tinacms/search@​1.0.4

1.5.21

Patch Changes

  • ca1298975: Fix issue where external React depenedencies we're being dynamically required
    • @​tinacms/app@​1.2.19

1.5.20

Patch Changes

  • 62e4ce3f1: Fix the indexing status error message to suggest Reindex instead of Reset Repository cache
  • fe13b4ed9: Fix search index tokenizer regex to not treat underscores as token separators
  • 4d2c913f8: Ensure schema changes are picked up by the Vite dev server so we don't get schema mismatch errors during local dev
  • 0bf700512: Change the way the Tina config file is built, so dependencies with Tailwind classes are picked up automatically
  • cc9d065b8: Fix issue where react and react-dom werent provided by the CLI
  • Updated dependencies [fe13b4ed9]
  • Updated dependencies [e5e29ed58]
  • Updated dependencies [812df6ace]
  • Updated dependencies [1176d569a]
    • @​tinacms/schema-tools@​1.4.7
    • @​tinacms/search@​1.0.3
    • @​tinacms/graphql@​1.4.18
    • @​tinacms/app@​1.2.18
    • @​tinacms/datalayer@​1.2.18

1.5.19

Patch Changes

  • 1751f2fd3: Update tailwind.ts
  • Updated dependencies [ee9acb5e5]
  • Updated dependencies [a94e123b6]
    • @​tinacms/search@​1.0.2
    • @​tinacms/schema-tools@​1.4.6
    • @​tinacms/graphql@​1.4.17
    • @​tinacms/app@​1.2.17
    • @​tinacms/datalayer@​1.2.17

... (truncated)

Commits
  • 6d611a6 Version Packages
  • 4951087 feat: self-hosted improvements (#4045)
  • 8364217 Fix lock
  • bdfce85 Version Packages
  • d5569a3 Merge pull request #4038 from tinacms/include-react-in-prebuild
  • 0765849 Mark prebuild packages as external
  • d6149d3 Merge branch 'main' into new-branch-model
  • ca12989 Fix issue where external React depenedencies we're being dynamically required
  • bec5ceb Lint fixes
  • 2527832 Fix onClickOutside import which was failing in Jest tests, downgrade vite rea...
  • Additional commits viewable in compare view

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 commands and options

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

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 4.4.2 and updates ancestor dependencies [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@tinacms/cli](https://github.com/tinacms/tinacms/tree/HEAD/packages/@tinacms/cli). These dependencies need to be updated together.


Updates `vite` from 4.2.1 to 4.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.2/packages/vite)

Updates `vite` from 4.1.4 to 4.4.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.2/packages/vite)

Updates `@tinacms/cli` from 1.5.6 to 1.5.22
- [Release notes](https://github.com/tinacms/tinacms/releases)
- [Changelog](https://github.com/tinacms/tinacms/blob/main/packages/@tinacms/cli/CHANGELOG.md)
- [Commits](https://github.com/tinacms/tinacms/commits/@tinacms/cli@1.5.22/packages/@tinacms/cli)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
- dependency-name: vite
  dependency-type: indirect
- dependency-name: "@tinacms/cli"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the ⬆️dependencies Pull requests that update a dependency file label Jul 8, 2023
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.

0 participants