@vidavidorra/create-project 2.0.33 → 2.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,15 +8,15 @@ on:
8
8
  pull_request: null
9
9
  jobs:
10
10
  lint-commit-messages:
11
- uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
11
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@feb1da2caafc38b662b3e32abfc7c680fb9dc40d # v4.2.2
12
12
  lint:
13
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
13
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@feb1da2caafc38b662b3e32abfc7c680fb9dc40d # v4.2.2
14
14
  build:
15
- uses: vidavidorra/.github/.github/workflows/node-build.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
15
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@feb1da2caafc38b662b3e32abfc7c680fb9dc40d # v4.2.2
16
16
  test:
17
- uses: vidavidorra/.github/.github/workflows/node-test.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
17
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@feb1da2caafc38b662b3e32abfc7c680fb9dc40d # v4.2.2
18
18
  code-coverage:
19
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
19
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@feb1da2caafc38b662b3e32abfc7c680fb9dc40d # v4.2.2
20
20
  needs:
21
21
  - lint
22
22
  - build
@@ -24,7 +24,7 @@ jobs:
24
24
  secrets:
25
25
  codecovToken: ${{ secrets.CODECOV_TOKEN }}
26
26
  release:
27
- uses: vidavidorra/.github/.github/workflows/release.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
27
+ uses: vidavidorra/.github/.github/workflows/release.yml@feb1da2caafc38b662b3e32abfc7c680fb9dc40d # v4.2.2
28
28
  needs:
29
29
  - lint-commit-messages
30
30
  - lint
@@ -41,12 +41,12 @@ class Badge {
41
41
  },
42
42
  codeCoverage: {
43
43
  title: 'Code coverage',
44
- url: `https://img.shields.io/codecov/c/github${this.gitHubRepository}?logo=codecov`,
44
+ url: `https://img.shields.io/codecov/c/github/${this.gitHubRepository}?logo=codecov`,
45
45
  link: `https://codecov.io/gh/${this.gitHubRepository}`,
46
46
  },
47
47
  license: {
48
48
  title: 'License',
49
- url: `https://img.shields.io/github/license${this.gitHubRepository}`,
49
+ url: `https://img.shields.io/github/license/${this.gitHubRepository}`,
50
50
  link: `LICENSE.md`,
51
51
  },
52
52
  npmVersion: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [
@@ -200,32 +200,31 @@
200
200
  ]
201
201
  },
202
202
  "dependencies": {
203
- "@inquirer/prompts": "4.1.0",
203
+ "@inquirer/prompts": "4.3.0",
204
204
  "prettier": "3.2.5",
205
205
  "sort-package-json": "2.8.0",
206
- "typescript": "5.3.3",
206
+ "typescript": "5.4.3",
207
207
  "validate-npm-package-name": "5.0.0",
208
- "yaml": "2.4.0",
208
+ "yaml": "2.4.1",
209
209
  "zod": "3.22.4"
210
210
  },
211
211
  "devDependencies": {
212
212
  "@ava/typescript": "4.1.0",
213
- "@commitlint/cli": "18.6.1",
213
+ "@commitlint/cli": "19.2.1",
214
214
  "@semantic-release/changelog": "6.0.3",
215
215
  "@semantic-release/exec": "6.0.3",
216
216
  "@semantic-release/git": "10.0.1",
217
- "@types/node": "20.11.22",
218
- "@types/prettier": "2.7.3",
217
+ "@types/node": "20.11.30",
219
218
  "@types/sinon": "17.0.3",
220
219
  "@types/validate-npm-package-name": "4.0.2",
221
- "@vidavidorra/commitlint-config": "6.0.5",
220
+ "@vidavidorra/commitlint-config": "7.0.0-beta.1",
222
221
  "ava": "6.1.2",
223
222
  "c8": "9.1.0",
224
223
  "husky": "9.0.11",
225
224
  "lint-staged": "15.2.2",
226
- "semantic-release": "23.0.2",
225
+ "semantic-release": "23.0.5",
227
226
  "sinon": "17.0.1",
228
- "xo": "0.57.0"
227
+ "xo": "0.58.0"
229
228
  },
230
229
  "engines": {
231
230
  "node": ">=18"