Bump the npm_and_yarn group across 1 directory with 6 updates #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 5 updates in the / directory:
1.7.71.11.04.5.54.5.140.18.150.25.83.1.04.7.00.7.82.0.04.5.147.0.6Updates
axiosfrom 1.7.7 to 1.11.0Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
b76c4acchore(release): v1.11.0 (#6974)e72c193fix: form-data npm pakcage (#6970)8517aa1fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214cafix: prevent RangeError when using large Buffers (#6961)6161947refactor: use spread operator instead of '.apply()' (#6938)a1d16ddrefactor: use an object spread instead of Object.assign (#6939)07183cdchore(sponsor): update sponsor block (#6952)ef36347docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6achore(sponsor): update sponsor block (#6948)a406a93chore(sponsor): update sponsor block (#6937)Updates
vitefrom 4.5.5 to 4.5.14Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
9bfe2b1release: v4.5.147739479fix: backport #19965, check static serve file inside sirv (#19967)99afb60chore: run formatcd60e8brelease: v4.5.1341f3819fix: backport #19830, reject requests with#in request-target (#19832)6104addrelease: v4.5.120a3dcf5fix: backport #19782, fs check with svg and relative paths (#19785)07ddc3erelease: v4.5.1126e1764fix: backport #19761, fs check in transform middleware (#19763)86e7a6brelease: v4.5.10Updates
esbuildfrom 0.18.15 to 0.25.8Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
8c71947publish 0.25.8 to npm0508f24some parsing fixes for source phase imports6e4be2fjs parser: recover from bad#privateidentifiersc9c6357fix #4248:#privateids in arrow fn body in?:9b42f68publish 0.25.7 to npm9ba01d1abs-paths: js api and testsca196c9fix for parser backtracking crash2979b84fix #4241: ts arrow function type backtrack (hack)1180410fix an unused variable warningfc3da57fix #4238: adddeferandsourceimport phasesUpdates
@vitejs/plugin-reactfrom 3.1.0 to 4.7.0Release notes
Sourced from
@vitejs/plugin-react's releases.... (truncated)
Changelog
Sourced from
@vitejs/plugin-react's changelog.... (truncated)
Commits
8041706release: plugin-react@4.7.0bbfd1b7chore: update changelog for #537fdc9d9afeat: add hmr support for compound components (#518)d14f31dfix(deps): update all non-major dependencies (#568)22be17fbuild: use tsdown for plugin-react / plugin-react-oxc (#554)840f0b1chore(deps): update prettier (#556)cfe2912fix(deps): update all non-major dependencies (#540)11f56d6fix: returnPlugin[]instead ofPluginOption[](#537)9da5e19fix(deps): update all non-major dependencies (#519)1583c5dchore: remove Vite 7 beta from supported range (#517)Updates
laravel-vite-pluginfrom 0.7.8 to 2.0.0Release notes
Sourced from laravel-vite-plugin's releases.
... (truncated)
Changelog
Sourced from laravel-vite-plugin's changelog.
... (truncated)
Upgrade guide
Sourced from laravel-vite-plugin's upgrade guide.
... (truncated)
Commits
1ffbf142.0.0a289b84Upgrade dependencies (#331)746c04cVite 7 Support (#328)4a1c055Update CHANGELOG9d835feversionaa697cdUse rollup types from Vite (#325)c0c82caComment on duplicated regex6dbbe25chore: Updateupdate-changelog.yml4e3e0b1Update CHANGELOG0201f3f1.2.0Updates
vitefrom 4.5.14 to 7.0.6Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
9bfe2b1release: v4.5.147739479fix: backport