Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/markdown-confluence-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Deprecated
#### Removed

* fix: Remove deprecated `[email protected]` package dependency. The package
was renamed and is no longer needed as `@types/hast` already provides
all necessary type definitions. This eliminates the npm deprecation
warning in downstream projects.

## [2.4.0] - 2025-11-27

#### Added
Expand Down
3 changes: 1 addition & 2 deletions components/markdown-confluence-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@telefonica/markdown-confluence-sync",
"description": "Creates/updates/deletes Confluence pages based on markdown files in a directory. Supports Mermaid diagrams and per-page configuration using frontmatter metadata. Works great with Docusaurus",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"author": "Telefónica Innovación Digital",
"repository": {
Expand Down Expand Up @@ -79,7 +79,6 @@
"glob": "10.3.10",
"globule": "1.3.4",
"handlebars": "4.7.8",
"hast": "1.0.0",
"hast-util-to-string": "2.0.0",
"mdast-util-mdx": "3.0.0",
"mdast-util-mdx-jsx": "3.1.3",
Expand Down
10 changes: 1 addition & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading