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

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

Merged
merged 1 commit into from
Feb 7, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) 3.12.8 -> 3.12.10 age adoption passing confidence devDependencies patch
@azure/functions 4.6.0 -> 4.6.1 age adoption passing confidence devDependencies patch
@cloudflare/workers-types 4.20250129.0 -> 4.20250204.0 age adoption passing confidence devDependencies minor
@prisma/client (source) 6.3.0 -> 6.3.1 age adoption passing confidence devDependencies patch
@prisma/internals (source) 6.3.0 -> 6.3.1 age adoption passing confidence devDependencies patch
@prisma/migrate (source) 6.3.0 -> 6.3.1 age adoption passing confidence devDependencies patch
@pulumi/azure-native (source) 2.85.0 -> 2.86.0 age adoption passing confidence dependencies minor
@types/node (source) 22.13.0 -> 22.13.1 age adoption passing confidence devDependencies patch
@types/node (source) 22.13.0 -> 22.13.1 age adoption passing confidence dependencies patch
aws-cdk-lib (source) 2.177.0 -> 2.178.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.15.4 -> 9.15.5 age adoption passing confidence packageManager patch
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action minor
prisma (source) 6.3.0 -> 6.3.1 age adoption passing confidence devDependencies patch
svelte (source) 5.19.6 -> 5.19.9 age adoption passing confidence devDependencies patch
vite (source) 6.0.11 -> 6.1.0 age adoption passing confidence devDependencies minor
wrangler (source) 3.107.2 -> 3.107.3 age adoption passing confidence devDependencies patch

Release Notes

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

v3.12.10

Compare Source

Patch Changes

v3.12.9

Compare Source

Patch Changes
cloudflare/workerd (@​cloudflare/workers-types)

v4.20250204.0

Compare Source

prisma/prisma (@​prisma/client)

v6.3.1

Compare Source

This patch releases introduces improvements to the prisma init output when invoked to with the --db option.

Run npx prisma@latest init --db to get an instant Prisma Postgres database.

pulumi/pulumi-azure-native (@​pulumi/azure-native)

v2.86.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • sovereign.LandingZoneAccountOperation
  • sovereign.LandingZoneConfigurationOperation
  • sovereign.LandingZoneRegistrationOperation
New functions:
  • sovereign.getLandingZoneAccountOperation
  • sovereign.getLandingZoneConfigurationOperation
  • sovereign.getLandingZoneRegistrationOperation

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.85.0...v2.86.0

aws/aws-cdk (aws-cdk-lib)

v2.178.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
pnpm/action-setup (pnpm/action-setup)

v4.1.0

Compare Source

Add support for package.yaml #​156.

sveltejs/svelte (svelte)

v5.19.9

Compare Source

Patch Changes
  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#​15232)

  • fix: hydrate href that is part of spread attributes (#​15226)

v5.19.8

Compare Source

Patch Changes
  • fix: properly set value property of custom elements (#​15206)

  • fix: ensure custom element updates don't run in hydration mode (#​15217)

  • fix: ensure tracking returns true, even if in unowned (#​15214)

v5.19.7

Compare Source

Patch Changes
  • chore: remove unused code from signal logic (#​15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#​15165)

vitejs/vite (vite)

v6.1.0

Compare Source

cloudflare/workers-sdk (wrangler)

v3.107.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 2, 2025
Copy link

changeset-bot bot commented Feb 2, 2025

⚠️ No Changeset found

Latest commit: 95c0941

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Feb 2, 2025

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Feb 2, 2025

💻 Website Preview

The latest changes are available as preview in: https://7c3d3f34.graphql-yoga.pages.dev

@renovate renovate bot changed the title chore(deps): update pnpm to v9.15.5 fix(deps): update all non-major dependencies Feb 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 140e950 to 624b15c Compare February 6, 2025 21:31
Copy link
Contributor

github-actions bot commented Feb 6, 2025

✅ Benchmark Results

     ✓ no_errors{mode:graphql}
     ✓ expected_result{mode:graphql}
     ✓ no_errors{mode:graphql-jit}
     ✓ expected_result{mode:graphql-jit}
     ✓ no_errors{mode:graphql-response-cache}
     ✓ expected_result{mode:graphql-response-cache}
     ✓ no_errors{mode:graphql-no-parse-validate-cache}
     ✓ expected_result{mode:graphql-no-parse-validate-cache}
     ✓ no_errors{mode:uws}
     ✓ expected_result{mode:uws}

     checks.......................................: 100.00% ✓ 514276      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 103 MB  689 kB/s
     http_req_blocked.............................: avg=1.55µs   min=1.01µs   med=1.36µs   max=291.38µs p(90)=2.02µs   p(95)=2.2µs   
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=154.27µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=362.26µs min=215.1µs  med=331.58µs max=19.01ms  p(90)=475.89µs p(95)=497.97µs
       { expected_response:true }.................: avg=362.26µs min=215.1µs  med=331.58µs max=19.01ms  p(90)=475.89µs p(95)=497.97µs
     ✓ { mode:graphql-jit }.......................: avg=285.71µs min=215.1µs  med=270.52µs max=19.01ms  p(90)=299.65µs p(95)=311.33µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=501.38µs min=411.36µs med=478.82µs max=6.16ms   p(90)=520.24µs p(95)=568.5µs 
     ✓ { mode:graphql-response-cache }............: avg=348.85µs min=270.8µs  med=332.14µs max=6.9ms    p(90)=361.23µs p(95)=371.63µs
     ✓ { mode:graphql }...........................: avg=367.78µs min=285.63µs med=341.3µs  max=14.3ms   p(90)=386.06µs p(95)=430.71µs
     ✓ { mode:uws }...............................: avg=347.62µs min=273.79µs med=330.08µs max=10.25ms  p(90)=363.6µs  p(95)=384.9µs 
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 257138
     http_req_receiving...........................: avg=33.26µs  min=16.55µs  med=32.89µs  max=2.92ms   p(90)=39.61µs  p(95)=42.21µs 
     http_req_sending.............................: avg=8.76µs   min=6.09µs   med=7.72µs   max=388.8µs  p(90)=11.14µs  p(95)=12.27µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=320.23µs min=183.53µs med=290.61µs max=18.89ms  p(90)=433.26µs p(95)=453.62µs
     http_reqs....................................: 257138  1714.238295/s
     iteration_duration...........................: avg=578.32µs min=394.05µs med=543.04µs max=19.52ms  p(90)=696.03µs p(95)=722.66µs
     iterations...................................: 257138  1714.238295/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 624b15c to 95c0941 Compare February 7, 2025 00:50
@ardatan ardatan merged commit 3d16a00 into main Feb 7, 2025
29 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch February 7, 2025 02:08
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.

1 participant