Skip to content

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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.26.10 -> ^7.27.1 age adoption passing confidence
@babel/preset-env (source) ^7.26.9 -> ^7.27.2 age adoption passing confidence
@types/node (source) ^20.17.30 -> ^20.17.47 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.29.0 -> ^8.32.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.29.0 -> ^8.32.1 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.1.1 -> ^3.1.3 age adoption passing confidence
@vitest/ui (source) ^3.1.1 -> ^3.1.3 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.27.0 age adoption passing confidence
ollama ^0.5.14 -> ^0.5.15 age adoption passing confidence
openai ^4.91.1 -> ^4.100.0 age adoption passing confidence
puppeteer (source) 24.6.0 -> 24.8.2 age adoption passing confidence
rollup (source) ^4.39.0 -> ^4.40.2 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.1

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.32.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.32.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.31.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.30.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.29.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v9.27.0

Compare Source

v9.26.0

Compare Source

v9.25.1

Compare Source

v9.25.0

Compare Source

ollama/ollama-js (ollama)

v0.5.15

Compare Source

What's Changed
New Contributors

Full Changelog: ollama/ollama-js@v0.5.14...v0.5.15

openai/openai-node (openai)

v4.100.0

Compare Source

Full Changelog: v4.99.0...v4.100.0

Features
  • api: further updates for evals API (3f6f248)
Chores

v4.99.0

Compare Source

Full Changelog: v4.98.0...v4.99.0

Features
  • api: manual updates (75eb804)
  • api: responses x eval api (5029f1a)
  • api: Updating Assistants and Evals API schemas (27fd517)

v4.98.0

Compare Source

Full Changelog: v4.97.0...v4.98.0

Features
  • api: Add reinforcement fine-tuning api support (4aa7a79)
Chores
  • ci: bump node version for release workflows (2961f63)
  • internal: fix formatting (91a44fe)
Documentation

v4.97.0

Compare Source

Full Changelog: v4.96.2...v4.97.0

Features
  • api: add image sizes, reasoning encryption (9c2113a)
Chores
  • docs: add missing deprecation warnings (253392c)
Documentation

v4.96.2

Compare Source

Full Changelog: v4.96.1...v4.96.2

Bug Fixes
Chores
  • ci: only use depot for staging repos (214da39)
  • ci: run on more branches and use depot runners (ead76fc)

v4.96.1

Compare Source

Full Changelog: v4.96.0...v4.96.1

Bug Fixes
Chores
  • ci: only use depot for staging repos (e80af47)
  • ci: run on more branches and use depot runners (b04a801)

v4.96.0

Compare Source

Full Changelog: v4.95.1...v4.96.0

Features
  • api: adding new image model support (a00d331)
Bug Fixes
Chores
  • ci: add timeout thresholds for CI jobs (e465063)

v4.95.1

Compare Source

Full Changelog: v4.95.0...v4.95.1

Bug Fixes

v4.95.0

Compare Source

Full Changelog: v4.94.0...v4.95.0

Features
  • api: add o3 and o4-mini model IDs (4845cd9)

v4.94.0

Compare Source

Full Changelog: v4.93.0...v4.94.0

Features
  • api: adding gpt-4.1 family of model IDs (bddcbcf)
  • api: manual updates (7532f48)
Chores
  • client: minor internal fixes (d342f17)
  • internal: reduce CI branch coverage (a49b94a)
  • internal: upload builds and expand CI branch coverage (#​1460) (7e23bb4)
  • workaround build errors (913eba8)

v4.93.0

Compare Source

Full Changelog: v4.92.1...v4.93.0

Features
Chores

v4.92.1

Compare Source

Full Changelog: v4.92.0...v4.92.1

Chores

v4.92.0

Compare Source

Full Changelog: v4.91.1...v4.92.0

Features
Bug Fixes
Chores
puppeteer/puppeteer (puppeteer)

v24.8.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
Bug Fixes

v24.8.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.8.0 to 24.8.1

v24.8.0

Compare Source

Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 49f508a to 482d040 Compare April 21, 2025 18:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 93ffe76 to 02c6b98 Compare April 27, 2025 03:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5fced55 to a4cd8b1 Compare May 5, 2025 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6a22327 to fff3b79 Compare May 14, 2025 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fff3b79 to 4e28a5c Compare May 17, 2025 20:10
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