Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update all non-major dependencies #536

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^17.6.6 -> ^17.6.7 age adoption passing confidence devDependencies patch
@commitlint/config-conventional (source) ^17.6.6 -> ^17.6.7 age adoption passing confidence devDependencies patch
@nestjs/common (source) ^10.0.5 -> ^10.1.1 age adoption passing confidence devDependencies minor
@nestjs/common (source) ^10.0.5 -> ^10.1.1 age adoption passing confidence dependencies minor
@nestjs/core (source) ^10.0.5 -> ^10.1.1 age adoption passing confidence dependencies minor
@nestjs/platform-fastify (source) ^10.0.5 -> ^10.1.1 age adoption passing confidence dependencies minor
@nestjs/swagger ^7.1.1 -> ^7.1.2 age adoption passing confidence dependencies patch
@nestjs/testing (source) ^10.0.5 -> ^10.1.1 age adoption passing confidence devDependencies minor
@sentry/node (source) ^7.57.0 -> ^7.60.0 age adoption passing confidence dependencies minor
@sentry/tracing (source) ^7.57.0 -> ^7.60.0 age adoption passing confidence dependencies minor
@typegoose/typegoose (source) ^11.3.0 -> ^11.4.0 age adoption passing confidence dependencies minor
@types/luxon (source) ^3.3.0 -> ^3.3.1 age adoption passing confidence devDependencies patch
@types/node (source) ^18.16.19 -> ^18.17.0 age adoption passing confidence devDependencies minor
@types/react (source) ^18.2.14 -> ^18.2.15 age adoption passing confidence devDependencies patch
@types/react-dom (source) ^18.2.6 -> ^18.2.7 age adoption passing confidence devDependencies patch
discord-api-types (source) ^0.37.48 -> ^0.37.50 age adoption passing confidence dependencies patch
eslint (source) ^8.44.0 -> ^8.45.0 age adoption passing confidence devDependencies minor
fastify (source) ^4.19.2 -> ^4.20.0 age adoption passing confidence dependencies minor
inquirer (source) ^9.2.7 -> ^9.2.8 age adoption passing confidence dependencies patch
minecraft-protocol ^1.43.1 -> ^1.43.2 age adoption passing confidence dependencies patch
mongoose (source) ^7.3.2 -> ^7.4.1 age adoption passing confidence dependencies minor
node 18.16.1 -> 18.17.0 age adoption passing confidence minor
pnpm (source) 8.6.7 -> 8.6.10 age adoption passing confidence packageManager patch
sass ^1.63.6 -> ^1.64.1 age adoption passing confidence devDependencies minor
sharp (changelog) ^0.32.1 -> ^0.32.4 age adoption passing confidence dependencies patch
turbo (source) ^1.10.7 -> ^1.10.9 age adoption passing confidence devDependencies patch
typescript (source) 5.2.0-dev.20230710 -> 5.2.0-dev.20230724 age adoption passing confidence devDependencies patch
unplugin ^1.3.2 -> ^1.4.0 age adoption passing confidence devDependencies minor

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

nestjs/nest (@​nestjs/common)

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.1.0 (2023-07-17)
Bug fixes
Enhancements
Dependencies
Committers: 8
nestjs/nest (@​nestjs/core)

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.1.0 (2023-07-17)
Bug fixes
Enhancements
Dependencies
Committers: 8
nestjs/nest (@​nestjs/platform-fastify)

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.1.0 (2023-07-17)

Bug fixes
Enhancements
Dependencies
Committers: 8
nestjs/swagger (@​nestjs/swagger)

v7.1.2

Compare Source

  • fix: several minor fixes, fix mapeed types & swc integration (f3648b0)
  • chore(deps): update commitlint monorepo to v17.6.7 (9500820)
  • chore(deps): update typescript-eslint monorepo to v6.1.0 (d78296c)
  • chore(deps): update nest monorepo to v10.1.0 (b60373d)
  • chore(deps): update dependency release-it to v16.1.2 (cdf6563)
  • chore(deps): update dependency eslint to v8.45.0 (8c8d71e)
  • chore(deps): update typescript-eslint monorepo to v6 (9b6c321)
  • chore(deps): update typescript-eslint monorepo to v5.62.0 (34e435d)
  • chore(deps): update dependency @​types/jest to v29.5.3 (db2b9ec)
  • chore(deps): update dependency release-it to v16.1.0 (547fc51)
  • chore(deps): update dependency jest to v29.6.1 (ac7c244)
  • chore(deps): update dependency release-it to v16 (3323f94)
  • chore(deps): update dependency jest to v29.6.0 (90b2ae5)
nestjs/nest (@​nestjs/testing)

v10.1.1

Compare Source

v10.1.0

Compare Source

v10.1.0 (2023-07-17)

Bug fixes
Enhancements
Dependencies
Committers: 8
getsentry/sentry-javascript (@​sentry/node)

v7.60.0

Compare Source

Important Changes
  • feat(replay): Ensure min/max duration when flushing (#​8596)

We will not send replays that are <5s long anymore. Additionally, we also added further safeguards to avoid overly long (>1h) replays.
You can optionally configure the min. replay duration (defaults to 5s):

new Replay({
  minReplayDuration: 10000 // in ms - note that this is capped at 15s max!
})
Other Changes
  • fix(profiling): Align to SDK selected time origin (#​8599)
  • fix(replay): Ensure multi click has correct timestamps (#​8591)
  • fix(utils): Truncate aggregate exception values (LinkedErrors) (#​8593)

v7.59.3

Compare Source

  • fix(browser): 0 is a valid index (#​8581)
  • fix(nextjs): Ensure Webpack plugin is available after dynamic require (#​8584)
  • types(browser): Add browser profiling client options (#​8565)

v7.59.2

Compare Source

No changes. This release was published to fix publishing issues with 7.59.0 and 7.59.1.
Please see 7.59.0 for the changes in that release.

v7.59.1

Compare Source

No changes. This release was published to fix a publishing issue with 7.59.0.
Please see 7.59.0 for the changes in that release.

v7.58.1

Compare Source

  • fix(node): Set propagation context even when tracingOptions are not defined (#​8517)

v7.58.0

Compare Source

Important Changes
  • Performance Monitoring not required for Distributed Tracing

This release adds support for distributed tracing without requiring performance monitoring to be active on the JavaScript SDKs (browser and node). This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services. Distributed Tracing can be configured with the tracePropagationTargets option, which controls what requests to attach the sentry-trace and baggage HTTP headers to (whi


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.


  • 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

vercel bot commented Jul 16, 2023

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

Name Status Preview Comments Updated (UTC)
statsify ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2023 7:11pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd529fb to 76a92af Compare July 16, 2023 09:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 76a92af to 0d31939 Compare July 16, 2023 22:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d31939 to 3b19bc5 Compare July 17, 2023 11:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b19bc5 to 8ca6ced Compare July 17, 2023 12:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ca6ced to 0663cdd Compare July 17, 2023 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0663cdd to d4da234 Compare July 17, 2023 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d4da234 to bb7dd82 Compare July 18, 2023 08:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bb7dd82 to 73c21c5 Compare July 18, 2023 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73c21c5 to 16d7a3d Compare July 18, 2023 14:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de04bd7 to f9924a7 Compare July 21, 2023 00:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f9924a7 to 8f8cbb3 Compare July 21, 2023 07:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f8cbb3 to d70318c Compare July 21, 2023 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d70318c to 709c9d2 Compare July 21, 2023 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 709c9d2 to e944f4f Compare July 22, 2023 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e944f4f to 443da0e Compare July 22, 2023 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 443da0e to ad2e1b4 Compare July 22, 2023 12:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ad2e1b4 to 7163987 Compare July 23, 2023 09:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7163987 to 9daf7c5 Compare July 24, 2023 01:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9daf7c5 to 842e259 Compare July 24, 2023 07:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 842e259 to 20ee649 Compare July 24, 2023 14:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20ee649 to 66fde36 Compare July 24, 2023 16:46
@jacobk999 jacobk999 merged commit 6f9a2ef into main Jul 24, 2023
3 checks passed
@jacobk999 jacobk999 deleted the renovate/all-minor-patch branch July 24, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant