TimMikeladze / next-upload

🗃️ Turn-key solution for signed & secure file-uploads to an S3 compliant storage service such as R2, AWS, or Minio. Built for Next.js. Generates signed URLs for uploading files directly to your storage service and optionally integrates with a database to store additional metadata about your files.
MIT License
85 stars 4 forks source link

chore(deps): update all non-major dependencies #3

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-essentials (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@storybook/addon-interactions (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@storybook/addon-links (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@storybook/blocks (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@storybook/react (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@storybook/react-webpack5 (source) 7.1.1 -> 7.2.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^0.33.0 -> ^0.34.0 age adoption passing confidence
storybook (source) 7.1.1 -> 7.2.0 age adoption passing confidence
vitest ^0.33.0 -> ^0.34.0 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-essentials) ### [`v7.2.0`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#720) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.1.1...v7.2.0) This month, we're going to experiment with our launch cycle by making smaller but more frequent releases. Our goal is to bring you new features more quickly, while also smoothing the upgrade process. Storybook 7.2 is the first of these new, faster releases: - Automigration: Fix wrap-require automigration for common js main.js files - [#​23644](https://togithub.com/storybookjs/storybook/pull/23644), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - CSF Tools: Use recast for printing in csf-tools - [#​23427](https://togithub.com/storybookjs/storybook/pull/23427), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)! - CSF-tools: Parse stories using typescript keywords 'satisfies' and 'as' - [#​23638](https://togithub.com/storybookjs/storybook/pull/23638), thanks [@​joaonunomota](https://togithub.com/joaonunomota)! - Core: Fix channelOptions for serverChannel - [#​23615](https://togithub.com/storybookjs/storybook/pull/23615), thanks [@​ndelangen](https://togithub.com/ndelangen)! - NextJS: Add `@babel/core` as a dependency - [#​22450](https://togithub.com/storybookjs/storybook/pull/22450), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Vite: Fix config loading - project directory - [#​22240](https://togithub.com/storybookjs/storybook/pull/22240), thanks [@​nVitius](https://togithub.com/nVitius)! - Angular: Fix initialization of Storybook in Angular 16.1 - [#​23598](https://togithub.com/storybookjs/storybook/pull/23598), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - Dependencies: Downgrade `jest-mock` - [#​23597](https://togithub.com/storybookjs/storybook/pull/23597), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Dependencies: Upgrade simple-update-notifier - [#​23396](https://togithub.com/storybookjs/storybook/pull/23396), thanks [@​dartess](https://togithub.com/dartess)! - Storyshots: fix broken storyshots with angular - [#​23555](https://togithub.com/storybookjs/storybook/pull/23555), thanks [@​mattlewis92](https://togithub.com/mattlewis92)! - TypeScript: Added `expanded` to `CoreCommon_StorybookRefs` to fix typescript errors - [#​23488](https://togithub.com/storybookjs/storybook/pull/23488), thanks [@​DotwoodMedia](https://togithub.com/DotwoodMedia)! - TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 - [#​23574](https://togithub.com/storybookjs/storybook/pull/23574), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Vue2: Source Decorator reactivity - [#​23149](https://togithub.com/storybookjs/storybook/pull/23149), thanks [@​chakAs3](https://togithub.com/chakAs3)! - Router: Support RegExp in Route component - [#​23292](https://togithub.com/storybookjs/storybook/pull/23292), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Improve tabs component, more type correct, allow for FC as title - [#​23288](https://togithub.com/storybookjs/storybook/pull/23288), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Addons: Improve code quality by using title as FC & sharing state via useAddonState - [#​23298](https://togithub.com/storybookjs/storybook/pull/23298), thanks [@​ndelangen](https://togithub.com/ndelangen)! - InteractionsAddon: Improve code quality by using title as FC & sharing state via useAddonState - [#​23291](https://togithub.com/storybookjs/storybook/pull/23291), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Add storyStatus to sidebar UI - [#​23342](https://togithub.com/storybookjs/storybook/pull/23342), thanks [@​ndelangen](https://togithub.com/ndelangen)! - Addon API: Add experimental page addon type - [#​23307](https://togithub.com/storybookjs/storybook/pull/23307), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: refactor Canvas component so we can improve types for PREVIEW addons and TAB addons - [#​23311](https://togithub.com/storybookjs/storybook/pull/23311), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Improve Button layout and props - [#​23356](https://togithub.com/storybookjs/storybook/pull/23356), thanks [@​cdedreuille](https://togithub.com/cdedreuille)! - Dependencies: Remove references to api and the 2 deprecated channel packages - [#​23384](https://togithub.com/storybookjs/storybook/pull/23384), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Show the story status in the search results - [#​23441](https://togithub.com/storybookjs/storybook/pull/23441), thanks [@​ndelangen](https://togithub.com/ndelangen)! - UI: Create new form elements in the new Core UI (Input, TextArea, Select) - [#​23469](https://togithub.com/storybookjs/storybook/pull/23469), thanks [@​cdedreuille](https://togithub.com/cdedreuille)!
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v0.34.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.0...v0.34.1) #####    🐞 Bug Fixes - Pass `--experimental-vm-worker-memory-limit` to `tinypool`  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3856](https://togithub.com/vitest-dev/vitest/issues/3856) [(3c67a)](https://togithub.com/vitest-dev/vitest/commit/3c67a4cb) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.0...v0.34.1) ### [`v0.34.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.33.0...v0.34.0) #####    🚨 Breaking Changes - Transform mode affects only test files, not regular files  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3491](https://togithub.com/vitest-dev/vitest/issues/3491) [(9608b)](https://togithub.com/vitest-dev/vitest/commit/9608bf72) - `transformMode` is now moved to `server.transformMode`. This option is highly discouraged to use. If you need to change the transform mode, use the new option `testTransformMode` instead to control the mode based on the running test, not the current file path. By default, tests with `jsdom` or `happy-dom` use `web` transform mode, and tests using `node` or `edge` environment use `ssr` mode. If you have a custom environment, it should provide `transformMode` property. - Disable `coverage.reportOnFailure` by default  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3615](https://togithub.com/vitest-dev/vitest/issues/3615) [(0c6f6)](https://togithub.com/vitest-dev/vitest/commit/0c6f624f) - Remove `@vitest/coverage-c8` package  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3614](https://togithub.com/vitest-dev/vitest/issues/3614) [(a90d6)](https://togithub.com/vitest-dev/vitest/commit/a90d64fe) - `@vitest/coverage-c8` is no longer supported. Please, use `@vitest/coverage-v8` instead. - Support running tests using VM context  -  by [@​sheremet-va](https://togithub.com/sheremet-va) and [@​dammy001](https://togithub.com/dammy001) in [https://github.com/vitest-dev/vitest/issues/3203](https://togithub.com/vitest-dev/vitest/issues/3203) [(b0929)](https://togithub.com/vitest-dev/vitest/commit/b0929852) - To address speed issues in some applications, Vitest now provides `experimentalVmThreads` pool to run your tests using VM Sandboxes environment. Make sure you understand [all pitfalls](https://vitest.dev/config/#experimentalvmthreads) of this pool before opening an issue. - Introduce `server` option  -  by [@​fenghan34](https://togithub.com/fenghan34) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3725](https://togithub.com/vitest-dev/vitest/issues/3725) [(dc4fa)](https://togithub.com/vitest-dev/vitest/commit/dc4faf64) - Most of `deps.` options are now moved to `server.deps` with a deprecation warning. Please, consider using `deps.optimizer` instead of `deps.inline`/`deps.external`. Ideally, we would like to move away from using `server.deps.inline` altogether. - **vite-node**: Make CLI arguments parsing behavior consistent with node/tsx/ts-node  -  by [@​rxliuli](https://togithub.com/rxliuli) in [https://github.com/vitest-dev/vitest/issues/3574](https://togithub.com/vitest-dev/vitest/issues/3574) [(1cd4e)](https://togithub.com/vitest-dev/vitest/commit/1cd4eb0f) - You now have to provide CLI arguments before the entry point. For example, instead of `vite-node index.ts --watch`, you now have to do `vite-node --watch index.ts`. - Add preact example, remove optimizer experimental status, enable by default  -  by [@​sheremet-va](https://togithub.com/sheremet-va) and [@​eryue0220](https://togithub.com/eryue0220) in [https://github.com/vitest-dev/vitest/issues/3854](https://togithub.com/vitest-dev/vitest/issues/3854) [(4b946)](https://togithub.com/vitest-dev/vitest/commit/4b946ca9) - `deps.optimizer` is now enabled by default. This means that Vitest will bundle specified dependencies before running your tests. This field inherits options from `optimizeDeps` and `ssr.optimizeDeps` which are populated by other plugins (like, Svelte). #####    🚀 Features - Support `describe.sequential`  -  by [@​fenghan34](https://togithub.com/fenghan34) and [@​dammy001](https://togithub.com/dammy001) in [https://github.com/vitest-dev/vitest/issues/3771](https://togithub.com/vitest-dev/vitest/issues/3771) [(86934)](https://togithub.com/vitest-dev/vitest/commit/8693449b) - Support config junit reporter className with env  -  by [@​InfiniteXyy](https://togithub.com/InfiniteXyy) in [https://github.com/vitest-dev/vitest/issues/3808](https://togithub.com/vitest-dev/vitest/issues/3808) [(e8bc4)](https://togithub.com/vitest-dev/vitest/commit/e8bc46b6) - Running vitest with `--related --watch` reruns non-affected tests if they were changed during a run  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3844](https://togithub.com/vitest-dev/vitest/issues/3844) [(c9aea)](https://togithub.com/vitest-dev/vitest/commit/c9aeac4c) #####    🐞 Bug Fixes - Isolate workers between envs and workspaces  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) [(ed4e0)](https://togithub.com/vitest-dev/vitest/commit/ed4e0424) - Modify condition  -  by [@​btea](https://togithub.com/btea) [(a78e6)](https://togithub.com/vitest-dev/vitest/commit/a78e6bd0) - Module Graph view is blocking the Console view  -  by [@​g4rry420](https://togithub.com/g4rry420) [(3b5f9)](https://togithub.com/vitest-dev/vitest/commit/3b5f96bc) - Port the latest `defineConfig` type from vite  -  by [@​sodatea](https://togithub.com/sodatea) in [https://github.com/vitest-dev/vitest/issues/3804](https://togithub.com/vitest-dev/vitest/issues/3804) [(9c8e3)](https://togithub.com/vitest-dev/vitest/commit/9c8e3083) - Don't overwrite Node.js URL global  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3828](https://togithub.com/vitest-dev/vitest/issues/3828) [(cdab4)](https://togithub.com/vitest-dev/vitest/commit/cdab4651) - ForceRerunTriggers correctly triggers a rerun  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3829](https://togithub.com/vitest-dev/vitest/issues/3829) [(17988)](https://togithub.com/vitest-dev/vitest/commit/17988e51) - **browser**: - Don't inline magic-string and estree-walker  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3726](https://togithub.com/vitest-dev/vitest/issues/3726) [(ee937)](https://togithub.com/vitest-dev/vitest/commit/ee93762a) - Multi-suite coverage  -  by [@​elby22](https://togithub.com/elby22) in [https://github.com/vitest-dev/vitest/issues/3806](https://togithub.com/vitest-dev/vitest/issues/3806) [(5de9a)](https://togithub.com/vitest-dev/vitest/commit/5de9af26) - **core**: - DataView comparison does not work in `toStrictEqual`  -  by [@​Dunqing](https://togithub.com/Dunqing) [(52aef)](https://togithub.com/vitest-dev/vitest/commit/52aef92e) - **coverage**: - V8 provider to pick source maps without url query params  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3784](https://togithub.com/vitest-dev/vitest/issues/3784) [(280e6)](https://togithub.com/vitest-dev/vitest/commit/280e6745) - Update `istanbul-lib-instrument` to v6 to fix vulnerable dependency  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3814](https://togithub.com/vitest-dev/vitest/issues/3814) [(f3bd9)](https://togithub.com/vitest-dev/vitest/commit/f3bd9102) - Exclude vite virtual modules by default  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3794](https://togithub.com/vitest-dev/vitest/issues/3794) [(3c851)](https://togithub.com/vitest-dev/vitest/commit/3c851872) - **node**: - Guard error info  -  by [@​btea](https://togithub.com/btea) [(88b39)](https://togithub.com/vitest-dev/vitest/commit/88b39758) - **vite-node**: - Always treat node_modules as modulesDirectory  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3830](https://togithub.com/vitest-dev/vitest/issues/3830) [(51ab8)](https://togithub.com/vitest-dev/vitest/commit/51ab8d6c) - Normalize drive letter to keep the same reference to a module  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3836](https://togithub.com/vitest-dev/vitest/issues/3836) [(45521)](https://togithub.com/vitest-dev/vitest/commit/45521859) - Correctly resolve hmr filepath  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3834](https://togithub.com/vitest-dev/vitest/issues/3834) [(711a6)](https://togithub.com/vitest-dev/vitest/commit/711a6249) - **watch**: - Clear screen on all terminals  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3661](https://togithub.com/vitest-dev/vitest/issues/3661) [(8bd26)](https://togithub.com/vitest-dev/vitest/commit/8bd26b01) #####    🏎 Performance - Deprecate deps.registerNodeLoader  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(7f45b)](https://togithub.com/vitest-dev/vitest/commit/7f45bf2d) - This option was introduced to support aliasing inside external packages. Please, use `deps.optimizer.web` instead. If you test Node.js applications, consider adding external packages to `server.deps.inline`. #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.33.0...v0.34.0)

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-upload-example ❌ Failed (Inspect) Aug 1, 2023 6:29pm