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: bump up all non-major dependencies #9494

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/server (source) 4.11.2 -> 4.11.3 age adoption passing confidence dependencies patch
@aws-sdk/client-s3 (source) 3.717.0 -> 3.722.0 age adoption passing confidence dependencies minor
@lottiefiles/dotlottie-wc (source) 0.4.1 -> 0.4.2 age adoption passing confidence dependencies patch
@smarttools/eslint-plugin-rxjs 1.0.12 -> 1.0.13 age adoption passing confidence devDependencies patch
@types/mixpanel-browser (source) 2.50.2 -> 2.51.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.17.11 -> 20.17.12 age adoption passing confidence dependencies patch
@types/node (source) 20.17.11 -> 20.17.12 age adoption passing confidence devDependencies patch
html-validate (source) 9.1.0 -> 9.1.1 age adoption passing confidence dependencies patch
link-preview-js 3.0.12 -> 3.0.13 age adoption passing confidence dependencies patch
marked (source) 15.0.4 -> 15.0.5 age adoption passing confidence dependencies patch
napi 3.0.0-alpha.24 -> 3.0.0-alpha.26 age adoption passing confidence workspace.dependencies patch
napi-derive 3.0.0-alpha.22 -> 3.0.0-alpha.23 age adoption passing confidence workspace.dependencies patch
openai 4.77.0 -> 4.77.3 age adoption passing confidence dependencies patch
shiki (source) 1.25.1 -> 1.26.1 age adoption passing confidence dependencies minor
sqlx 0.8.2 -> 0.8.3 age adoption passing confidence workspace.dependencies patch
uuid 11.0.3 -> 11.0.4 age adoption passing confidence devDependencies patch
vite (source) 6.0.6 -> 6.0.7 age adoption passing confidence resolutions patch

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.11.3

Compare Source

Patch Changes
aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.722.0

Compare Source

Features
  • client-s3: This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change. (3bb74c5)

v3.721.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

LottieFiles/dotlottie-web (@​lottiefiles/dotlottie-wc)

v0.4.2

Compare Source

Patch Changes
DaveMBush/eslint-plugin-rxjs (@​smarttools/eslint-plugin-rxjs)

v1.0.13: 1.0.13 (2025-01-05)

Compare Source

no-ignore-replay-buffer now considers a config with no bufferSize an ignored replay buffer.

html-validate/html-validate (html-validate)

v9.1.1

Compare Source

Bug Fixes
  • vitest: fix require is not defined in vitest (6a42bb1), closes #​276
ospfranco/link-preview-js (link-preview-js)

v3.0.13

Compare Source

What's Changed

New Contributors

Full Changelog: OP-Engineering/link-preview-js@3.0.12...3.0.13

markedjs/marked (marked)

v15.0.5

Compare Source

Bug Fixes
  • allow strikethrough inside strong and em to follow gfm (#​3569) (8a01658)
napi-rs/napi-rs (napi)

v3.0.0-alpha.26

Compare Source

v3.0.0-alpha.25

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-alpha.23...napi@3.0.0-alpha.25

openai/openai-node (openai)

v4.77.3

Compare Source

Full Changelog: v4.77.2...v4.77.3

Chores
shikijs/shiki (shiki)

v1.26.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.26.0

Compare Source

   🚀 Features
    View changes on GitHub
launchbadge/sqlx (sqlx)

v0.8.3

Compare Source

41 pull requests were merged this release cycle.

Added
Changed
Fixed
uuidjs/uuid (uuid)

v11.0.4

Compare Source

Bug Fixes
vitejs/vite (vite)

v6.0.7

Compare Source


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 2, 2025
@graphite-app graphite-app bot requested a review from forehalo January 2, 2025 16:46
Copy link

graphite-app bot commented Jan 2, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.67%. Comparing base (46c8c4a) to head (6fbc7b7).

Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #9494      +/-   ##
==========================================
- Coverage   52.71%   52.67%   -0.04%     
==========================================
  Files        2162     2162              
  Lines       97373    97373              
  Branches    16231    16231              
==========================================
- Hits        51334    51296      -38     
- Misses      44130    44172      +42     
+ Partials     1909     1905       -4     
Flag Coverage Δ
server-test 78.14% <ø> (ø)
unittest 32.26% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore: bump up marked version to v15.0.5 chore: bump up all non-major dependencies Jan 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4c5572f to 7d6850b Compare January 4, 2025 06:27
@github-actions github-actions bot added the rust label Jan 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 56e3cb6 to ac4ffe9 Compare January 6, 2025 00:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac4ffe9 to 6fbc7b7 Compare January 6, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants