Skip to content

Commit

Permalink
Merge branch 'main' into renovate/vite-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 19, 2024
2 parents 5f64555 + 81fdef3 commit 762ee00
Show file tree
Hide file tree
Showing 4 changed files with 1,957 additions and 1,931 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.12.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.7.22](https://github.com/Kong/markdown/compare/v1.7.21...v1.7.22) (2024-12-19)


### Bug Fixes

* **deps:** update dependency @vueuse/core to v12 ([#218](https://github.com/Kong/markdown/issues/218)) ([111de78](https://github.com/Kong/markdown/commit/111de78e3a4165e12e42bef15de04a39e1d12f49))
* **deps:** update dependency uuid to v11 ([#188](https://github.com/Kong/markdown/issues/188)) ([8790505](https://github.com/Kong/markdown/commit/8790505949e4dcc1b071e3082cfa4ebd225e4718))

## [1.7.21](https://github.com/Kong/markdown/compare/v1.7.20...v1.7.21) (2024-12-10)


Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/markdown",
"version": "1.7.21",
"version": "1.7.22",
"description": "Kong's open-source markdown renderer and live editor",
"keywords": [
"markdown",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@kong/icons": "^1.20.1",
"@mdit-vue/plugin-frontmatter": "^2.1.3",
"@sindresorhus/slugify": "^2.2.1",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.0",
"buffer": "^6.0.3",
"html-format": "^1.1.7",
"markdown-it": "^14.1.0",
Expand All @@ -75,10 +75,10 @@
"markdown-it-task-lists": "^2.1.1",
"markdown-it-textual-uml": "^0.17.1",
"mermaid": "^11.4.1",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"devDependencies": {
"@babel/types": "^7.26.0",
"@babel/types": "^7.26.3",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
Expand All @@ -89,13 +89,13 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@shikijs/markdown-it": "^1.24.0",
"@stylistic/stylelint-plugin": "^2.1.3",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-emoji": "^3.0.1",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.17.9",
"@types/node": "^22.10.1",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/ui": "^2.1.8",
Expand All @@ -110,9 +110,9 @@
"jsdom": "^24.1.3",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.81.1",
"sass": "^1.82.0",
"semantic-release": "^24.2.0",
"shiki": "^1.24.0",
"stylelint": "^16.10.0",
Expand Down Expand Up @@ -182,7 +182,7 @@
"node": ">=18.17.0"
},
"volta": {
"node": "20.18.1",
"node": "22.12.0",
"pnpm": "9.14.4"
},
"config": {
Expand Down
Loading

0 comments on commit 762ee00

Please sign in to comment.