Skip to content

Commit

Permalink
fix(deps): Pin dependencies (#31)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@actions/github](https://togithub.com/actions/toolkit) | dependencies | pin | [`^5.0.3` -> `5.0.3`](https://renovatebot.com/diffs/npm/@actions%2fgithub/5.0.3/) |
| [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | pin | [`^17.0.33` -> `17.0.33`](https://renovatebot.com/diffs/npm/@types%2fnode/17.0.33/) |
| [@types/pg](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | pin | [`^8.6.5` -> `8.6.5`](https://renovatebot.com/diffs/npm/@types%2fpg/8.6.5/) |
| [chalk](https://togithub.com/chalk/chalk) | dependencies | pin | [`^5.0.0` -> `5.0.1`](https://renovatebot.com/diffs/npm/chalk/5.0.1/) |
| [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | devDependencies | pin | [`^8.0.0` -> `8.5.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.5.0/) |
| [eslint-plugin-node](https://togithub.com/mysticatea/eslint-plugin-node) | devDependencies | pin | [`^11.1.0` -> `11.1.0`](https://renovatebot.com/diffs/npm/eslint-plugin-node/11.1.0/) |
| [execa](https://togithub.com/sindresorhus/execa) | dependencies | pin | [`^6.0.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/execa/6.1.0/) |
| [path-exists](https://togithub.com/sindresorhus/path-exists) | dependencies | pin | [`^5.0.0` -> `5.0.0`](https://renovatebot.com/diffs/npm/path-exists/5.0.0/) |
| [path-type](https://togithub.com/sindresorhus/path-type) | dependencies | pin | [`^5.0.0` -> `5.0.0`](https://renovatebot.com/diffs/npm/path-type/5.0.0/) |
| [semver](https://togithub.com/npm/node-semver) | dependencies | pin | [`^7.3.7` -> `7.3.7`](https://renovatebot.com/diffs/npm/semver/7.3.7/) |

Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed Jul 3, 2022
1 parent ce5431e commit a5d5762
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
"dependencies": {
"@actions/core": "1.9.0",
"@actions/github": "^5.0.3",
"chalk": "^5.0.0",
"execa": "^6.0.0",
"@actions/github": "5.0.3",
"chalk": "5.0.1",
"execa": "6.1.0",
"ora": "6.1.2",
"path-exists": "^5.0.0",
"path-type": "^5.0.0",
"semver": "^7.3.7"
"path-exists": "5.0.0",
"path-type": "5.0.0",
"semver": "7.3.7"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@types/node": "^17.0.33",
"@types/pg": "^8.6.5",
"@types/node": "17.0.33",
"@types/pg": "8.6.5",
"@types/semver": "7.3.10",
"@typescript-eslint/eslint-plugin": "5.30.4",
"@typescript-eslint/parser": "5.30.4",
"@vercel/ncc": "0.34.0",
"eslint": "8.19.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"prettier": "2.7.1",
Expand Down

0 comments on commit a5d5762

Please sign in to comment.