nuxt / vercel-builder

Vercel Builder for Nuxt
MIT License
645 stars 75 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.8.4 -> ^18.11.9 age adoption passing confidence
@vercel/node-bridge 3.0.0 -> 3.1.2 age adoption passing confidence
@vercel/routing-utils 2.0.2 -> 2.1.3 age adoption passing confidence
jest (source) 29.1.2 -> 29.3.1 age adoption passing confidence

Release Notes

vercel/vercel (@​vercel/node-bridge) ### [`v3.1.2`](https://togithub.com/vercel/vercel/releases/tag/3.1.2) [Compare Source](https://togithub.com/vercel/vercel/compare/a567d047d18d992207958c4b250feaccf68dd724...0964be17106419263b3f38d67784dd97b8b0c565) ##### Patches - Don't generate sourcemaps when transpiling: [`6c5c8cb`](https://togithub.com/vercel/vercel/commit/6c5c8cb93d98a8154951c4808a29ecb9f4d375f4) - Bumped `serve` to the latest version: [`8027751`](https://togithub.com/vercel/vercel/commit/8027751e4b2ab32620342ef09df54f7a1490a487) ### [`v3.1.1`](https://togithub.com/vercel/vercel/releases/tag/3.1.1) [Compare Source](https://togithub.com/vercel/vercel/compare/a630e1989613052f64411fd7e5468de58c5999ba...a567d047d18d992207958c4b250feaccf68dd724) ##### Patches - Pass a Windows-aware Regex to `async-to-gen/register`: [`c31c926`](https://togithub.com/vercel/vercel/commit/c31c926aac676d104c58e0ee86d020dcac9ffa34) - Update `async-to-gen`: [`6799c0e`](https://togithub.com/vercel/vercel/commit/6799c0eefe821abb7a765fd5e90a14f8751dadeb) ##### Credits Huge thanks to [@​jpadilla](https://togithub.com/jpadilla) for his help! ### [`v3.1.0`](https://togithub.com/vercel/vercel/releases/tag/3.1.0) [Compare Source](https://togithub.com/vercel/vercel/compare/de0d2fba0b32588726a2799015eaff4e6bb65ffb...a630e1989613052f64411fd7e5468de58c5999ba) ##### Minor Changes - Added `now.json` support (same as the `now` property in `package.json`): [`83326fd`](https://togithub.com/vercel/vercel/commit/83326fd8c4de4062c8296a75db458db2f6df63b9) ##### Patches - Fixed `Native` and `Packages` comment structure: [#​244](https://togithub.com/vercel/vercel/issues/244) - Removed unused dependencies: [#​250](https://togithub.com/vercel/vercel/issues/250) - Only transform our code with `async-to-gen/register`: [#​254](https://togithub.com/vercel/vercel/issues/254) ##### Credits Huge thanks to [@​jlobos](https://togithub.com/jlobos), [@​timneutkens](https://togithub.com/timneutkens) and [@​matheuss](https://togithub.com/matheuss) for their help!
vercel/vercel (@​vercel/routing-utils) ### [`v2.1.3`](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.1.2...@vercel/routing-utils@2.1.3) [Compare Source](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.1.2...@vercel/routing-utils@2.1.3) ### [`v2.1.2`](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.1.1...@vercel/routing-utils@2.1.2) [Compare Source](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.1.1...@vercel/routing-utils@2.1.2) ### [`v2.1.1`](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.1.0...@vercel/routing-utils@2.1.1) [Compare Source](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.1.0...@vercel/routing-utils@2.1.1) ### [`v2.1.0`](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.0.2...@vercel/routing-utils@2.1.0) [Compare Source](https://togithub.com/vercel/vercel/compare/@vercel/routing-utils@2.0.2...@vercel/routing-utils@2.1.0)
facebook/jest ### [`v29.3.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2931) [Compare Source](https://togithub.com/facebook/jest/compare/v29.3.0...v29.3.1) ##### Fixes - `[jest-config]` Do not warn about `preset` in `ProjectConfig` [#​13583](https://togithub.com/facebook/jest/pull/13583) ##### Performance - `[jest-transform]` Defer creation of cache directory [#​13420](https://togithub.com/facebook/jest/pull/13420) ### [`v29.3.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2930) [Compare Source](https://togithub.com/facebook/jest/compare/v29.2.2...v29.3.0) ##### Features - `[jest-runtime]` Support WebAssembly (Wasm) imports in ESM modules ([#​13505](https://togithub.com/facebook/jest/pull/13505)) ##### Fixes - `[jest-config]` Add config validation for `projects` option ([#​13565](https://togithub.com/facebook/jest/pull/13565)) - `[jest-mock]` Treat cjs modules as objects so they can be mocked ([#​13513](https://togithub.com/facebook/jest/pull/13513)) - `[jest-worker]` Throw an error instead of hanging when jest workers terminate unexpectedly ([#​13566](https://togithub.com/facebook/jest/pull/13566)) ##### Chore & Maintenance - `[@jest/transform]` Update `convert-source-map` ([#​13509](https://togithub.com/facebook/jest/pull/13509)) - `[docs]` Mention `toStrictEqual` in UsingMatchers docs. ([#​13560](https://togithub.com/facebook/jest/pull/13560)) ### [`v29.2.2`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2922) [Compare Source](https://togithub.com/facebook/jest/compare/v29.2.1...v29.2.2) ##### Fixes - `[@jest/test-sequencer]` Make sure sharding does not produce empty groups ([#​13476](https://togithub.com/facebook/jest/pull/13476)) - `[jest-circus]` Test marked as `todo` are shown as todo when inside a focussed describe ([#​13504](https://togithub.com/facebook/jest/pull/13504)) - `[jest-mock]` Ensure mock resolved and rejected values are promises from correct realm ([#​13503](https://togithub.com/facebook/jest/pull/13503)) - `[jest-snapshot]` Don't highlight passing asymmetric property matchers in snapshot diff ([#​13480](https://togithub.com/facebook/jest/issues/13480)) ##### Chore & Maintenance - `[docs]` Update link to Jest 28 upgrade guide in error message ([#​13483](https://togithub.com/facebook/jest/pull/13483)) - `[jest-runner, jest-watcher]` Update `emittery` ([#​13490](https://togithub.com/facebook/jest/pull/13490)) ### [`v29.2.1`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2921) [Compare Source](https://togithub.com/facebook/jest/compare/v29.2.0...v29.2.1) ##### Features - `[@jest/globals, jest-mock]` Add `jest.Spied*` utility types ([#​13440](https://togithub.com/facebook/jest/pull/13440)) ##### Fixes - `[jest-environment-node]` make `globalThis.performance` writable for Node 19 and fake timers ([#​13467](https://togithub.com/facebook/jest/pull/13467)) - `[jest-mock]` Revert [#​13398](https://togithub.com/facebook/jest/pull/13398) to restore mocking of setters ([#​13472](https://togithub.com/facebook/jest/pull/13472)) ##### Performance - `[*]` Use sha1 instead of sha256 for hashing ([#​13421](https://togithub.com/facebook/jest/pull/13421)) ### [`v29.2.0`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#​2920) [Compare Source](https://togithub.com/facebook/jest/compare/v29.1.2...v29.2.0) ##### Features - `[@jest/cli, jest-config]` A seed for the test run will be randomly generated, or set by a CLI option ([#​13400](https://togithub.com/facebook/jest/pull/13400)) - `[@jest/cli, jest-config]` `--show-seed` will display the seed value in the report, and can be set via a CLI flag or through the config file ([#​13400](https://togithub.com/facebook/jest/pull/13400)) - `[jest-config]` Add `readInitialConfig` utility function ([#​13356](https://togithub.com/facebook/jest/pull/13356)) - `[jest-core]` Allow `testResultsProcessor` to be async ([#​13343](https://togithub.com/facebook/jest/pull/13343)) - `[@jest/environment, jest-environment-node, jest-environment-jsdom, jest-runtime]` Add `getSeed()` to the `jest` object ([#​13400](https://togithub.com/facebook/jest/pull/13400)) - `[expect, @​jest/expect-utils]` Allow `isA` utility to take a type argument ([#​13355](https://togithub.com/facebook/jest/pull/13355)) - `[expect]` Expose `AsyncExpectationResult` and `SyncExpectationResult` types ([#​13411](https://togithub.com/facebook/jest/pull/13411)) ##### Fixes - `[babel-plugin-jest-hoist]` Ignore `TSTypeQuery` when checking for hoisted references ([#​13367](https://togithub.com/facebook/jest/pull/13367)) - `[jest-core]` Fix `detectOpenHandles` false positives for some special objects such as `TLSWRAP` ([#​13414](https://togithub.com/facebook/jest/pull/13414)) - `[jest-mock]` Fix mocking of getters and setters on classes ([#​13398](https://togithub.com/facebook/jest/pull/13398)) - `[jest-reporters]` Revert: Transform file paths into hyperlinks ([#​13399](https://togithub.com/facebook/jest/pull/13399)) - `[@jest/types]` Infer type of `each` table correctly when the table is a tuple or array ([#​13381](https://togithub.com/facebook/jest/pull/13381)) - `[@jest/types]` Rework typings to allow the `*ReturnedWith` matchers to be called with no argument ([#​13385](https://togithub.com/facebook/jest/pull/13385)) ##### Chore & Maintenance - `[*]` Update `@babel/*` deps, resulting in slightly different stack traces for `each` ([#​13422](https://togithub.com/facebook/jest/pull/13422)) ##### Performance - `[jest-runner]` Do not instrument v8 coverage data if coverage should not be collected ([#​13282](https://togithub.com/facebook/jest/pull/13282))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.