* #6778 chore: add Waive review label to release and dev bump PRs * #6111 feat: disable project creation as a config option (#6380) * #6797 chore: bump @babel/plugin-transform-modules-systemjs from 7.28.5 to 7.29.4 * #6795 chore: bump fast-xml-builder from 1.1.5 to 1.2.0 * #6794 chore: bump basic-ftp from 5.3.0 to 5.3.1 * #6792 chore: bump ip-address from 10.0.1 to 10.2.0 * #6791 chore: bump axios from 1.15.0 to 1.16.0 * #6788 chore: bump nodemailer from 8.0.5 to 8.0.7 * #6787 chore: bump ioredis from 5.10.0 to 5.10.1 * #6785 chore: bump postcss from 8.5.12 to 8.5.13 * #6784 chore: bump @opentelemetry/sdk-metrics from 2.7.0 to 2.7.1 * #6796 chore: bump fast-uri from 3.1.0 to 3.1.2 ### On-Premise * A new `config.restrict_project_creation` option is available. When set to `true`, only Tugboat superadmins can create new projects. Non-admin users will see the project list but cannot create projects until an admin adds them. To enable, add `config.restrict_project_creation = true;` to your `config.js`, then run `sudo tbctl graceful ui` to apply the change.