@vidavidorra/create-project 4.0.44 → 4.0.45

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@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16
11
+ uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
12
12
  lint:
13
- uses: vidavidorra/.github/.github/workflows/node-lint.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16
13
+ uses: vidavidorra/.github/.github/workflows/node-lint.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
14
14
  build:
15
- uses: vidavidorra/.github/.github/workflows/node-build.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16
15
+ uses: vidavidorra/.github/.github/workflows/node-build.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
16
16
  test:
17
- uses: vidavidorra/.github/.github/workflows/node-test.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16
17
+ uses: vidavidorra/.github/.github/workflows/node-test.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
18
18
  code-coverage:
19
- uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16
19
+ uses: vidavidorra/.github/.github/workflows/node-test-coverage.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
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@92bfe7c46427ecb903c20d987b22c7bbe9c29f05 # v6.0.16
27
+ uses: vidavidorra/.github/.github/workflows/release.yml@24ea160cd3be95b9bbfb4853d71124d2046d0d0e # v7.0.0
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": "4.0.44",
3
+ "version": "4.0.45",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [
@@ -213,7 +213,7 @@
213
213
  "@semantic-release/changelog": "6.0.3",
214
214
  "@semantic-release/exec": "7.1.0",
215
215
  "@semantic-release/git": "10.0.1",
216
- "@types/node": "22.18.12",
216
+ "@types/node": "24.9.1",
217
217
  "@types/sinon": "17.0.4",
218
218
  "@types/validate-npm-package-name": "4.0.2",
219
219
  "@vidavidorra/commitlint-config": "7.1.2",