Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the vite group with 10 updates #371

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2023

Bumps the vite group with 10 updates:

Package From To
@julr/vite-plugin-validate-env 0.2.4 1.0.1
@vitejs/plugin-react-swc 3.3.2 3.5.0
vite 4.4.0 5.0.9
vite-plugin-checker 0.6.1 0.6.2
vite-plugin-compression2 0.9.3 0.11.0
vite-plugin-radar 0.9.1 0.9.2
vite-plugin-svgr 3.2.0 4.2.0
vite-plugin-webfont-dl 3.7.6 3.9.1
vite-tsconfig-paths 4.2.0 4.2.2
vitest 0.31.4 1.0.4

Updates @julr/vite-plugin-validate-env from 0.2.4 to 1.0.1

Release notes

Sourced from @​julr/vite-plugin-validate-env's releases.

v1.0.1

   🐞 Bug Fixes

    View changes on GitHub

1.0.0

Breaking Changes

Before, the plugin didn't really work at 100%, or at least, it wasn't totally type safe. Only strings were stored in import.meta.env. Even when using z.number() or Schema.number(). Same for all other types other than string. It's all fixed now, everything works as expected. We've changed our strategy and now use define from vite rather than process.env.

This is the main reason for this major version change.

Features

  • Added a debug property in the plugin configuration that allows process.env to be logged before the vite-plugin-validate-env processing

Fixes

  • Previously, when .env file was modified and the vite dev server was running, the changes were not taken into account. This is now fixed

New Contributors

Full Changelog: Julien-R44/vite-plugin-validate-env@v0.2.5...v1.0.0

Commits

Updates @vitejs/plugin-react-swc from 3.3.2 to 3.5.0

Release notes

Sourced from @​vitejs/plugin-react-swc's releases.

v3.5.0

Update peer dependency range to target Vite 5

There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.

Align jsx runtime for optimized dependencies

This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have React in the scope.

Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.

v3.4.1

Add support for .mts (fixes #161)

Using CJS in source code will not work in Vite (and will never be supported), so this is better to only use .ts.

But to better align with Vite core defaults, .mts extension will now be processed like .ts. This maybe reverted in a future major.

v3.4.0

  • Add devTarget option (fixes #141)
  • Disable Fast Refresh based on config.server.hmr === false instead of process.env.TEST
  • Warn when plugin is in WebContainers (see #118)
  • Better invalidation message when an export is added & fix HMR for export of nullish values (#143)
Changelog

Sourced from @​vitejs/plugin-react-swc's changelog.

3.5.0

Update peer dependency range to target Vite 5

There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.

Align jsx runtime for optimized dependencies

This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have React in the scope.

Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.

3.4.1

Add support for .mts (fixes #161)

Using CJS in source code will not work in Vite (and will never be supported), so this is better to only use .ts.

But to better align with Vite core defaults, .mts extension will now be processed like .ts. This maybe reverted in a future major.

3.4.0

  • Add devTarget option (fixes #141)
  • Disable Fast Refresh based on config.server.hmr === false instead of process.env.TEST
  • Warn when plugin is in WebContainers (see #118)
  • Better invalidation message when an export is added & fix HMR for export of nullish values (#143)
Commits
  • 7ac9691 release: v3.5.0
  • f4ac2a9 feat: update peer dep for Vite 5 (#175)
  • 3cdca36 chore(deps): update all non-major dependencies (#173)
  • 3b6967f fix: align jsx runtime for optimized dependencies (#174)
  • 17bb3ab fix(deps): update all non-major dependencies (#170)
  • 8106f52 chore(deps): update dependency @​mdx-js/rollup to v3 (#171)
  • a7ad6c3 chore(deps): update dependency @​types/node to v20 (#172)
  • c1b153d chore: fix tsc build moduleResolution (#168)
  • 4b91f09 chore(deps): update all non-major dependencies (#167)
  • 33c5fc6 release: v3.4.1
  • Additional commits viewable in compare view

Updates vite from 4.4.0 to 5.0.9

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.0.9 (2023-12-14)

5.0.8 (2023-12-12)

5.0.7 (2023-12-08)

5.0.6 (2023-12-06)

5.0.5 (2023-12-04)

... (truncated)

Commits

Updates vite-plugin-checker from 0.6.1 to 0.6.2

Release notes

Sourced from vite-plugin-checker's releases.

[email protected]

Patch Changes

  • ab70e33: fix config.overlay.panelStyle not be applied at runtime
  • bad24c7: add optional global configuration of root directory (#262)
Commits
  • e2ed493 release: publish
  • bad24c7 chore: add changeset
  • e564641 feat: add optional global configuration of root directory (#262)
  • 7303538 docs: update vue-tsc vue 2 support section
  • ab70e33 fix: panelStyle not work in runtime
  • d88aca6 docs: remove unneeded backslash
  • 510920d ci: only set auth token in release CI
  • See full diff in compare view

Updates vite-plugin-compression2 from 0.9.3 to 0.11.0

Release notes

Sourced from vite-plugin-compression2's releases.

v0.11.0

Background

  • Details see #41

v0.10.6

Background

Improves

  • Perf types.
  • Reduce unnecessary installation packages.

v0.10.5

Background

Improves

  • Reduce bundle size.

Patches

  • Fix can't work at monorepo.

v0.10.4

Background

  • Make options happy

v0.10.3

Background

Patches

  • Fix output option duplicate. #39

v0.10.2

Background

Patches

  • Fix option filename called result same as bundle filename can't work. #31

v0.10.1

Background

Patches

  • Fix chunk with side effect can't work with threshold #33

v0.10.0

... (truncated)

Changelog

Sourced from vite-plugin-compression2's changelog.

0.11.0

Background

  • Details see #41

0.10.6

Background

Improves

  • Perf types.
  • Reduce unnecessary installation packages.

0.10.5

Background

Improves

  • Reduce bundle size.

Patches

  • Fix can't work at monorepo.

0.10.4

Background

  • Make options happy

0.10.3

Background

Patches

  • Fix output option duplicate. #39

0.10.2

Background

Patches

  • Fix option filename called result same as bundle filename can't work. #31

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nonzzz, a new releaser for vite-plugin-compression2 since your current version.


Updates vite-plugin-radar from 0.9.1 to 0.9.2

Changelog

Sourced from vite-plugin-radar's changelog.

0.9.2 (2023-11-30)

Features

Commits

Updates vite-plugin-svgr from 3.2.0 to 4.2.0

Release notes

Sourced from vite-plugin-svgr's releases.

v4.2.0

No significant changes

    View changes on GitHub

v4.1.0

   🚀 Features

    View changes on GitHub

v4.0.0

   🚨 Breaking Changes

    View changes on GitHub

v3.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vite-plugin-webfont-dl from 3.7.6 to 3.9.1

Release notes

Sourced from vite-plugin-webfont-dl's releases.

v3.9.1

Changed

  • Added Vite 5 support.

v3.9.0

Changed

  • Added embedFonts option for embedding base64-encoded fonts into css. #43
  • FontCollection type refactor.

v3.8.1

Changed

  • Ignore HTML commented stylesheet tags. #42

v3.8.0

Changed

  • Updated downloader's user-agent to support variable fonts. #40
  • Log file paths only if downloaded and not served from cache. #41
Commits

Updates vite-tsconfig-paths from 4.2.0 to 4.2.2

Commits

Updates vitest from 0.31.4 to 1.0.4

Release notes

Sourced from vitest's releases.

v1.0.4

The previous release was built incorrectly and didn't include the performance fix. This release fixes that.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.0.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.0.2

   🐞 Bug Fixes

    View changes on GitHub

v1.0.1

   🐞 Bug Fixes

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vite group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@julr/vite-plugin-validate-env](https://github.com/Julien-R44/vite-plugin-validate-env) | `0.2.4` | `1.0.1` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.3.2` | `3.5.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.4.0` | `5.0.9` |
| [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) | `0.6.1` | `0.6.2` |
| [vite-plugin-compression2](https://github.com/nonzzz/vite-plugin-compression) | `0.9.3` | `0.11.0` |
| [vite-plugin-radar](https://github.com/stafyniaksacha/vite-plugin-radar) | `0.9.1` | `0.9.2` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `3.2.0` | `4.2.0` |
| [vite-plugin-webfont-dl](https://github.com/feat-agency/vite-plugin-webfont-dl) | `3.7.6` | `3.9.1` |
| [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `4.2.0` | `4.2.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.31.4` | `1.0.4` |


Updates `@julr/vite-plugin-validate-env` from 0.2.4 to 1.0.1
- [Release notes](https://github.com/Julien-R44/vite-plugin-validate-env/releases)
- [Commits](Julien-R44/vite-plugin-validate-env@v0.2.4...v1.0.1)

Updates `@vitejs/plugin-react-swc` from 3.3.2 to 3.5.0
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.3.2...v3.5.0)

Updates `vite` from 4.4.0 to 5.0.9
- [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/v5.0.9/packages/vite)

Updates `vite-plugin-checker` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/[email protected]@0.6.2)

Updates `vite-plugin-compression2` from 0.9.3 to 0.11.0
- [Release notes](https://github.com/nonzzz/vite-plugin-compression/releases)
- [Changelog](https://github.com/nonzzz/vite-plugin-compression/blob/master/CHANGELOG.md)
- [Commits](nonzzz/vite-plugin-compression@v0.9.3...v0.11.0)

Updates `vite-plugin-radar` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/stafyniaksacha/vite-plugin-radar/releases)
- [Changelog](https://github.com/stafyniaksacha/vite-plugin-radar/blob/main/CHANGELOG.md)
- [Commits](stafyniaksacha/vite-plugin-radar@v0.9.1...v0.9.2)

Updates `vite-plugin-svgr` from 3.2.0 to 4.2.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v3.2.0...v4.2.0)

Updates `vite-plugin-webfont-dl` from 3.7.6 to 3.9.1
- [Release notes](https://github.com/feat-agency/vite-plugin-webfont-dl/releases)
- [Commits](feat-agency/vite-plugin-webfont-dl@v3.7.6...v3.9.1)

Updates `vite-tsconfig-paths` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases)
- [Commits](aleclarson/vite-tsconfig-paths@v4.2.0...v4.2.2)

Updates `vitest` from 0.31.4 to 1.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.0.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@julr/vite-plugin-validate-env"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-checker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: vite-plugin-compression2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite-plugin-radar
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: vite-plugin-svgr
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
- dependency-name: vite-plugin-webfont-dl
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
- dependency-name: vite-tsconfig-paths
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vite
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 15, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

Superseded by #377.

@dependabot dependabot bot closed this Dec 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vite-10ac91d320 branch December 18, 2023 16:26
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