@vidavidorra/create-project 4.4.0 → 4.4.2

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@26520905cd8ff6b8ca65a6be5413a32ecbbf734d # v8.0.8
16
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@dc700f4dbdcf0b04364f6741a57ee392a8a387fb # v8.0.9
17
17
  lint:
18
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@26520905cd8ff6b8ca65a6be5413a32ecbbf734d # v8.0.8
18
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@dc700f4dbdcf0b04364f6741a57ee392a8a387fb # v8.0.9
19
19
  build:
20
- uses: vidavidorra/.github/.github/workflows/node-build.yml@26520905cd8ff6b8ca65a6be5413a32ecbbf734d # v8.0.8
20
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@dc700f4dbdcf0b04364f6741a57ee392a8a387fb # v8.0.9
21
21
  test:
22
- uses: vidavidorra/.github/.github/workflows/node-test.yml@26520905cd8ff6b8ca65a6be5413a32ecbbf734d # v8.0.8
22
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@dc700f4dbdcf0b04364f6741a57ee392a8a387fb # v8.0.9
23
23
  code-coverage:
24
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@26520905cd8ff6b8ca65a6be5413a32ecbbf734d # v8.0.8
24
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@dc700f4dbdcf0b04364f6741a57ee392a8a387fb # v8.0.9
25
25
  needs:
26
26
  - lint
27
27
  - build
28
28
  - test
29
29
  release:
30
- uses: vidavidorra/.github/.github/workflows/release.yml@26520905cd8ff6b8ca65a6be5413a32ecbbf734d # v8.0.8
30
+ uses: vidavidorra/.github/.github/workflows/release.yml@dc700f4dbdcf0b04364f6741a57ee392a8a387fb # v8.0.9
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.4.0",
3
+ "version": "4.4.2",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [
@@ -193,7 +193,7 @@
193
193
  ]
194
194
  },
195
195
  "dependencies": {
196
- "@inquirer/prompts": "8.0.2",
196
+ "@inquirer/prompts": "8.1.0",
197
197
  "@vidavidorra/prettier-config": "1.0.4",
198
198
  "prettier": "3.7.4",
199
199
  "sort-package-json": "3.5.1",
@@ -208,7 +208,7 @@
208
208
  "@semantic-release/changelog": "6.0.3",
209
209
  "@semantic-release/exec": "7.1.0",
210
210
  "@semantic-release/git": "10.0.1",
211
- "@types/node": "24.10.2",
211
+ "@types/node": "24.10.4",
212
212
  "@types/sinon": "21.0.0",
213
213
  "@types/validate-npm-package-name": "4.0.2",
214
214
  "@vidavidorra/commitlint-config": "7.1.6",