@vidavidorra/create-project 3.0.187 → 3.0.189

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@ed3cdba88743566f56a99b04443d85690f0f9217 # v5.0.50
11
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7e6650a5e8a73461cc69cbe9298d082d2101373f # v5.0.51
12
12
  lint:
13
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@ed3cdba88743566f56a99b04443d85690f0f9217 # v5.0.50
13
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@7e6650a5e8a73461cc69cbe9298d082d2101373f # v5.0.51
14
14
  build:
15
- uses: vidavidorra/.github/.github/workflows/node-build.yml@ed3cdba88743566f56a99b04443d85690f0f9217 # v5.0.50
15
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@7e6650a5e8a73461cc69cbe9298d082d2101373f # v5.0.51
16
16
  test:
17
- uses: vidavidorra/.github/.github/workflows/node-test.yml@ed3cdba88743566f56a99b04443d85690f0f9217 # v5.0.50
17
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@7e6650a5e8a73461cc69cbe9298d082d2101373f # v5.0.51
18
18
  code-coverage:
19
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@ed3cdba88743566f56a99b04443d85690f0f9217 # v5.0.50
19
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@7e6650a5e8a73461cc69cbe9298d082d2101373f # v5.0.51
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@ed3cdba88743566f56a99b04443d85690f0f9217 # v5.0.50
27
+ uses: vidavidorra/.github/.github/workflows/release.yml@7e6650a5e8a73461cc69cbe9298d082d2101373f # v5.0.51
28
28
  needs:
29
29
  - lint-commit-messages
30
30
  - lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "3.0.187",
3
+ "version": "3.0.189",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [
@@ -218,7 +218,7 @@
218
218
  "@types/sinon": "17.0.4",
219
219
  "@types/validate-npm-package-name": "4.0.2",
220
220
  "@vidavidorra/commitlint-config": "7.0.16",
221
- "ava": "6.3.0",
221
+ "ava": "6.4.0",
222
222
  "c8": "10.1.3",
223
223
  "husky": "9.1.7",
224
224
  "lint-staged": "16.1.0",