Skip to content

Commit

Permalink
chore(main): release 1.0.4 (#43)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.0.4](v1.0.3...v1.0.4) (2022-07-03)


### Bug Fixes

* **deps:** Pin dependencies ([#31](#31)) ([a5d5762](a5d5762))
* **deps:** Update commitlint monorepo to v17 ([9ef3bf5](9ef3bf5))
* **deps:** Update commitlint monorepo to v17 (major) ([#41](#41)) ([9ef3bf5](9ef3bf5))
* **deps:** Update dependency @actions/core to v1.9.0 ([#34](#34)) ([e8ad3c4](e8ad3c4))
* **deps:** Update dependency @types/semver to v7.3.10 ([#32](#32)) ([709351a](709351a))
* **deps:** Update dependency @vercel/ncc to v0.34.0 ([#35](#35)) ([d316107](d316107))
* **deps:** Update dependency eslint to v8.19.0 ([#36](#36)) ([776b937](776b937))
* **deps:** Update dependency eslint-plugin-prettier to v4.2.1 ([#37](#37)) ([72dd70b](72dd70b))
* **deps:** Update dependency husky to v8 ([#42](#42)) ([80b1195](80b1195))
* **deps:** Update dependency ora to v6.1.2 ([#33](#33)) ([5edeb97](5edeb97))
* **deps:** Update dependency prettier to v2.7.1 ([#38](#38)) ([3699000](3699000))
* **deps:** Update dependency typescript to v4.7.4 ([#39](#39)) ([ce5431e](ce5431e))
* **deps:** Update typescript-eslint monorepo to v5.30.4 ([#40](#40)) ([32bcddc](32bcddc))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot committed Jul 3, 2022
1 parent a5d5762 commit 5890b89
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.0.4](https://github.com/cloudquery/setup-cloudquery/compare/v1.0.3...v1.0.4) (2022-07-03)


### Bug Fixes

* **deps:** Pin dependencies ([#31](https://github.com/cloudquery/setup-cloudquery/issues/31)) ([a5d5762](https://github.com/cloudquery/setup-cloudquery/commit/a5d5762fdb60255ed3b8dafa700e01e9831dd232))
* **deps:** Update commitlint monorepo to v17 ([9ef3bf5](https://github.com/cloudquery/setup-cloudquery/commit/9ef3bf5b183a9d460e1b4ee6d3f54829176aa9c5))
* **deps:** Update commitlint monorepo to v17 (major) ([#41](https://github.com/cloudquery/setup-cloudquery/issues/41)) ([9ef3bf5](https://github.com/cloudquery/setup-cloudquery/commit/9ef3bf5b183a9d460e1b4ee6d3f54829176aa9c5))
* **deps:** Update dependency @actions/core to v1.9.0 ([#34](https://github.com/cloudquery/setup-cloudquery/issues/34)) ([e8ad3c4](https://github.com/cloudquery/setup-cloudquery/commit/e8ad3c415c21146e28ff2d9080cda6f126ba3eca))
* **deps:** Update dependency @types/semver to v7.3.10 ([#32](https://github.com/cloudquery/setup-cloudquery/issues/32)) ([709351a](https://github.com/cloudquery/setup-cloudquery/commit/709351a3f81f707258f6bd84b95687ac5d8d412c))
* **deps:** Update dependency @vercel/ncc to v0.34.0 ([#35](https://github.com/cloudquery/setup-cloudquery/issues/35)) ([d316107](https://github.com/cloudquery/setup-cloudquery/commit/d3161075372a5558e39c19e1561b6742c6df3253))
* **deps:** Update dependency eslint to v8.19.0 ([#36](https://github.com/cloudquery/setup-cloudquery/issues/36)) ([776b937](https://github.com/cloudquery/setup-cloudquery/commit/776b9378e1f07a22b504b41c3af82acdb258c489))
* **deps:** Update dependency eslint-plugin-prettier to v4.2.1 ([#37](https://github.com/cloudquery/setup-cloudquery/issues/37)) ([72dd70b](https://github.com/cloudquery/setup-cloudquery/commit/72dd70b30b588311ebb15f900aa3b98a9b0ead02))
* **deps:** Update dependency husky to v8 ([#42](https://github.com/cloudquery/setup-cloudquery/issues/42)) ([80b1195](https://github.com/cloudquery/setup-cloudquery/commit/80b1195f33553863f0c17ff485974af5018806c8))
* **deps:** Update dependency ora to v6.1.2 ([#33](https://github.com/cloudquery/setup-cloudquery/issues/33)) ([5edeb97](https://github.com/cloudquery/setup-cloudquery/commit/5edeb97fb4018fb832b117aeb81b77b8ab089c93))
* **deps:** Update dependency prettier to v2.7.1 ([#38](https://github.com/cloudquery/setup-cloudquery/issues/38)) ([3699000](https://github.com/cloudquery/setup-cloudquery/commit/3699000585d8906697195ed8826b36ed1096bf7f))
* **deps:** Update dependency typescript to v4.7.4 ([#39](https://github.com/cloudquery/setup-cloudquery/issues/39)) ([ce5431e](https://github.com/cloudquery/setup-cloudquery/commit/ce5431e8fb3a6ed3335304d0e8e8893678315834))
* **deps:** Update typescript-eslint monorepo to v5.30.4 ([#40](https://github.com/cloudquery/setup-cloudquery/issues/40)) ([32bcddc](https://github.com/cloudquery/setup-cloudquery/commit/32bcddc77e0ae7ff1d904f61f740c424bb601445))

## [1.0.3](https://github.com/cloudquery/setup-cloudquery/compare/v1.0.2...v1.0.3) (2022-07-03)


Expand Down
71 changes: 71 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,13 @@ Object.defineProperty(exports, "summary", ({ enumerable: true, get: function ()
*/
var summary_2 = __nccwpck_require__(1327);
Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } }));
/**
* Path exports
*/
var path_utils_1 = __nccwpck_require__(2981);
Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } }));
Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } }));
Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } }));
//# sourceMappingURL=core.js.map

/***/ }),
Expand Down Expand Up @@ -558,6 +565,70 @@ exports.OidcClient = OidcClient;

/***/ }),

/***/ 2981:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0;
const path = __importStar(__nccwpck_require__(1017));
/**
* toPosixPath converts the given path to the posix form. On Windows, \\ will be
* replaced with /.
*
* @param pth. Path to transform.
* @return string Posix path.
*/
function toPosixPath(pth) {
return pth.replace(/[\\]/g, '/');
}
exports.toPosixPath = toPosixPath;
/**
* toWin32Path converts the given path to the win32 form. On Linux, / will be
* replaced with \\.
*
* @param pth. Path to transform.
* @return string Win32 path.
*/
function toWin32Path(pth) {
return pth.replace(/[/]/g, '\\');
}
exports.toWin32Path = toWin32Path;
/**
* toPlatformPath converts the given path to a platform-specific path. It does
* this by replacing instances of / and \ with the platform-specific path
* separator.
*
* @param pth The path to platformize.
* @return string The platform-specific path.
*/
function toPlatformPath(pth) {
return pth.replace(/[/\\]/g, path.sep);
}
exports.toPlatformPath = toPlatformPath;
//# sourceMappingURL=path-utils.js.map

/***/ }),

/***/ 1327:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudquery/setup-cloudquery",
"version": "1.0.3",
"version": "1.0.4",
"description": "Setup CloudQuery CLI in a GitHub action environment",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 5890b89

Please sign in to comment.