docs/releases/v1.33.0-next.1-changelog.md
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.33.0-next.1
6819f8c: Added a new optimization to the repo test command that will filter out unused packages in watch mode if all provide filters are paths that point from the repo root. This significantly speeds up running individual tests from the repo root in a large workspace, for example:
yarn test packages/app/src/App.test.tsx
--successCache option for the repo test and repo lint commands would be include the workspace path in generated cache keys. This previously broke caching in environments where the workspace path varies across builds.--successCache flag for repo test where the tree hash for the wrong package directory would sometimes be used to generate the cache key.del to ^8.0.0.repo lint command where the cache key for the --successCache option would not properly ignore files that should be ignored according to .eslintignores.@types/node6cf91c5: Use HumanDuration for all duration needs in the public API, instead of luxon types. These are generally compatible, with a few caveats:
quarter or quarters), you can use { months: 3 } instead.year: 1, use plurals instead (e.g. years: 1).isolated-vm dependency from v4 to v5, which drops support for Node.js v16.@types/node@types/node@types/nodegenerate-patch command that can be used to generate patches for current changes in a source workspace to be installed it a target workspace.@types/node@types/node@types/node9cf827c: Fix double branch creation in public:bitbucket{Cloud,Server}:pull-request
This resulted in the following error when using the actions:
AlreadyExistsError: Failed to create branch at create-test because it already exists.
The issue was original introduced in d103a48fa306d745599dc0c793668c9e6a479d32
Updated dependencies
9cf827c: Fix double branch creation in public:bitbucket{Cloud,Server}:pull-request
This resulted in the following error when using the actions:
AlreadyExistsError: Failed to create branch at create-test because it already exists.
The issue was original introduced in d103a48fa306d745599dc0c793668c9e6a479d32
Updated dependencies
@types/node