v54.8.0
Features
- ci: Added support for triggering a specific CircleCI GitHub App pipeline definition using the
--pipeline-definition-idoption of theckeditor5-dev-ci-trigger-circle-buildcommand. - release-tools: Introduced the
useOidcoption in thepublishPackages()task to support npm Trusted Publishing. When enabled, the task no longer verifies the npm account withnpm whoamiand thenpmOwneroption is not required. Instead, the task verifies that theNPM_ID_TOKENenvironment variable is set, as npm exchanges the OIDC token only during supported operations, such asnpm publish.
Bug fixes
- ci: The workflow notifier no longer throws when the CircleCI API returns a job without the
dependenciesproperty. Such a job is now treated as a job with no dependencies. - docs: Resolve the
typedoc-plugin-rename-defaultsplugin to an absolute path before passing it to TypeDoc. TypeDoc resolves a bare plugin name relative to its own install location, which fails when TypeDoc is linked from outside the project tree - for example when a consumer enables pnpm'senableGlobalVirtualStoreand TypeDoc is served from the global store.
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-ci: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-release-tools: v54.7.4 => v54.8.0
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-bump-year: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-changelog: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-dependency-checker: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-docs: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-license-checker: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-stale-bot: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-tests: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-translations: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-utils: v54.7.4 => v54.8.0
- @ckeditor/ckeditor5-dev-web-crawler: v54.7.4 => v54.8.0
- @ckeditor/typedoc-plugins: v54.7.4 => v54.8.0