Skip to content

Commit

Permalink
Merge branch 'main' into clilogin
Browse files Browse the repository at this point in the history
  • Loading branch information
andreituicu authored Jan 6, 2025
2 parents ec3d967 + 98abbc1 commit 3a181f7
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 47 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [16.8.5](https://github.com/adobe/helix-cli/compare/v16.8.4...v16.8.5) (2025-01-06)


### Bug Fixes

* **deps:** update dependency @adobe/helix-shared-config to v11.0.13 ([#2474](https://github.com/adobe/helix-cli/issues/2474)) ([5dbd2e9](https://github.com/adobe/helix-cli/commit/5dbd2e9d3ff3a0eefba22f38b5aa6ae9cfea24ea))

## [16.8.4](https://github.com/adobe/helix-cli/compare/v16.8.3...v16.8.4) (2025-01-06)


### Bug Fixes

* **deps:** update dependency ignore to v7 ([#2469](https://github.com/adobe/helix-cli/issues/2469)) ([6ebd807](https://github.com/adobe/helix-cli/commit/6ebd80748bda6dff4618d22ad74fe592c5623e7a))

## [16.8.3](https://github.com/adobe/helix-cli/compare/v16.8.2...v16.8.3) (2025-01-04)


### Bug Fixes

* **deps:** update adobe fixes ([#2473](https://github.com/adobe/helix-cli/issues/2473)) ([fad5b4c](https://github.com/adobe/helix-cli/commit/fad5b4c83323da1b504eed8ac4c313d9d2540651))

## [16.8.2](https://github.com/adobe/helix-cli/compare/v16.8.1...v16.8.2) (2025-01-04)


### Bug Fixes

* **deps:** update external fixes ([#2472](https://github.com/adobe/helix-cli/issues/2472)) ([513a507](https://github.com/adobe/helix-cli/commit/513a507f518a1878b1de11f1769500fa3a682ea0))

## [16.8.1](https://github.com/adobe/helix-cli/compare/v16.8.0...v16.8.1) (2024-12-21)


Expand Down
120 changes: 80 additions & 40 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/aem-cli",
"version": "16.8.1",
"version": "16.8.5",
"description": "AEM CLI",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@adobe/fetch": "4.1.11",
"@adobe/helix-log": "6.0.5",
"@adobe/helix-shared-config": "11.0.11",
"@adobe/helix-shared-git": "3.0.16",
"@adobe/helix-shared-config": "11.0.13",
"@adobe/helix-shared-git": "3.0.17",
"@adobe/helix-shared-indexer": "2.2.2",
"camelcase": "8.0.0",
"chalk-template": "1.1.0",
Expand All @@ -58,9 +58,9 @@
"hast-util-select": "6.0.3",
"http-proxy-agent": "7.0.2",
"https-proxy-agent": "7.0.6",
"ignore": "6.0.2",
"ignore": "7.0.0",
"ini": "5.0.0",
"isomorphic-git": "1.27.2",
"isomorphic-git": "1.27.3",
"jose": "5.9.6",
"livereload-js": "4.0.2",
"node-fetch": "3.3.2",
Expand All @@ -85,11 +85,11 @@
"esmock": "2.6.9",
"husky": "9.1.7",
"junit-report-builder": "5.1.1",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"mocha": "11.0.1",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.6",
"semantic-release": "24.2.0",
"semantic-release": "24.2.1",
"semantic-release-discord-bot": "^1.1.0",
"sinon": "19.0.2"
},
Expand Down

0 comments on commit 3a181f7

Please sign in to comment.