Skip to content

fix(deps): update all non-major dependencies (minor)#142

Merged
devianllert merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 11, 2023
Merged

fix(deps): update all non-major dependencies (minor)#142
devianllert merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/nextjs (source) 7.40.0 -> 7.42.0 age adoption passing confidence
@types/node (source) 18.14.5 -> 18.15.0 age adoption passing confidence
babel-jest 29.4.3 -> 29.5.0 age adoption passing confidence
eslint (source) 8.35.0 -> 8.36.0 age adoption passing confidence
framer-motion 10.0.1 -> 10.2.4 age adoption passing confidence
jest (source) 29.4.3 -> 29.5.0 age adoption passing confidence
jest-environment-jsdom 29.4.3 -> 29.5.0 age adoption passing confidence
lint-staged 13.1.2 -> 13.2.0 age adoption passing confidence
zod (source) 3.20.6 -> 3.21.4 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v7.42.0

Compare Source

  • feat(core): Add lifecycle hooks (#​7370)
  • feat(core): Emit hooks for transaction start/finish (#​7387)
  • feat(nextjs): Connect traces for server components (#​7320)
  • feat(replay): Attach an error cause to send exceptions (#​7350)
  • feat(replay): Consider user input in form field as "user activity" (#​7355)
  • feat(replay): Update rrweb to 1.105.0 & add breadcrumb when encountering large mutation (#​7314)
  • feat(tracing): Expose cancelIdleTimeout and add option to make it permanent (#​7236)
  • feat(tracing): Track PerformanceObserver interactions as spans (#​7331)
  • fix(core): Ensure originalException has type unknown (#​7361)
  • fix(core): Avoid using Object.values() (#​7360)
  • fix(react): Make redux integration be configurable via normalizeDepth (#​7379)
  • fix(tracing): Record LCP and CLS on transaction finish (#​7386)
  • ref(browser): Improve type safety of breadcrumbs integration (#​7382)
  • ref(node): Parallelize disk io when reading source files for context lines (#​7374)
  • ref(node): Partially remove dynamic require calls (#​7377)

Replay rrweb changes:

@sentry-internal/rrweb was updated from 1.104.1 to 1.105.0 (#​7314):

  • feat: Add onMutation option to record (#​70)
  • fix: Ensure <input type='submit' value='Btn text'> is masked (#​69)

v7.41.0

Compare Source

  • feat: Ensure we use the same default environment everywhere (#​7327)
  • feat(profiling): Add JS self profiling in the browser (#​7273)
  • feat(vue): Allow to set routeLabel: 'path' to opt-out of using name (#​7326)
  • fix(profiling): Guard from throwing if profiler constructor throws (#​7328)
  • fix(react): Use namespace import for react router v6 (#​7330)
  • fix(remix): Correctly parse X-Forwarded-For Http header (#​7329)

Work in this release contributed by @​OliverJAsh. Thank you for your contribution!

facebook/jest

v29.5.0

Compare Source

Features
  • [jest-changed-files] Support Sapling (#​13941)
  • [jest-circus, @&#8203;jest/cli, jest-config] Add feature to randomize order of tests via CLI flag or through the config file(#​12922)
  • [jest-cli, jest-config, @&#8203;jest/core, jest-haste-map, @&#8203;jest/reporters, jest-runner, jest-runtime, @&#8203;jest/types] Add workerThreads configuration option to allow using worker threads for parallelization (#​13939)
  • [jest-cli] Export yargsOptions (#​13970)
  • [jest-config] Add openHandlesTimeout option to configure possible open handles warning. (#​13875)
  • [@jest/create-cache-key-function] Allow passing length argument to createCacheKey() function and set its default value to 16 on Windows (#​13827)
  • [jest-message-util] Add support for AggregateError (#​13946 & #​13947)
  • [jest-message-util] Add support for Error causes in test and it (#​13935 & #​13966)
  • [jest-reporters] Add summaryThreshold option to summary reporter to allow overriding the internal threshold that is used to print the summary of all failed tests when the number of test suites surpasses it (#​13895)
  • [jest-runtime] Expose @sinonjs/fake-timers async APIs functions advanceTimersByTimeAsync(msToRun) (tickAsync(msToRun)), advanceTimersToNextTimerAsync(steps) (nextAsync), runAllTimersAsync (runAllAsync), and runOnlyPendingTimersAsync (runToLastAsync) (#​13981)
  • [jest-runtime, @&#8203;jest/transform] Allow V8 coverage provider to collect coverage from files which were not loaded explicitly (#​13974)
  • [jest-snapshot] Add support to cts and mts TypeScript files to inline snapshots (#​13975)
  • [jest-worker] Add start method to worker farms (#​13937)
  • [jest-worker] Support passing a URL as path to worker (#​13982)
Fixes
  • [babel-plugin-jest-hoist] Fix unwanted hoisting of nested jest usages (#​13952)
  • [jest-circus] Send test case results for todo tests (#​13915)
  • [jest-circus] Update message printed on test timeout (#​13830)
  • [jest-circus] Avoid creating the word "testfalse" when takesDoneCallback is false in the message printed on test timeout AND updated timeouts test (#​13954)
  • [jest-environment-jsdom] Stop setting document to null on teardown (#​13972)
  • [@jest/expect-utils] Update toStrictEqual() to be able to check jest.fn().mock.calls (#​13960)
  • [@jest/test-result] Allow TestResultsProcessor type to return a Promise (#​13950)
Chore & Maintenance
  • [jest-snapshot] Remove dependency on jest-haste-map (#​13977)
eslint/eslint

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

framer/motion

v10.2.4

Compare Source

Changed
  • Refactored animate to resolve for time instead of timeDelta.
Fixed
  • delay will now apply to "inertia" animations.

v10.2.3

Compare Source

Fixed
  • Unifying AnimationPlaybackControls types.
  • Changing Feature type to fix Next build errors.

v10.2.2

Compare Source

Fixed
  • Restoring DeprecatedLayoutGroupContext for legacy Smart Components in Framer.

v10.2.1

Compare Source

Fixed
  • Passing low restSpeed and restDelta to useSpring().

v10.2.0

Compare Source

Added
  • Vanilla JS entry point framer-motion/dom.

v10.1.0

Compare Source

Added
  • Frame-batched event handlers. This means external event handlers are now batched on the next animation frame, allowing React to correctly batch state updates.

v10.0.2

Compare Source

Fixed
  • Fixing "Non-numeric offset" error in older browsers.
okonet/lint-staged

v13.2.0

Compare Source

Bug Fixes
  • dependencies: replace colorette with chalk for better color support detection (f598725)
  • use index-based stash references for improved MSYS2 compatibility (#​1270) (60fcd99)
Features

v13.1.4

Compare Source

v13.1.3

Compare Source

colinhacks/zod

v3.21.4

Compare Source

Commits:

v3.21.3

Compare Source

Commits:

v3.21.2

Compare Source

Commits:

  • b276d71 Improve typings in generics
  • 4d016b7 Improve type inference in generics
  • f9895ab Improve types inside generic functions
  • ac0135e Pass input into catchValue

v3.21.1

Compare Source

Features

Support for ULID validation

z.string().ulid();

Commits:

v3.21.0

Compare Source

Features

z.string().emoji()

Thanks @​joseph-lozano for https://github.com/colinhacks/zod/pull/2045! To validate that all characters in a string are emoji:

z.string().emoji()

...if that's something you want to do for some reason.

z.string().cuid2()

Thanks @​joulev for https://github.com/colinhacks/zod/pull/1813! To validate CUIDv2:

z.string().cuid2()
z.string().ip()

Thanks @​fvckDesa for https://github.com/colinhacks/zod/pull/2066. To validate that a string is a valid IP address:

const v4IP = "122.122.122.122";
const v6IP = "6097:adfa:6f0b:220d:db08:5021:6191:7990";

// matches both IPv4 and IPv6 by default
const ipSchema = z.string().ip();
ipSchema.parse(v4IP) //  pass
ipSchema.parse(v6IP) //  pass

To specify a particular version:

const ipv4Schema = z.string().ip({ version: "v4" });
const ipv6Schema = z.string().ip({ version: "v6" });
z.bigint().{gt|gte|lt|lte}()

Thanks @​igalklebanov for #1711! ZodBigInt gets the same set of methods found on ZodNumber:

z.bigint().gt(BigInt(5));
z.bigint().gte(BigInt(5));
z.bigint().lt(BigInt(5));
z.bigint().lte(BigInt(5));
z.bigint().positive();
z.bigint().negative();
z.bigint().nonnegative();
z.bigint().nonpositive();
z.bigint().multipleOf(BigInt(5));
z.enum(...).extract() and z.enum(...).exclude()

Thanks @​santosmarco-caribou for https://github.com/colinhacks/zod/pull/1652! To add or remove elements from a ZodEnum:

const FoodEnum = z.enum(["Pasta", "Pizza", "Tacos", "Burgers", "Salad"]);
const ItalianEnum = FoodEnum.extract(["Pasta", "Pizza"]); // ZodEnum<["Pasta", "Pizza"]>
const UnhealthyEnum = FoodEnum.exclude(["Salad"]); // ZodEnum<["Pasta", "Pizza", "Tacos", "Burgers"]>

This API is inspired by the Exclude and Extract TypeScript built-ins.

Pass a function to .catch()

Thanks @​0xWryth for https://github.com/colinhacks/zod/pull/2087! The .catch() method now accepts a function that receives the caught error:

const numberWithErrorCatch = z.number().catch((ctx) => {
  ctx.error; // ZodError
  return 42;
});

Compiler performance

Zod 3.20.2 introduced an accidental type recursion that caused long compilation times for some users. These kinds of bugs are very hard to diagnose. Big shoutout to @​gydroperit for some heroic efforts here: https://github.com/colinhacks/zod/pull/2107 Zod 3.21 resolves these issues:

Commits:


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 12, 2022

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

Name Status Preview Comments Updated
design-system ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 11, 2023 at 5:08PM (UTC)
nextplate ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 11, 2023 at 5:08PM (UTC)

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b9c7b7e to 5f31dc4 Compare December 12, 2022 07:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5f31dc4 to 8ecfd5b Compare December 12, 2022 10:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8ecfd5b to 74db87d Compare December 12, 2022 13:16
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 74db87d to 74922a8 Compare December 12, 2022 16:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 74922a8 to 5caeab2 Compare December 12, 2022 19:25
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5caeab2 to 561dc49 Compare December 12, 2022 22:46
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 561dc49 to 465d6e4 Compare December 13, 2022 09:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 465d6e4 to 89d2b8b Compare December 13, 2022 12:53
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 89d2b8b to d32ee8a Compare December 13, 2022 15:25
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e8f7e41 to 69c76a6 Compare December 15, 2022 10:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 69c76a6 to 3db4948 Compare December 15, 2022 13:06
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3db4948 to 7436407 Compare December 16, 2022 14:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7436407 to e05b48c Compare December 16, 2022 17:12
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e05b48c to 75dd46b Compare December 17, 2022 00:21
@renovate renovate Bot changed the title fix(deps): update all non-major dependencies (minor) Update all non-major dependencies (minor) Dec 17, 2022
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 75dd46b to a9375fc Compare December 17, 2022 14:50
@renovate renovate Bot changed the title Update all non-major dependencies (minor) fix(deps): update all non-major dependencies (minor) Dec 17, 2022
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a9375fc to ea628aa Compare December 19, 2022 03:50
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ea628aa to 13bd479 Compare December 19, 2022 11:48
@vercel
Copy link
Copy Markdown

vercel Bot commented Dec 19, 2022

Deployment failed with the following error:

Invalid request: `target` should be string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant