@vidavidorra/create-project 4.5.11 → 4.5.13

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.
@@ -13,21 +13,21 @@ permissions:
13
13
  pull-requests: write
14
14
  jobs:
15
15
  lint-commit-messages:
16
- uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
16
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@5e2de1dc807ac94cf448f9100723e0bec500f780 # v8.0.13
17
17
  lint:
18
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
18
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@5e2de1dc807ac94cf448f9100723e0bec500f780 # v8.0.13
19
19
  build:
20
- uses: vidavidorra/.github/.github/workflows/node-build.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
20
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@5e2de1dc807ac94cf448f9100723e0bec500f780 # v8.0.13
21
21
  test:
22
- uses: vidavidorra/.github/.github/workflows/node-test.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
22
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@5e2de1dc807ac94cf448f9100723e0bec500f780 # v8.0.13
23
23
  code-coverage:
24
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
24
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@5e2de1dc807ac94cf448f9100723e0bec500f780 # v8.0.13
25
25
  needs:
26
26
  - lint
27
27
  - build
28
28
  - test
29
29
  release:
30
- uses: vidavidorra/.github/.github/workflows/release.yml@debcb8c2c0127b0f1d8af5de4703602dea78dbb4 # v8.0.12
30
+ uses: vidavidorra/.github/.github/workflows/release.yml@5e2de1dc807ac94cf448f9100723e0bec500f780 # v8.0.13
31
31
  needs:
32
32
  - lint-commit-messages
33
33
  - lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "4.5.11",
3
+ "version": "4.5.13",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [
@@ -95,7 +95,7 @@
95
95
  "@types/node": "24.10.4",
96
96
  "@types/sinon": "21.0.0",
97
97
  "@types/validate-npm-package-name": "4.0.2",
98
- "@vidavidorra/commitlint-config": "7.1.7",
98
+ "@vidavidorra/commitlint-config": "7.1.8",
99
99
  "@vidavidorra/eslint-config": "1.0.3",
100
100
  "@vidavidorra/semantic-release-config": "1.0.4",
101
101
  "ava": "6.4.1",