Releases: HubSpot/hubspot-cli
Releases · HubSpot/hubspot-cli
v7.4.8
What's Changed
- fix: The auth command is failing when token.hubName is null by @joe-yeager in #1481
Full Changelog: v7.4.7...v7.4.8
v7.4.7
What's Changed
- feat: Migrations polish by @joe-yeager in #1455
- chore: inline i18nkeys part 3 by @joe-yeager in #1429
- chore: inline i18n pt5 by @joe-yeager in #1431
- Hide sandbox prompt for accounts with no sandbox access by @camden11 in #1458
- Support legacy public app development in combined accounts by @camden11 in #1461
- Add type checking to lang objects by @camden11 in #1462
- feat: Incorporate UX feedback by @joe-yeager in #1459
- feat: Add more detailed error messages for migration failures by @joe-yeager in #1464
- Fix dev test account creation by @brandenrodgers in #1457
- Organize lib/projects and use lang objects by @camden11 in #1465
- chore: Add error message for projects linked to GH Repo by @joe-yeager in #1463
- Fix: UX improvement for migration/merge prompt behavior in
hs account auth
by @kemmerle in #1460 - fix: Correct the formatting of the migration errors by @joe-yeager in #1467
- chore: Add --network-debug flag to log all http requests from LDL by @joe-yeager in #1468
- Finishing the project commands TS port by @brandenrodgers in #1449
- fix: Add polling error handling after begin migration by @joe-yeager in #1469
- chore: Split the tracking for app migrate and project migrate-app by @joe-yeager in #1466
- fix: Fix project creation happening when there is a validation error by @joe-yeager in #1444
- Fix hs project dev copy bug by @camden11 in #1471
- chore: Inline the remaining files by @joe-yeager in #1470
- fix: Fix typo in lang file by @joe-yeager in #1474
- Safer copy logging POC by @camden11 in #1473
- chore: Add AI rulesets by @joe-yeager in #1475
- chore: Add migration warning by @joe-yeager in #1477
- Fix local dev logger bug by @camden11 in #1478
Full Changelog: v7.4.2...v7.4.7
v7.4.2
What's Changed
- feat: Add migration for existing project by @joe-yeager in #1424
- chore: Exit the app migrate or project migrateApp commands if they are ran within a project by @joe-yeager in #1452
- Fix process exit by @brandenrodgers in #1454
- chore: Add gate check to migration commands by @joe-yeager in #1453
Full Changelog: v7.4.1...v7.4.2
v7.4.1
What's Changed
- chore: Unpin @typescript-eslint/eslint-plugin dev dep by @joe-yeager in #1447
- fix typo by @brandenrodgers in #1451
- Fix bug with
hs account auth
by @kemmerle in #1450
Full Changelog: v7.4.0...v7.4.1
v7.4.0
What's Changed
- Revert "Revert "Move middleware to folder and add tests"" by @brandenrodgers in #1438
- chore: Bump project-parsing-lib version by @joe-yeager in #1439
- feat: Add
hs app migrate
command by @joe-yeager in #1406 - chore: Fix linting errors by @joe-yeager in #1441
- fix: Fix prettier commands on older node versions by @joe-yeager in #1442
- chore(deps): bump vite from 5.4.17 to 5.4.18 in /acceptance-tests by @dependabot in #1443
- Fire alarm support by @brandenrodgers in #1428
- chore: Bump @hubspot/project-parsing-lib by @joe-yeager in #1445
- fix: Disable hs project watch for v3 projects by @joe-yeager in #1446
- Feature: Staging branch for global config (including migration) by @kemmerle in #1349
- Port project install-deps, upload, and logs to TS by @brandenrodgers in #1416
Full Changelog: v7.3.0...v7.4.0
v7.3.0
Changes
- Bug fix for
hs theme preview
on windows hs project create
updated to tell users to runhs project install-deps
in their new project
Merged PRs
- Better task status error message by @camden11 in #1417
- chore(deps-dev): bump vitest from 2.1.3 to 2.1.9 in /acceptance-tests by @dependabot in #1420
- chore(deps): bump vite from 5.4.9 to 5.4.16 in /acceptance-tests by @dependabot in #1421
- chore: Bump the project parsing lib by @joe-yeager in #1415
- Update HTTP timeout error messaging by @camden11 in #1419
- chore: Pin LDL version by @joe-yeager in #1423
- Porting project download, listBuilds, and open to TS by @brandenrodgers in #1412
- chore: Convert lang/en.lyaml to native JS objects by @joe-yeager in #1418
- Update CMS Dev Server dependency by @TanyaScales in #1422
- Port project deploy and add to TS by @brandenrodgers in #1408
- chore: inline i18nkeys pt1 by @joe-yeager in #1426
- chore: Inline i18nKeys pt 2 by @joe-yeager in #1427
- chore: Update uie dev server to 0.8.52 by @jedeen-hs in #1433
- chore(deps): bump vite from 5.4.16 to 5.4.17 in /acceptance-tests by @dependabot in #1435
- Include reference to
hs project install-deps
by @brandenrodgers in #1432 - Log upload warning for all component configs by @camden11 in #1434
- Move middleware to folder and add tests by @brandenrodgers in #1436
- Revert "Move middleware to folder and add tests" by @brandenrodgers in #1437
New Contributors
- @jedeen-hs made their first contribution in #1433
Full Changelog: v7.2.1...v7.3.0
v7.2.1
What's Changed
- Adding context on how to run project commands by @brandenrodgers in #1399
- Update active install warning copy by @camden11 in #1411
- Bug fix: allow creation of projects in CWD + non project folders by @camden11 in #1413
- chore: Update uie dev server to 0.8.50 by @weaverhe in #1414
New Contributors
Full Changelog: v7.2.0...v7.2.1
v7.2.0
What's Changed
- Chore: Convert
hubdb
commands to TypeScript by @kemmerle in #1372 - Add await to create test by @brandenrodgers in #1379
- Unit tests for usage tracking and process utils by @brandenrodgers in #1377
- Chore: Change the min platform version for the API revamp by @joe-yeager in #1381
- Tests for sandboxSync by @brandenrodgers in #1373
- chore: Bump ppl version by @joe-yeager in #1382
- chore: Convert
filemanager
commands to TypeScript by @kemmerle in #1384 - Convert project dev command to ts by @camden11 in #1387
- chore: Convert
sandbox
commands to TypeScript by @kemmerle in #1383 - Updates to project create and add by @brandenrodgers in #1385
- [WIP] Chore: Convert
theme
commands to TypeScript by @kemmerle in #1389 - Chore: Convert
custom-object
commands to TS by @kemmerle in #1386 - chore: Add flag to bypass validation by @joe-yeager in #1390
- Surface httpUseLocalhost in the hs doctor check by @brandenrodgers in #1391
- chore: Tagless experimental releases by @joe-yeager in #1394
- chore: Fix typescript papercuts in ATs by @joe-yeager in #1396
- chore: Bump ppl version by @joe-yeager in #1395
- chore: Bump parsing library by @joe-yeager in #1402
- chore: Bump ppl version by @joe-yeager in #1403
- Unified apps local dev MVP by @camden11 in #1388
- chore: Add retry on ATs by @joe-yeager in #1404
- Porting top-level commands to TS (auth and filemanager) by @brandenrodgers in #1401
- POC supporting verbose descriptions for commands by @brandenrodgers in #1362
Full Changelog: v7.1.1...v7.2.0
v7.1.1
What's Changed
- Port account commands to TS and add basic tests by @brandenrodgers in #1351
- Unit tests for sandboxes.ts by @brandenrodgers in #1366
- Hide option by @brandenrodgers in #1374
- Remove undefined in init help output by @brandenrodgers in #1375
- Fix error case in account rename by @brandenrodgers in #1376
Full Changelog: v7.1.0...v7.1.1
v7.1.0
What's Changed
- chore: Pin versions on all prod deps by @joe-yeager in #1357
- chore: Pin last 2 deps by @joe-yeager in #1359
- Adding tests for accountTypes and buildAccount by @brandenrodgers in #1350
- Add a more descriptive definition for hs init by @brandenrodgers in #1360
- feat: Add translation to IR by @joe-yeager in #1252
- feat: add scope authorization check to hs doctor by @b-ash in #1367
- Adding tests for project/structure by @brandenrodgers in #1364
- feat: Remove option, upload to v3 based on platform version by @joe-yeager in #1370
- Chore: Convert serverless logs tests to TS by @kemmerle in #1371
New Contributors
Full Changelog: v7.0.2...v7.1.0