Skip to content

chore(deps): update bun non-major dependencies#903

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bun-minor-patch
Open

chore(deps): update bun non-major dependencies#903
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bun-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 30, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
firebase-tools 14.4.014.27.0 age confidence
lefthook 1.11.131.13.6 age confidence
typescript (source) 5.8.35.9.3 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

firebase/firebase-tools (firebase-tools)

v14.27.0

Compare Source

  • Fixed issue where MCP server didn't detect if iOS app uses Crashlytics in projects that use project.pbxproj (#​9515)
  • Add logic to synchronize v2 scheduled function timeout with Cloud Schduler's attempt deadline (#​9544)
  • Prevent deployments of Next.js apps vulnerable to CVE-2025-66478 (#​9572)
  • Updated Data Connect emulator to v2.17.3:
    • Fixed Swift codegen: Include FirebaseCore import in the connector keys file.
    • Fixed a bug where debug details of Internal errors were swallowed: #​9508

v14.26.0

Compare Source

  • Add support for nodejs24 (beta) runtime for Cloud Functions for Firebase. (#​9475)
  • Adds listServices and also defines trigger within runv2.ts (#​9482)
  • Updates the firebase init functions template to use firebase-functions 7.0.0 (#​9496)
  • Updated to v2.17.2 of the Data Connect emulator, which fixes a bug with handling of optional enum lists in generated Flutter SDKs. (#​9391)

v14.25.1

Compare Source

  • Fixed an issue that was causing the MCP server to fail to start when run from directories with deeply nested children.

v14.25.0

Compare Source

  • Added Node 24 support.
  • Updated superstatic to v10.
  • Fixed a crash during parallel deployments when buildConfig is empty (#​9455)
  • [Added] support for new google-genai plugin during init genkit (#​8957)
  • Updated to v2.17.1 of the Data Connect emulator, which fixes an admin SDK bug for operation without argument #​9449 (#​9454).
  • Fixed "Precondition failed" error when updating GCFv2 functions in a FAILED state without code changes.

v14.24.2

Compare Source

  • Fixes MCP server issue where googleapis is not available. (#​9443)

v14.24.1

Compare Source

  • Fixed issue where MCP server was blocked by console.log

v14.24.0

Compare Source

  • Adds 2nd gen Firebase Data Connect triggers to firebase deploy (#​9394).
  • Upgrades @google-cloud/pubsub to v5 (#​9428).
  • Updated to v2.17.0 of the Data Connect emulator, which includes internal improvements and now supports Generated Admin SDKs (#​9430).

v14.23.0

Compare Source

  • Fix the __name__ normalization of vector indexes for Firestore standard
    edition databases.
  • Fixed an issue where the emulator would fail to start when using firebase-functions v7+ (#​9401).
  • Added functions.list_functions as a MCP tool (#​9369)
  • Added AI Logic to firebase init CLI command and firebase_init MCP tool. (#​9185)
  • Improved error messages for Firebase AI Logic provisioning during 'firebase init' (#​9377)
  • Fixed issue where 'init hosting' failed to prompt for the public directory and set up Hosting files (#​9403)
  • Added appdistribution:testcases:export and appdistribution:testcases:import (#​9397)
  • Updated to v2.16.0 of the Data Connect emulator, which includes internal improvements.
  • Data Connect now allows executing a valid query / operation even if the other operations are invalid. (This toleration provides convenience on a best-effort basis. Some errors like invalid syntax can still cause the whole request to be rejected.)
  • Fixed enum list deserialization in Data Connect generated Dart SDKs.
  • Added GraphQL __typename support in Data Connect.
  • Support enum values in Data Connect CEL expressions.
  • Support _id, a global ID field in Data Connect.
  • Updated to v0.8.17 of the Pub/Sub emulator, which includes vulnerability fixes.

v14.22.0

Compare Source

  • Added 'hosting' to the 'firebase_init' MCP tool (#​9375)
  • Revert logic to abort function deploys in non-interactive mode when secrets are missing. (#​9378)

v14.21.0

Compare Source

  • Added a command firebase firestore:databases:clone to clone a Firestore database (#​9262).
  • Added JSON format support for Cloud Functions secrets with --format json flag and auto-detection from file extensions (#​1745)
  • firebase dataconnect:sdk:generate will run init dataconnect:sdk automatically if no SDKs are configured (#​9325).
  • Tightened --only filter resolution for functions deployment to prefer codebase names (#​9353)
  • Fixed an issue where the Data Connect emulator would attempt to export data when FIREBASE_DATACONNECT_POSTGRESQL_STRING is set (#​9330)
  • Added functions.disallowLegacyRuntimeConfig option to firebase.json to optionally skip fetching legacy Runtime Config during function deploys (#​9354)
  • Updated to v2.15.1 of the Data Connect emulator, which includes internal improvements (#​9366)
  • Updated Data Connect Dart SDK's default import path to import 'dataconnect_generated/generated.dart'; (#​9365)

v14.20.0

Compare Source

  • Add a confirmation in firebase init dataconnect before asking for app idea description. (#​9282)
  • Add a command firebase dataconnect:execute to run queries and mutations (#​9274).
  • Updated to v2.15.0 of the Data Connect emulator, which changes Dart SDKs to have generated objects use Object.hashAll()

v14.19.1

Compare Source

  • Fix a bug where CloudSQL instances creation fails. Default to Postgres 15 until backend supports higher versions. (#​9279)

v14.19.0

Compare Source

  • Deprecated Java versions below 21. Support will be dropped in Firebase CLI v15. Please upgrade to Java version 21 or above to continue using the emulators.
  • Fix Functions MCP log tool to normalize sort order and surface Cloud Logging error details (#​9247)
  • Fixed an issue where firebase init would require log in even when no project is selected. (#​9251)
  • Added remoteconfig:experiments:get, remoteconfig:experiments:list, and remoteconfig:experiments:delete commands to manage Remote Config experiments.
  • Added remoteconfig:rollouts:get, remoteconfig:rollouts:list, and remoteconfig:rollouts:delete commands to manage Remote Config rollouts.

v14.18.0

Compare Source

  • Fixed an issue with deploying indexes to Firestore Enterprise edition databases where explicit __name__ fields could be incorrectly handled.
  • Graduated the MCP server from experiemental, and renamed the experimental:mcp command to mcp. The old name is now an alias.
  • Consolidated some MCP tools to reduce the total number presented to LLMs.
  • Renamed some MCP tools for clarity.
  • Renamed the deploy MCP prompt to firebase_deploy for consistency.
  • Added a firebase_read_resources MCP tool which can be used by LLMs to fetch guides or docs via firebase:// links.
  • Added a new /firebase:init MCP prompt which can guide you through setting up backend services or Firebase AI logic for your app.
  • firebase_update_environment MCP tool supports accepting Gemini in Firebase Terms of Service.
  • Fixed a bug when firebase init dataconnect failed to create a React app when launched from VS Code extension (#​9171).
  • Added seed_data.gql to Data Connect's initial movie template (#​9232).
  • firebase dataconnect:sql:migrate now supports Cloud SQL instances with only private IPs. The command must be run in the same VPC of the instance to work. (##​9200)
  • CloudSQL instances created with firebase deploy now default to Postgres 17.
  • Improved the clarity of the firebase apptesting:execute command when you have zero or multiple apps.
  • Fixed an issue where firebase deploy --only firestore would fail with 403 errors on projects that never had a database created.
  • Fixed an issue where deploying multiple Hosting sites with Functions could encounter a race condition (#​9235).
  • Updated the Data Connect local dev toolkit to 2.14.0, which includes the following changes:
    • Fixed a bug where @default(value) and @default(expr) is not validated on enum fields.
    • JS/Kotlin codegen: Issue where if no response type was generated, generation would crash.
    • Dart codegen: Fixed issue where if field name doesn't match name of enum, compilation breaks
    • Dart codegen: Override == to allow for equality between data classes.

v14.17.0

Compare Source

  • Change dataconnect's default region to us-east4 (#​9126)

v14.16.0

Compare Source

  • Added firestore:bulkdelete which initiates a Firestore managed bulk delete operation (#​8974)
  • Added firestore:operations:* commands to list, describe, and cancel long-running operations (#​8982)
  • firebase emulator:start use a default project demo-no-project if no project can be found. (#​9072)
  • firebase init dataconnect also supports bootstrapping flutter template. (#​9084)
  • Fixed a vulnerability in unzip util where files could be written outside of the expected output directory.
  • firebase init dataconnect confirms Cloud SQL provisioning. (#​9095)
  • MCP firebase_init tool can download an existing FDC service returned from dataconnect_list_services (#​9091)
  • Updated the Firebase Data Connect local toolkit to v2.13.0, which adds validation that checks that _insert data includes all non-null columns without defaults. (#​9106)
  • Added firebase_login and firebase_logout MCP tools.

v14.15.2

Compare Source

  • Added support for auth token JSON in dataconnect_execute MPC tool. (#​9046)
  • Fixed issue where firebase-ios-sdk could not finalize MFA with auth emulator. (#​9062)
  • Fixed the bugs when MCP tools cannot connect to emulator due to CLI version mis-matched. (#​9068)
  • Fixed a bug where firebase dataconnect:sdk:generate --watch swallowed all logs. (#​9055)
  • Added GA4 agent user property to tag CLI usage by coding agents. (#​9070)
  • Consolidated Data Connect MCP tools into dataconnect_info tool to surface information of local workspace and backend resources. (#​9056)

v14.15.1

Compare Source

  • Fixed an issue where core MCP tools would be excluded from listTools. (#​9045)
  • Fixed an issue where the MCP server would fail to identify active projects.
  • Added new dataconnect_compile MCP tool.

v14.15.0

Compare Source

  • Added additional Crashlytics tools for debugging/analyzing crashes (#​9020)
  • Updated Data Connect local toolkit to 2.12, which
    • Added ImpersonateQuery, ImpersonateMutation and IntrospectGraphql APIs to the Firebase Data Connect emulator
    • Added support for Firebase JS SDK v12

v14.14.0

Compare Source

  • Fixed the SQL permission bug in sql:migrate. (#​9018)
  • firebase init dataconnect:sdk generate consistent fixed package names (#​9021)
  • Added configDir configuration option to specify a custom directory for .env files in Functions (#​9000)

v14.13.0

Compare Source

  • Updated Data Connect emulator to v2.11.2, which:
    • [fixed] Fixed an issue causing SQL errors when combining aggregates and full-text search.
  • Fixed a bug when deploying firestore indexes failed due to broken index comparison logic (#​8859)
  • Added prefix support for multi-instance Cloud Functions extension parameters. (#​8911)
  • Make it possible to init a dataconnect project in non interactive mode (#​8993)
  • Added 2 new MCP tools for crashlytics get_sample_crash_for_issue and get_issue_details (#​8995)
  • Use Gemini to generate schema and seed_data.gql in firebase init dataconnect (#​8988)
  • Fixed a bug when firebase deploy --only dataconnect didn't include GQL files in nested folders (#​8981)
  • Changed firebase deploy create Cloud SQL instances asynchronously (#​9004)
  • Fixed an issue where 'database' deploys did not read source code correctly (#​8985)

v14.12.1

Compare Source

  • Updated runtime config deprecation warning to no longer shows for v1 functions that only use default Firebase config. (#​8963)
  • Fixed an issue where 'dataconnect:migrate' would use an invalid temporary password when connecting to enterprise plus CloudSQL instances.
  • Updated Data Connect emulator to v2.11.1, which:
    • [added] Add an app watch that collects embedded GQL into the connector folder.
    • [fixed] Handle foreign key constraint error as FailedPrecondition.
  • [Added] Support for creating Firestore Enterprise databases using firestore:databases:create --edition enterprise. (#​8952)
  • [Added] Support for Firestore Enterprise database index configurations. (#​8939)
  • [fixed] MCP: The get_sdk_config tool now properly returns decoded file content for Android and iOS.
  • [added] MCP: prompts are now supported with a deploy prompt as the first available.

v14.12.0

Compare Source

  • Fixed issue where __name__ fields with DESCENDING order were incorrectly filtered from index listings, causing duplicate index issues (#​7629) and deployment conflicts (#​8859). The fix now preserves __name__ fields with explicit DESCENDING order while filtering out implicit ASCENDING __name__ fields.
  • Fixed an issue where firebase init dataconnect didn't enable the Data Connect API by default (#​8927).
  • Add firebase init aitools to help developers set up Firebase AI tools in their projects (#​8949).
  • Updated the Firebase Data Connect local toolkit to v2.11.0, which includes the following changes (#​8948):
    • [Fixed] Kotlin code generation with enums
    • [Fixed] Deploying schemas with enums would report false breaking changes
    • [Added] Support for ordering results by aggregate fields (min/max/count/sum/avg).
    • [Added] Support for built-in and user-defined enums to LLM Tools generation.

v14.11.2

Compare Source

  • Fixed ext:export command so that it correctly returns system params in the .env file (#​8881)
  • Fixed an issue where the MCP server could not successfully use Application Default Credentials. (#​8896)
  • Fixed an issue where the incorrect API was enabled for apptesting commands.

v14.11.1

Compare Source

  • Added a deprecation warning for functions.config() to stderr on deploy and all functions:config commands. (#​8808)
  • Added analytics to track runtime config usage in functions deployments (#​8870).
  • Fixed issue where __name__ fields with DESCENDING order were incorrectly filtered from index listings, causing duplicate index issues (#​7629) and deployment conflicts (#​8859). The fix now preserves __name__ fields with explicit DESCENDING order while filtering out implicit ASCENDING __name__ fields.
  • Add service account and service enablement to firebase init apptesting
  • Updated the Firebase Data Connect local toolkit to v2.10.1, which includes the following changes: (#​8884)
    • [fixed] Dart codegen: Issue where list enums weren't properly serialized and deserialized.
    • [fixed] Dart codegen: Issue where if a Variable class has a field that is a custom scalar type, and that field has an enum, the enum is set to the incorrect type.
    • [fixed] Swift codegen: For enum cases that are not known to the SDK in advance, Swift generates a _UNKNOWN case with a string associated value. The fix changes that case name from UNKNOWN to _UNKNOWN. If you have existing generated enums, you may need to rebuild your project.
    • [changed] Kotlin codegen: Add value property to the EnumValue base interface.
    • [fixed] Dart codegen: Issue where nullable enum fields weren't setting the field itself as nullable.

v14.11.0

Compare Source

  • Add experimental App Testing feature
  • Fixed an issue where the Cloud Task emulator couldn't decode non-ASCII characters. (#​8836)
  • Fixed an issue where firestore:indexes wrongly removed the __name__ field. (#​7629)
  • Update Firebase Data Connect Emulator to version 2.10.0, which added support for full-text search, user-defined enums, and moved SQL/CEL errors to the GraphQL debug_details field. (#​8837)

v14.10.1

Compare Source

  • Updated Data Connect emulator to v2.9.1, which:
    • Replaces the release of v2.9.0, which used an outdated version of Data Connect emulator.
    • Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
    • Added support for string_pattern filters in Data Connect. These allow you to filter string fields using regex or LIKE semantics.
  • Fixed an issue where firebase-tools could not be used within v1 Cloud Functions due to trying to write to a read only file.

v14.10.0

Compare Source

  • Improve App Hosting compute service account flow for source deploys. (#​8785)
  • Fixed an issue with ext:configure where params without default values could not be set. (#​8810)
  • Updated Data Connect emulator to v2.9.0, which:
    • Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
    • Added support for string_pattern filters in Data Connect. These allow you to filter string fields using regex or LIKE semantics.
  • Fixed an issue where the Data Connect emulator wasn't provided application default credentials. (#​8819)

v14.9.0

Compare Source

  • Added validation to check if project ID exists during project creation. (#​5233)
  • Added generate_dataconnect_schema, dataconnect_generate_operation, firebase_consult_assistant MCP tools. (#​8647)
  • firebase init dataconnect is now integrated with Gemini in Firebase API to generate Schema based on description. (#​8596)
  • Added user-friendly warning for runtime errors from the GCF API. (#​8713)
  • Updated Data Connect emulator to 2.8.0, which adds a README to generated Kotlin packages and drops support for macOS 10.15 (Catalina).

v14.8.0

Compare Source

  • Updated the Data Connect emulator to use pglite 0.3.x and Postgres 17, which fixes some crashes related to wire protocol inconsistencies. (#​8679, #​8658)
  • Remove container cleanup logic in functions:delete command (#​8771)
  • Fixed an issue where the IAM enablement for GenKit monitoring would try to change an invalid service account. (#​8756)
  • Added a max instance default to function templates and comments educating users on cost controls. (#​8772)
  • Added caching to API enablement checks to reduce burn of serviceusage.googleapis.com quota.
  • Updated the Firebase Data Connect local toolkit to v2.7.1, which includes the following changes
    • Kotlin codegen: Add a default value for the block_ parameter to execute() so that it is not necessary to specify empty {} for operations with optional variables and none are specified.
    • Web SDK READMEs will link to other web framework READMEs for better discoverability.

v14.7.0

Compare Source

  • Add emulator support to firebase storage MCP tools. (#​8707)
  • Removed overeager error catch in functions:list.
  • Add validation during firebase init feature selection. (#​5232)
  • Fixed an issue where the extensions emulator did not work with demo- projects. (#​8720)
  • Fixed issue where --export-on-exit fails if the target directory does not exist. (#​4688)
  • Fixed issue where the Firebase MCP server could not use application default credentials. (#​8671)
  • Updated the Firebase Data Connect local toolkit to v2.7.0, which includes the following changes: (#​8743)
    • Fixed an issue where unwanted link dependencies are added to package.json when multiple package managers are used in a web project.
    • Added linter warnings for naming convention violations & missing join table @table(key).

v14.6.0

Compare Source

  • Fixed issue where projects:create didn't correctly parse the projectId and displayName input. (#​8634)
  • Improved GetDatabase API call caching for Firestore function deployments. (#​8681)
  • Increased timeout for linking CloudSQL instances to Data Connect.
  • Fixed issue where firebase use --add didn't correctly set the active project. (#​8694)
  • Correctly support '--database' flag in firestore:delete. (#​6753)
  • Always setup Data Connect SDK when FDC_CONNECTOR env var is set.
  • firebase init now uses FIREBASE_PROJECT env var as the default project name.
  • Add emulator support to firestore MCP tools. (#​8700)
  • Increased npm timeout for web frameworks to 60s. (#​8702)
  • Fallback to reading web framework dependencies version directly from node_modules package.json when the npm timeout is reached. (#​8702)
  • Updated the Firebase Data Connect local toolkit to v2.6.3, which includes some cleanups and error message improvements. (#​8667)

v14.5.1

Compare Source

  • Fixed an issue where 'firestore.database' was accidentally treated as a required field. (#​8678)

v14.5.0

Compare Source

  • WARNING - This version accidentally included a breaking change where firestore.database was treated as a required field in firebase.json. This is addressed in 14.5.1.
  • Improve log messages on skipped App Hosting source deploys. (#​8674)
  • Fixed issue in init where users were forced to specify emulator UI port (#​8626)
  • Added MCP tools for App Hosting (#​8605)
  • Fixed crash when starting the App Hosting emulator in certain applications (#​8624)
  • Fixed issue where, with webframeworks enabled, firebase init hosting re-prompts users for source. (#​8587)
  • Updated typescript version in functions template to avoid build issue with @​google-cloud/storage depedency (#​8194)
  • Updated the Firebase Data Connect local toolkit to v2.6.2, which includes the following changes: (#​8667)
    • Improved error messages of auth.uid in CEL expressions when unauthenticated.
    • Fixed a bug where ExecuteGraphql with vector embedding in emulator fails due to missing context.
  • Improved firebase init firestore + firebase deploy flow on a fresh new project without going to Console (#​8653)
  • Added support for Angular v20 to Firebase Hosting (#​8672)
evilmartians/lefthook (lefthook)

v1.13.6

Compare Source

v1.13.5

Compare Source

v1.13.4

Compare Source

v1.13.3

Compare Source

v1.13.2

Compare Source

v1.13.1

Compare Source

v1.13.0

Compare Source

v1.12.4

Compare Source

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

v1.12.0

Compare Source

  • feat: allow installing only specific hooks (#​1069)
  • refactor: [breaking] restructure files and folders, remove deprecated options (#​1067)

v1.11.16

Compare Source

  • fix: race condition on repo state (#​1066)

v1.11.15

Compare Source

  • feat: add exclude arg (#​1063)
  • feat: inherit group envs (#​1061)
  • fix: apply implicit staged files filter to all files when all files arg given (#​1062)
  • deps: bump github.com/kaptinlin/jsonschema to 0.4.5
  • deps: bump github.com/knadh/koanf/parsers/yaml to 1.1.0
  • deps: bump github.com/knadh/koanf/v2 to 2.2.1 (#​1043)
  • fix: friendlier updater error message
  • fix: bump goreleaser

v1.11.14

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • At 07:00 AM and 04:00 PM (* 7,16 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 May 30, 2025
@renovate renovate Bot requested a review from a team as a code owner May 30, 2025 22:14
@renovate renovate Bot enabled auto-merge May 30, 2025 22:14
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 5d59ee5 to bcd6899 Compare June 3, 2025 22:45
@renovate renovate Bot changed the title chore(deps): update dependency firebase-tools to v14.5.1 chore(deps): update dependency firebase-tools to v14.6.0 Jun 4, 2025
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from a79424d to 9ef6a2b Compare June 5, 2025 01:15
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 9ef6a2b to 9d174a7 Compare June 12, 2025 20:06
@renovate renovate Bot changed the title chore(deps): update dependency firebase-tools to v14.6.0 chore(deps): update dependency firebase-tools to v14.7.0 Jun 12, 2025
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 9d174a7 to 1c5d07e Compare June 16, 2025 13:52
@renovate renovate Bot changed the title chore(deps): update dependency firebase-tools to v14.7.0 chore(deps): update bun non-major dependencies Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from e3ea9e9 to c40c788 Compare June 26, 2025 23:54
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 4 times, most recently from 3b73182 to 245fd18 Compare July 9, 2025 13:10
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 3 times, most recently from b151f31 to 95bc14c Compare July 17, 2025 08:06
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 95bc14c to 0353841 Compare July 23, 2025 00:11
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from b5b0eee to 0a36786 Compare August 12, 2025 10:32
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 3 times, most recently from 104cc6a to 8373858 Compare August 22, 2025 01:25
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from 7b44d00 to e442386 Compare August 29, 2025 00:03
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from fde401b to f4f6479 Compare September 8, 2025 11:51
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from 79dce21 to a3db0b0 Compare October 2, 2025 21:13
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from 9555c89 to 9806c65 Compare October 8, 2025 17:31
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 9806c65 to 84c2e98 Compare October 16, 2025 00:49
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from 3c4afc7 to 04073d0 Compare October 24, 2025 05:36
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from bd4d2c1 to 2c981e1 Compare November 5, 2025 23:41
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 4 times, most recently from afae4aa to 4a251f0 Compare November 13, 2025 23:46
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 5 times, most recently from 3456484 to 55c7ca8 Compare November 21, 2025 05:32
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 55c7ca8 to b05d3a0 Compare December 4, 2025 02:29
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from b05d3a0 to 854a015 Compare December 31, 2025 16:43
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 854a015 to acbb3fe Compare February 2, 2026 20:02
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from acbb3fe to 4ca8b8e Compare February 12, 2026 10:57
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 4ca8b8e to 2ba5124 Compare March 13, 2026 19:03
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 3 times, most recently from 70b97ac to a3fcf75 Compare March 30, 2026 18:14
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch 2 times, most recently from 728504d to 3be123e Compare April 27, 2026 23:27
@renovate renovate Bot force-pushed the renovate/bun-minor-patch branch from 3be123e to 983bcbe Compare May 18, 2026 12:54
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