🤖 I have created a release *beep* *boop*
---
<details><summary>cli: 1.2.1</summary>
##
[1.2.1](cli1.2.0...cli1.2.1)
(2026-08-09)
### Bug Fixes
* **deps:** update dependency commander to v15
([#815](#815))
([c6459aa](c6459aa))
* **deps:** update dependency prettier to v3.8.4
([#841](#841))
([75b2abf](75b2abf))
* **deps:** update dependency prettier to v3.8.5
([#867](#867))
([7516d40](7516d40))
</details>
<details><summary>vite-plugin: 1.0.0</summary>
##
[1.0.0](vite-plugin0.1.5...vite-plugin1.0.0)
(2026-08-09)
### ⚠ BREAKING CHANGES
* project directory may not be src
([#935](#935))
* generated runtime-env.d.ts is moved to project root
### Features
* **docs:** add VitePress site and GitHub Pages deploy
([#684](#684))
([3de3974](3de3974))
### Bug Fixes
* [#745](#745)
([b978b75](b978b75))
* project directory may not be src
([#935](#935))
([b978b75](b978b75))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @runtime-env/cli bumped from ^1.1.2 to ^1.2.1
* peerDependencies
* @runtime-env/cli bumped from * to 1.2.1
</details>
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This PR contains the following updates:
Release Notes
tj/commander.js (commander)v15.0.0
Compare Source
Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.
The release of Commander 15 moves Commander 14 into maintenance. Commander 14 will get security updates for
12 months (to May 2027). For more info see Release Policy.
Added
Fixed
Changed
Deleted
Migration Tips
Commander 15 is ESM only, but this does not mean you need to migrate to ESM to use it. Importing ESM from CommonJS is
supported by Node.js, and Bun, and Deno. Hopefully it Just Works for you! However, you may be using a different runtime or
some other part of your setup that may not yet natively support importing ESM from CommonJS, such as your testing framework
or bundler.
If you have problems using Commander 15 in your environment, one option is stay on Commander 14 for now. Commander 14 will
get security updates until May 2027 and things will hopefully improve for your setup in the meantime.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.