Shiro icon indicating copy to clipboard operation
Shiro copied to clipboard

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

Open renovate[bot] opened this issue 4 months ago • 10 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.658.1 -> 3.664.0 age adoption passing confidence
@radix-ui/react-scroll-area (source) 1.1.0 -> 1.2.0 age adoption passing confidence
@shikijs/transformers (source) 1.20.0 -> 1.21.0 age adoption passing confidence
@tanstack/query-async-storage-persister (source) 5.56.2 -> 5.59.0 age adoption passing confidence
@tanstack/react-query (source) 5.56.2 -> 5.59.0 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.58.0 -> 5.59.0 age adoption passing confidence
@tanstack/react-query-persist-client (source) 5.56.2 -> 5.59.0 age adoption passing confidence
mermaid 11.2.1 -> 11.3.0 age adoption passing confidence
openai 4.65.0 -> 4.67.1 age adoption passing confidence
pnpm (source) 9.11.0 -> 9.12.0 age adoption passing confidence
shiki (source) 1.20.0 -> 1.21.0 age adoption passing confidence

Release Notes

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

v3.664.0

Compare Source

Features
  • middleware-user-agent: add client config for userAgentAppId (#​6524) (2990ea8)

v3.663.0

Compare Source

Features
  • client-s3: This release introduces a header representing the minimum object size limit for Lifecycle transitions. (a692f70)

v3.662.0

Compare Source

Bug Fixes
  • s3-request-presigner: enable overriding hoistable headers (#​6535) (3c2e59c)

3.658.1 (2024-09-25)

Bug Fixes
  • clients: allow empty string field values for headers (#​6511) (1273ff3)
radix-ui/primitives (@​radix-ui/react-scroll-area)

v1.2.0

Compare Source

shikijs/shiki (@​shikijs/transformers)

v1.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
TanStack/query (@​tanstack/query-async-storage-persister)

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other

Packages

mermaid-js/mermaid (mermaid)

v11.3.0

Compare Source

Minor Changes
Patch Changes
  • #​5849 6c5b7ce Thanks @​ReneLombard! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace. Forexample

    
    classDiagram
      namespace Company.Project.Module {
        class GenericClass~T~ {
          +addItem(item: T)
          +getItem() T
        }
      }
    
  • #​5914 de2c05c Thanks @​aloisklink! - Ban DOMPurify v3.1.7 as a dependency

openai/openai-node (openai)

v4.67.1

Compare Source

Full Changelog: v4.67.0...v4.67.1

Documentation

v4.67.0

Compare Source

Full Changelog: v4.66.1...v4.67.0

Features
  • api: support storing chat completions, enabling evals and model distillation in the dashboard (#​1112) (6424924)

v4.66.1

Compare Source

Full Changelog: v4.66.0...v4.66.1

Bug Fixes
  • audio: add fallback overload types (0c00a13)
  • audio: use export type (1519100)
pnpm/pnpm (pnpm)

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
    
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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[bot] avatar Sep 29 '24 15:09 renovate[bot]