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 #9730

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 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-s3 (source) 3.726.1 -> 3.731.1 age adoption passing confidence dependencies minor
@chromatic-com/storybook 3.2.3 -> 3.2.4 age adoption passing confidence devDependencies patch
@toeverything/theme 1.1.6 -> 1.1.7 age adoption passing confidence dependencies patch
cloudflare/wrangler-action v3.13.0 -> v3.13.1 age adoption passing confidence action patch
lint-staged 15.3.0 -> 15.4.1 age adoption passing confidence devDependencies minor
lucide-react (source) ^0.471.0 -> ^0.473.0 age adoption passing confidence dependencies minor
openai 4.78.1 -> 4.79.1 age adoption passing confidence dependencies minor
react-router-dom (source) 6.28.1 -> 6.28.2 age adoption passing confidence dependencies patch
undici (source) 7.2.2 -> 7.2.3 age adoption passing confidence dependencies patch
wrangler (source) 3.102.0 -> 3.103.2 age adoption passing confidence devDependencies minor

Release Notes

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

v3.731.1

Compare Source

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

v3.731.0

Compare Source

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

v3.730.0

Compare Source

Bug Fixes
  • nested-clients: create nested clients for internal use (#​6791) (5c53685)

v3.729.0

Compare Source

Features
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721)

3.726.1 (2025-01-10)

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

chromaui/addon-visual-tests (@​chromatic-com/storybook)

v3.2.4

Compare Source

toeverything/design (@​toeverything/theme)

v1.1.7

Compare Source

cloudflare/wrangler-action (cloudflare/wrangler-action)

v3.13.1

Compare Source

Patch Changes
lint-staged/lint-staged (lint-staged)

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes
lucide-icons/lucide (lucide-react)

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

openai/openai-node (openai)

v4.79.1

Compare Source

Full Changelog: v4.79.0...v4.79.1

Bug Fixes

v4.79.0

Compare Source

Full Changelog: v4.78.1...v4.79.0

Features
Bug Fixes
  • logs/azure: redact sensitive header when DEBUG is set (#​1218) (6a72fd7)
Chores
remix-run/react-router (react-router-dom)

v6.28.2

Compare Source

nodejs/undici (undici)

v7.2.3

Compare Source

⚠️ Security Release ⚠️

Fixes CVE CVE-2025-22150 https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).

What's Changed

Full Changelog: nodejs/undici@v7.2.2...v7.2.3

cloudflare/workers-sdk (wrangler)

v3.103.2

Compare Source

Patch Changes

v3.103.1

Compare Source

Patch Changes

v3.103.0

Compare Source

Minor Changes
  • #​5086 8faf2c0 Thanks @​dario-piotrowicz! - add --strict-vars option to wrangler types

    add a new --strict-vars option to wrangler types that developers can (by setting the
    flag to false) use to disable the default strict/literal types generation for their variables

    opting out of strict variables can be useful when developers change often their vars values,
    even more so when multiple environments are involved


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 16, 2025
Copy link

graphite-app bot commented Jan 16, 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.

@graphite-app graphite-app bot requested a review from forehalo January 16, 2025 07:28
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.26%. Comparing base (59611fa) to head (5bcbe96).
Report is 1 commits behind head on canary.

Additional details and impacted files
@@            Coverage Diff             @@
##           canary    #9730      +/-   ##
==========================================
+ Coverage   53.25%   53.26%   +0.01%     
==========================================
  Files        2194     2194              
  Lines       98764    98764              
  Branches    16743    16743              
==========================================
+ Hits        52592    52610      +18     
- Misses      44385    44746     +361     
+ Partials     1787     1408     -379     
Flag Coverage Δ
server-test 78.52% <ø> (+0.05%) ⬆️
unittest 32.08% <ø> (-0.01%) ⬇️

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 force-pushed the renovate/all-minor-patch branch from e071182 to c3b867a Compare January 16, 2025 08:33
@renovate renovate bot changed the title chore: bump up lint-staged version to v15.4.0 chore: bump up all non-major dependencies Jan 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 998ad93 to 540bf9b Compare January 17, 2025 12:14
@graphite-app graphite-app bot requested review from a team January 17, 2025 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 68547c4 to 0cdc2a4 Compare January 18, 2025 05:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0cdc2a4 to 5bcbe96 Compare January 18, 2025 08:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants