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.
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.
Today, we mark another big milestone in Vite's path. The Vite team, contributors, and ecosystem partners, are excited to announce the release of Vite 5. Vite is now using Rollup 4, which already represents a big boost in build performance. And there are also new options to improve your dev server performance profile.
Vite 5 focuses on cleaning up the API (removing deprecated features) and streamlines several features closing long-standing issues, for example switching define to use proper AST replacements instead of regexes. We also continue to take steps to future-proof Vite (Node.js 18+ is now required, and the CJS Node API has been deprecated).
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the deps group in /example with 6 updates:
5.11.1
5.11.5
18.2.37
18.2.39
18.2.15
18.2.17
4.1.1
4.2.0
5.2.2
5.3.2
4.5.0
5.0.2
Updates
antd
from 5.11.1 to 5.11.5Release notes
Sourced from antd's releases.
... (truncated)
Changelog
Sourced from antd's changelog.
Commits
f38abb2
docs: 5.11.5 (#46104)0e360ed
chore: bump antd-tools version (#46103)222ed13
chore: rm copilot4pr (#46095)8f566a0
ci: use puppeteer image in gh actions (#46100)2938a8c
fix(DatePicker): fix datePicker disabled hover style (#45940)6b8e080
ci: add visual-regression presist yml for master branch (#46086)363559d
chore(deps): bump jsdom from 22.0.0 to 23.0.0 (#46093)f96100c
chore(deps): bump typescript from 5.2.2 to 5.3.0 (#45970)3068750
chore(deps): update dependency vanilla-jsoneditor to ^0.19.0 (#46090)03409af
fix: remove extra parenthesesUpdates
@types/react
from 18.2.37 to 18.2.39Commits
Updates
@types/react-dom
from 18.2.15 to 18.2.17Commits
Updates
@vitejs/plugin-react
from 4.1.1 to 4.2.0Release notes
Sourced from
@vitejs/plugin-react
's releases.Changelog
Sourced from
@vitejs/plugin-react
's changelog.Commits
3748fc7
release: plugin-react@4.2.0fb2b735
fix(deps): update all non-major dependencies (#254)96b66ed
fix: align jsx runtime for optimized dependencies (#256)f10a577
feat: update peer dep for vite 5 (#257)9956fb5
refactor: shorten react import regex pattern (#250)Updates
typescript
from 5.2.2 to 5.3.2Release notes
Sourced from typescript's releases.
Commits
27047e3
Update LKG.d09b1bf
Pick #56449 into release-5.3 (#56451)e2a5d45
Update LKG.756efd2
Fixes for release-5.3. (#56424)88f80c7
Update LKG5823785
Merge remote-tracking branch 'origin/main' into release-5.33e12250
Allow of inawait using
declarations in for-of loops (#55558)b86883f
Bump version to 5.3.1-rc and LKGe2234f6
Update LKG826bea9
Merge remote-tracking branch 'origin/main' into release-5.3Updates
vite
from 4.5.0 to 5.0.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
5d05fc2
release: v5.0.26fcceeb
fix: make htmlFallback more permissive (#15059)c3b55c4
release: v5.0.11d9516c
test: avoid read check when running as root (#14884)41e437f
perf(hmr): skip traversed modules when checking circular imports (#15034)b9ee620
fix(legacy): error in build with --watch and manifest enabled (#14450)03c371e
chore: add comment about crossorigin attribute for script module (#15040)b93dfe3
fix: run htmlFallbackMiddleware for no accept header requests (#15025)d0b2153
fix: update type CSSModulesOptions interface (#14987)531d3cb
chore: cleanup v5 beta changelog (#14694)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